Version Description
- New FREE addon: Forminator Forms integration for wpDataTables available. Tool that adds "Forminator Form" as a new table type and allows you to create wpDataTables from Forminator Forms submissions. More on this link.
- BugFix: Fixed issue with strings in loops (conflict with other plugins).
- BugFix: Fixed issue with color-picker visibility in column color option on small screens.
- BugFix: Fixed issue with showing quotes in charts.
- BugFix: Fixed issue with Notice on Dashboard page.
- BugFix: Fixed issue with JS notices about sourceMappingURL's.
- Compatibility with WordPress 5.7.2 approved.
- Other small bug fixes and stability improvements.
Download this release
Release Info
Developer | wpDataTables |
Plugin | wpDataTables Lite |
Version | 2.1.13 |
Comparing to | |
See all releases |
Code changes from version 2.1.12 to 2.1.13
- assets/css/admin/addons.css +3 -0
- assets/css/admin/admin.css +19 -1
- assets/css/admin/dashboard.css +61 -9
- assets/css/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.css +0 -1
- assets/img/addons/forminator-forms-logo.png +0 -0
- assets/js/bootstrap/bootstrap-select/bootstrap-select.min.js +0 -1
- assets/js/color-pickr/pickr.es5.min.js +0 -1
- assets/js/export-tools/pdfmake.min.js +1 -1
- assets/js/wpdatatables/admin/wdt.color-picker-init.js +20 -3
- assets/js/wpdatatables/admin/wdtRating.js +18 -0
- assets/js/wpdatatables/wdt.chartsRender.js +2 -2
- assets/js/wpdatatables/wdt.chartsRender.min.js +1 -1
- assets/js/wpdatatables/wdt.googleCharts.js +75 -72
- assets/js/wpdatatables/wdt.googleCharts.min.js +1 -1
- config/config.inc.php +1 -1
- controllers/wdt_admin_ajax_actions.php +2 -2
- controllers/wdt_functions.php +23 -0
- languages/de_DE/wpdatatables-de_DE.mo +0 -0
- languages/de_DE/wpdatatables-de_DE.po +2506 -2065
- languages/en_US/wpdatatables-en_US.mo +0 -0
- languages/en_US/wpdatatables-en_US.po +2251 -1826
assets/css/admin/addons.css
CHANGED
@@ -108,6 +108,9 @@
|
|
108 |
border-radius: 5px;
|
109 |
color: #FFFFFF;
|
110 |
}
|
|
|
|
|
|
|
111 |
|
112 |
.wdt-addons .wdt-addons-find-out-more {
|
113 |
display: inline-block;
|
108 |
border-radius: 5px;
|
109 |
color: #FFFFFF;
|
110 |
}
|
111 |
+
.wdt-addons .wdt-addons-links .btn.free-download{
|
112 |
+
float: left;
|
113 |
+
}
|
114 |
|
115 |
.wdt-addons .wdt-addons-find-out-more {
|
116 |
display: inline-block;
|
assets/css/admin/admin.css
CHANGED
@@ -1270,14 +1270,25 @@ div.mce-widget button i.mce-i-wpdatachart{
|
|
1270 |
margin-bottom: 5px;
|
1271 |
}
|
1272 |
|
1273 |
-
|
1274 |
.wpdt-c #adminmenuback {
|
1275 |
z-index: 100;
|
1276 |
}
|
|
|
1277 |
.wpdt-c .wpdt-md-news{
|
1278 |
margin: 10px 0 !important;
|
1279 |
font-size: 15px;
|
1280 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1281 |
.wpdt-c .wpdt-md-news-notice {
|
1282 |
background: #2196F3 ;
|
1283 |
color: #ffffff;
|
@@ -1285,18 +1296,25 @@ div.mce-widget button i.mce-i-wpdatachart{
|
|
1285 |
.wpdt-c .notice-info {
|
1286 |
border-left-color: #091D70 !important;
|
1287 |
}
|
|
|
|
|
|
|
|
|
|
|
1288 |
.wpdt-c .wpdt-md-news-notice a,
|
1289 |
.wpdt-c .wpdt-md-news-notice a:hover {
|
1290 |
color: #ffffff;
|
1291 |
text-decoration: underline;
|
1292 |
}
|
1293 |
|
|
|
1294 |
.wpdt-c .wpdt-md-news-notice .notice-dismiss:before{
|
1295 |
color: #ffffff;
|
1296 |
position: absolute;
|
1297 |
top: 13px;
|
1298 |
right: 5px;
|
1299 |
}
|
|
|
1300 |
.wpdt-c .wpdt-md-news-notice .notice-dismiss:hover:before{
|
1301 |
color: red;
|
1302 |
}
|
1270 |
margin-bottom: 5px;
|
1271 |
}
|
1272 |
|
|
|
1273 |
.wpdt-c #adminmenuback {
|
1274 |
z-index: 100;
|
1275 |
}
|
1276 |
+
.wpdt-c .wpdt-forminator-news,
|
1277 |
.wpdt-c .wpdt-md-news{
|
1278 |
margin: 10px 0 !important;
|
1279 |
font-size: 15px;
|
1280 |
}
|
1281 |
+
|
1282 |
+
.wpdt-c .wpdt-forminator-news .wdt-forminator-link {
|
1283 |
+
text-decoration: none;
|
1284 |
+
}
|
1285 |
+
.wpdt-c .wpdt-forminator-news .wdt-forminator-link:hover {
|
1286 |
+
text-decoration: underline;
|
1287 |
+
}
|
1288 |
+
.wpdt-c .wpdt-forminator-news-notice{
|
1289 |
+
background: #091D70 ;
|
1290 |
+
color: #ffffff;
|
1291 |
+
}
|
1292 |
.wpdt-c .wpdt-md-news-notice {
|
1293 |
background: #2196F3 ;
|
1294 |
color: #ffffff;
|
1296 |
.wpdt-c .notice-info {
|
1297 |
border-left-color: #091D70 !important;
|
1298 |
}
|
1299 |
+
.wpdt-c .notice-info.wpdt-forminator-news-notice {
|
1300 |
+
border-left-color: #ff8c00 !important;
|
1301 |
+
}
|
1302 |
+
.wpdt-c .wpdt-forminator-news-notice a,
|
1303 |
+
.wpdt-c .wpdt-forminator-news-notice a:hover,
|
1304 |
.wpdt-c .wpdt-md-news-notice a,
|
1305 |
.wpdt-c .wpdt-md-news-notice a:hover {
|
1306 |
color: #ffffff;
|
1307 |
text-decoration: underline;
|
1308 |
}
|
1309 |
|
1310 |
+
.wpdt-c .wpdt-forminator-news-notice .notice-dismiss:before,
|
1311 |
.wpdt-c .wpdt-md-news-notice .notice-dismiss:before{
|
1312 |
color: #ffffff;
|
1313 |
position: absolute;
|
1314 |
top: 13px;
|
1315 |
right: 5px;
|
1316 |
}
|
1317 |
+
.wpdt-c .wpdt-forminator-news-notice .notice-dismiss:hover:before,
|
1318 |
.wpdt-c .wpdt-md-news-notice .notice-dismiss:hover:before{
|
1319 |
color: red;
|
1320 |
}
|
assets/css/admin/dashboard.css
CHANGED
@@ -362,7 +362,7 @@
|
|
362 |
box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11);
|
363 |
border-radius: 3px;
|
364 |
padding: 16px;
|
365 |
-
min-height:
|
366 |
display: flex;
|
367 |
flex-direction: column;
|
368 |
}
|
@@ -406,13 +406,12 @@
|
|
406 |
color: #008CFF !important;
|
407 |
background-color: rgba(0, 140, 255, 0.1) !important;
|
408 |
cursor: default;
|
409 |
-
margin-bottom: 35px;
|
410 |
}
|
411 |
|
412 |
.wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-links {
|
413 |
position: absolute;
|
414 |
-
bottom:
|
415 |
-
left:
|
416 |
}
|
417 |
.wdt-datatables-admin-wrap .wdt-addons-card .btn {
|
418 |
padding: 8px 16px;
|
@@ -664,8 +663,8 @@
|
|
664 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc i{
|
665 |
margin-left: 8px;
|
666 |
}
|
667 |
-
.wpdt-c .col-1-
|
668 |
-
width:
|
669 |
float: left;
|
670 |
position: relative;
|
671 |
min-height: 1px;
|
@@ -731,8 +730,61 @@
|
|
731 |
.wdt-datatables-admin-wrap .wdt-dashbord .stars-88::after { width: 88%; }
|
732 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-rating { font-size: 13px }
|
733 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
734 |
@media (max-width: 1440px) {
|
735 |
-
.wpdt-c .col-1-
|
736 |
width: 33%;
|
737 |
}
|
738 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .card-body {
|
@@ -742,7 +794,7 @@
|
|
742 |
|
743 |
@media (max-width: 1024px) {
|
744 |
|
745 |
-
.wpdt-c .col-1-
|
746 |
width: 50%;
|
747 |
}
|
748 |
|
@@ -859,7 +911,7 @@
|
|
859 |
}
|
860 |
|
861 |
@media (max-width: 480px) {
|
862 |
-
.wpdt-c .col-1-
|
863 |
width: 100%;
|
864 |
padding: 0 !important;
|
865 |
}
|
362 |
box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11);
|
363 |
border-radius: 3px;
|
364 |
padding: 16px;
|
365 |
+
min-height: 300px;
|
366 |
display: flex;
|
367 |
flex-direction: column;
|
368 |
}
|
406 |
color: #008CFF !important;
|
407 |
background-color: rgba(0, 140, 255, 0.1) !important;
|
408 |
cursor: default;
|
|
|
409 |
}
|
410 |
|
411 |
.wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-links {
|
412 |
position: absolute;
|
413 |
+
bottom: 5%;
|
414 |
+
left: 34%;
|
415 |
}
|
416 |
.wdt-datatables-admin-wrap .wdt-addons-card .btn {
|
417 |
padding: 8px 16px;
|
663 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc i{
|
664 |
margin-left: 8px;
|
665 |
}
|
666 |
+
.wpdt-c .col-1-4 {
|
667 |
+
width: 25%;
|
668 |
float: left;
|
669 |
position: relative;
|
670 |
min-height: 1px;
|
730 |
.wdt-datatables-admin-wrap .wdt-dashbord .stars-88::after { width: 88%; }
|
731 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-rating { font-size: 13px }
|
732 |
|
733 |
+
.wdt-dashbord .ribbon {
|
734 |
+
position: absolute;
|
735 |
+
right: -5px;
|
736 |
+
top: -5px;
|
737 |
+
z-index: 1;
|
738 |
+
overflow: hidden;
|
739 |
+
width: 75px;
|
740 |
+
height: 75px;
|
741 |
+
text-align: right;
|
742 |
+
}
|
743 |
+
|
744 |
+
.wdt-dashbord .ribbon span {
|
745 |
+
font-size: 10px;
|
746 |
+
font-weight: 700;
|
747 |
+
color: #fff;
|
748 |
+
text-transform: uppercase;
|
749 |
+
text-align: center;
|
750 |
+
line-height: 20px;
|
751 |
+
transform: rotate(45deg);
|
752 |
+
-webkit-transform: rotate(45deg);
|
753 |
+
width: 100px;
|
754 |
+
display: block;
|
755 |
+
background: #79a70a;
|
756 |
+
background: linear-gradient(#091D70 0, #091D70 100%);
|
757 |
+
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
|
758 |
+
position: absolute;
|
759 |
+
top: 19px;
|
760 |
+
right: -21px;
|
761 |
+
}
|
762 |
+
|
763 |
+
.wdt-dashbord .ribbon span::before {
|
764 |
+
content: "";
|
765 |
+
position: absolute;
|
766 |
+
left: 0;
|
767 |
+
top: 100%;
|
768 |
+
z-index: -1;
|
769 |
+
border-left: 3px solid #091D70;
|
770 |
+
border-right: 3px solid transparent;
|
771 |
+
border-bottom: 3px solid transparent;
|
772 |
+
border-top: 3px solid #091D70;
|
773 |
+
}
|
774 |
+
|
775 |
+
.wdt-dashbord .ribbon span::after {
|
776 |
+
content: "";
|
777 |
+
position: absolute;
|
778 |
+
right: 0;
|
779 |
+
top: 100%;
|
780 |
+
z-index: -1;
|
781 |
+
border-left: 3px solid transparent;
|
782 |
+
border-right: 3px solid #091D70;
|
783 |
+
border-bottom: 3px solid transparent;
|
784 |
+
border-top: 3px solid #091D70;
|
785 |
+
}
|
786 |
@media (max-width: 1440px) {
|
787 |
+
.wpdt-c .col-1-4 {
|
788 |
width: 33%;
|
789 |
}
|
790 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .card-body {
|
794 |
|
795 |
@media (max-width: 1024px) {
|
796 |
|
797 |
+
.wpdt-c .col-1-4 {
|
798 |
width: 50%;
|
799 |
}
|
800 |
|
911 |
}
|
912 |
|
913 |
@media (max-width: 480px) {
|
914 |
+
.wpdt-c .col-1-4 {
|
915 |
width: 100%;
|
916 |
padding: 0 !important;
|
917 |
}
|
assets/css/bootstrap/bootstrap-colorpicker/bootstrap-colorpicker.css
CHANGED
@@ -227,4 +227,3 @@
|
|
227 |
.colorpicker-inline.colorpicker-visible {
|
228 |
display: inline-block;
|
229 |
}
|
230 |
-
/*# sourceMappingURL=bootstrap-colorpicker.css.map */
|
227 |
.colorpicker-inline.colorpicker-visible {
|
228 |
display: inline-block;
|
229 |
}
|
|
assets/img/addons/forminator-forms-logo.png
ADDED
Binary file
|
assets/js/bootstrap/bootstrap-select/bootstrap-select.min.js
CHANGED
@@ -6,4 +6,3 @@
|
|
6 |
*/
|
7 |
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){"use strict";function b(b){var c=[{re:/[\xC0-\xC6]/g,ch:"A"},{re:/[\xE0-\xE6]/g,ch:"a"},{re:/[\xC8-\xCB]/g,ch:"E"},{re:/[\xE8-\xEB]/g,ch:"e"},{re:/[\xCC-\xCF]/g,ch:"I"},{re:/[\xEC-\xEF]/g,ch:"i"},{re:/[\xD2-\xD6]/g,ch:"O"},{re:/[\xF2-\xF6]/g,ch:"o"},{re:/[\xD9-\xDC]/g,ch:"U"},{re:/[\xF9-\xFC]/g,ch:"u"},{re:/[\xC7-\xE7]/g,ch:"c"},{re:/[\xD1]/g,ch:"N"},{re:/[\xF1]/g,ch:"n"}];return a.each(c,function(){b=b?b.replace(this.re,this.ch):""}),b}function c(b){var c=arguments,d=b;[].shift.apply(c);var e,f=this.each(function(){var b=a(this);if(b.is("select")){var f=b.data("selectpicker"),g="object"==typeof d&&d;if(f){if(g)for(var h in g)g.hasOwnProperty(h)&&(f.options[h]=g[h])}else{var i=a.extend({},l.DEFAULTS,a.fn.selectpicker.defaults||{},b.data(),g);i.template=a.extend({},l.DEFAULTS.template,a.fn.selectpicker.defaults?a.fn.selectpicker.defaults.template:{},b.data().template,g.template),b.data("selectpicker",f=new l(this,i))}"string"==typeof d&&(e=f[d]instanceof Function?f[d].apply(f,c):f.options[d])}});return"undefined"!=typeof e?e:f}String.prototype.includes||!function(){var a={}.toString,b=function(){try{var a={},b=Object.defineProperty,c=b(a,a,a)&&b}catch(a){}return c}(),c="".indexOf,d=function(b){if(null==this)throw new TypeError;var d=String(this);if(b&&"[object RegExp]"==a.call(b))throw new TypeError;var e=d.length,f=String(b),g=f.length,h=arguments.length>1?arguments[1]:void 0,i=h?Number(h):0;i!=i&&(i=0);var j=Math.min(Math.max(i,0),e);return!(g+j>e)&&c.call(d,f,i)!=-1};b?b(String.prototype,"includes",{value:d,configurable:!0,writable:!0}):String.prototype.includes=d}(),String.prototype.startsWith||!function(){var a=function(){try{var a={},b=Object.defineProperty,c=b(a,a,a)&&b}catch(a){}return c}(),b={}.toString,c=function(a){if(null==this)throw new TypeError;var c=String(this);if(a&&"[object RegExp]"==b.call(a))throw new TypeError;var d=c.length,e=String(a),f=e.length,g=arguments.length>1?arguments[1]:void 0,h=g?Number(g):0;h!=h&&(h=0);var i=Math.min(Math.max(h,0),d);if(f+i>d)return!1;for(var j=-1;++j<f;)if(c.charCodeAt(i+j)!=e.charCodeAt(j))return!1;return!0};a?a(String.prototype,"startsWith",{value:c,configurable:!0,writable:!0}):String.prototype.startsWith=c}(),Object.keys||(Object.keys=function(a,b,c){c=[];for(b in a)c.hasOwnProperty.call(a,b)&&c.push(b);return c});var d={useDefault:!1,_set:a.valHooks.select.set};a.valHooks.select.set=function(b,c){return c&&!d.useDefault&&a(b).data("selected",!0),d._set.apply(this,arguments)};var e=null,f=function(){try{return new Event("change"),!0}catch(a){return!1}}();a.fn.triggerNative=function(a){var b,c=this[0];c.dispatchEvent?(f?b=new Event(a,{bubbles:!0}):(b=document.createEvent("Event"),b.initEvent(a,!0,!1)),c.dispatchEvent(b)):c.fireEvent?(b=document.createEventObject(),b.eventType=a,c.fireEvent("on"+a,b)):this.trigger(a)},a.expr.pseudos.icontains=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.text()).toString().toUpperCase();return f.includes(d[3].toUpperCase())},a.expr.pseudos.ibegins=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.text()).toString().toUpperCase();return f.startsWith(d[3].toUpperCase())},a.expr.pseudos.aicontains=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.data("normalizedText")||e.text()).toString().toUpperCase();return f.includes(d[3].toUpperCase())},a.expr.pseudos.aibegins=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.data("normalizedText")||e.text()).toString().toUpperCase();return f.startsWith(d[3].toUpperCase())};var g={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},h={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"},i=function(a){var b=function(b){return a[b]},c="(?:"+Object.keys(a).join("|")+")",d=RegExp(c),e=RegExp(c,"g");return function(a){return a=null==a?"":""+a,d.test(a)?a.replace(e,b):a}},j=i(g),k=i(h),l=function(b,c){d.useDefault||(a.valHooks.select.set=d._set,d.useDefault=!0),this.$element=a(b),this.$newElement=null,this.$button=null,this.$menu=null,this.$lis=null,this.options=c,null===this.options.title&&(this.options.title=this.$element.attr("title"));var e=this.options.windowPadding;"number"==typeof e&&(this.options.windowPadding=[e,e,e,e]),this.val=l.prototype.val,this.render=l.prototype.render,this.refresh=l.prototype.refresh,this.setStyle=l.prototype.setStyle,this.selectAll=l.prototype.selectAll,this.deselectAll=l.prototype.deselectAll,this.destroy=l.prototype.destroy,this.remove=l.prototype.remove,this.show=l.prototype.show,this.hide=l.prototype.hide,this.init()};l.VERSION="1.12.4",l.DEFAULTS={noneSelectedText:"Nothing selected",noneResultsText:"No results matched {0}",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){return[1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)"]},selectAllText:"Select All",deselectAllText:"Deselect All",doneButton:!1,doneButtonText:"Close",multipleSeparator:", ",styleBase:"btn",style:"btn-default",size:"auto",title:null,selectedTextFormat:"values",width:!1,container:!1,hideDisabled:!1,showSubtext:!1,showIcon:!0,showContent:!0,dropupAuto:!0,header:!1,liveSearch:!1,liveSearchPlaceholder:null,liveSearchNormalize:!1,liveSearchStyle:"contains",actionsBox:!1,iconBase:"glyphicon",tickIcon:"glyphicon-ok",showTick:!1,template:{caret:'<span class="caret"></span>'},maxOptions:!1,mobile:!1,selectOnTab:!1,dropdownAlignRight:!1,windowPadding:0},l.prototype={constructor:l,init:function(){var b=this,c=this.$element.attr("id");this.$element.addClass("bs-select-hidden"),this.liObj={},this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),this.$newElement=this.createView(),this.$element.after(this.$newElement).appendTo(this.$newElement),this.$button=this.$newElement.children("button"),this.$menu=this.$newElement.children(".dropdown-menu"),this.$menuInner=this.$menu.children(".inner"),this.$searchbox=this.$menu.find("input"),this.$element.removeClass("bs-select-hidden"),this.options.dropdownAlignRight===!0&&this.$menu.addClass("dropdown-menu-right"),"undefined"!=typeof c&&(this.$button.attr("data-id",c),a('label[for="'+c+'"]').click(function(a){a.preventDefault(),b.$button.focus()})),this.checkDisabled(),this.clickListener(),this.options.liveSearch&&this.liveSearchListener(),this.render(),this.setStyle(),this.setWidth(),this.options.container&&this.selectPosition(),this.$menu.data("this",this),this.$newElement.data("this",this),this.options.mobile&&this.mobile(),this.$newElement.on({"hide.bs.dropdown":function(a){b.$menuInner.attr("aria-expanded",!1),b.$element.trigger("hide.bs.select",a)},"hidden.bs.dropdown":function(a){b.$element.trigger("hidden.bs.select",a)},"show.bs.dropdown":function(a){b.$menuInner.attr("aria-expanded",!0),b.$element.trigger("show.bs.select",a)},"shown.bs.dropdown":function(a){b.$element.trigger("shown.bs.select",a)}}),b.$element[0].hasAttribute("required")&&this.$element.on("invalid",function(){b.$button.addClass("bs-invalid"),b.$element.on({"focus.bs.select":function(){b.$button.focus(),b.$element.off("focus.bs.select")},"shown.bs.select":function(){b.$element.val(b.$element.val()).off("shown.bs.select")},"rendered.bs.select":function(){this.validity.valid&&b.$button.removeClass("bs-invalid"),b.$element.off("rendered.bs.select")}}),b.$button.on("blur.bs.select",function(){b.$element.focus().blur(),b.$button.off("blur.bs.select")})}),setTimeout(function(){b.$element.trigger("loaded.bs.select")})},createDropdown:function(){var b=this.multiple||this.options.showTick?" show-tick":"",c=this.$element.parent().hasClass("input-group")?" input-group-btn":"",d=this.autofocus?" autofocus":"",e=this.options.header?'<div class="popover-title"><button type="button" class="close" aria-hidden="true">×</button>'+this.options.header+"</div>":"",f=this.options.liveSearch?'<div class="bs-searchbox"><input type="text" class="form-control" autocomplete="off"'+(null===this.options.liveSearchPlaceholder?"":' placeholder="'+j(this.options.liveSearchPlaceholder)+'"')+' role="textbox" aria-label="Search"></div>':"",g=this.multiple&&this.options.actionsBox?'<div class="bs-actionsbox"><div class="btn-group btn-group-sm btn-block"><button type="button" class="actions-btn bs-select-all btn btn-default">'+this.options.selectAllText+'</button><button type="button" class="actions-btn bs-deselect-all btn btn-default">'+this.options.deselectAllText+"</button></div></div>":"",h=this.multiple&&this.options.doneButton?'<div class="bs-donebutton"><div class="btn-group btn-block"><button type="button" class="btn btn-sm btn-default">'+this.options.doneButtonText+"</button></div></div>":"",i='<div class="btn-group bootstrap-select'+b+c+'"><button type="button" class="'+this.options.styleBase+' dropdown-toggle" data-toggle="dropdown"'+d+' role="button"><span class="filter-option pull-left"></span> <span class="bs-caret">'+this.options.template.caret+'</span></button><div class="dropdown-menu open" role="combobox">'+e+f+g+'<ul class="dropdown-menu inner" role="listbox" aria-expanded="false"></ul>'+h+"</div></div>";return a(i)},createView:function(){var a=this.createDropdown(),b=this.createLi();return a.find("ul")[0].innerHTML=b,a},reloadLi:function(){var a=this.createLi();this.$menuInner[0].innerHTML=a},createLi:function(){var c=this,d=[],e=0,f=document.createElement("option"),g=-1,h=function(a,b,c,d){return"<li"+("undefined"!=typeof c&&""!==c?' class="'+c+'"':"")+("undefined"!=typeof b&&null!==b?' data-original-index="'+b+'"':"")+("undefined"!=typeof d&&null!==d?'data-optgroup="'+d+'"':"")+">"+a+"</li>"},i=function(d,e,f,g){return'<a tabindex="0"'+("undefined"!=typeof e?' class="'+e+'"':"")+(f?' style="'+f+'"':"")+(c.options.liveSearchNormalize?' data-normalized-text="'+b(j(a(d).html()))+'"':"")+("undefined"!=typeof g||null!==g?' data-tokens="'+g+'"':"")+' role="option">'+d+'<span class="'+c.options.iconBase+" "+c.options.tickIcon+' check-mark"></span></a>'};if(this.options.title&&!this.multiple&&(g--,!this.$element.find(".bs-title-option").length)){var k=this.$element[0];f.className="bs-title-option",f.innerHTML=this.options.title,f.value="",k.insertBefore(f,k.firstChild);var l=a(k.options[k.selectedIndex]);void 0===l.attr("selected")&&void 0===this.$element.data("selected")&&(f.selected=!0)}var m=this.$element.find("option");return m.each(function(b){var f=a(this);if(g++,!f.hasClass("bs-title-option")){var k,l=this.className||"",n=j(this.style.cssText),o=f.data("content")?f.data("content"):f.html(),p=f.data("tokens")?f.data("tokens"):null,q="undefined"!=typeof f.data("subtext")?'<small class="text-muted">'+f.data("subtext")+"</small>":"",r="undefined"!=typeof f.data("icon")?'<span class="'+c.options.iconBase+" "+f.data("icon")+'"></span> ':"",s=f.parent(),t="OPTGROUP"===s[0].tagName,u=t&&s[0].disabled,v=this.disabled||u;if(""!==r&&v&&(r="<span>"+r+"</span>"),c.options.hideDisabled&&(v&&!t||u))return k=f.data("prevHiddenIndex"),f.next().data("prevHiddenIndex",void 0!==k?k:b),void g--;if(f.data("content")||(o=r+'<span class="text">'+o+q+"</span>"),t&&f.data("divider")!==!0){if(c.options.hideDisabled&&v){if(void 0===s.data("allOptionsDisabled")){var w=s.children();s.data("allOptionsDisabled",w.filter(":disabled").length===w.length)}if(s.data("allOptionsDisabled"))return void g--}var x=" "+s[0].className||"";if(0===f.index()){e+=1;var y=s[0].label,z="undefined"!=typeof s.data("subtext")?'<small class="text-muted">'+s.data("subtext")+"</small>":"",A=s.data("icon")?'<span class="'+c.options.iconBase+" "+s.data("icon")+'"></span> ':"";y=A+'<span class="text">'+j(y)+z+"</span>",0!==b&&d.length>0&&(g++,d.push(h("",null,"divider",e+"div"))),g++,d.push(h(y,null,"dropdown-header"+x,e))}if(c.options.hideDisabled&&v)return void g--;d.push(h(i(o,"opt "+l+x,n,p),b,"",e))}else if(f.data("divider")===!0)d.push(h("",b,"divider"));else if(f.data("hidden")===!0)k=f.data("prevHiddenIndex"),f.next().data("prevHiddenIndex",void 0!==k?k:b),d.push(h(i(o,l,n,p),b,"hidden is-hidden"));else{var B=this.previousElementSibling&&"OPTGROUP"===this.previousElementSibling.tagName;if(!B&&c.options.hideDisabled&&(k=f.data("prevHiddenIndex"),void 0!==k)){var C=m.eq(k)[0].previousElementSibling;C&&"OPTGROUP"===C.tagName&&!C.disabled&&(B=!0)}B&&(g++,d.push(h("",null,"divider",e+"div"))),d.push(h(i(o,l,n,p),b))}c.liObj[b]=g}}),this.multiple||0!==this.$element.find("option:selected").length||this.options.title||this.$element.find("option").eq(0).prop("selected",!0).attr("selected","selected"),d.join("")},findLis:function(){return null==this.$lis&&(this.$lis=this.$menu.find("li")),this.$lis},render:function(b){var c,d=this,e=this.$element.find("option");b!==!1&&e.each(function(a){var b=d.findLis().eq(d.liObj[a]);d.setDisabled(a,this.disabled||"OPTGROUP"===this.parentNode.tagName&&this.parentNode.disabled,b),d.setSelected(a,this.selected,b)}),this.togglePlaceholder(),this.tabIndex();var f=e.map(function(){if(this.selected){if(d.options.hideDisabled&&(this.disabled||"OPTGROUP"===this.parentNode.tagName&&this.parentNode.disabled))return;var b,c=a(this),e=c.data("icon")&&d.options.showIcon?'<i class="'+d.options.iconBase+" "+c.data("icon")+'"></i> ':"";return b=d.options.showSubtext&&c.data("subtext")&&!d.multiple?' <small class="text-muted">'+c.data("subtext")+"</small>":"","undefined"!=typeof c.attr("title")?c.attr("title"):c.data("content")&&d.options.showContent?c.data("content").toString():e+c.html()+b}}).toArray(),g=this.multiple?f.join(this.options.multipleSeparator):f[0];if(this.multiple&&this.options.selectedTextFormat.indexOf("count")>-1){var h=this.options.selectedTextFormat.split(">");if(h.length>1&&f.length>h[1]||1==h.length&&f.length>=2){c=this.options.hideDisabled?", [disabled]":"";var i=e.not('[data-divider="true"], [data-hidden="true"]'+c).length,j="function"==typeof this.options.countSelectedText?this.options.countSelectedText(f.length,i):this.options.countSelectedText;g=j.replace("{0}",f.length.toString()).replace("{1}",i.toString())}}void 0==this.options.title&&(this.options.title=this.$element.attr("title")),"static"==this.options.selectedTextFormat&&(g=this.options.title),g||(g="undefined"!=typeof this.options.title?this.options.title:this.options.noneSelectedText),this.$button.attr("title",k(a.trim(g.replace(/<[^>]*>?/g,"")))),this.$button.children(".filter-option").html(g),this.$element.trigger("rendered.bs.select")},setStyle:function(a,b){this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|bs-select-hidden|validate\[.*\]/gi,""));var c=a?a:this.options.style;"add"==b?this.$button.addClass(c):"remove"==b?this.$button.removeClass(c):(this.$button.removeClass(this.options.style),this.$button.addClass(c))},liHeight:function(b){if(b||this.options.size!==!1&&!this.sizeInfo){var c=document.createElement("div"),d=document.createElement("div"),e=document.createElement("ul"),f=document.createElement("li"),g=document.createElement("li"),h=document.createElement("a"),i=document.createElement("span"),j=this.options.header&&this.$menu.find(".popover-title").length>0?this.$menu.find(".popover-title")[0].cloneNode(!0):null,k=this.options.liveSearch?document.createElement("div"):null,l=this.options.actionsBox&&this.multiple&&this.$menu.find(".bs-actionsbox").length>0?this.$menu.find(".bs-actionsbox")[0].cloneNode(!0):null,m=this.options.doneButton&&this.multiple&&this.$menu.find(".bs-donebutton").length>0?this.$menu.find(".bs-donebutton")[0].cloneNode(!0):null;if(i.className="text",c.className=this.$menu[0].parentNode.className+" open",d.className="dropdown-menu open",e.className="dropdown-menu inner",f.className="divider",i.appendChild(document.createTextNode("Inner text")),h.appendChild(i),g.appendChild(h),e.appendChild(g),e.appendChild(f),j&&d.appendChild(j),k){var n=document.createElement("input");k.className="bs-searchbox",n.className="form-control",k.appendChild(n),d.appendChild(k)}l&&d.appendChild(l),d.appendChild(e),m&&d.appendChild(m),c.appendChild(d),document.body.appendChild(c);var o=h.offsetHeight,p=j?j.offsetHeight:0,q=k?k.offsetHeight:0,r=l?l.offsetHeight:0,s=m?m.offsetHeight:0,t=a(f).outerHeight(!0),u="function"==typeof getComputedStyle&&getComputedStyle(d),v=u?null:a(d),w={vert:parseInt(u?u.paddingTop:v.css("paddingTop"))+parseInt(u?u.paddingBottom:v.css("paddingBottom"))+parseInt(u?u.borderTopWidth:v.css("borderTopWidth"))+parseInt(u?u.borderBottomWidth:v.css("borderBottomWidth")),horiz:parseInt(u?u.paddingLeft:v.css("paddingLeft"))+parseInt(u?u.paddingRight:v.css("paddingRight"))+parseInt(u?u.borderLeftWidth:v.css("borderLeftWidth"))+parseInt(u?u.borderRightWidth:v.css("borderRightWidth"))},x={vert:w.vert+parseInt(u?u.marginTop:v.css("marginTop"))+parseInt(u?u.marginBottom:v.css("marginBottom"))+2,horiz:w.horiz+parseInt(u?u.marginLeft:v.css("marginLeft"))+parseInt(u?u.marginRight:v.css("marginRight"))+2};document.body.removeChild(c),this.sizeInfo={liHeight:o,headerHeight:p,searchHeight:q,actionsHeight:r,doneButtonHeight:s,dividerHeight:t,menuPadding:w,menuExtras:x}}},setSize:function(){if(this.findLis(),this.liHeight(),this.options.header&&this.$menu.css("padding-top",0),this.options.size!==!1){var b,c,d,e,f,g,h,i,j=this,k=this.$menu,l=this.$menuInner,m=a(window),n=this.$newElement[0].offsetHeight,o=this.$newElement[0].offsetWidth,p=this.sizeInfo.liHeight,q=this.sizeInfo.headerHeight,r=this.sizeInfo.searchHeight,s=this.sizeInfo.actionsHeight,t=this.sizeInfo.doneButtonHeight,u=this.sizeInfo.dividerHeight,v=this.sizeInfo.menuPadding,w=this.sizeInfo.menuExtras,x=this.options.hideDisabled?".disabled":"",y=function(){var b,c=j.$newElement.offset(),d=a(j.options.container);j.options.container&&!d.is("body")?(b=d.offset(),b.top+=parseInt(d.css("borderTopWidth")),b.left+=parseInt(d.css("borderLeftWidth"))):b={top:0,left:0};var e=j.options.windowPadding;f=c.top-b.top-m.scrollTop(),g=m.height()-f-n-b.top-e[2],h=c.left-b.left-m.scrollLeft(),i=m.width()-h-o-b.left-e[1],f-=e[0],h-=e[3]};if(y(),"auto"===this.options.size){var z=function(){var m,n=function(b,c){return function(d){return c?d.classList?d.classList.contains(b):a(d).hasClass(b):!(d.classList?d.classList.contains(b):a(d).hasClass(b))}},u=j.$menuInner[0].getElementsByTagName("li"),x=Array.prototype.filter?Array.prototype.filter.call(u,n("hidden",!1)):j.$lis.not(".hidden"),z=Array.prototype.filter?Array.prototype.filter.call(x,n("dropdown-header",!0)):x.filter(".dropdown-header");y(),b=g-w.vert,c=i-w.horiz,j.options.container?(k.data("height")||k.data("height",k.height()),d=k.data("height"),k.data("width")||k.data("width",k.width()),e=k.data("width")):(d=k.height(),e=k.width()),j.options.dropupAuto&&j.$newElement.toggleClass("dropup",f>g&&b-w.vert<d),j.$newElement.hasClass("dropup")&&(b=f-w.vert),"auto"===j.options.dropdownAlignRight&&k.toggleClass("dropdown-menu-right",h>i&&c-w.horiz<e-o),m=x.length+z.length>3?3*p+w.vert-2:0,k.css({"max-height":b+"px",overflow:"hidden","min-height":m+q+r+s+t+"px"}),l.css({"max-height":b-q-r-s-t-v.vert+"px","overflow-y":"auto","min-height":Math.max(m-v.vert,0)+"px"})};z(),this.$searchbox.off("input.getSize propertychange.getSize").on("input.getSize propertychange.getSize",z),m.off("resize.getSize scroll.getSize").on("resize.getSize scroll.getSize",z)}else if(this.options.size&&"auto"!=this.options.size&&this.$lis.not(x).length>this.options.size){var A=this.$lis.not(".divider").not(x).children().slice(0,this.options.size).last().parent().index(),B=this.$lis.slice(0,A+1).filter(".divider").length;b=p*this.options.size+B*u+v.vert,j.options.container?(k.data("height")||k.data("height",k.height()),d=k.data("height")):d=k.height(),j.options.dropupAuto&&this.$newElement.toggleClass("dropup",f>g&&b-w.vert<d),k.css({"max-height":b+q+r+s+t+"px",overflow:"hidden","min-height":""}),l.css({"max-height":b-v.vert+"px","overflow-y":"auto","min-height":""})}}},setWidth:function(){if("auto"===this.options.width){this.$menu.css("min-width","0");var a=this.$menu.parent().clone().appendTo("body"),b=this.options.container?this.$newElement.clone().appendTo("body"):a,c=a.children(".dropdown-menu").outerWidth(),d=b.css("width","auto").children("button").outerWidth();a.remove(),b.remove(),this.$newElement.css("width",Math.max(c,d)+"px")}else"fit"===this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width",""));this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement.removeClass("fit-width")},selectPosition:function(){this.$bsContainer=a('<div class="bs-container" />');var b,c,d,e=this,f=a(this.options.container),g=function(a){e.$bsContainer.addClass(a.attr("class").replace(/form-control|fit-width/gi,"")).toggleClass("dropup",a.hasClass("dropup")),b=a.offset(),f.is("body")?c={top:0,left:0}:(c=f.offset(),c.top+=parseInt(f.css("borderTopWidth"))-f.scrollTop(),c.left+=parseInt(f.css("borderLeftWidth"))-f.scrollLeft()),d=a.hasClass("dropup")?0:a[0].offsetHeight,e.$bsContainer.css({top:b.top-c.top+d,left:b.left-c.left,width:a[0].offsetWidth})};this.$button.on("click",function(){var b=a(this);e.isDisabled()||(g(e.$newElement),e.$bsContainer.appendTo(e.options.container).toggleClass("open",!b.hasClass("open")).append(e.$menu))}),a(window).on("resize scroll",function(){g(e.$newElement)}),this.$element.on("hide.bs.select",function(){e.$menu.data("height",e.$menu.height()),e.$bsContainer.detach()})},setSelected:function(a,b,c){c||(this.togglePlaceholder(),c=this.findLis().eq(this.liObj[a])),c.toggleClass("selected",b).find("a").attr("aria-selected",b)},setDisabled:function(a,b,c){c||(c=this.findLis().eq(this.liObj[a])),b?c.addClass("disabled").children("a").attr("href","#").attr("tabindex",-1).attr("aria-disabled",!0):c.removeClass("disabled").children("a").removeAttr("href").attr("tabindex",0).attr("aria-disabled",!1)},isDisabled:function(){return this.$element[0].disabled},checkDisabled:function(){var a=this;this.isDisabled()?(this.$newElement.addClass("disabled"),this.$button.addClass("disabled").attr("tabindex",-1).attr("aria-disabled",!0)):(this.$button.hasClass("disabled")&&(this.$newElement.removeClass("disabled"),this.$button.removeClass("disabled").attr("aria-disabled",!1)),this.$button.attr("tabindex")!=-1||this.$element.data("tabindex")||this.$button.removeAttr("tabindex")),this.$button.click(function(){return!a.isDisabled()})},togglePlaceholder:function(){var a=this.$element.val();this.$button.toggleClass("bs-placeholder",null===a||""===a||a.constructor===Array&&0===a.length)},tabIndex:function(){this.$element.data("tabindex")!==this.$element.attr("tabindex")&&this.$element.attr("tabindex")!==-98&&"-98"!==this.$element.attr("tabindex")&&(this.$element.data("tabindex",this.$element.attr("tabindex")),this.$button.attr("tabindex",this.$element.data("tabindex"))),this.$element.attr("tabindex",-98)},clickListener:function(){var b=this,c=a(document);c.data("spaceSelect",!1),this.$button.on("keyup",function(a){/(32)/.test(a.keyCode.toString(10))&&c.data("spaceSelect")&&(a.preventDefault(),c.data("spaceSelect",!1))}),this.$button.on("click",function(){b.setSize()}),this.$element.on("shown.bs.select",function(){if(b.options.liveSearch||b.multiple){if(!b.multiple){var a=b.liObj[b.$element[0].selectedIndex];if("number"!=typeof a||b.options.size===!1)return;var c=b.$lis.eq(a)[0].offsetTop-b.$menuInner[0].offsetTop;c=c-b.$menuInner[0].offsetHeight/2+b.sizeInfo.liHeight/2,b.$menuInner[0].scrollTop=c}}else b.$menuInner.find(".selected a").focus()}),this.$menuInner.on("click","li a",function(c){var d=a(this),f=d.parent().data("originalIndex"),g=b.$element.val(),h=b.$element.prop("selectedIndex"),i=!0;if(b.multiple&&1!==b.options.maxOptions&&c.stopPropagation(),c.preventDefault(),!b.isDisabled()&&!d.parent().hasClass("disabled")){var j=b.$element.find("option"),k=j.eq(f),l=k.prop("selected"),m=k.parent("optgroup"),n=b.options.maxOptions,o=m.data("maxOptions")||!1;if(b.multiple){if(k.prop("selected",!l),b.setSelected(f,!l),d.blur(),n!==!1||o!==!1){var p=n<j.filter(":selected").length,q=o<m.find("option:selected").length;if(n&&p||o&&q)if(n&&1==n)j.prop("selected",!1),k.prop("selected",!0),b.$menuInner.find(".selected").removeClass("selected"),b.setSelected(f,!0);else if(o&&1==o){m.find("option:selected").prop("selected",!1),k.prop("selected",!0);var r=d.parent().data("optgroup");b.$menuInner.find('[data-optgroup="'+r+'"]').removeClass("selected"),b.setSelected(f,!0)}else{var s="string"==typeof b.options.maxOptionsText?[b.options.maxOptionsText,b.options.maxOptionsText]:b.options.maxOptionsText,t="function"==typeof s?s(n,o):s,u=t[0].replace("{n}",n),v=t[1].replace("{n}",o),w=a('<div class="notify"></div>');t[2]&&(u=u.replace("{var}",t[2][n>1?0:1]),v=v.replace("{var}",t[2][o>1?0:1])),k.prop("selected",!1),b.$menu.append(w),n&&p&&(w.append(a("<div>"+u+"</div>")),i=!1,b.$element.trigger("maxReached.bs.select")),o&&q&&(w.append(a("<div>"+v+"</div>")),i=!1,b.$element.trigger("maxReachedGrp.bs.select")),setTimeout(function(){b.setSelected(f,!1)},10),w.delay(750).fadeOut(300,function(){a(this).remove()})}}}else j.prop("selected",!1),k.prop("selected",!0),b.$menuInner.find(".selected").removeClass("selected").find("a").attr("aria-selected",!1),b.setSelected(f,!0);!b.multiple||b.multiple&&1===b.options.maxOptions?b.$button.focus():b.options.liveSearch&&b.$searchbox.focus(),i&&(g!=b.$element.val()&&b.multiple||h!=b.$element.prop("selectedIndex")&&!b.multiple)&&(e=[f,k.prop("selected"),l],b.$element.triggerNative("change"))}}),this.$menu.on("click","li.disabled a, .popover-title, .popover-title :not(.close)",function(c){c.currentTarget==this&&(c.preventDefault(),c.stopPropagation(),b.options.liveSearch&&!a(c.target).hasClass("close")?b.$searchbox.focus():b.$button.focus())}),this.$menuInner.on("click",".divider, .dropdown-header",function(a){a.preventDefault(),a.stopPropagation(),b.options.liveSearch?b.$searchbox.focus():b.$button.focus()}),this.$menu.on("click",".popover-title .close",function(){b.$button.click()}),this.$searchbox.on("click",function(a){a.stopPropagation()}),this.$menu.on("click",".actions-btn",function(c){b.options.liveSearch?b.$searchbox.focus():b.$button.focus(),c.preventDefault(),c.stopPropagation(),a(this).hasClass("bs-select-all")?b.selectAll():b.deselectAll()}),this.$element.change(function(){b.render(!1),b.$element.trigger("changed.bs.select",e),e=null})},liveSearchListener:function(){var c=this,d=a('<li class="no-results"></li>');this.$button.on("click.dropdown.data-api",function(){c.$menuInner.find(".active").removeClass("active"),c.$searchbox.val()&&(c.$searchbox.val(""),c.$lis.not(".is-hidden").removeClass("hidden"),d.parent().length&&d.remove()),c.multiple||c.$menuInner.find(".selected").addClass("active"),setTimeout(function(){c.$searchbox.focus()},10)}),this.$searchbox.on("click.dropdown.data-api focus.dropdown.data-api touchend.dropdown.data-api",function(a){a.stopPropagation()}),this.$searchbox.on("input propertychange",function(){if(c.$lis.not(".is-hidden").removeClass("hidden"),c.$lis.filter(".active").removeClass("active"),d.remove(),c.$searchbox.val()){var e,f=c.$lis.not(".is-hidden, .divider, .dropdown-header");if(e=c.options.liveSearchNormalize?f.not(":a"+c._searchStyle()+'("'+b(c.$searchbox.val())+'")'):f.not(":"+c._searchStyle()+'("'+c.$searchbox.val()+'")'),e.length===f.length)d.html(c.options.noneResultsText.replace("{0}",'"'+j(c.$searchbox.val())+'"')),c.$menuInner.append(d),c.$lis.addClass("hidden");else{e.addClass("hidden");var g,h=c.$lis.not(".hidden");h.each(function(b){var c=a(this);c.hasClass("divider")?void 0===g?c.addClass("hidden"):(g&&g.addClass("hidden"),g=c):c.hasClass("dropdown-header")&&h.eq(b+1).data("optgroup")!==c.data("optgroup")?c.addClass("hidden"):g=null}),g&&g.addClass("hidden"),f.not(".hidden").first().addClass("active"),c.$menuInner.scrollTop(0)}}})},_searchStyle:function(){var a={begins:"ibegins",startsWith:"ibegins"};return a[this.options.liveSearchStyle]||"icontains"},val:function(a){return"undefined"!=typeof a?(this.$element.val(a),this.render(),this.$element):this.$element.val()},changeAll:function(b){if(this.multiple){"undefined"==typeof b&&(b=!0),this.findLis();var c=this.$element.find("option"),d=this.$lis.not(".divider, .dropdown-header, .disabled, .hidden"),e=d.length,f=[];if(b){if(d.filter(".selected").length===d.length)return}else if(0===d.filter(".selected").length)return;d.toggleClass("selected",b);for(var g=0;g<e;g++){var h=d[g].getAttribute("data-original-index");f[f.length]=c.eq(h)[0]}a(f).prop("selected",b),this.render(!1),this.togglePlaceholder(),this.$element.triggerNative("change")}},selectAll:function(){return this.changeAll(!0)},deselectAll:function(){return this.changeAll(!1)},toggle:function(a){a=a||window.event,a&&a.stopPropagation(),this.$button.trigger("click")},keydown:function(b){var c,d,e,f,g=a(this),h=g.is("input")?g.parent().parent():g.parent(),i=h.data("this"),j=":not(.disabled, .hidden, .dropdown-header, .divider)",k={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"};if(f=i.$newElement.hasClass("open"),!f&&(b.keyCode>=48&&b.keyCode<=57||b.keyCode>=96&&b.keyCode<=105||b.keyCode>=65&&b.keyCode<=90))return i.options.container?i.$button.trigger("click"):(i.setSize(),i.$menu.parent().addClass("open"),f=!0),void i.$searchbox.focus();if(i.options.liveSearch&&/(^9$|27)/.test(b.keyCode.toString(10))&&f&&(b.preventDefault(),b.stopPropagation(),i.$menuInner.click(),i.$button.focus()),/(38|40)/.test(b.keyCode.toString(10))){if(c=i.$lis.filter(j),!c.length)return;d=i.options.liveSearch?c.index(c.filter(".active")):c.index(c.find("a").filter(":focus").parent()),e=i.$menuInner.data("prevIndex"),38==b.keyCode?(!i.options.liveSearch&&d!=e||d==-1||d--,d<0&&(d+=c.length)):40==b.keyCode&&((i.options.liveSearch||d==e)&&d++,d%=c.length),i.$menuInner.data("prevIndex",d),i.options.liveSearch?(b.preventDefault(),g.hasClass("dropdown-toggle")||(c.removeClass("active").eq(d).addClass("active").children("a").focus(),g.focus())):c.eq(d).children("a").focus()}else if(!g.is("input")){var l,m,n=[];c=i.$lis.filter(j),c.each(function(c){a.trim(a(this).children("a").text().toLowerCase()).substring(0,1)==k[b.keyCode]&&n.push(c)}),l=a(document).data("keycount"),l++,a(document).data("keycount",l),m=a.trim(a(":focus").text().toLowerCase()).substring(0,1),m!=k[b.keyCode]?(l=1,a(document).data("keycount",l)):l>=n.length&&(a(document).data("keycount",0),l>n.length&&(l=1)),c.eq(n[l-1]).children("a").focus()}if((/(13|32)/.test(b.keyCode.toString(10))||/(^9$)/.test(b.keyCode.toString(10))&&i.options.selectOnTab)&&f){if(/(32)/.test(b.keyCode.toString(10))||b.preventDefault(),i.options.liveSearch)/(32)/.test(b.keyCode.toString(10))||(i.$menuInner.find(".active a").click(),g.focus());else{var o=a(":focus");o.click(),o.focus(),b.preventDefault(),a(document).data("spaceSelect",!0)}a(document).data("keycount",0)}(/(^9$|27)/.test(b.keyCode.toString(10))&&f&&(i.multiple||i.options.liveSearch)||/(27)/.test(b.keyCode.toString(10))&&!f)&&(i.$menu.parent().removeClass("open"),i.options.container&&i.$newElement.removeClass("open"),i.$button.focus())},mobile:function(){this.$element.addClass("mobile-device")},refresh:function(){this.$lis=null,this.liObj={},this.reloadLi(),this.render(),this.checkDisabled(),this.liHeight(!0),this.setStyle(),
|
8 |
this.setWidth(),this.$lis&&this.$searchbox.trigger("propertychange"),this.$element.trigger("refreshed.bs.select")},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()},destroy:function(){this.$newElement.before(this.$element).remove(),this.$bsContainer?this.$bsContainer.remove():this.$menu.remove(),this.$element.off(".bs.select").removeData("selectpicker").removeClass("bs-select-hidden selectpicker")}};var m=a.fn.selectpicker;a.fn.selectpicker=c,a.fn.selectpicker.Constructor=l,a.fn.selectpicker.noConflict=function(){return a.fn.selectpicker=m,this},a(document).data("keycount",0).on("keydown.bs.select",'.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role="listbox"], .bs-searchbox input',l.prototype.keydown).on("focusin.modal",'.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role="listbox"], .bs-searchbox input',function(a){a.stopPropagation()}),a(window).on("load.bs.select.data-api",function(){a(".selectpicker").each(function(){var b=a(this);c.call(b,b.data())})})}(a)});
|
9 |
-
//# sourceMappingURL=bootstrap-select.js.map
|
6 |
*/
|
7 |
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){"use strict";function b(b){var c=[{re:/[\xC0-\xC6]/g,ch:"A"},{re:/[\xE0-\xE6]/g,ch:"a"},{re:/[\xC8-\xCB]/g,ch:"E"},{re:/[\xE8-\xEB]/g,ch:"e"},{re:/[\xCC-\xCF]/g,ch:"I"},{re:/[\xEC-\xEF]/g,ch:"i"},{re:/[\xD2-\xD6]/g,ch:"O"},{re:/[\xF2-\xF6]/g,ch:"o"},{re:/[\xD9-\xDC]/g,ch:"U"},{re:/[\xF9-\xFC]/g,ch:"u"},{re:/[\xC7-\xE7]/g,ch:"c"},{re:/[\xD1]/g,ch:"N"},{re:/[\xF1]/g,ch:"n"}];return a.each(c,function(){b=b?b.replace(this.re,this.ch):""}),b}function c(b){var c=arguments,d=b;[].shift.apply(c);var e,f=this.each(function(){var b=a(this);if(b.is("select")){var f=b.data("selectpicker"),g="object"==typeof d&&d;if(f){if(g)for(var h in g)g.hasOwnProperty(h)&&(f.options[h]=g[h])}else{var i=a.extend({},l.DEFAULTS,a.fn.selectpicker.defaults||{},b.data(),g);i.template=a.extend({},l.DEFAULTS.template,a.fn.selectpicker.defaults?a.fn.selectpicker.defaults.template:{},b.data().template,g.template),b.data("selectpicker",f=new l(this,i))}"string"==typeof d&&(e=f[d]instanceof Function?f[d].apply(f,c):f.options[d])}});return"undefined"!=typeof e?e:f}String.prototype.includes||!function(){var a={}.toString,b=function(){try{var a={},b=Object.defineProperty,c=b(a,a,a)&&b}catch(a){}return c}(),c="".indexOf,d=function(b){if(null==this)throw new TypeError;var d=String(this);if(b&&"[object RegExp]"==a.call(b))throw new TypeError;var e=d.length,f=String(b),g=f.length,h=arguments.length>1?arguments[1]:void 0,i=h?Number(h):0;i!=i&&(i=0);var j=Math.min(Math.max(i,0),e);return!(g+j>e)&&c.call(d,f,i)!=-1};b?b(String.prototype,"includes",{value:d,configurable:!0,writable:!0}):String.prototype.includes=d}(),String.prototype.startsWith||!function(){var a=function(){try{var a={},b=Object.defineProperty,c=b(a,a,a)&&b}catch(a){}return c}(),b={}.toString,c=function(a){if(null==this)throw new TypeError;var c=String(this);if(a&&"[object RegExp]"==b.call(a))throw new TypeError;var d=c.length,e=String(a),f=e.length,g=arguments.length>1?arguments[1]:void 0,h=g?Number(g):0;h!=h&&(h=0);var i=Math.min(Math.max(h,0),d);if(f+i>d)return!1;for(var j=-1;++j<f;)if(c.charCodeAt(i+j)!=e.charCodeAt(j))return!1;return!0};a?a(String.prototype,"startsWith",{value:c,configurable:!0,writable:!0}):String.prototype.startsWith=c}(),Object.keys||(Object.keys=function(a,b,c){c=[];for(b in a)c.hasOwnProperty.call(a,b)&&c.push(b);return c});var d={useDefault:!1,_set:a.valHooks.select.set};a.valHooks.select.set=function(b,c){return c&&!d.useDefault&&a(b).data("selected",!0),d._set.apply(this,arguments)};var e=null,f=function(){try{return new Event("change"),!0}catch(a){return!1}}();a.fn.triggerNative=function(a){var b,c=this[0];c.dispatchEvent?(f?b=new Event(a,{bubbles:!0}):(b=document.createEvent("Event"),b.initEvent(a,!0,!1)),c.dispatchEvent(b)):c.fireEvent?(b=document.createEventObject(),b.eventType=a,c.fireEvent("on"+a,b)):this.trigger(a)},a.expr.pseudos.icontains=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.text()).toString().toUpperCase();return f.includes(d[3].toUpperCase())},a.expr.pseudos.ibegins=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.text()).toString().toUpperCase();return f.startsWith(d[3].toUpperCase())},a.expr.pseudos.aicontains=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.data("normalizedText")||e.text()).toString().toUpperCase();return f.includes(d[3].toUpperCase())},a.expr.pseudos.aibegins=function(b,c,d){var e=a(b).find("a"),f=(e.data("tokens")||e.data("normalizedText")||e.text()).toString().toUpperCase();return f.startsWith(d[3].toUpperCase())};var g={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},h={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"},i=function(a){var b=function(b){return a[b]},c="(?:"+Object.keys(a).join("|")+")",d=RegExp(c),e=RegExp(c,"g");return function(a){return a=null==a?"":""+a,d.test(a)?a.replace(e,b):a}},j=i(g),k=i(h),l=function(b,c){d.useDefault||(a.valHooks.select.set=d._set,d.useDefault=!0),this.$element=a(b),this.$newElement=null,this.$button=null,this.$menu=null,this.$lis=null,this.options=c,null===this.options.title&&(this.options.title=this.$element.attr("title"));var e=this.options.windowPadding;"number"==typeof e&&(this.options.windowPadding=[e,e,e,e]),this.val=l.prototype.val,this.render=l.prototype.render,this.refresh=l.prototype.refresh,this.setStyle=l.prototype.setStyle,this.selectAll=l.prototype.selectAll,this.deselectAll=l.prototype.deselectAll,this.destroy=l.prototype.destroy,this.remove=l.prototype.remove,this.show=l.prototype.show,this.hide=l.prototype.hide,this.init()};l.VERSION="1.12.4",l.DEFAULTS={noneSelectedText:"Nothing selected",noneResultsText:"No results matched {0}",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){return[1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)"]},selectAllText:"Select All",deselectAllText:"Deselect All",doneButton:!1,doneButtonText:"Close",multipleSeparator:", ",styleBase:"btn",style:"btn-default",size:"auto",title:null,selectedTextFormat:"values",width:!1,container:!1,hideDisabled:!1,showSubtext:!1,showIcon:!0,showContent:!0,dropupAuto:!0,header:!1,liveSearch:!1,liveSearchPlaceholder:null,liveSearchNormalize:!1,liveSearchStyle:"contains",actionsBox:!1,iconBase:"glyphicon",tickIcon:"glyphicon-ok",showTick:!1,template:{caret:'<span class="caret"></span>'},maxOptions:!1,mobile:!1,selectOnTab:!1,dropdownAlignRight:!1,windowPadding:0},l.prototype={constructor:l,init:function(){var b=this,c=this.$element.attr("id");this.$element.addClass("bs-select-hidden"),this.liObj={},this.multiple=this.$element.prop("multiple"),this.autofocus=this.$element.prop("autofocus"),this.$newElement=this.createView(),this.$element.after(this.$newElement).appendTo(this.$newElement),this.$button=this.$newElement.children("button"),this.$menu=this.$newElement.children(".dropdown-menu"),this.$menuInner=this.$menu.children(".inner"),this.$searchbox=this.$menu.find("input"),this.$element.removeClass("bs-select-hidden"),this.options.dropdownAlignRight===!0&&this.$menu.addClass("dropdown-menu-right"),"undefined"!=typeof c&&(this.$button.attr("data-id",c),a('label[for="'+c+'"]').click(function(a){a.preventDefault(),b.$button.focus()})),this.checkDisabled(),this.clickListener(),this.options.liveSearch&&this.liveSearchListener(),this.render(),this.setStyle(),this.setWidth(),this.options.container&&this.selectPosition(),this.$menu.data("this",this),this.$newElement.data("this",this),this.options.mobile&&this.mobile(),this.$newElement.on({"hide.bs.dropdown":function(a){b.$menuInner.attr("aria-expanded",!1),b.$element.trigger("hide.bs.select",a)},"hidden.bs.dropdown":function(a){b.$element.trigger("hidden.bs.select",a)},"show.bs.dropdown":function(a){b.$menuInner.attr("aria-expanded",!0),b.$element.trigger("show.bs.select",a)},"shown.bs.dropdown":function(a){b.$element.trigger("shown.bs.select",a)}}),b.$element[0].hasAttribute("required")&&this.$element.on("invalid",function(){b.$button.addClass("bs-invalid"),b.$element.on({"focus.bs.select":function(){b.$button.focus(),b.$element.off("focus.bs.select")},"shown.bs.select":function(){b.$element.val(b.$element.val()).off("shown.bs.select")},"rendered.bs.select":function(){this.validity.valid&&b.$button.removeClass("bs-invalid"),b.$element.off("rendered.bs.select")}}),b.$button.on("blur.bs.select",function(){b.$element.focus().blur(),b.$button.off("blur.bs.select")})}),setTimeout(function(){b.$element.trigger("loaded.bs.select")})},createDropdown:function(){var b=this.multiple||this.options.showTick?" show-tick":"",c=this.$element.parent().hasClass("input-group")?" input-group-btn":"",d=this.autofocus?" autofocus":"",e=this.options.header?'<div class="popover-title"><button type="button" class="close" aria-hidden="true">×</button>'+this.options.header+"</div>":"",f=this.options.liveSearch?'<div class="bs-searchbox"><input type="text" class="form-control" autocomplete="off"'+(null===this.options.liveSearchPlaceholder?"":' placeholder="'+j(this.options.liveSearchPlaceholder)+'"')+' role="textbox" aria-label="Search"></div>':"",g=this.multiple&&this.options.actionsBox?'<div class="bs-actionsbox"><div class="btn-group btn-group-sm btn-block"><button type="button" class="actions-btn bs-select-all btn btn-default">'+this.options.selectAllText+'</button><button type="button" class="actions-btn bs-deselect-all btn btn-default">'+this.options.deselectAllText+"</button></div></div>":"",h=this.multiple&&this.options.doneButton?'<div class="bs-donebutton"><div class="btn-group btn-block"><button type="button" class="btn btn-sm btn-default">'+this.options.doneButtonText+"</button></div></div>":"",i='<div class="btn-group bootstrap-select'+b+c+'"><button type="button" class="'+this.options.styleBase+' dropdown-toggle" data-toggle="dropdown"'+d+' role="button"><span class="filter-option pull-left"></span> <span class="bs-caret">'+this.options.template.caret+'</span></button><div class="dropdown-menu open" role="combobox">'+e+f+g+'<ul class="dropdown-menu inner" role="listbox" aria-expanded="false"></ul>'+h+"</div></div>";return a(i)},createView:function(){var a=this.createDropdown(),b=this.createLi();return a.find("ul")[0].innerHTML=b,a},reloadLi:function(){var a=this.createLi();this.$menuInner[0].innerHTML=a},createLi:function(){var c=this,d=[],e=0,f=document.createElement("option"),g=-1,h=function(a,b,c,d){return"<li"+("undefined"!=typeof c&&""!==c?' class="'+c+'"':"")+("undefined"!=typeof b&&null!==b?' data-original-index="'+b+'"':"")+("undefined"!=typeof d&&null!==d?'data-optgroup="'+d+'"':"")+">"+a+"</li>"},i=function(d,e,f,g){return'<a tabindex="0"'+("undefined"!=typeof e?' class="'+e+'"':"")+(f?' style="'+f+'"':"")+(c.options.liveSearchNormalize?' data-normalized-text="'+b(j(a(d).html()))+'"':"")+("undefined"!=typeof g||null!==g?' data-tokens="'+g+'"':"")+' role="option">'+d+'<span class="'+c.options.iconBase+" "+c.options.tickIcon+' check-mark"></span></a>'};if(this.options.title&&!this.multiple&&(g--,!this.$element.find(".bs-title-option").length)){var k=this.$element[0];f.className="bs-title-option",f.innerHTML=this.options.title,f.value="",k.insertBefore(f,k.firstChild);var l=a(k.options[k.selectedIndex]);void 0===l.attr("selected")&&void 0===this.$element.data("selected")&&(f.selected=!0)}var m=this.$element.find("option");return m.each(function(b){var f=a(this);if(g++,!f.hasClass("bs-title-option")){var k,l=this.className||"",n=j(this.style.cssText),o=f.data("content")?f.data("content"):f.html(),p=f.data("tokens")?f.data("tokens"):null,q="undefined"!=typeof f.data("subtext")?'<small class="text-muted">'+f.data("subtext")+"</small>":"",r="undefined"!=typeof f.data("icon")?'<span class="'+c.options.iconBase+" "+f.data("icon")+'"></span> ':"",s=f.parent(),t="OPTGROUP"===s[0].tagName,u=t&&s[0].disabled,v=this.disabled||u;if(""!==r&&v&&(r="<span>"+r+"</span>"),c.options.hideDisabled&&(v&&!t||u))return k=f.data("prevHiddenIndex"),f.next().data("prevHiddenIndex",void 0!==k?k:b),void g--;if(f.data("content")||(o=r+'<span class="text">'+o+q+"</span>"),t&&f.data("divider")!==!0){if(c.options.hideDisabled&&v){if(void 0===s.data("allOptionsDisabled")){var w=s.children();s.data("allOptionsDisabled",w.filter(":disabled").length===w.length)}if(s.data("allOptionsDisabled"))return void g--}var x=" "+s[0].className||"";if(0===f.index()){e+=1;var y=s[0].label,z="undefined"!=typeof s.data("subtext")?'<small class="text-muted">'+s.data("subtext")+"</small>":"",A=s.data("icon")?'<span class="'+c.options.iconBase+" "+s.data("icon")+'"></span> ':"";y=A+'<span class="text">'+j(y)+z+"</span>",0!==b&&d.length>0&&(g++,d.push(h("",null,"divider",e+"div"))),g++,d.push(h(y,null,"dropdown-header"+x,e))}if(c.options.hideDisabled&&v)return void g--;d.push(h(i(o,"opt "+l+x,n,p),b,"",e))}else if(f.data("divider")===!0)d.push(h("",b,"divider"));else if(f.data("hidden")===!0)k=f.data("prevHiddenIndex"),f.next().data("prevHiddenIndex",void 0!==k?k:b),d.push(h(i(o,l,n,p),b,"hidden is-hidden"));else{var B=this.previousElementSibling&&"OPTGROUP"===this.previousElementSibling.tagName;if(!B&&c.options.hideDisabled&&(k=f.data("prevHiddenIndex"),void 0!==k)){var C=m.eq(k)[0].previousElementSibling;C&&"OPTGROUP"===C.tagName&&!C.disabled&&(B=!0)}B&&(g++,d.push(h("",null,"divider",e+"div"))),d.push(h(i(o,l,n,p),b))}c.liObj[b]=g}}),this.multiple||0!==this.$element.find("option:selected").length||this.options.title||this.$element.find("option").eq(0).prop("selected",!0).attr("selected","selected"),d.join("")},findLis:function(){return null==this.$lis&&(this.$lis=this.$menu.find("li")),this.$lis},render:function(b){var c,d=this,e=this.$element.find("option");b!==!1&&e.each(function(a){var b=d.findLis().eq(d.liObj[a]);d.setDisabled(a,this.disabled||"OPTGROUP"===this.parentNode.tagName&&this.parentNode.disabled,b),d.setSelected(a,this.selected,b)}),this.togglePlaceholder(),this.tabIndex();var f=e.map(function(){if(this.selected){if(d.options.hideDisabled&&(this.disabled||"OPTGROUP"===this.parentNode.tagName&&this.parentNode.disabled))return;var b,c=a(this),e=c.data("icon")&&d.options.showIcon?'<i class="'+d.options.iconBase+" "+c.data("icon")+'"></i> ':"";return b=d.options.showSubtext&&c.data("subtext")&&!d.multiple?' <small class="text-muted">'+c.data("subtext")+"</small>":"","undefined"!=typeof c.attr("title")?c.attr("title"):c.data("content")&&d.options.showContent?c.data("content").toString():e+c.html()+b}}).toArray(),g=this.multiple?f.join(this.options.multipleSeparator):f[0];if(this.multiple&&this.options.selectedTextFormat.indexOf("count")>-1){var h=this.options.selectedTextFormat.split(">");if(h.length>1&&f.length>h[1]||1==h.length&&f.length>=2){c=this.options.hideDisabled?", [disabled]":"";var i=e.not('[data-divider="true"], [data-hidden="true"]'+c).length,j="function"==typeof this.options.countSelectedText?this.options.countSelectedText(f.length,i):this.options.countSelectedText;g=j.replace("{0}",f.length.toString()).replace("{1}",i.toString())}}void 0==this.options.title&&(this.options.title=this.$element.attr("title")),"static"==this.options.selectedTextFormat&&(g=this.options.title),g||(g="undefined"!=typeof this.options.title?this.options.title:this.options.noneSelectedText),this.$button.attr("title",k(a.trim(g.replace(/<[^>]*>?/g,"")))),this.$button.children(".filter-option").html(g),this.$element.trigger("rendered.bs.select")},setStyle:function(a,b){this.$element.attr("class")&&this.$newElement.addClass(this.$element.attr("class").replace(/selectpicker|mobile-device|bs-select-hidden|validate\[.*\]/gi,""));var c=a?a:this.options.style;"add"==b?this.$button.addClass(c):"remove"==b?this.$button.removeClass(c):(this.$button.removeClass(this.options.style),this.$button.addClass(c))},liHeight:function(b){if(b||this.options.size!==!1&&!this.sizeInfo){var c=document.createElement("div"),d=document.createElement("div"),e=document.createElement("ul"),f=document.createElement("li"),g=document.createElement("li"),h=document.createElement("a"),i=document.createElement("span"),j=this.options.header&&this.$menu.find(".popover-title").length>0?this.$menu.find(".popover-title")[0].cloneNode(!0):null,k=this.options.liveSearch?document.createElement("div"):null,l=this.options.actionsBox&&this.multiple&&this.$menu.find(".bs-actionsbox").length>0?this.$menu.find(".bs-actionsbox")[0].cloneNode(!0):null,m=this.options.doneButton&&this.multiple&&this.$menu.find(".bs-donebutton").length>0?this.$menu.find(".bs-donebutton")[0].cloneNode(!0):null;if(i.className="text",c.className=this.$menu[0].parentNode.className+" open",d.className="dropdown-menu open",e.className="dropdown-menu inner",f.className="divider",i.appendChild(document.createTextNode("Inner text")),h.appendChild(i),g.appendChild(h),e.appendChild(g),e.appendChild(f),j&&d.appendChild(j),k){var n=document.createElement("input");k.className="bs-searchbox",n.className="form-control",k.appendChild(n),d.appendChild(k)}l&&d.appendChild(l),d.appendChild(e),m&&d.appendChild(m),c.appendChild(d),document.body.appendChild(c);var o=h.offsetHeight,p=j?j.offsetHeight:0,q=k?k.offsetHeight:0,r=l?l.offsetHeight:0,s=m?m.offsetHeight:0,t=a(f).outerHeight(!0),u="function"==typeof getComputedStyle&&getComputedStyle(d),v=u?null:a(d),w={vert:parseInt(u?u.paddingTop:v.css("paddingTop"))+parseInt(u?u.paddingBottom:v.css("paddingBottom"))+parseInt(u?u.borderTopWidth:v.css("borderTopWidth"))+parseInt(u?u.borderBottomWidth:v.css("borderBottomWidth")),horiz:parseInt(u?u.paddingLeft:v.css("paddingLeft"))+parseInt(u?u.paddingRight:v.css("paddingRight"))+parseInt(u?u.borderLeftWidth:v.css("borderLeftWidth"))+parseInt(u?u.borderRightWidth:v.css("borderRightWidth"))},x={vert:w.vert+parseInt(u?u.marginTop:v.css("marginTop"))+parseInt(u?u.marginBottom:v.css("marginBottom"))+2,horiz:w.horiz+parseInt(u?u.marginLeft:v.css("marginLeft"))+parseInt(u?u.marginRight:v.css("marginRight"))+2};document.body.removeChild(c),this.sizeInfo={liHeight:o,headerHeight:p,searchHeight:q,actionsHeight:r,doneButtonHeight:s,dividerHeight:t,menuPadding:w,menuExtras:x}}},setSize:function(){if(this.findLis(),this.liHeight(),this.options.header&&this.$menu.css("padding-top",0),this.options.size!==!1){var b,c,d,e,f,g,h,i,j=this,k=this.$menu,l=this.$menuInner,m=a(window),n=this.$newElement[0].offsetHeight,o=this.$newElement[0].offsetWidth,p=this.sizeInfo.liHeight,q=this.sizeInfo.headerHeight,r=this.sizeInfo.searchHeight,s=this.sizeInfo.actionsHeight,t=this.sizeInfo.doneButtonHeight,u=this.sizeInfo.dividerHeight,v=this.sizeInfo.menuPadding,w=this.sizeInfo.menuExtras,x=this.options.hideDisabled?".disabled":"",y=function(){var b,c=j.$newElement.offset(),d=a(j.options.container);j.options.container&&!d.is("body")?(b=d.offset(),b.top+=parseInt(d.css("borderTopWidth")),b.left+=parseInt(d.css("borderLeftWidth"))):b={top:0,left:0};var e=j.options.windowPadding;f=c.top-b.top-m.scrollTop(),g=m.height()-f-n-b.top-e[2],h=c.left-b.left-m.scrollLeft(),i=m.width()-h-o-b.left-e[1],f-=e[0],h-=e[3]};if(y(),"auto"===this.options.size){var z=function(){var m,n=function(b,c){return function(d){return c?d.classList?d.classList.contains(b):a(d).hasClass(b):!(d.classList?d.classList.contains(b):a(d).hasClass(b))}},u=j.$menuInner[0].getElementsByTagName("li"),x=Array.prototype.filter?Array.prototype.filter.call(u,n("hidden",!1)):j.$lis.not(".hidden"),z=Array.prototype.filter?Array.prototype.filter.call(x,n("dropdown-header",!0)):x.filter(".dropdown-header");y(),b=g-w.vert,c=i-w.horiz,j.options.container?(k.data("height")||k.data("height",k.height()),d=k.data("height"),k.data("width")||k.data("width",k.width()),e=k.data("width")):(d=k.height(),e=k.width()),j.options.dropupAuto&&j.$newElement.toggleClass("dropup",f>g&&b-w.vert<d),j.$newElement.hasClass("dropup")&&(b=f-w.vert),"auto"===j.options.dropdownAlignRight&&k.toggleClass("dropdown-menu-right",h>i&&c-w.horiz<e-o),m=x.length+z.length>3?3*p+w.vert-2:0,k.css({"max-height":b+"px",overflow:"hidden","min-height":m+q+r+s+t+"px"}),l.css({"max-height":b-q-r-s-t-v.vert+"px","overflow-y":"auto","min-height":Math.max(m-v.vert,0)+"px"})};z(),this.$searchbox.off("input.getSize propertychange.getSize").on("input.getSize propertychange.getSize",z),m.off("resize.getSize scroll.getSize").on("resize.getSize scroll.getSize",z)}else if(this.options.size&&"auto"!=this.options.size&&this.$lis.not(x).length>this.options.size){var A=this.$lis.not(".divider").not(x).children().slice(0,this.options.size).last().parent().index(),B=this.$lis.slice(0,A+1).filter(".divider").length;b=p*this.options.size+B*u+v.vert,j.options.container?(k.data("height")||k.data("height",k.height()),d=k.data("height")):d=k.height(),j.options.dropupAuto&&this.$newElement.toggleClass("dropup",f>g&&b-w.vert<d),k.css({"max-height":b+q+r+s+t+"px",overflow:"hidden","min-height":""}),l.css({"max-height":b-v.vert+"px","overflow-y":"auto","min-height":""})}}},setWidth:function(){if("auto"===this.options.width){this.$menu.css("min-width","0");var a=this.$menu.parent().clone().appendTo("body"),b=this.options.container?this.$newElement.clone().appendTo("body"):a,c=a.children(".dropdown-menu").outerWidth(),d=b.css("width","auto").children("button").outerWidth();a.remove(),b.remove(),this.$newElement.css("width",Math.max(c,d)+"px")}else"fit"===this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width","").addClass("fit-width")):this.options.width?(this.$menu.css("min-width",""),this.$newElement.css("width",this.options.width)):(this.$menu.css("min-width",""),this.$newElement.css("width",""));this.$newElement.hasClass("fit-width")&&"fit"!==this.options.width&&this.$newElement.removeClass("fit-width")},selectPosition:function(){this.$bsContainer=a('<div class="bs-container" />');var b,c,d,e=this,f=a(this.options.container),g=function(a){e.$bsContainer.addClass(a.attr("class").replace(/form-control|fit-width/gi,"")).toggleClass("dropup",a.hasClass("dropup")),b=a.offset(),f.is("body")?c={top:0,left:0}:(c=f.offset(),c.top+=parseInt(f.css("borderTopWidth"))-f.scrollTop(),c.left+=parseInt(f.css("borderLeftWidth"))-f.scrollLeft()),d=a.hasClass("dropup")?0:a[0].offsetHeight,e.$bsContainer.css({top:b.top-c.top+d,left:b.left-c.left,width:a[0].offsetWidth})};this.$button.on("click",function(){var b=a(this);e.isDisabled()||(g(e.$newElement),e.$bsContainer.appendTo(e.options.container).toggleClass("open",!b.hasClass("open")).append(e.$menu))}),a(window).on("resize scroll",function(){g(e.$newElement)}),this.$element.on("hide.bs.select",function(){e.$menu.data("height",e.$menu.height()),e.$bsContainer.detach()})},setSelected:function(a,b,c){c||(this.togglePlaceholder(),c=this.findLis().eq(this.liObj[a])),c.toggleClass("selected",b).find("a").attr("aria-selected",b)},setDisabled:function(a,b,c){c||(c=this.findLis().eq(this.liObj[a])),b?c.addClass("disabled").children("a").attr("href","#").attr("tabindex",-1).attr("aria-disabled",!0):c.removeClass("disabled").children("a").removeAttr("href").attr("tabindex",0).attr("aria-disabled",!1)},isDisabled:function(){return this.$element[0].disabled},checkDisabled:function(){var a=this;this.isDisabled()?(this.$newElement.addClass("disabled"),this.$button.addClass("disabled").attr("tabindex",-1).attr("aria-disabled",!0)):(this.$button.hasClass("disabled")&&(this.$newElement.removeClass("disabled"),this.$button.removeClass("disabled").attr("aria-disabled",!1)),this.$button.attr("tabindex")!=-1||this.$element.data("tabindex")||this.$button.removeAttr("tabindex")),this.$button.click(function(){return!a.isDisabled()})},togglePlaceholder:function(){var a=this.$element.val();this.$button.toggleClass("bs-placeholder",null===a||""===a||a.constructor===Array&&0===a.length)},tabIndex:function(){this.$element.data("tabindex")!==this.$element.attr("tabindex")&&this.$element.attr("tabindex")!==-98&&"-98"!==this.$element.attr("tabindex")&&(this.$element.data("tabindex",this.$element.attr("tabindex")),this.$button.attr("tabindex",this.$element.data("tabindex"))),this.$element.attr("tabindex",-98)},clickListener:function(){var b=this,c=a(document);c.data("spaceSelect",!1),this.$button.on("keyup",function(a){/(32)/.test(a.keyCode.toString(10))&&c.data("spaceSelect")&&(a.preventDefault(),c.data("spaceSelect",!1))}),this.$button.on("click",function(){b.setSize()}),this.$element.on("shown.bs.select",function(){if(b.options.liveSearch||b.multiple){if(!b.multiple){var a=b.liObj[b.$element[0].selectedIndex];if("number"!=typeof a||b.options.size===!1)return;var c=b.$lis.eq(a)[0].offsetTop-b.$menuInner[0].offsetTop;c=c-b.$menuInner[0].offsetHeight/2+b.sizeInfo.liHeight/2,b.$menuInner[0].scrollTop=c}}else b.$menuInner.find(".selected a").focus()}),this.$menuInner.on("click","li a",function(c){var d=a(this),f=d.parent().data("originalIndex"),g=b.$element.val(),h=b.$element.prop("selectedIndex"),i=!0;if(b.multiple&&1!==b.options.maxOptions&&c.stopPropagation(),c.preventDefault(),!b.isDisabled()&&!d.parent().hasClass("disabled")){var j=b.$element.find("option"),k=j.eq(f),l=k.prop("selected"),m=k.parent("optgroup"),n=b.options.maxOptions,o=m.data("maxOptions")||!1;if(b.multiple){if(k.prop("selected",!l),b.setSelected(f,!l),d.blur(),n!==!1||o!==!1){var p=n<j.filter(":selected").length,q=o<m.find("option:selected").length;if(n&&p||o&&q)if(n&&1==n)j.prop("selected",!1),k.prop("selected",!0),b.$menuInner.find(".selected").removeClass("selected"),b.setSelected(f,!0);else if(o&&1==o){m.find("option:selected").prop("selected",!1),k.prop("selected",!0);var r=d.parent().data("optgroup");b.$menuInner.find('[data-optgroup="'+r+'"]').removeClass("selected"),b.setSelected(f,!0)}else{var s="string"==typeof b.options.maxOptionsText?[b.options.maxOptionsText,b.options.maxOptionsText]:b.options.maxOptionsText,t="function"==typeof s?s(n,o):s,u=t[0].replace("{n}",n),v=t[1].replace("{n}",o),w=a('<div class="notify"></div>');t[2]&&(u=u.replace("{var}",t[2][n>1?0:1]),v=v.replace("{var}",t[2][o>1?0:1])),k.prop("selected",!1),b.$menu.append(w),n&&p&&(w.append(a("<div>"+u+"</div>")),i=!1,b.$element.trigger("maxReached.bs.select")),o&&q&&(w.append(a("<div>"+v+"</div>")),i=!1,b.$element.trigger("maxReachedGrp.bs.select")),setTimeout(function(){b.setSelected(f,!1)},10),w.delay(750).fadeOut(300,function(){a(this).remove()})}}}else j.prop("selected",!1),k.prop("selected",!0),b.$menuInner.find(".selected").removeClass("selected").find("a").attr("aria-selected",!1),b.setSelected(f,!0);!b.multiple||b.multiple&&1===b.options.maxOptions?b.$button.focus():b.options.liveSearch&&b.$searchbox.focus(),i&&(g!=b.$element.val()&&b.multiple||h!=b.$element.prop("selectedIndex")&&!b.multiple)&&(e=[f,k.prop("selected"),l],b.$element.triggerNative("change"))}}),this.$menu.on("click","li.disabled a, .popover-title, .popover-title :not(.close)",function(c){c.currentTarget==this&&(c.preventDefault(),c.stopPropagation(),b.options.liveSearch&&!a(c.target).hasClass("close")?b.$searchbox.focus():b.$button.focus())}),this.$menuInner.on("click",".divider, .dropdown-header",function(a){a.preventDefault(),a.stopPropagation(),b.options.liveSearch?b.$searchbox.focus():b.$button.focus()}),this.$menu.on("click",".popover-title .close",function(){b.$button.click()}),this.$searchbox.on("click",function(a){a.stopPropagation()}),this.$menu.on("click",".actions-btn",function(c){b.options.liveSearch?b.$searchbox.focus():b.$button.focus(),c.preventDefault(),c.stopPropagation(),a(this).hasClass("bs-select-all")?b.selectAll():b.deselectAll()}),this.$element.change(function(){b.render(!1),b.$element.trigger("changed.bs.select",e),e=null})},liveSearchListener:function(){var c=this,d=a('<li class="no-results"></li>');this.$button.on("click.dropdown.data-api",function(){c.$menuInner.find(".active").removeClass("active"),c.$searchbox.val()&&(c.$searchbox.val(""),c.$lis.not(".is-hidden").removeClass("hidden"),d.parent().length&&d.remove()),c.multiple||c.$menuInner.find(".selected").addClass("active"),setTimeout(function(){c.$searchbox.focus()},10)}),this.$searchbox.on("click.dropdown.data-api focus.dropdown.data-api touchend.dropdown.data-api",function(a){a.stopPropagation()}),this.$searchbox.on("input propertychange",function(){if(c.$lis.not(".is-hidden").removeClass("hidden"),c.$lis.filter(".active").removeClass("active"),d.remove(),c.$searchbox.val()){var e,f=c.$lis.not(".is-hidden, .divider, .dropdown-header");if(e=c.options.liveSearchNormalize?f.not(":a"+c._searchStyle()+'("'+b(c.$searchbox.val())+'")'):f.not(":"+c._searchStyle()+'("'+c.$searchbox.val()+'")'),e.length===f.length)d.html(c.options.noneResultsText.replace("{0}",'"'+j(c.$searchbox.val())+'"')),c.$menuInner.append(d),c.$lis.addClass("hidden");else{e.addClass("hidden");var g,h=c.$lis.not(".hidden");h.each(function(b){var c=a(this);c.hasClass("divider")?void 0===g?c.addClass("hidden"):(g&&g.addClass("hidden"),g=c):c.hasClass("dropdown-header")&&h.eq(b+1).data("optgroup")!==c.data("optgroup")?c.addClass("hidden"):g=null}),g&&g.addClass("hidden"),f.not(".hidden").first().addClass("active"),c.$menuInner.scrollTop(0)}}})},_searchStyle:function(){var a={begins:"ibegins",startsWith:"ibegins"};return a[this.options.liveSearchStyle]||"icontains"},val:function(a){return"undefined"!=typeof a?(this.$element.val(a),this.render(),this.$element):this.$element.val()},changeAll:function(b){if(this.multiple){"undefined"==typeof b&&(b=!0),this.findLis();var c=this.$element.find("option"),d=this.$lis.not(".divider, .dropdown-header, .disabled, .hidden"),e=d.length,f=[];if(b){if(d.filter(".selected").length===d.length)return}else if(0===d.filter(".selected").length)return;d.toggleClass("selected",b);for(var g=0;g<e;g++){var h=d[g].getAttribute("data-original-index");f[f.length]=c.eq(h)[0]}a(f).prop("selected",b),this.render(!1),this.togglePlaceholder(),this.$element.triggerNative("change")}},selectAll:function(){return this.changeAll(!0)},deselectAll:function(){return this.changeAll(!1)},toggle:function(a){a=a||window.event,a&&a.stopPropagation(),this.$button.trigger("click")},keydown:function(b){var c,d,e,f,g=a(this),h=g.is("input")?g.parent().parent():g.parent(),i=h.data("this"),j=":not(.disabled, .hidden, .dropdown-header, .divider)",k={32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",96:"0",97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9"};if(f=i.$newElement.hasClass("open"),!f&&(b.keyCode>=48&&b.keyCode<=57||b.keyCode>=96&&b.keyCode<=105||b.keyCode>=65&&b.keyCode<=90))return i.options.container?i.$button.trigger("click"):(i.setSize(),i.$menu.parent().addClass("open"),f=!0),void i.$searchbox.focus();if(i.options.liveSearch&&/(^9$|27)/.test(b.keyCode.toString(10))&&f&&(b.preventDefault(),b.stopPropagation(),i.$menuInner.click(),i.$button.focus()),/(38|40)/.test(b.keyCode.toString(10))){if(c=i.$lis.filter(j),!c.length)return;d=i.options.liveSearch?c.index(c.filter(".active")):c.index(c.find("a").filter(":focus").parent()),e=i.$menuInner.data("prevIndex"),38==b.keyCode?(!i.options.liveSearch&&d!=e||d==-1||d--,d<0&&(d+=c.length)):40==b.keyCode&&((i.options.liveSearch||d==e)&&d++,d%=c.length),i.$menuInner.data("prevIndex",d),i.options.liveSearch?(b.preventDefault(),g.hasClass("dropdown-toggle")||(c.removeClass("active").eq(d).addClass("active").children("a").focus(),g.focus())):c.eq(d).children("a").focus()}else if(!g.is("input")){var l,m,n=[];c=i.$lis.filter(j),c.each(function(c){a.trim(a(this).children("a").text().toLowerCase()).substring(0,1)==k[b.keyCode]&&n.push(c)}),l=a(document).data("keycount"),l++,a(document).data("keycount",l),m=a.trim(a(":focus").text().toLowerCase()).substring(0,1),m!=k[b.keyCode]?(l=1,a(document).data("keycount",l)):l>=n.length&&(a(document).data("keycount",0),l>n.length&&(l=1)),c.eq(n[l-1]).children("a").focus()}if((/(13|32)/.test(b.keyCode.toString(10))||/(^9$)/.test(b.keyCode.toString(10))&&i.options.selectOnTab)&&f){if(/(32)/.test(b.keyCode.toString(10))||b.preventDefault(),i.options.liveSearch)/(32)/.test(b.keyCode.toString(10))||(i.$menuInner.find(".active a").click(),g.focus());else{var o=a(":focus");o.click(),o.focus(),b.preventDefault(),a(document).data("spaceSelect",!0)}a(document).data("keycount",0)}(/(^9$|27)/.test(b.keyCode.toString(10))&&f&&(i.multiple||i.options.liveSearch)||/(27)/.test(b.keyCode.toString(10))&&!f)&&(i.$menu.parent().removeClass("open"),i.options.container&&i.$newElement.removeClass("open"),i.$button.focus())},mobile:function(){this.$element.addClass("mobile-device")},refresh:function(){this.$lis=null,this.liObj={},this.reloadLi(),this.render(),this.checkDisabled(),this.liHeight(!0),this.setStyle(),
|
8 |
this.setWidth(),this.$lis&&this.$searchbox.trigger("propertychange"),this.$element.trigger("refreshed.bs.select")},hide:function(){this.$newElement.hide()},show:function(){this.$newElement.show()},remove:function(){this.$newElement.remove(),this.$element.remove()},destroy:function(){this.$newElement.before(this.$element).remove(),this.$bsContainer?this.$bsContainer.remove():this.$menu.remove(),this.$element.off(".bs.select").removeData("selectpicker").removeClass("bs-select-hidden selectpicker")}};var m=a.fn.selectpicker;a.fn.selectpicker=c,a.fn.selectpicker.Constructor=l,a.fn.selectpicker.noConflict=function(){return a.fn.selectpicker=m,this},a(document).data("keycount",0).on("keydown.bs.select",'.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role="listbox"], .bs-searchbox input',l.prototype.keydown).on("focusin.modal",'.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role="listbox"], .bs-searchbox input',function(a){a.stopPropagation()}),a(window).on("load.bs.select.data-api",function(){a(".selectpicker").each(function(){var b=a(this);c.call(b,b.data())})})}(a)});
|
|
assets/js/color-pickr/pickr.es5.min.js
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
/*! Pickr 1.7.1 MIT | https://github.com/Simonwep/pickr */
|
2 |
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Pickr=e():t.Pickr=e()}(window,(function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=145)}([function(t,e,r){var n=r(3),o=r(15).f,i=r(12),a=r(17),c=r(47),u=r(81),s=r(85);t.exports=function(t,e){var r,l,f,p,v,h=t.target,d=t.global,g=t.stat;if(r=d?n:g?n[h]||c(h,{}):(n[h]||{}).prototype)for(l in e){if(p=e[l],f=t.noTargetGet?(v=o(r,l))&&v.value:r[l],!s(d?l:h+(g?".":"#")+l,t.forced)&&void 0!==f){if(typeof p==typeof f)continue;u(p,f)}(t.sham||f&&f.sham)&&i(p,"sham",!0),a(r,l,p,t)}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,r){var n=r(3),o=r(48),i=r(4),a=r(49),c=r(54),u=r(86),s=o("wks"),l=n.Symbol,f=u?l:l&&l.withoutSetter||a;t.exports=function(t){return i(s,t)||(c&&i(l,t)?s[t]=l[t]:s[t]=f("Symbol."+t)),s[t]}},function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||Function("return this")()}).call(this,r(111))},function(t,e){var r={}.hasOwnProperty;t.exports=function(t,e){return r.call(t,e)}},function(t,e,r){var n=r(1);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,r){var n=r(7);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,r){var n=r(18),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},function(t,e,r){var n=r(5),o=r(77),i=r(6),a=r(22),c=Object.defineProperty;e.f=n?c:function(t,e,r){if(i(t),e=a(e,!0),i(r),o)try{return c(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},function(t,e,r){var n=r(21),o=r(11);t.exports=function(t){return n(o(t))}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,r){var n=r(5),o=r(9),i=r(20);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},function(t,e,r){var n=r(11);t.exports=function(t){return Object(n(t))}},function(t,e,r){var n=r(5),o=r(1),i=r(4),a=Object.defineProperty,c={},u=function(t){throw t};t.exports=function(t,e){if(i(c,t))return c[t];e||(e={});var r=[][t],s=!!i(e,"ACCESSORS")&&e.ACCESSORS,l=i(e,0)?e[0]:u,f=i(e,1)?e[1]:void 0;return c[t]=!!r&&!o((function(){if(s&&!n)return!0;var t={length:-1};s?a(t,1,{enumerable:!0,get:u}):t[1]=1,r.call(t,l,f)}))}},function(t,e,r){var n=r(5),o=r(46),i=r(20),a=r(10),c=r(22),u=r(4),s=r(77),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=a(t),e=c(e,!0),s)try{return l(t,e)}catch(t){}if(u(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},function(t,e,r){var n=r(3),o=r(12),i=r(4),a=r(47),c=r(79),u=r(31),s=u.get,l=u.enforce,f=String(String).split("String");(t.exports=function(t,e,r,c){var u=!!c&&!!c.unsafe,s=!!c&&!!c.enumerable,p=!!c&&!!c.noTargetGet;"function"==typeof r&&("string"!=typeof e||i(r,"name")||o(r,"name",e),l(r).source=f.join("string"==typeof e?e:"")),t!==n?(u?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=r:o(t,e,r)):s?t[e]=r:a(e,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||c(this)}))},function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:r)(t)}},function(t,e,r){var n=r(89),o=r(21),i=r(13),a=r(8),c=r(57),u=[].push,s=function(t){var e=1==t,r=2==t,s=3==t,l=4==t,f=6==t,p=5==t||f;return function(v,h,d,g){for(var y,b,m=i(v),x=o(m),S=n(h,d,3),w=a(x.length),O=0,_=g||c,A=e?_(v,w):r?_(v,0):void 0;w>O;O++)if((p||O in x)&&(b=S(y=x[O],O,m),t))if(e)A[O]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return O;case 2:u.call(A,y)}else if(l)return!1;return f?-1:s||l?l:A}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6)}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,r){var n=r(1),o=r(16),i="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,r){var n=r(7);t.exports=function(t,e){if(!n(t))return t;var r,o;if(e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!n(o=r.call(t)))return o;if(!e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=!1},function(t,e,r){"use strict";var n=r(22),o=r(9),i=r(20);t.exports=function(t,e,r){var a=n(e);a in t?o.f(t,a,i(0,r)):t[a]=r}},function(t,e,r){var n=r(1),o=r(2),i=r(90),a=o("species");t.exports=function(t){return i>=51||!n((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,r){"use strict";var n=r(1);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){throw 1},1)}))}},function(t,e){t.exports={}},function(t,e,r){var n=r(64),o=r(17),i=r(130);n||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,r){"use strict";var n=r(0),o=r(43);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,e,r){"use strict";var n=r(17),o=r(6),i=r(1),a=r(101),c=RegExp.prototype,u=c.toString,s=i((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),l="toString"!=u.name;(s||l)&&n(RegExp.prototype,"toString",(function(){var t=o(this),e=String(t.source),r=t.flags;return"/"+e+"/"+String(void 0===r&&t instanceof RegExp&&!("flags"in c)?a.call(t):r)}),{unsafe:!0})},function(t,e,r){var n,o,i,a=r(112),c=r(3),u=r(7),s=r(12),l=r(4),f=r(32),p=r(33),v=c.WeakMap;if(a){var h=new v,d=h.get,g=h.has,y=h.set;n=function(t,e){return y.call(h,t,e),e},o=function(t){return d.call(h,t)||{}},i=function(t){return g.call(h,t)}}else{var b=f("state");p[b]=!0,n=function(t,e){return s(t,b,e),e},o=function(t){return l(t,b)?t[b]:{}},i=function(t){return l(t,b)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!u(e)||(r=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},function(t,e,r){var n=r(48),o=r(49),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports={}},function(t,e,r){var n=r(83),o=r(3),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t])||i(o[t]):n[t]&&n[t][e]||o[t]&&o[t][e]}},function(t,e,r){var n=r(84),o=r(52).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},function(t,e,r){var n=r(16);t.exports=Array.isArray||function(t){return"Array"==n(t)}},function(t,e,r){var n,o=r(6),i=r(113),a=r(52),c=r(33),u=r(114),s=r(78),l=r(32),f=l("IE_PROTO"),p=function(){},v=function(t){return"<script>"+t+"<\/script>"},h=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;h=n?function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e}(n):((e=s("iframe")).style.display="none",u.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F);for(var r=a.length;r--;)delete h.prototype[a[r]];return h()};c[f]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(p.prototype=o(t),r=new p,p.prototype=null,r[f]=t):r=h(),void 0===e?r:i(r,e)}},function(t,e,r){var n=r(84),o=r(52);t.exports=Object.keys||function(t){return n(t,o)}},function(t,e,r){"use strict";var n=r(0),o=r(93);n({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,r){"use strict";var n=r(10),o=r(62),i=r(27),a=r(31),c=r(95),u=a.set,s=a.getterFor("Array Iterator");t.exports=c(Array,"Array",(function(t,e){u(this,{type:"Array Iterator",target:n(t),index:0,kind:e})}),(function(){var t=s(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,r){"use strict";var n=r(5),o=r(3),i=r(85),a=r(17),c=r(4),u=r(16),s=r(128),l=r(22),f=r(1),p=r(37),v=r(35).f,h=r(15).f,d=r(9).f,g=r(99).trim,y=o.Number,b=y.prototype,m="Number"==u(p(b)),x=function(t){var e,r,n,o,i,a,c,u,s=l(t,!1);if("string"==typeof s&&s.length>2)if(43===(e=(s=g(s)).charCodeAt(0))||45===e){if(88===(r=s.charCodeAt(2))||120===r)return NaN}else if(48===e){switch(s.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+s}for(a=(i=s.slice(2)).length,c=0;c<a;c++)if((u=i.charCodeAt(c))<48||u>o)return NaN;return parseInt(i,n)}return+s};if(i("Number",!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var S,w=function(t){var e=arguments.length<1?0:t,r=this;return r instanceof w&&(m?f((function(){b.valueOf.call(r)})):"Number"!=u(r))?s(new y(x(e)),r,w):x(e)},O=n?v(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),_=0;O.length>_;_++)c(y,S=O[_])&&!c(w,S)&&d(w,S,h(y,S));w.prototype=b,b.constructor=w,a(o,"Number",w)}},function(t,e,r){var n=r(0),o=r(13),i=r(38);n({target:"Object",stat:!0,forced:r(1)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},function(t,e,r){"use strict";var n,o,i=r(101),a=r(131),c=RegExp.prototype.exec,u=String.prototype.replace,s=c,l=(n=/a/,o=/b*/g,c.call(n,"a"),c.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),f=a.UNSUPPORTED_Y||a.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(l||p||f)&&(s=function(t){var e,r,n,o,a=this,s=f&&a.sticky,v=i.call(a),h=a.source,d=0,g=t;return s&&(-1===(v=v.replace("y","")).indexOf("g")&&(v+="g"),g=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(h="(?: "+h+")",g=" "+g,d++),r=new RegExp("^(?:"+h+")",v)),p&&(r=new RegExp("^"+h+"$(?!\\s)",v)),l&&(e=a.lastIndex),n=c.call(s?r:a,g),s?n?(n.input=n.input.slice(d),n[0]=n[0].slice(d),n.index=a.lastIndex,a.lastIndex+=n[0].length):a.lastIndex=0:l&&n&&(a.lastIndex=a.global?n.index+n[0].length:e),p&&n&&n.length>1&&u.call(n[0],r,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(n[o]=void 0)})),n}),t.exports=s},function(t,e,r){var n=r(3),o=r(106),i=r(93),a=r(12);for(var c in o){var u=n[c],s=u&&u.prototype;if(s&&s.forEach!==i)try{a(s,"forEach",i)}catch(t){s.forEach=i}}},function(t,e,r){"use strict";var n=r(0),o=r(3),i=r(34),a=r(23),c=r(5),u=r(54),s=r(86),l=r(1),f=r(4),p=r(36),v=r(7),h=r(6),d=r(13),g=r(10),y=r(22),b=r(20),m=r(37),x=r(38),S=r(35),w=r(115),O=r(53),_=r(15),A=r(9),E=r(46),j=r(12),C=r(17),P=r(48),k=r(32),I=r(33),R=r(49),T=r(2),L=r(87),N=r(88),F=r(55),M=r(31),D=r(19).forEach,B=k("hidden"),U=T("toPrimitive"),H=M.set,$=M.getterFor("Symbol"),V=Object.prototype,G=o.Symbol,W=i("JSON","stringify"),z=_.f,X=A.f,Y=w.f,K=E.f,q=P("symbols"),J=P("op-symbols"),Q=P("string-to-symbol-registry"),Z=P("symbol-to-string-registry"),tt=P("wks"),et=o.QObject,rt=!et||!et.prototype||!et.prototype.findChild,nt=c&&l((function(){return 7!=m(X({},"a",{get:function(){return X(this,"a",{value:7}).a}})).a}))?function(t,e,r){var n=z(V,e);n&&delete V[e],X(t,e,r),n&&t!==V&&X(V,e,n)}:X,ot=function(t,e){var r=q[t]=m(G.prototype);return H(r,{type:"Symbol",tag:t,description:e}),c||(r.description=e),r},it=s?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof G},at=function(t,e,r){t===V&&at(J,e,r),h(t);var n=y(e,!0);return h(r),f(q,n)?(r.enumerable?(f(t,B)&&t[B][n]&&(t[B][n]=!1),r=m(r,{enumerable:b(0,!1)})):(f(t,B)||X(t,B,b(1,{})),t[B][n]=!0),nt(t,n,r)):X(t,n,r)},ct=function(t,e){h(t);var r=g(e),n=x(r).concat(ft(r));return D(n,(function(e){c&&!ut.call(r,e)||at(t,e,r[e])})),t},ut=function(t){var e=y(t,!0),r=K.call(this,e);return!(this===V&&f(q,e)&&!f(J,e))&&(!(r||!f(this,e)||!f(q,e)||f(this,B)&&this[B][e])||r)},st=function(t,e){var r=g(t),n=y(e,!0);if(r!==V||!f(q,n)||f(J,n)){var o=z(r,n);return!o||!f(q,n)||f(r,B)&&r[B][n]||(o.enumerable=!0),o}},lt=function(t){var e=Y(g(t)),r=[];return D(e,(function(t){f(q,t)||f(I,t)||r.push(t)})),r},ft=function(t){var e=t===V,r=Y(e?J:g(t)),n=[];return D(r,(function(t){!f(q,t)||e&&!f(V,t)||n.push(q[t])})),n};(u||(C((G=function(){if(this instanceof G)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=R(t),r=function(t){this===V&&r.call(J,t),f(this,B)&&f(this[B],e)&&(this[B][e]=!1),nt(this,e,b(1,t))};return c&&rt&&nt(V,e,{configurable:!0,set:r}),ot(e,t)}).prototype,"toString",(function(){return $(this).tag})),C(G,"withoutSetter",(function(t){return ot(R(t),t)})),E.f=ut,A.f=at,_.f=st,S.f=w.f=lt,O.f=ft,L.f=function(t){return ot(T(t),t)},c&&(X(G.prototype,"description",{configurable:!0,get:function(){return $(this).description}}),a||C(V,"propertyIsEnumerable",ut,{unsafe:!0}))),n({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:G}),D(x(tt),(function(t){N(t)})),n({target:"Symbol",stat:!0,forced:!u},{for:function(t){var e=String(t);if(f(Q,e))return Q[e];var r=G(e);return Q[e]=r,Z[r]=e,r},keyFor:function(t){if(!it(t))throw TypeError(t+" is not a symbol");if(f(Z,t))return Z[t]},useSetter:function(){rt=!0},useSimple:function(){rt=!1}}),n({target:"Object",stat:!0,forced:!u,sham:!c},{create:function(t,e){return void 0===e?m(t):ct(m(t),e)},defineProperty:at,defineProperties:ct,getOwnPropertyDescriptor:st}),n({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:lt,getOwnPropertySymbols:ft}),n({target:"Object",stat:!0,forced:l((function(){O.f(1)}))},{getOwnPropertySymbols:function(t){return O.f(d(t))}}),W)&&n({target:"JSON",stat:!0,forced:!u||l((function(){var t=G();return"[null]"!=W([t])||"{}"!=W({a:t})||"{}"!=W(Object(t))}))},{stringify:function(t,e,r){for(var n,o=[t],i=1;arguments.length>i;)o.push(arguments[i++]);if(n=e,(v(e)||void 0!==t)&&!it(t))return p(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!it(e))return e}),o[1]=e,W.apply(null,o)}});G.prototype[U]||j(G.prototype,U,G.prototype.valueOf),F(G,"Symbol"),I[B]=!0},function(t,e,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:n},function(t,e,r){var n=r(3),o=r(12);t.exports=function(t,e){try{o(n,t,e)}catch(r){n[t]=e}return e}},function(t,e,r){var n=r(23),o=r(80);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.5",mode:n?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){var r=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+n).toString(36)}},function(t,e,r){var n=r(10),o=r(8),i=r(51),a=function(t){return function(e,r,a){var c,u=n(e),s=o(u.length),l=i(a,s);if(t&&r!=r){for(;s>l;)if((c=u[l++])!=c)return!0}else for(;s>l;l++)if((t||l in u)&&u[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,r){var n=r(18),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,r){var n=r(1);t.exports=!!Object.getOwnPropertySymbols&&!n((function(){return!String(Symbol())}))},function(t,e,r){var n=r(9).f,o=r(4),i=r(2)("toStringTag");t.exports=function(t,e,r){t&&!o(t=r?t:t.prototype,i)&&n(t,i,{configurable:!0,value:e})}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,r){var n=r(7),o=r(36),i=r(2)("species");t.exports=function(t,e){var r;return o(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!o(r.prototype)?n(r)&&null===(r=r[i])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===e?0:e)}},function(t,e,r){"use strict";var n=r(0),o=r(5),i=r(3),a=r(4),c=r(7),u=r(9).f,s=r(81),l=i.Symbol;if(o&&"function"==typeof l&&(!("description"in l.prototype)||void 0!==l().description)){var f={},p=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof p?new l(t):void 0===t?l():l(t);return""===t&&(f[e]=!0),e};s(p,l);var v=p.prototype=l.prototype;v.constructor=p;var h=v.toString,d="Symbol(test)"==String(l("test")),g=/^Symbol\((.*)\)[^)]+$/;u(v,"description",{configurable:!0,get:function(){var t=c(this)?this.valueOf():this,e=h.call(t);if(a(f,t))return"";var r=d?e.slice(7,-1):e.replace(g,"$1");return""===r?void 0:r}}),n({global:!0,forced:!0},{Symbol:p})}},function(t,e,r){r(88)("iterator")},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(36),a=r(7),c=r(13),u=r(8),s=r(24),l=r(57),f=r(25),p=r(2),v=r(90),h=p("isConcatSpreadable"),d=v>=51||!o((function(){var t=[];return t[h]=!1,t.concat()[0]!==t})),g=f("concat"),y=function(t){if(!a(t))return!1;var e=t[h];return void 0!==e?!!e:i(t)};n({target:"Array",proto:!0,forced:!d||!g},{concat:function(t){var e,r,n,o,i,a=c(this),f=l(a,0),p=0;for(e=-1,n=arguments.length;e<n;e++)if(i=-1===e?a:arguments[e],y(i)){if(p+(o=u(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(r=0;r<o;r++,p++)r in i&&s(f,p,i[r])}else{if(p>=9007199254740991)throw TypeError("Maximum allowed index exceeded");s(f,p++,i)}return f.length=p,f}})},function(t,e,r){"use strict";var n=r(0),o=r(19).filter,i=r(25),a=r(14),c=i("filter"),u=a("filter");n({target:"Array",proto:!0,forced:!c||!u},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){var n=r(2),o=r(37),i=r(9),a=n("unscopables"),c=Array.prototype;null==c[a]&&i.f(c,a,{configurable:!0,value:o(null)}),t.exports=function(t){c[a][t]=!0}},function(t,e,r){var n=r(0),o=r(116);n({target:"Array",stat:!0,forced:!r(120)((function(t){Array.from(t)}))},{from:o})},function(t,e,r){var n={};n[r(2)("toStringTag")]="z",t.exports="[object z]"===String(n)},function(t,e,r){"use strict";var n=r(0),o=r(7),i=r(36),a=r(51),c=r(8),u=r(10),s=r(24),l=r(2),f=r(25),p=r(14),v=f("slice"),h=p("slice",{ACCESSORS:!0,0:0,1:2}),d=l("species"),g=[].slice,y=Math.max;n({target:"Array",proto:!0,forced:!v||!h},{slice:function(t,e){var r,n,l,f=u(this),p=c(f.length),v=a(t,p),h=a(void 0===e?p:e,p);if(i(f)&&("function"!=typeof(r=f.constructor)||r!==Array&&!i(r.prototype)?o(r)&&null===(r=r[d])&&(r=void 0):r=void 0,r===Array||void 0===r))return g.call(f,v,h);for(n=new(void 0===r?Array:r)(y(h-v,0)),l=0;v<h;v++,l++)v in f&&s(n,l,f[v]);return n.length=l,n}})},function(t,e,r){var n=r(5),o=r(9).f,i=Function.prototype,a=i.toString,c=/^\s*function ([^ (]*)/;n&&!("name"in i)&&o(i,"name",{configurable:!0,get:function(){try{return a.call(this).match(c)[1]}catch(t){return""}}})},function(t,e,r){var n=r(0),o=r(129);n({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,r){var n=r(0),o=r(1),i=r(10),a=r(15).f,c=r(5),u=o((function(){a(1)}));n({target:"Object",stat:!0,forced:!c||u,sham:!c},{getOwnPropertyDescriptor:function(t,e){return a(i(t),e)}})},function(t,e,r){var n=r(0),o=r(5),i=r(82),a=r(10),c=r(15),u=r(24);n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=a(t),o=c.f,s=i(n),l={},f=0;s.length>f;)void 0!==(r=o(n,e=s[f++]))&&u(l,e,r);return l}})},function(t,e,r){"use strict";var n=r(102).charAt,o=r(31),i=r(95),a=o.set,c=o.getterFor("String Iterator");i(String,"String",(function(t){a(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=c(this),r=e.string,o=e.index;return o>=r.length?{value:void 0,done:!0}:(t=n(r,o),e.index+=t.length,{value:t,done:!1})}))},function(t,e,r){"use strict";r(29);var n=r(17),o=r(1),i=r(2),a=r(43),c=r(12),u=i("species"),s=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),f=i("replace"),p=!!/./[f]&&""===/./[f]("a","$0"),v=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));t.exports=function(t,e,r,f){var h=i(t),d=!o((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),g=d&&!o((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[u]=function(){return r},r.flags="",r[h]=/./[h]),r.exec=function(){return e=!0,null},r[h](""),!e}));if(!d||!g||"replace"===t&&(!s||!l||p)||"split"===t&&!v){var y=/./[h],b=r(h,""[t],(function(t,e,r,n,o){return e.exec===a?d&&!o?{done:!0,value:y.call(e,r,n)}:{done:!0,value:t.call(r,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),m=b[0],x=b[1];n(String.prototype,t,m),n(RegExp.prototype,h,2==e?function(t,e){return x.call(t,this,e)}:function(t){return x.call(t,this)})}f&&c(RegExp.prototype[h],"sham",!0)}},function(t,e,r){"use strict";var n=r(102).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},function(t,e,r){var n=r(16),o=r(43);t.exports=function(t,e){var r=t.exec;if("function"==typeof r){var i=r.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==n(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},function(t,e,r){"use strict";var n=r(18),o=r(11);t.exports="".repeat||function(t){var e=String(o(this)),r="",i=n(t);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;i>0;(i>>>=1)&&(e+=e))1&i&&(r+=e);return r}},function(t,e,r){var n=r(3),o=r(106),i=r(40),a=r(12),c=r(2),u=c("iterator"),s=c("toStringTag"),l=i.values;for(var f in o){var p=n[f],v=p&&p.prototype;if(v){if(v[u]!==l)try{a(v,u,l)}catch(t){v[u]=l}if(v[s]||a(v,s,f),o[f])for(var h in i)if(v[h]!==i[h])try{a(v,h,i[h])}catch(t){v[h]=i[h]}}}},function(t,e,r){"use strict";var n=r(71),o=r(105),i=r(6),a=r(11),c=r(138),u=r(72),s=r(8),l=r(73),f=r(43),p=r(1),v=[].push,h=Math.min,d=!p((function(){return!RegExp(4294967295,"y")}));n("split",2,(function(t,e,r){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,r){var n=String(a(this)),i=void 0===r?4294967295:r>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return e.call(n,t,i);for(var c,u,s,l=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),h=0,d=new RegExp(t.source,p+"g");(c=f.call(d,n))&&!((u=d.lastIndex)>h&&(l.push(n.slice(h,c.index)),c.length>1&&c.index<n.length&&v.apply(l,c.slice(1)),s=c[0].length,h=u,l.length>=i));)d.lastIndex===c.index&&d.lastIndex++;return h===n.length?!s&&d.test("")||l.push(""):l.push(n.slice(h)),l.length>i?l.slice(0,i):l}:"0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:e.call(this,t,r)}:e,[function(e,r){var o=a(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,r):n.call(String(o),e,r)},function(t,o){var a=r(n,t,this,o,n!==e);if(a.done)return a.value;var f=i(t),p=String(this),v=c(f,RegExp),g=f.unicode,y=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(d?"y":"g"),b=new v(d?f:"^(?:"+f.source+")",y),m=void 0===o?4294967295:o>>>0;if(0===m)return[];if(0===p.length)return null===l(b,p)?[p]:[];for(var x=0,S=0,w=[];S<p.length;){b.lastIndex=d?S:0;var O,_=l(b,d?p:p.slice(S));if(null===_||(O=h(s(b.lastIndex+(d?0:S)),p.length))===x)S=u(p,S,g);else{if(w.push(p.slice(x,S)),w.length===m)return w;for(var A=1;A<=_.length-1;A++)if(w.push(_[A]),w.length===m)return w;S=x=O}}return w.push(p.slice(x)),w}]}),!d)},function(t,e,r){var n=r(5),o=r(1),i=r(78);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,r){var n=r(3),o=r(7),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,r){var n=r(80),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},function(t,e,r){var n=r(3),o=r(47),i=n["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,r){var n=r(4),o=r(82),i=r(15),a=r(9);t.exports=function(t,e){for(var r=o(e),c=a.f,u=i.f,s=0;s<r.length;s++){var l=r[s];n(t,l)||c(t,l,u(e,l))}}},function(t,e,r){var n=r(34),o=r(35),i=r(53),a=r(6);t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(a(t)),r=i.f;return r?e.concat(r(t)):e}},function(t,e,r){var n=r(3);t.exports=n},function(t,e,r){var n=r(4),o=r(10),i=r(50).indexOf,a=r(33);t.exports=function(t,e){var r,c=o(t),u=0,s=[];for(r in c)!n(a,r)&&n(c,r)&&s.push(r);for(;e.length>u;)n(c,r=e[u++])&&(~i(s,r)||s.push(r));return s}},function(t,e,r){var n=r(1),o=/#|\.prototype\./,i=function(t,e){var r=c[a(t)];return r==s||r!=u&&("function"==typeof e?n(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},c=i.data={},u=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,r){var n=r(54);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,r){var n=r(2);e.f=n},function(t,e,r){var n=r(83),o=r(4),i=r(87),a=r(9).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},function(t,e,r){var n=r(56);t.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,r){var n,o,i=r(3),a=r(91),c=i.process,u=c&&c.versions,s=u&&u.v8;s?o=(n=s.split("."))[0]+n[1]:a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},function(t,e,r){var n=r(34);t.exports=n("navigator","userAgent")||""},function(t,e,r){"use strict";var n=r(0),o=r(19).find,i=r(62),a=r(14),c=!0,u=a("find");"find"in[]&&Array(1).find((function(){c=!1})),n({target:"Array",proto:!0,forced:c||!u},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("find")},function(t,e,r){"use strict";var n=r(19).forEach,o=r(26),i=r(14),a=o("forEach"),c=i("forEach");t.exports=a&&c?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,r){var n=r(64),o=r(16),i=r(2)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?r:a?o(e):"Object"==(n=o(e))&&"function"==typeof e.callee?"Arguments":n}},function(t,e,r){"use strict";var n=r(0),o=r(123),i=r(97),a=r(98),c=r(55),u=r(12),s=r(17),l=r(2),f=r(23),p=r(27),v=r(96),h=v.IteratorPrototype,d=v.BUGGY_SAFARI_ITERATORS,g=l("iterator"),y=function(){return this};t.exports=function(t,e,r,l,v,b,m){o(r,e,l);var x,S,w,O=function(t){if(t===v&&C)return C;if(!d&&t in E)return E[t];switch(t){case"keys":case"values":case"entries":return function(){return new r(this,t)}}return function(){return new r(this)}},_=e+" Iterator",A=!1,E=t.prototype,j=E[g]||E["@@iterator"]||v&&E[v],C=!d&&j||O(v),P="Array"==e&&E.entries||j;if(P&&(x=i(P.call(new t)),h!==Object.prototype&&x.next&&(f||i(x)===h||(a?a(x,h):"function"!=typeof x[g]&&u(x,g,y)),c(x,_,!0,!0),f&&(p[_]=y))),"values"==v&&j&&"values"!==j.name&&(A=!0,C=function(){return j.call(this)}),f&&!m||E[g]===C||u(E,g,C),p[e]=C,v)if(S={values:O("values"),keys:b?C:O("keys"),entries:O("entries")},m)for(w in S)(d||A||!(w in E))&&s(E,w,S[w]);else n({target:e,proto:!0,forced:d||A},S);return S}},function(t,e,r){"use strict";var n,o,i,a=r(97),c=r(12),u=r(4),s=r(2),l=r(23),f=s("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(n=o):p=!0),null==n&&(n={}),l||u(n,f)||c(n,f,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},function(t,e,r){var n=r(4),o=r(13),i=r(32),a=r(124),c=i("IE_PROTO"),u=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),n(t,c)?t[c]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,e,r){var n=r(6),o=r(125);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),e=r instanceof Array}catch(t){}return function(r,i){return n(r),o(i),e?t.call(r,i):r.__proto__=i,r}}():void 0)},function(t,e,r){var n=r(11),o="["+r(100)+"]",i=RegExp("^"+o+o+"*"),a=RegExp(o+o+"*$"),c=function(t){return function(e){var r=String(n(e));return 1&t&&(r=r.replace(i,"")),2&t&&(r=r.replace(a,"")),r}};t.exports={start:c(1),end:c(2),trim:c(3)}},function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},function(t,e,r){"use strict";var n=r(6);t.exports=function(){var t=n(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,r){var n=r(18),o=r(11),i=function(t){return function(e,r){var i,a,c=String(o(e)),u=n(r),s=c.length;return u<0||u>=s?t?"":void 0:(i=c.charCodeAt(u))<55296||i>56319||u+1===s||(a=c.charCodeAt(u+1))<56320||a>57343?t?c.charAt(u):i:t?c.slice(u,u+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,r){"use strict";var n=r(71),o=r(6),i=r(8),a=r(11),c=r(72),u=r(73);n("match",1,(function(t,e,r){return[function(e){var r=a(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var a=o(t),s=String(this);if(!a.global)return u(a,s);var l=a.unicode;a.lastIndex=0;for(var f,p=[],v=0;null!==(f=u(a,s));){var h=String(f[0]);p[v]=h,""===h&&(a.lastIndex=c(s,i(a.lastIndex),l)),v++}return 0===v?null:p}]}))},function(t,e,r){"use strict";var n,o=r(0),i=r(15).f,a=r(8),c=r(133),u=r(11),s=r(134),l=r(23),f="".startsWith,p=Math.min,v=s("startsWith");o({target:"String",proto:!0,forced:!!(l||v||(n=i(String.prototype,"startsWith"),!n||n.writable))&&!v},{startsWith:function(t){var e=String(u(this));c(t);var r=a(p(arguments.length>1?arguments[1]:void 0,e.length)),n=String(t);return f?f.call(e,n,r):e.slice(r,r+n.length)===n}})},function(t,e,r){var n=r(7),o=r(16),i=r(2)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,r){"use strict";var n=r(0),o=r(21),i=r(10),a=r(26),c=[].join,u=o!=Object,s=a("join",",");n({target:"Array",proto:!0,forced:u||!s},{join:function(t){return c.call(i(this),void 0===t?",":t)}})},function(t,e,r){"use strict";var n=r(0),o=r(19).map,i=r(25),a=r(14),c=i("map"),u=a("map");n({target:"Array",proto:!0,forced:!c||!u},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(141).start;n({target:"String",proto:!0,forced:r(142)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t){t.exports=JSON.parse('{"a":"1.7.1"}')},function(t,e){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},function(t,e,r){var n=r(3),o=r(79),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,r){var n=r(5),o=r(9),i=r(6),a=r(38);t.exports=n?Object.defineProperties:function(t,e){i(t);for(var r,n=a(e),c=n.length,u=0;c>u;)o.f(t,r=n[u++],e[r]);return t}},function(t,e,r){var n=r(34);t.exports=n("document","documentElement")},function(t,e,r){var n=r(10),o=r(35).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"[object Window]"==i.call(t)?function(t){try{return o(t)}catch(t){return a.slice()}}(t):o(n(t))}},function(t,e,r){"use strict";var n=r(89),o=r(13),i=r(117),a=r(118),c=r(8),u=r(24),s=r(119);t.exports=function(t){var e,r,l,f,p,v,h=o(t),d="function"==typeof this?this:Array,g=arguments.length,y=g>1?arguments[1]:void 0,b=void 0!==y,m=s(h),x=0;if(b&&(y=n(y,g>2?arguments[2]:void 0,2)),null==m||d==Array&&a(m))for(r=new d(e=c(h.length));e>x;x++)v=b?y(h[x],x):h[x],u(r,x,v);else for(p=(f=m.call(h)).next,r=new d;!(l=p.call(f)).done;x++)v=b?i(f,y,[l.value,x],!0):l.value,u(r,x,v);return r.length=x,r}},function(t,e,r){var n=r(6);t.exports=function(t,e,r,o){try{return o?e(n(r)[0],r[1]):e(r)}catch(e){var i=t.return;throw void 0!==i&&n(i.call(t)),e}}},function(t,e,r){var n=r(2),o=r(27),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},function(t,e,r){var n=r(94),o=r(27),i=r(2)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[n(t)]}},function(t,e,r){var n=r(2)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},function(t,e,r){"use strict";var n=r(0),o=r(50).includes,i=r(62);n({target:"Array",proto:!0,forced:!r(14)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("includes")},function(t,e,r){"use strict";var n=r(0),o=r(50).indexOf,i=r(26),a=r(14),c=[].indexOf,u=!!c&&1/[1].indexOf(1,-0)<0,s=i("indexOf"),l=a("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:u||!s||!l},{indexOf:function(t){return u?c.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(96).IteratorPrototype,o=r(37),i=r(20),a=r(55),c=r(27),u=function(){return this};t.exports=function(t,e,r){var s=e+" Iterator";return t.prototype=o(n,{next:i(1,r)}),a(t,s,!1,!0),c[s]=u,t}},function(t,e,r){var n=r(1);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,r){var n=r(7);t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,r){"use strict";var n=r(0),o=r(19).some,i=r(26),a=r(14),c=i("some"),u=a("some");n({target:"Array",proto:!0,forced:!c||!u},{some:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(51),i=r(18),a=r(8),c=r(13),u=r(57),s=r(24),l=r(25),f=r(14),p=l("splice"),v=f("splice",{ACCESSORS:!0,0:0,1:2}),h=Math.max,d=Math.min;n({target:"Array",proto:!0,forced:!p||!v},{splice:function(t,e){var r,n,l,f,p,v,g=c(this),y=a(g.length),b=o(t,y),m=arguments.length;if(0===m?r=n=0:1===m?(r=0,n=y-b):(r=m-2,n=d(h(i(e),0),y-b)),y+r-n>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(l=u(g,n),f=0;f<n;f++)(p=b+f)in g&&s(l,f,g[p]);if(l.length=n,r<n){for(f=b;f<y-n;f++)v=f+r,(p=f+n)in g?g[v]=g[p]:delete g[v];for(f=y;f>y-n+r;f--)delete g[f-1]}else if(r>n)for(f=y-n;f>b;f--)v=f+r-1,(p=f+n-1)in g?g[v]=g[p]:delete g[v];for(f=0;f<r;f++)g[f+b]=arguments[f+2];return g.length=y-n+r,l}})},function(t,e,r){var n=r(7),o=r(98);t.exports=function(t,e,r){var i,a;return o&&"function"==typeof(i=e.constructor)&&i!==r&&n(a=i.prototype)&&a!==r.prototype&&o(t,a),t}},function(t,e,r){"use strict";var n=r(5),o=r(1),i=r(38),a=r(53),c=r(46),u=r(13),s=r(21),l=Object.assign,f=Object.defineProperty;t.exports=!l||o((function(){if(n&&1!==l({b:1},l(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol();return t[r]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=l({},t)[r]||"abcdefghijklmnopqrst"!=i(l({},e)).join("")}))?function(t,e){for(var r=u(t),o=arguments.length,l=1,f=a.f,p=c.f;o>l;)for(var v,h=s(arguments[l++]),d=f?i(h).concat(f(h)):i(h),g=d.length,y=0;g>y;)v=d[y++],n&&!p.call(h,v)||(r[v]=h[v]);return r}:l},function(t,e,r){"use strict";var n=r(64),o=r(94);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,r){"use strict";var n=r(1);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},function(t,e,r){r(0)({target:"String",proto:!0},{repeat:r(74)})},function(t,e,r){var n=r(105);t.exports=function(t){if(n(t))throw TypeError("The method doesn't accept regular expressions");return t}},function(t,e,r){var n=r(2)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},function(t,e,r){"use strict";var n=r(0),o=r(136).left,i=r(26),a=r(14),c=i("reduce"),u=a("reduce",{1:0});n({target:"Array",proto:!0,forced:!c||!u},{reduce:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){var n=r(56),o=r(13),i=r(21),a=r(8),c=function(t){return function(e,r,c,u){n(r);var s=o(e),l=i(s),f=a(s.length),p=t?f-1:0,v=t?-1:1;if(c<2)for(;;){if(p in l){u=l[p],p+=v;break}if(p+=v,t?p<0:f<=p)throw TypeError("Reduce of empty array with no initial value")}for(;t?p>=0:f>p;p+=v)p in l&&(u=r(u,l[p],p,s));return u}};t.exports={left:c(!1),right:c(!0)}},function(t,e,r){"use strict";var n=r(71),o=r(6),i=r(13),a=r(8),c=r(18),u=r(11),s=r(72),l=r(73),f=Math.max,p=Math.min,v=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,d=/\$([$&'`]|\d\d?)/g;n("replace",2,(function(t,e,r,n){var g=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=n.REPLACE_KEEPS_$0,b=g?"$":"$0";return[function(r,n){var o=u(this),i=null==r?void 0:r[t];return void 0!==i?i.call(r,o,n):e.call(String(o),r,n)},function(t,n){if(!g&&y||"string"==typeof n&&-1===n.indexOf(b)){var i=r(e,t,this,n);if(i.done)return i.value}var u=o(t),v=String(this),h="function"==typeof n;h||(n=String(n));var d=u.global;if(d){var x=u.unicode;u.lastIndex=0}for(var S=[];;){var w=l(u,v);if(null===w)break;if(S.push(w),!d)break;""===String(w[0])&&(u.lastIndex=s(v,a(u.lastIndex),x))}for(var O,_="",A=0,E=0;E<S.length;E++){w=S[E];for(var j=String(w[0]),C=f(p(c(w.index),v.length),0),P=[],k=1;k<w.length;k++)P.push(void 0===(O=w[k])?O:String(O));var I=w.groups;if(h){var R=[j].concat(P,C,v);void 0!==I&&R.push(I);var T=String(n.apply(void 0,R))}else T=m(j,v,C,P,I,n);C>=A&&(_+=v.slice(A,C)+T,A=C+j.length)}return _+v.slice(A)}];function m(t,r,n,o,a,c){var u=n+t.length,s=o.length,l=d;return void 0!==a&&(a=i(a),l=h),e.call(c,l,(function(e,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return r.slice(0,n);case"'":return r.slice(u);case"<":c=a[i.slice(1,-1)];break;default:var l=+i;if(0===l)return e;if(l>s){var f=v(l/10);return 0===f?e:f<=s?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):e}c=o[l-1]}return void 0===c?"":c}))}}))},function(t,e,r){var n=r(6),o=r(56),i=r(2)("species");t.exports=function(t,e){var r,a=n(t).constructor;return void 0===a||null==(r=n(a)[i])?e:o(r)}},function(t,e,r){"use strict";var n=r(0),o=r(99).trim;n({target:"String",proto:!0,forced:r(140)("trim")},{trim:function(){return o(this)}})},function(t,e,r){var n=r(1),o=r(100);t.exports=function(t){return n((function(){return!!o[t]()||"
"!="
"[t]()||o[t].name!==t}))}},function(t,e,r){var n=r(8),o=r(74),i=r(11),a=Math.ceil,c=function(t){return function(e,r,c){var u,s,l=String(i(e)),f=l.length,p=void 0===c?" ":String(c),v=n(r);return v<=f||""==p?l:(u=v-f,(s=o.call(p,a(u/p.length))).length>u&&(s=s.slice(0,u)),t?l+s:s+l)}};t.exports={start:c(!1),end:c(!0)}},function(t,e,r){var n=r(91);t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(n)},function(t,e,r){"use strict";var n=r(0),o=r(18),i=r(144),a=r(74),c=r(1),u=1..toFixed,s=Math.floor,l=function(t,e,r){return 0===e?r:e%2==1?l(t,e-1,r*t):l(t*t,e/2,r)};n({target:"Number",proto:!0,forced:u&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!c((function(){u.call({})}))},{toFixed:function(t){var e,r,n,c,u=i(this),f=o(t),p=[0,0,0,0,0,0],v="",h="0",d=function(t,e){for(var r=-1,n=e;++r<6;)n+=t*p[r],p[r]=n%1e7,n=s(n/1e7)},g=function(t){for(var e=6,r=0;--e>=0;)r+=p[e],p[e]=s(r/t),r=r%t*1e7},y=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==p[t]){var r=String(p[t]);e=""===e?r:e+a.call("0",7-r.length)+r}return e};if(f<0||f>20)throw RangeError("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return String(u);if(u<0&&(v="-",u=-u),u>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(u*l(2,69,1))-69)<0?u*l(2,-e,1):u/l(2,e,1),r*=4503599627370496,(e=52-e)>0){for(d(0,r),n=f;n>=7;)d(1e7,0),n-=7;for(d(l(10,n,1),0),n=e-1;n>=23;)g(1<<23),n-=23;g(1<<n),d(1,1),g(2),h=y()}else d(0,r),d(1<<-e,0),h=y()+a.call("0",f);return h=f>0?v+((c=h.length)<=f?"0."+a.call("0",f-c)+h:h.slice(0,c-f)+"."+h.slice(c-f)):v+h}})},function(t,e,r){var n=r(16);t.exports=function(t){if("number"!=typeof t&&"Number"!=n(t))throw TypeError("Incorrect invocation");return+t}},function(t,e,r){"use strict";r.r(e);var n={};r.r(n),r.d(n,"on",(function(){return l})),r.d(n,"off",(function(){return f})),r.d(n,"createElementFromString",(function(){return p})),r.d(n,"createFromTemplate",(function(){return v})),r.d(n,"eventPath",(function(){return h})),r.d(n,"resolveElement",(function(){return d})),r.d(n,"adjustableInputNumbers",(function(){return g}));r(45),r(58),r(59),r(60),r(61),r(92),r(39),r(63),r(121),r(122),r(40),r(65),r(126),r(127),r(66),r(41),r(67),r(68),r(69),r(42),r(28),r(29),r(30),r(70),r(103),r(132),r(104),r(44),r(75),r(135),r(137),r(76),r(139);function o(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?o(Object(r),!0).forEach((function(e){a(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function a(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function c(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(!t)return;if("string"==typeof t)return u(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return u(t,e)}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function s(t,e,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};e instanceof HTMLCollection||e instanceof NodeList?e=Array.from(e):Array.isArray(e)||(e=[e]),Array.isArray(r)||(r=[r]);for(var a,u=c(e);!(a=u()).done;)for(var s,l=a.value,f=c(r);!(s=f()).done;){var p=s.value;l[t](p,n,i({capture:!1},o))}return Array.prototype.slice.call(arguments,1)}var l=s.bind(null,"addEventListener"),f=s.bind(null,"removeEventListener");function p(t){var e=document.createElement("div");return e.innerHTML=t.trim(),e.firstElementChild}function v(t){var e=function(t,e){var r=t.getAttribute(e);return t.removeAttribute(e),r};return function t(r){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=e(r,":obj"),i=e(r,":ref"),a=o?n[o]={}:n;i&&(n[i]=r);for(var c=0,u=Array.from(r.children);c<u.length;c++){var s=u[c],l=e(s,":arr"),f=t(s,l?{}:a);l&&(a[l]||(a[l]=[])).push(Object.keys(f).length?f:s)}return n}(p(t))}function h(t){var e=t.path||t.composedPath&&t.composedPath();if(e)return e;var r=t.target.parentElement;for(e=[t.target,r];r=r.parentElement;)e.push(r);return e.push(document,window),e}function d(t){return t instanceof Element?t:"string"==typeof t?t.split(/>>/g).reduce((function(t,e,r,n){return t=t.querySelector(e),r<n.length-1?t.shadowRoot:t}),document):null}function g(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(t){return t};function r(r){var n=[.001,.01,.1][Number(r.shiftKey||2*r.ctrlKey)]*(r.deltaY<0?1:-1),o=0,i=t.selectionStart;t.value=t.value.replace(/[\d.]+/g,(function(t,r){return r<=i&&r+t.length>=i?(i=r,e(Number(t),n,o)):(o++,t)})),t.focus(),t.setSelectionRange(i,i),r.preventDefault(),t.dispatchEvent(new Event("input"))}l(t,"focus",(function(){return l(window,"wheel",r,{passive:!1})})),l(t,"blur",(function(){return f(window,"wheel",r)}))}var y=r(110),b=(r(107),r(108),r(109),Math.min),m=Math.max,x=Math.floor,S=Math.round;function w(t,e,r){e/=100,r/=100;var n=x(t=t/360*6),o=t-n,i=r*(1-e),a=r*(1-o*e),c=r*(1-(1-o)*e),u=n%6;return[255*[r,a,i,i,c,r][u],255*[c,r,r,a,i,i][u],255*[i,i,c,r,r,a][u]]}function O(t,e,r){return w(t,e,r).map((function(t){return S(t).toString(16).padStart(2,"0")}))}function _(t,e,r){var n=w(t,e,r),o=n[0]/255,i=n[1]/255,a=n[2]/255,c=b(1-o,1-i,1-a);return[100*(1===c?0:(1-o-c)/(1-c)),100*(1===c?0:(1-i-c)/(1-c)),100*(1===c?0:(1-a-c)/(1-c)),100*c]}function A(t,e,r){var n=(2-(e/=100))*(r/=100)/2;return 0!==n&&(e=1===n?0:n<.5?e*r/(2*n):e*r/(2-2*n)),[t,100*e,100*n]}function E(t,e,r){var n,o,i=b(t/=255,e/=255,r/=255),a=m(t,e,r),c=a-i;if(0===c)n=o=0;else{o=c/a;var u=((a-t)/6+c/2)/c,s=((a-e)/6+c/2)/c,l=((a-r)/6+c/2)/c;t===a?n=l-s:e===a?n=1/3+u-l:r===a&&(n=2/3+s-u),n<0?n+=1:n>1&&(n-=1)}return[360*n,100*o,100*a]}function j(t,e,r,n){e/=100,r/=100;var o=255*(1-b(1,(t/=100)*(1-(n/=100))+n)),i=255*(1-b(1,e*(1-n)+n)),a=255*(1-b(1,r*(1-n)+n));return[].concat(E(o,i,a))}function C(t,e,r){e/=100;var n=2*(e*=(r/=100)<.5?r:1-r)/(r+e)*100,o=100*(r+e);return[t,isNaN(n)?0:n,o]}function P(t){return E.apply(void 0,t.match(/.{2}/g).map((function(t){return parseInt(t,16)})))}function k(t){t=t.match(/^[a-zA-Z]+$/)?function(t){if("black"===t.toLowerCase())return"#000";var e=document.createElement("canvas").getContext("2d");return e.fillStyle=t,"#000"===e.fillStyle?null:e.fillStyle}(t):t;var e,r={cmyk:/^cmyk[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)/i,rgba:/^((rgba)|rgb)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]*?([\d.]+|$)/i,hsla:/^((hsla)|hsl)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]*?([\d.]+|$)/i,hsva:/^((hsva)|hsv)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]*?([\d.]+|$)/i,hexa:/^#?(([\dA-Fa-f]{3,4})|([\dA-Fa-f]{6})|([\dA-Fa-f]{8}))$/i},n=function(t){return t.map((function(t){return/^(|\d+)\.\d+|\d+$/.test(t)?Number(t):void 0}))};t:for(var o in r)if(e=r[o].exec(t)){var i=function(t){return!!e[2]==("number"==typeof t)};switch(o){case"cmyk":var a=n(e),c=a[1],u=a[2],s=a[3],l=a[4];if(c>100||u>100||s>100||l>100)break t;return{values:j(c,u,s,l),type:o};case"rgba":var f=n(e),p=f[3],v=f[4],h=f[5],d=f[6];if(p>255||v>255||h>255||d<0||d>1||!i(d))break t;return{values:[].concat(E(p,v,h),[d]),a:d,type:o};case"hexa":var g=e[1];4!==g.length&&3!==g.length||(g=g.split("").map((function(t){return t+t})).join(""));var y=g.substring(0,6),b=g.substring(6);return b=b?parseInt(b,16)/255:void 0,{values:[].concat(P(y),[b]),a:b,type:o};case"hsla":var m=n(e),x=m[3],S=m[4],w=m[5],O=m[6];if(x>360||S>100||w>100||O<0||O>1||!i(O))break t;return{values:[].concat(C(x,S,w),[O]),a:O,type:o};case"hsva":var _=n(e),A=_[3],k=_[4],I=_[5],R=_[6];if(A>360||k>100||I>100||R<0||R>1||!i(R))break t;return{values:[A,k,I,R],a:R,type:o}}}return{values:null,type:null}}r(143);function I(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=function(t,e){return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:-1;return e(~r?t.map((function(t){return Number(t.toFixed(r))})):t)}},i={h:t,s:e,v:r,a:n,toHSVA:function(){var t=[i.h,i.s,i.v,i.a];return t.toString=o(t,(function(t){return"hsva("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+i.a+")"})),t},toHSLA:function(){var t=[].concat(A(i.h,i.s,i.v),[i.a]);return t.toString=o(t,(function(t){return"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+i.a+")"})),t},toRGBA:function(){var t=[].concat(w(i.h,i.s,i.v),[i.a]);return t.toString=o(t,(function(t){return"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+i.a+")"})),t},toCMYK:function(){var t=_(i.h,i.s,i.v);return t.toString=o(t,(function(t){return"cmyk("+t[0]+"%, "+t[1]+"%, "+t[2]+"%, "+t[3]+"%)"})),t},toHEXA:function(){var t=O(i.h,i.s,i.v),e=i.a>=1?"":Number((255*i.a).toFixed(0)).toString(16).toUpperCase().padStart(2,"0");return e&&t.push(e),t.toString=function(){return"#"+t.join("").toUpperCase()},t},clone:function(){return I(i.h,i.s,i.v,i.a)}};return i}var R=function(t){return Math.max(Math.min(t,1),0)};function T(t){var e={options:Object.assign({lock:null,onchange:function(){return 0},onstop:function(){return 0}},t),_keyboard:function(t){var r=e.options,n=t.type,o=t.key;if(document.activeElement===r.wrapper){var i=e.options.lock,a="ArrowUp"===o,c="ArrowRight"===o,u="ArrowDown"===o,s="ArrowLeft"===o;if("keydown"===n&&(a||c||u||s)){var l=0,f=0;"v"===i?l=a||c?1:-1:"h"===i?l=a||c?-1:1:(f=a?-1:u?1:0,l=s?-1:c?1:0),e.update(R(e.cache.x+.01*l),R(e.cache.y+.01*f)),t.preventDefault()}else o.startsWith("Arrow")&&(e.options.onstop(),t.preventDefault())}},_tapstart:function(t){l(document,["mouseup","touchend","touchcancel"],e._tapstop),l(document,["mousemove","touchmove"],e._tapmove),t.cancelable&&t.preventDefault(),e._tapmove(t)},_tapmove:function(t){var r=e.options,n=e.cache,o=r.lock,i=r.element,a=r.wrapper.getBoundingClientRect(),c=0,u=0;if(t){var s=t&&t.touches&&t.touches[0];c=t?(s||t).clientX:0,u=t?(s||t).clientY:0,c<a.left?c=a.left:c>a.left+a.width&&(c=a.left+a.width),u<a.top?u=a.top:u>a.top+a.height&&(u=a.top+a.height),c-=a.left,u-=a.top}else n&&(c=n.x*a.width,u=n.y*a.height);"h"!==o&&(i.style.left="calc("+c/a.width*100+"% - "+i.offsetWidth/2+"px)"),"v"!==o&&(i.style.top="calc("+u/a.height*100+"% - "+i.offsetHeight/2+"px)"),e.cache={x:c/a.width,y:u/a.height};var l=R(c/a.width),f=R(u/a.height);switch(o){case"v":return r.onchange(l);case"h":return r.onchange(f);default:return r.onchange(l,f)}},_tapstop:function(){e.options.onstop(),f(document,["mouseup","touchend","touchcancel"],e._tapstop),f(document,["mousemove","touchmove"],e._tapmove)},trigger:function(){e._tapmove()},update:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=e.options.wrapper.getBoundingClientRect(),o=n.left,i=n.top,a=n.width,c=n.height;"h"===e.options.lock&&(r=t),e._tapmove({clientX:o+a*t,clientY:i+c*r})},destroy:function(){var t=e.options,r=e._tapstart,n=e._keyboard;f(document,["keydown","keyup"],n),f([t.wrapper,t.element],"mousedown",r),f([t.wrapper,t.element],"touchstart",r,{passive:!1})}},r=e.options,n=e._tapstart,o=e._keyboard;return l([r.wrapper,r.element],"mousedown",n),l([r.wrapper,r.element],"touchstart",n,{passive:!1}),l(document,["keydown","keyup"],o),e}function L(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t=Object.assign({onchange:function(){return 0},className:"",elements:[]},t);var e=l(t.elements,"click",(function(e){t.elements.forEach((function(r){return r.classList[e.target===r?"add":"remove"](t.className)})),t.onchange(e)}));return{destroy:function(){return f.apply(n,e)}}}function N(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(!t)return;if("string"==typeof t)return F(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return F(t,e)}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}function F(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function M(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function D(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?M(Object(r),!0).forEach((function(e){B(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function B(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}
|
3 |
/*! NanoPop 1.3.0 MIT | https://github.com/Simonwep/nanopop */var U,H=((U=function(){function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.positionFlipOrder,i=void 0===o?t.defaultPositionFlipOrder:o,a=n.variantFlipOrder,c=void 0===a?t.defaultVariantFlipOrder:a,u=n.container,s=void 0===u?document.documentElement.getBoundingClientRect():u,l=n.forceApplyOnFailure,f=void 0!==l&&l,p=n.margin,v=void 0===p?8:p,h=n.position,d=void 0===h?"bottom-start":h;this.o={positionFlipOrder:i,variantFlipOrder:c,reference:e,popper:r,position:d,container:s,forceApplyOnFailure:f,margin:v}}return t.prototype.update=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.o,e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=this.o=D(D({},this.o),t),n=r.container,o=r.reference,i=r.popper,a=r.margin,c=r.position,u=r.forceApplyOnFailure,s=r.variantFlipOrder,l=r.positionFlipOrder;i.style.left="0",i.style.top="0";for(var f,p=o.getBoundingClientRect(),v=i.getBoundingClientRect(),h={t:p.top-v.height-a,b:p.bottom+a,r:p.right+a,l:p.left-v.width-a},d={vm:-v.width/2+(p.left+p.width/2),vs:p.left,ve:p.left+p.width-v.width,hs:p.bottom-p.height,he:p.bottom-v.height,hm:p.bottom-p.height/2-v.height/2},g=c.split("-"),y=g[0],b=g[1],m=void 0===b?"middle":b,x=l[y],S=s[m],w=n.top,O=n.left,_=n.bottom,A=n.right,E=N(x);!(f=E()).done;){var j=f.value,C="t"===j||"b"===j,P=h[j],k=C?["top","left"]:["left","top"],I=k[0],R=k[1],T=C?[v.height,v.width]:[v.width,v.height],L=T[0],F=T[1],M=C?[_,A]:[A,_],B=M[0],U=M[1],H=C?[w,O]:[O,w],$=H[0],V=H[1];if(e||!(P<$||P+L>B))for(var G,W=N(S);!(G=W()).done;){var z=G.value,X=d[(C?"v":"h")+z];if(e||!(X<V||X+F>U))return i.style[R]=X-v[R]+"px",i.style[I]=P-v[I]+"px",j+z}}return u?this.update(void 0,!0):null},t}()).version="1.3.0",U.defaultVariantFlipOrder={start:"sme",middle:"mse",end:"ems"},U.defaultPositionFlipOrder={top:"tbrl",right:"rltb",bottom:"btrl",left:"lrbt"},U);function $(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(!t)return;if("string"==typeof t)return V(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return V(t,e)}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}function V(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function G(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function W(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var z=function(){function t(e){var r=this;W(this,"_initializingActive",!0),W(this,"_recalc",!0),W(this,"_nanopop",null),W(this,"_root",null),W(this,"_color",I()),W(this,"_lastColor",I()),W(this,"_swatchColors",[]),W(this,"_eventListener",{init:[],save:[],hide:[],show:[],clear:[],change:[],changestop:[],cancel:[],swatchselect:[]}),this.options=e=Object.assign(function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?G(Object(r),!0).forEach((function(e){W(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):G(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({},t.DEFAULT_OPTIONS),e);var n=e,o=n.swatches,i=n.components,a=n.theme,c=n.sliders,u=n.lockOpacity,s=n.padding;["nano","monolith"].includes(a)&&!c&&(e.sliders="h"),i.interaction||(i.interaction={});var l=i.preview,f=i.opacity,p=i.hue,v=i.palette;i.opacity=!u&&f,i.palette=v||l||f||p,this._preBuild(),this._buildComponents(),this._bindEvents(),this._finalBuild(),o&&o.length&&o.forEach((function(t){return r.addSwatch(t)}));var h=this._root,d=h.button,g=h.app;this._nanopop=new H(d,g,{margin:s}),d.setAttribute("role","button"),d.setAttribute("aria-label",this._t("btn:toggle"));var y=this;requestAnimationFrame((function t(){if(!g.offsetWidth&&g.parentElement!==e.container)return requestAnimationFrame(t);y.setColor(e.default),y._rePositioningPicker(),e.defaultRepresentation&&(y._representation=e.defaultRepresentation,y.setColorRepresentation(y._representation)),e.showAlways&&y.show(),y._initializingActive=!1,y._emit("init")}))}var e=t.prototype;return e._preBuild=function(){for(var t,e,r,n,o,i,a,c,u,s,l,f,p=this.options,h=0,g=["el","container"];h<g.length;h++){var y=g[h];p[y]=d(p[y])}this._root=(e=(t=this).options,r=e.components,n=e.useAsButton,o=e.inline,i=e.appClass,a=e.theme,c=e.lockOpacity,u=function(t){return t?"":'style="display:none" hidden'},l=v('\n <div :ref="root" class="pickr">\n\n '+(n?"":'<button type="button" :ref="button" class="pcr-button"></button>')+'\n\n <div :ref="app" class="pcr-app '+(i||"")+'" data-theme="'+a+'" '+(o?'style="position: unset"':"")+' aria-label="'+(s=function(e){return t._t(e)})("ui:dialog")+'" role="window">\n <div class="pcr-selection" '+u(r.palette)+'>\n <div :obj="preview" class="pcr-color-preview" '+u(r.preview)+'>\n <button type="button" :ref="lastColor" class="pcr-last-color" aria-label="'+s("btn:last-color")+'"></button>\n <div :ref="currentColor" class="pcr-current-color"></div>\n </div>\n\n <div :obj="palette" class="pcr-color-palette">\n <div :ref="picker" class="pcr-picker"></div>\n <div :ref="palette" class="pcr-palette" tabindex="0" aria-label="'+s("aria:palette")+'" role="listbox"></div>\n </div>\n\n <div :obj="hue" class="pcr-color-chooser" '+u(r.hue)+'>\n <div :ref="picker" class="pcr-picker"></div>\n <div :ref="slider" class="pcr-hue pcr-slider" tabindex="0" aria-label="'+s("aria:hue")+'" role="slider"></div>\n </div>\n\n <div :obj="opacity" class="pcr-color-opacity" '+u(r.opacity)+'>\n <div :ref="picker" class="pcr-picker"></div>\n <div :ref="slider" class="pcr-opacity pcr-slider" tabindex="0" aria-label="'+s("aria:opacity")+'" role="slider"></div>\n </div>\n </div>\n\n <div class="pcr-swatches '+(r.palette?"":"pcr-last")+'" :ref="swatches"></div>\n\n <div :obj="interaction" class="pcr-interaction" '+u(Object.keys(r.interaction).length)+'>\n <input :ref="result" class="pcr-result" type="text" spellcheck="false" '+u(r.interaction.input)+' aria-label="'+s("aria:input")+'">\n\n <input :arr="options" class="pcr-type" data-type="HEXA" value="'+(c?"HEX":"HEXA")+'" type="button" '+u(r.interaction.hex)+'>\n <input :arr="options" class="pcr-type" data-type="RGBA" value="'+(c?"RGB":"RGBA")+'" type="button" '+u(r.interaction.rgba)+'>\n <input :arr="options" class="pcr-type" data-type="HSLA" value="'+(c?"HSL":"HSLA")+'" type="button" '+u(r.interaction.hsla)+'>\n <input :arr="options" class="pcr-type" data-type="HSVA" value="'+(c?"HSV":"HSVA")+'" type="button" '+u(r.interaction.hsva)+'>\n <input :arr="options" class="pcr-type" data-type="CMYK" value="CMYK" type="button" '+u(r.interaction.cmyk)+'>\n\n <input :ref="save" class="pcr-save" value="'+s("btn:save")+'" type="button" '+u(r.interaction.save)+' aria-label="'+s("aria:btn:save")+'">\n <input :ref="cancel" class="pcr-cancel" value="'+s("btn:cancel")+'" type="button" '+u(r.interaction.cancel)+' aria-label="'+s("aria:btn:cancel")+'">\n <input :ref="clear" class="pcr-clear" value="'+s("btn:clear")+'" type="button" '+u(r.interaction.clear)+' aria-label="'+s("aria:btn:clear")+'">\n </div>\n </div>\n </div>\n '),(f=l.interaction).options.find((function(t){return!t.hidden&&!t.classList.add("active")})),f.type=function(){return f.options.find((function(t){return t.classList.contains("active")}))},l),p.useAsButton&&(this._root.button=p.el),p.container.appendChild(this._root.root)},e._finalBuild=function(){var t=this.options,e=this._root;if(t.container.removeChild(e.root),t.inline){var r=t.el.parentElement;t.el.nextSibling?r.insertBefore(e.app,t.el.nextSibling):r.appendChild(e.app)}else t.container.appendChild(e.app);t.useAsButton?t.inline&&t.el.remove():t.el.parentNode.replaceChild(e.root,t.el),t.disabled&&this.disable(),t.comparison||(e.button.style.transition="none",t.useAsButton||(e.preview.lastColor.style.transition="none")),this.hide()},e._buildComponents=function(){var t=this,e=this,r=this.options.components,n=(e.options.sliders||"v").repeat(2),o=n.match(/^[vh]+$/g)?n:[],i=o[0],a=o[1],c=function(){return t._color||(t._color=t._lastColor.clone())},u={palette:T({element:e._root.palette.picker,wrapper:e._root.palette.palette,onstop:function(){return e._emit("changestop",e)},onchange:function(t,n){if(r.palette){var o=c(),i=e._root,a=e.options,u=i.preview,s=u.lastColor,l=u.currentColor;e._recalc&&(o.s=100*t,o.v=100-100*n,o.v<0&&(o.v=0),e._updateOutput());var f=o.toRGBA().toString(0);this.element.style.background=f,this.wrapper.style.background="\n linear-gradient(to top, rgba(0, 0, 0, "+o.a+"), transparent),\n linear-gradient(to left, hsla("+o.h+", 100%, 50%, "+o.a+"), rgba(255, 255, 255, "+o.a+"))\n ",a.comparison?a.useAsButton||e._lastColor||(s.style.color=f):(i.button.style.color=f,i.button.classList.remove("clear"));for(var p,v=o.toHEXA().toString(),h=$(e._swatchColors);!(p=h()).done;){var d=p.value,g=d.el,y=d.color;g.classList[v===y.toHEXA().toString()?"add":"remove"]("pcr-active")}l.style.color=f}}}),hue:T({lock:"v"===a?"h":"v",element:e._root.hue.picker,wrapper:e._root.hue.slider,onstop:function(){return e._emit("changestop",e)},onchange:function(t){if(r.hue&&r.palette){var n=c();e._recalc&&(n.h=360*t),this.element.style.backgroundColor="hsl("+n.h+", 100%, 50%)",u.palette.trigger()}}}),opacity:T({lock:"v"===i?"h":"v",element:e._root.opacity.picker,wrapper:e._root.opacity.slider,onstop:function(){return e._emit("changestop",e)},onchange:function(t){if(r.opacity&&r.palette){var n=c();e._recalc&&(n.a=Math.round(100*t)/100),this.element.style.background="rgba(0, 0, 0, "+n.a+")",u.palette.trigger()}}}),selectable:L({elements:e._root.interaction.options,className:"active",onchange:function(t){e._representation=t.target.getAttribute("data-type").toUpperCase(),e._recalc&&e._updateOutput()}})};this._components=u},e._bindEvents=function(){var t=this,e=this._root,r=this.options,n=[l(e.interaction.clear,"click",(function(){return t._clearColor()})),l([e.interaction.cancel,e.preview.lastColor],"click",(function(){t._emit("cancel",t),t.setHSVA.apply(t,(t._lastColor||t._color).toHSVA().concat([!0]))})),l(e.interaction.save,"click",(function(){!t.applyColor()&&!r.showAlways&&t.hide()})),l(e.interaction.result,["keyup","input"],(function(e){t.setColor(e.target.value,!0)&&!t._initializingActive&&t._emit("change",t._color),e.stopImmediatePropagation()})),l(e.interaction.result,["focus","blur"],(function(e){t._recalc="blur"===e.type,t._recalc&&t._updateOutput()})),l([e.palette.palette,e.palette.picker,e.hue.slider,e.hue.picker,e.opacity.slider,e.opacity.picker],["mousedown","touchstart"],(function(){return t._recalc=!0}),{passive:!0})];if(!r.showAlways){var o=r.closeWithKey;n.push(l(e.button,"click",(function(){return t.isOpen()?t.hide():t.show()})),l(document,"keyup",(function(e){return t.isOpen()&&(e.key===o||e.code===o)&&t.hide()})),l(document,["touchstart","mousedown"],(function(r){t.isOpen()&&!h(r).some((function(t){return t===e.app||t===e.button}))&&t.hide()}),{capture:!0}))}if(r.adjustableNumbers){var i={rgba:[255,255,255,1],hsva:[360,100,100,1],hsla:[360,100,100,1],cmyk:[100,100,100,100]};g(e.interaction.result,(function(e,r,n){var o=i[t.getColorRepresentation().toLowerCase()];if(o){var a=o[n],c=e+(a>=100?1e3*r:r);return c<=0?0:Number((c<a?c:a).toPrecision(3))}return e}))}if(r.autoReposition&&!r.inline){var a=null,c=this;n.push(l(window,["scroll","resize"],(function(){c.isOpen()&&(r.closeOnScroll&&c.hide(),null===a?(a=setTimeout((function(){return a=null}),100),requestAnimationFrame((function t(){c._rePositioningPicker(),null!==a&&requestAnimationFrame(t)}))):(clearTimeout(a),a=setTimeout((function(){return a=null}),100)))}),{capture:!0}))}this._eventBindings=n},e._rePositioningPicker=function(){var t=this.options;if(!t.inline&&!this._nanopop.update({position:t.position,forceApplyOnFailure:!this._recalc})){var e=this._root.app,r=e.getBoundingClientRect();e.style.top=(window.innerHeight-r.height)/2+"px",e.style.left=(window.innerWidth-r.width)/2+"px"}},e._updateOutput=function(){var t=this._root,e=this._color,r=this.options;if(t.interaction.type()){var n="to"+t.interaction.type().getAttribute("data-type");t.interaction.result.value="function"==typeof e[n]?e[n]().toString(r.outputPrecision):""}!this._initializingActive&&this._recalc&&this._emit("change",e)},e._clearColor=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this._root,r=this.options;r.useAsButton||(e.button.style.color="rgba(0, 0, 0, 0.15)"),e.button.classList.add("clear"),r.showAlways||this.hide(),this._lastColor=null,this._initializingActive||t||(this._emit("save",null),this._emit("clear",this))},e._parseLocalColor=function(t){var e=k(t),r=e.values,n=e.type,o=e.a,i=this.options.lockOpacity,a=void 0!==o&&1!==o;return r&&3===r.length&&(r[3]=void 0),{values:!r||i&&a?null:r,type:n}},e._t=function(e){return this.options.i18n[e]||t.I18N_DEFAULTS[e]},e._emit=function(t){for(var e=this,r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];this._eventListener[t].forEach((function(t){return t.apply(void 0,n.concat([e]))}))},e.on=function(t,e){return this._eventListener[t].push(e),this},e.off=function(t,e){var r=this._eventListener[t]||[],n=r.indexOf(e);return~n&&r.splice(n,1),this},e.addSwatch=function(t){var e=this,r=this._parseLocalColor(t).values;if(r){var n=this._swatchColors,o=this._root,i=I.apply(void 0,r),a=p('<button type="button" style="color: '+i.toRGBA().toString(0)+'" aria-label="'+this._t("btn:swatch")+'"/>');return o.swatches.appendChild(a),n.push({el:a,color:i}),this._eventBindings.push(l(a,"click",(function(){e.setHSVA.apply(e,i.toHSVA().concat([!0])),e._emit("swatchselect",i),e._emit("change",i)}))),!0}return!1},e.removeSwatch=function(t){var e=this._swatchColors[t];if(e){var r=e.el;return this._root.swatches.removeChild(r),this._swatchColors.splice(t,1),!0}return!1},e.applyColor=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this._root,r=e.preview,n=e.button,o=this._color.toRGBA().toString(0);return r.lastColor.style.color=o,this.options.useAsButton||(n.style.color=o),n.classList.remove("clear"),this._lastColor=this._color.clone(),this._initializingActive||t||this._emit("save",this._color),this},e.destroy=function(){var t=this;this._eventBindings.forEach((function(t){return f.apply(n,t)})),Object.keys(this._components).forEach((function(e){return t._components[e].destroy()}))},e.destroyAndRemove=function(){var t=this;this.destroy();var e=this._root,r=e.root,n=e.app;r.parentElement&&r.parentElement.removeChild(r),n.parentElement.removeChild(n),Object.keys(this).forEach((function(e){return t[e]=null}))},e.hide=function(){return this._root.app.classList.remove("visible"),this._emit("hide",this),this},e.show=function(){return this.options.disabled||(this._root.app.classList.add("visible"),this._rePositioningPicker(),this._emit("show",this)),this},e.isOpen=function(){return this._root.app.classList.contains("visible")},e.setHSVA=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:360,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=this._recalc;if(this._recalc=!1,t<0||t>360||e<0||e>100||r<0||r>100||n<0||n>1)return!1;this._color=I(t,e,r,n);var a=this._components,c=a.hue,u=a.opacity,s=a.palette;return c.update(t/360),u.update(n),s.update(e/100,1-r/100),o||this.applyColor(),i&&this._updateOutput(),this._recalc=i,!0},e.setColor=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(null===t)return this._clearColor(e),!0;var r=this._parseLocalColor(t),n=r.values,o=r.type;if(n){var i=o.toUpperCase(),a=this._root.interaction.options,c=a.find((function(t){return t.getAttribute("data-type")===i}));if(c&&!c.hidden)for(var u,s=$(a);!(u=s()).done;){var l=u.value;l.classList[l===c?"add":"remove"]("active")}return!!this.setHSVA.apply(this,n.concat([e]))&&this.setColorRepresentation(i)}return!1},e.setColorRepresentation=function(t){return t=t.toUpperCase(),!!this._root.interaction.options.find((function(e){return e.getAttribute("data-type").startsWith(t)&&!e.click()}))},e.getColorRepresentation=function(){return this._representation},e.getColor=function(){return this._color},e.getSelectedColor=function(){return this._lastColor},e.getRoot=function(){return this._root},e.disable=function(){return this.hide(),this.options.disabled=!0,this._root.button.classList.add("disabled"),this},e.enable=function(){return this.options.disabled=!1,this._root.button.classList.remove("disabled"),this},t}();W(z,"utils",n),W(z,"version",y.a),W(z,"I18N_DEFAULTS",{"ui:dialog":"color picker dialog","btn:toggle":"toggle color picker dialog","btn:swatch":"color swatch","btn:last-color":"use previous color","btn:save":"Save","btn:cancel":"Cancel","btn:clear":"Clear","aria:btn:save":"save and close","aria:btn:cancel":"cancel and close","aria:btn:clear":"clear and close","aria:input":"color input field","aria:palette":"color selection area","aria:hue":"hue selection slider","aria:opacity":"selection slider"}),W(z,"DEFAULT_OPTIONS",{appClass:null,theme:"classic",useAsButton:!1,padding:8,disabled:!1,comparison:!0,closeOnScroll:!1,outputPrecision:0,lockOpacity:!1,autoReposition:!0,container:"body",components:{interaction:{}},i18n:{},swatches:null,inline:!1,sliders:null,default:"#42445a",defaultRepresentation:null,position:"bottom-middle",adjustableNumbers:!0,showAlways:!1,closeWithKey:"Escape"}),W(z,"create",(function(t){return new z(t)}));e.default=z}]).default}));
|
4 |
-
//# sourceMappingURL=pickr.es5.min.js.map
|
1 |
/*! Pickr 1.7.1 MIT | https://github.com/Simonwep/pickr */
|
2 |
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Pickr=e():t.Pickr=e()}(window,(function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=145)}([function(t,e,r){var n=r(3),o=r(15).f,i=r(12),a=r(17),c=r(47),u=r(81),s=r(85);t.exports=function(t,e){var r,l,f,p,v,h=t.target,d=t.global,g=t.stat;if(r=d?n:g?n[h]||c(h,{}):(n[h]||{}).prototype)for(l in e){if(p=e[l],f=t.noTargetGet?(v=o(r,l))&&v.value:r[l],!s(d?l:h+(g?".":"#")+l,t.forced)&&void 0!==f){if(typeof p==typeof f)continue;u(p,f)}(t.sham||f&&f.sham)&&i(p,"sham",!0),a(r,l,p,t)}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,r){var n=r(3),o=r(48),i=r(4),a=r(49),c=r(54),u=r(86),s=o("wks"),l=n.Symbol,f=u?l:l&&l.withoutSetter||a;t.exports=function(t){return i(s,t)||(c&&i(l,t)?s[t]=l[t]:s[t]=f("Symbol."+t)),s[t]}},function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||Function("return this")()}).call(this,r(111))},function(t,e){var r={}.hasOwnProperty;t.exports=function(t,e){return r.call(t,e)}},function(t,e,r){var n=r(1);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,r){var n=r(7);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,r){var n=r(18),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},function(t,e,r){var n=r(5),o=r(77),i=r(6),a=r(22),c=Object.defineProperty;e.f=n?c:function(t,e,r){if(i(t),e=a(e,!0),i(r),o)try{return c(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},function(t,e,r){var n=r(21),o=r(11);t.exports=function(t){return n(o(t))}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,r){var n=r(5),o=r(9),i=r(20);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},function(t,e,r){var n=r(11);t.exports=function(t){return Object(n(t))}},function(t,e,r){var n=r(5),o=r(1),i=r(4),a=Object.defineProperty,c={},u=function(t){throw t};t.exports=function(t,e){if(i(c,t))return c[t];e||(e={});var r=[][t],s=!!i(e,"ACCESSORS")&&e.ACCESSORS,l=i(e,0)?e[0]:u,f=i(e,1)?e[1]:void 0;return c[t]=!!r&&!o((function(){if(s&&!n)return!0;var t={length:-1};s?a(t,1,{enumerable:!0,get:u}):t[1]=1,r.call(t,l,f)}))}},function(t,e,r){var n=r(5),o=r(46),i=r(20),a=r(10),c=r(22),u=r(4),s=r(77),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=a(t),e=c(e,!0),s)try{return l(t,e)}catch(t){}if(u(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},function(t,e,r){var n=r(3),o=r(12),i=r(4),a=r(47),c=r(79),u=r(31),s=u.get,l=u.enforce,f=String(String).split("String");(t.exports=function(t,e,r,c){var u=!!c&&!!c.unsafe,s=!!c&&!!c.enumerable,p=!!c&&!!c.noTargetGet;"function"==typeof r&&("string"!=typeof e||i(r,"name")||o(r,"name",e),l(r).source=f.join("string"==typeof e?e:"")),t!==n?(u?!p&&t[e]&&(s=!0):delete t[e],s?t[e]=r:o(t,e,r)):s?t[e]=r:a(e,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||c(this)}))},function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:r)(t)}},function(t,e,r){var n=r(89),o=r(21),i=r(13),a=r(8),c=r(57),u=[].push,s=function(t){var e=1==t,r=2==t,s=3==t,l=4==t,f=6==t,p=5==t||f;return function(v,h,d,g){for(var y,b,m=i(v),x=o(m),S=n(h,d,3),w=a(x.length),O=0,_=g||c,A=e?_(v,w):r?_(v,0):void 0;w>O;O++)if((p||O in x)&&(b=S(y=x[O],O,m),t))if(e)A[O]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return O;case 2:u.call(A,y)}else if(l)return!1;return f?-1:s||l?l:A}};t.exports={forEach:s(0),map:s(1),filter:s(2),some:s(3),every:s(4),find:s(5),findIndex:s(6)}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,r){var n=r(1),o=r(16),i="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,r){var n=r(7);t.exports=function(t,e){if(!n(t))return t;var r,o;if(e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!n(o=r.call(t)))return o;if(!e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=!1},function(t,e,r){"use strict";var n=r(22),o=r(9),i=r(20);t.exports=function(t,e,r){var a=n(e);a in t?o.f(t,a,i(0,r)):t[a]=r}},function(t,e,r){var n=r(1),o=r(2),i=r(90),a=o("species");t.exports=function(t){return i>=51||!n((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,r){"use strict";var n=r(1);t.exports=function(t,e){var r=[][t];return!!r&&n((function(){r.call(null,e||function(){throw 1},1)}))}},function(t,e){t.exports={}},function(t,e,r){var n=r(64),o=r(17),i=r(130);n||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,r){"use strict";var n=r(0),o=r(43);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(t,e,r){"use strict";var n=r(17),o=r(6),i=r(1),a=r(101),c=RegExp.prototype,u=c.toString,s=i((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),l="toString"!=u.name;(s||l)&&n(RegExp.prototype,"toString",(function(){var t=o(this),e=String(t.source),r=t.flags;return"/"+e+"/"+String(void 0===r&&t instanceof RegExp&&!("flags"in c)?a.call(t):r)}),{unsafe:!0})},function(t,e,r){var n,o,i,a=r(112),c=r(3),u=r(7),s=r(12),l=r(4),f=r(32),p=r(33),v=c.WeakMap;if(a){var h=new v,d=h.get,g=h.has,y=h.set;n=function(t,e){return y.call(h,t,e),e},o=function(t){return d.call(h,t)||{}},i=function(t){return g.call(h,t)}}else{var b=f("state");p[b]=!0,n=function(t,e){return s(t,b,e),e},o=function(t){return l(t,b)?t[b]:{}},i=function(t){return l(t,b)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!u(e)||(r=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},function(t,e,r){var n=r(48),o=r(49),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports={}},function(t,e,r){var n=r(83),o=r(3),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t])||i(o[t]):n[t]&&n[t][e]||o[t]&&o[t][e]}},function(t,e,r){var n=r(84),o=r(52).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},function(t,e,r){var n=r(16);t.exports=Array.isArray||function(t){return"Array"==n(t)}},function(t,e,r){var n,o=r(6),i=r(113),a=r(52),c=r(33),u=r(114),s=r(78),l=r(32),f=l("IE_PROTO"),p=function(){},v=function(t){return"<script>"+t+"<\/script>"},h=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;h=n?function(t){t.write(v("")),t.close();var e=t.parentWindow.Object;return t=null,e}(n):((e=s("iframe")).style.display="none",u.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(v("document.F=Object")),t.close(),t.F);for(var r=a.length;r--;)delete h.prototype[a[r]];return h()};c[f]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(p.prototype=o(t),r=new p,p.prototype=null,r[f]=t):r=h(),void 0===e?r:i(r,e)}},function(t,e,r){var n=r(84),o=r(52);t.exports=Object.keys||function(t){return n(t,o)}},function(t,e,r){"use strict";var n=r(0),o=r(93);n({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,r){"use strict";var n=r(10),o=r(62),i=r(27),a=r(31),c=r(95),u=a.set,s=a.getterFor("Array Iterator");t.exports=c(Array,"Array",(function(t,e){u(this,{type:"Array Iterator",target:n(t),index:0,kind:e})}),(function(){var t=s(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,r){"use strict";var n=r(5),o=r(3),i=r(85),a=r(17),c=r(4),u=r(16),s=r(128),l=r(22),f=r(1),p=r(37),v=r(35).f,h=r(15).f,d=r(9).f,g=r(99).trim,y=o.Number,b=y.prototype,m="Number"==u(p(b)),x=function(t){var e,r,n,o,i,a,c,u,s=l(t,!1);if("string"==typeof s&&s.length>2)if(43===(e=(s=g(s)).charCodeAt(0))||45===e){if(88===(r=s.charCodeAt(2))||120===r)return NaN}else if(48===e){switch(s.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+s}for(a=(i=s.slice(2)).length,c=0;c<a;c++)if((u=i.charCodeAt(c))<48||u>o)return NaN;return parseInt(i,n)}return+s};if(i("Number",!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var S,w=function(t){var e=arguments.length<1?0:t,r=this;return r instanceof w&&(m?f((function(){b.valueOf.call(r)})):"Number"!=u(r))?s(new y(x(e)),r,w):x(e)},O=n?v(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),_=0;O.length>_;_++)c(y,S=O[_])&&!c(w,S)&&d(w,S,h(y,S));w.prototype=b,b.constructor=w,a(o,"Number",w)}},function(t,e,r){var n=r(0),o=r(13),i=r(38);n({target:"Object",stat:!0,forced:r(1)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},function(t,e,r){"use strict";var n,o,i=r(101),a=r(131),c=RegExp.prototype.exec,u=String.prototype.replace,s=c,l=(n=/a/,o=/b*/g,c.call(n,"a"),c.call(o,"a"),0!==n.lastIndex||0!==o.lastIndex),f=a.UNSUPPORTED_Y||a.BROKEN_CARET,p=void 0!==/()??/.exec("")[1];(l||p||f)&&(s=function(t){var e,r,n,o,a=this,s=f&&a.sticky,v=i.call(a),h=a.source,d=0,g=t;return s&&(-1===(v=v.replace("y","")).indexOf("g")&&(v+="g"),g=String(t).slice(a.lastIndex),a.lastIndex>0&&(!a.multiline||a.multiline&&"\n"!==t[a.lastIndex-1])&&(h="(?: "+h+")",g=" "+g,d++),r=new RegExp("^(?:"+h+")",v)),p&&(r=new RegExp("^"+h+"$(?!\\s)",v)),l&&(e=a.lastIndex),n=c.call(s?r:a,g),s?n?(n.input=n.input.slice(d),n[0]=n[0].slice(d),n.index=a.lastIndex,a.lastIndex+=n[0].length):a.lastIndex=0:l&&n&&(a.lastIndex=a.global?n.index+n[0].length:e),p&&n&&n.length>1&&u.call(n[0],r,(function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(n[o]=void 0)})),n}),t.exports=s},function(t,e,r){var n=r(3),o=r(106),i=r(93),a=r(12);for(var c in o){var u=n[c],s=u&&u.prototype;if(s&&s.forEach!==i)try{a(s,"forEach",i)}catch(t){s.forEach=i}}},function(t,e,r){"use strict";var n=r(0),o=r(3),i=r(34),a=r(23),c=r(5),u=r(54),s=r(86),l=r(1),f=r(4),p=r(36),v=r(7),h=r(6),d=r(13),g=r(10),y=r(22),b=r(20),m=r(37),x=r(38),S=r(35),w=r(115),O=r(53),_=r(15),A=r(9),E=r(46),j=r(12),C=r(17),P=r(48),k=r(32),I=r(33),R=r(49),T=r(2),L=r(87),N=r(88),F=r(55),M=r(31),D=r(19).forEach,B=k("hidden"),U=T("toPrimitive"),H=M.set,$=M.getterFor("Symbol"),V=Object.prototype,G=o.Symbol,W=i("JSON","stringify"),z=_.f,X=A.f,Y=w.f,K=E.f,q=P("symbols"),J=P("op-symbols"),Q=P("string-to-symbol-registry"),Z=P("symbol-to-string-registry"),tt=P("wks"),et=o.QObject,rt=!et||!et.prototype||!et.prototype.findChild,nt=c&&l((function(){return 7!=m(X({},"a",{get:function(){return X(this,"a",{value:7}).a}})).a}))?function(t,e,r){var n=z(V,e);n&&delete V[e],X(t,e,r),n&&t!==V&&X(V,e,n)}:X,ot=function(t,e){var r=q[t]=m(G.prototype);return H(r,{type:"Symbol",tag:t,description:e}),c||(r.description=e),r},it=s?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof G},at=function(t,e,r){t===V&&at(J,e,r),h(t);var n=y(e,!0);return h(r),f(q,n)?(r.enumerable?(f(t,B)&&t[B][n]&&(t[B][n]=!1),r=m(r,{enumerable:b(0,!1)})):(f(t,B)||X(t,B,b(1,{})),t[B][n]=!0),nt(t,n,r)):X(t,n,r)},ct=function(t,e){h(t);var r=g(e),n=x(r).concat(ft(r));return D(n,(function(e){c&&!ut.call(r,e)||at(t,e,r[e])})),t},ut=function(t){var e=y(t,!0),r=K.call(this,e);return!(this===V&&f(q,e)&&!f(J,e))&&(!(r||!f(this,e)||!f(q,e)||f(this,B)&&this[B][e])||r)},st=function(t,e){var r=g(t),n=y(e,!0);if(r!==V||!f(q,n)||f(J,n)){var o=z(r,n);return!o||!f(q,n)||f(r,B)&&r[B][n]||(o.enumerable=!0),o}},lt=function(t){var e=Y(g(t)),r=[];return D(e,(function(t){f(q,t)||f(I,t)||r.push(t)})),r},ft=function(t){var e=t===V,r=Y(e?J:g(t)),n=[];return D(r,(function(t){!f(q,t)||e&&!f(V,t)||n.push(q[t])})),n};(u||(C((G=function(){if(this instanceof G)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=R(t),r=function(t){this===V&&r.call(J,t),f(this,B)&&f(this[B],e)&&(this[B][e]=!1),nt(this,e,b(1,t))};return c&&rt&&nt(V,e,{configurable:!0,set:r}),ot(e,t)}).prototype,"toString",(function(){return $(this).tag})),C(G,"withoutSetter",(function(t){return ot(R(t),t)})),E.f=ut,A.f=at,_.f=st,S.f=w.f=lt,O.f=ft,L.f=function(t){return ot(T(t),t)},c&&(X(G.prototype,"description",{configurable:!0,get:function(){return $(this).description}}),a||C(V,"propertyIsEnumerable",ut,{unsafe:!0}))),n({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:G}),D(x(tt),(function(t){N(t)})),n({target:"Symbol",stat:!0,forced:!u},{for:function(t){var e=String(t);if(f(Q,e))return Q[e];var r=G(e);return Q[e]=r,Z[r]=e,r},keyFor:function(t){if(!it(t))throw TypeError(t+" is not a symbol");if(f(Z,t))return Z[t]},useSetter:function(){rt=!0},useSimple:function(){rt=!1}}),n({target:"Object",stat:!0,forced:!u,sham:!c},{create:function(t,e){return void 0===e?m(t):ct(m(t),e)},defineProperty:at,defineProperties:ct,getOwnPropertyDescriptor:st}),n({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:lt,getOwnPropertySymbols:ft}),n({target:"Object",stat:!0,forced:l((function(){O.f(1)}))},{getOwnPropertySymbols:function(t){return O.f(d(t))}}),W)&&n({target:"JSON",stat:!0,forced:!u||l((function(){var t=G();return"[null]"!=W([t])||"{}"!=W({a:t})||"{}"!=W(Object(t))}))},{stringify:function(t,e,r){for(var n,o=[t],i=1;arguments.length>i;)o.push(arguments[i++]);if(n=e,(v(e)||void 0!==t)&&!it(t))return p(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!it(e))return e}),o[1]=e,W.apply(null,o)}});G.prototype[U]||j(G.prototype,U,G.prototype.valueOf),F(G,"Symbol"),I[B]=!0},function(t,e,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:n},function(t,e,r){var n=r(3),o=r(12);t.exports=function(t,e){try{o(n,t,e)}catch(r){n[t]=e}return e}},function(t,e,r){var n=r(23),o=r(80);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.5",mode:n?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){var r=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+n).toString(36)}},function(t,e,r){var n=r(10),o=r(8),i=r(51),a=function(t){return function(e,r,a){var c,u=n(e),s=o(u.length),l=i(a,s);if(t&&r!=r){for(;s>l;)if((c=u[l++])!=c)return!0}else for(;s>l;l++)if((t||l in u)&&u[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,r){var n=r(18),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,r){var n=r(1);t.exports=!!Object.getOwnPropertySymbols&&!n((function(){return!String(Symbol())}))},function(t,e,r){var n=r(9).f,o=r(4),i=r(2)("toStringTag");t.exports=function(t,e,r){t&&!o(t=r?t:t.prototype,i)&&n(t,i,{configurable:!0,value:e})}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,r){var n=r(7),o=r(36),i=r(2)("species");t.exports=function(t,e){var r;return o(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!o(r.prototype)?n(r)&&null===(r=r[i])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===e?0:e)}},function(t,e,r){"use strict";var n=r(0),o=r(5),i=r(3),a=r(4),c=r(7),u=r(9).f,s=r(81),l=i.Symbol;if(o&&"function"==typeof l&&(!("description"in l.prototype)||void 0!==l().description)){var f={},p=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof p?new l(t):void 0===t?l():l(t);return""===t&&(f[e]=!0),e};s(p,l);var v=p.prototype=l.prototype;v.constructor=p;var h=v.toString,d="Symbol(test)"==String(l("test")),g=/^Symbol\((.*)\)[^)]+$/;u(v,"description",{configurable:!0,get:function(){var t=c(this)?this.valueOf():this,e=h.call(t);if(a(f,t))return"";var r=d?e.slice(7,-1):e.replace(g,"$1");return""===r?void 0:r}}),n({global:!0,forced:!0},{Symbol:p})}},function(t,e,r){r(88)("iterator")},function(t,e,r){"use strict";var n=r(0),o=r(1),i=r(36),a=r(7),c=r(13),u=r(8),s=r(24),l=r(57),f=r(25),p=r(2),v=r(90),h=p("isConcatSpreadable"),d=v>=51||!o((function(){var t=[];return t[h]=!1,t.concat()[0]!==t})),g=f("concat"),y=function(t){if(!a(t))return!1;var e=t[h];return void 0!==e?!!e:i(t)};n({target:"Array",proto:!0,forced:!d||!g},{concat:function(t){var e,r,n,o,i,a=c(this),f=l(a,0),p=0;for(e=-1,n=arguments.length;e<n;e++)if(i=-1===e?a:arguments[e],y(i)){if(p+(o=u(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(r=0;r<o;r++,p++)r in i&&s(f,p,i[r])}else{if(p>=9007199254740991)throw TypeError("Maximum allowed index exceeded");s(f,p++,i)}return f.length=p,f}})},function(t,e,r){"use strict";var n=r(0),o=r(19).filter,i=r(25),a=r(14),c=i("filter"),u=a("filter");n({target:"Array",proto:!0,forced:!c||!u},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){var n=r(2),o=r(37),i=r(9),a=n("unscopables"),c=Array.prototype;null==c[a]&&i.f(c,a,{configurable:!0,value:o(null)}),t.exports=function(t){c[a][t]=!0}},function(t,e,r){var n=r(0),o=r(116);n({target:"Array",stat:!0,forced:!r(120)((function(t){Array.from(t)}))},{from:o})},function(t,e,r){var n={};n[r(2)("toStringTag")]="z",t.exports="[object z]"===String(n)},function(t,e,r){"use strict";var n=r(0),o=r(7),i=r(36),a=r(51),c=r(8),u=r(10),s=r(24),l=r(2),f=r(25),p=r(14),v=f("slice"),h=p("slice",{ACCESSORS:!0,0:0,1:2}),d=l("species"),g=[].slice,y=Math.max;n({target:"Array",proto:!0,forced:!v||!h},{slice:function(t,e){var r,n,l,f=u(this),p=c(f.length),v=a(t,p),h=a(void 0===e?p:e,p);if(i(f)&&("function"!=typeof(r=f.constructor)||r!==Array&&!i(r.prototype)?o(r)&&null===(r=r[d])&&(r=void 0):r=void 0,r===Array||void 0===r))return g.call(f,v,h);for(n=new(void 0===r?Array:r)(y(h-v,0)),l=0;v<h;v++,l++)v in f&&s(n,l,f[v]);return n.length=l,n}})},function(t,e,r){var n=r(5),o=r(9).f,i=Function.prototype,a=i.toString,c=/^\s*function ([^ (]*)/;n&&!("name"in i)&&o(i,"name",{configurable:!0,get:function(){try{return a.call(this).match(c)[1]}catch(t){return""}}})},function(t,e,r){var n=r(0),o=r(129);n({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,r){var n=r(0),o=r(1),i=r(10),a=r(15).f,c=r(5),u=o((function(){a(1)}));n({target:"Object",stat:!0,forced:!c||u,sham:!c},{getOwnPropertyDescriptor:function(t,e){return a(i(t),e)}})},function(t,e,r){var n=r(0),o=r(5),i=r(82),a=r(10),c=r(15),u=r(24);n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var e,r,n=a(t),o=c.f,s=i(n),l={},f=0;s.length>f;)void 0!==(r=o(n,e=s[f++]))&&u(l,e,r);return l}})},function(t,e,r){"use strict";var n=r(102).charAt,o=r(31),i=r(95),a=o.set,c=o.getterFor("String Iterator");i(String,"String",(function(t){a(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=c(this),r=e.string,o=e.index;return o>=r.length?{value:void 0,done:!0}:(t=n(r,o),e.index+=t.length,{value:t,done:!1})}))},function(t,e,r){"use strict";r(29);var n=r(17),o=r(1),i=r(2),a=r(43),c=r(12),u=i("species"),s=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l="$0"==="a".replace(/./,"$0"),f=i("replace"),p=!!/./[f]&&""===/./[f]("a","$0"),v=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));t.exports=function(t,e,r,f){var h=i(t),d=!o((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),g=d&&!o((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[u]=function(){return r},r.flags="",r[h]=/./[h]),r.exec=function(){return e=!0,null},r[h](""),!e}));if(!d||!g||"replace"===t&&(!s||!l||p)||"split"===t&&!v){var y=/./[h],b=r(h,""[t],(function(t,e,r,n,o){return e.exec===a?d&&!o?{done:!0,value:y.call(e,r,n)}:{done:!0,value:t.call(r,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:p}),m=b[0],x=b[1];n(String.prototype,t,m),n(RegExp.prototype,h,2==e?function(t,e){return x.call(t,this,e)}:function(t){return x.call(t,this)})}f&&c(RegExp.prototype[h],"sham",!0)}},function(t,e,r){"use strict";var n=r(102).charAt;t.exports=function(t,e,r){return e+(r?n(t,e).length:1)}},function(t,e,r){var n=r(16),o=r(43);t.exports=function(t,e){var r=t.exec;if("function"==typeof r){var i=r.call(t,e);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==n(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},function(t,e,r){"use strict";var n=r(18),o=r(11);t.exports="".repeat||function(t){var e=String(o(this)),r="",i=n(t);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;i>0;(i>>>=1)&&(e+=e))1&i&&(r+=e);return r}},function(t,e,r){var n=r(3),o=r(106),i=r(40),a=r(12),c=r(2),u=c("iterator"),s=c("toStringTag"),l=i.values;for(var f in o){var p=n[f],v=p&&p.prototype;if(v){if(v[u]!==l)try{a(v,u,l)}catch(t){v[u]=l}if(v[s]||a(v,s,f),o[f])for(var h in i)if(v[h]!==i[h])try{a(v,h,i[h])}catch(t){v[h]=i[h]}}}},function(t,e,r){"use strict";var n=r(71),o=r(105),i=r(6),a=r(11),c=r(138),u=r(72),s=r(8),l=r(73),f=r(43),p=r(1),v=[].push,h=Math.min,d=!p((function(){return!RegExp(4294967295,"y")}));n("split",2,(function(t,e,r){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,r){var n=String(a(this)),i=void 0===r?4294967295:r>>>0;if(0===i)return[];if(void 0===t)return[n];if(!o(t))return e.call(n,t,i);for(var c,u,s,l=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),h=0,d=new RegExp(t.source,p+"g");(c=f.call(d,n))&&!((u=d.lastIndex)>h&&(l.push(n.slice(h,c.index)),c.length>1&&c.index<n.length&&v.apply(l,c.slice(1)),s=c[0].length,h=u,l.length>=i));)d.lastIndex===c.index&&d.lastIndex++;return h===n.length?!s&&d.test("")||l.push(""):l.push(n.slice(h)),l.length>i?l.slice(0,i):l}:"0".split(void 0,0).length?function(t,r){return void 0===t&&0===r?[]:e.call(this,t,r)}:e,[function(e,r){var o=a(this),i=null==e?void 0:e[t];return void 0!==i?i.call(e,o,r):n.call(String(o),e,r)},function(t,o){var a=r(n,t,this,o,n!==e);if(a.done)return a.value;var f=i(t),p=String(this),v=c(f,RegExp),g=f.unicode,y=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(d?"y":"g"),b=new v(d?f:"^(?:"+f.source+")",y),m=void 0===o?4294967295:o>>>0;if(0===m)return[];if(0===p.length)return null===l(b,p)?[p]:[];for(var x=0,S=0,w=[];S<p.length;){b.lastIndex=d?S:0;var O,_=l(b,d?p:p.slice(S));if(null===_||(O=h(s(b.lastIndex+(d?0:S)),p.length))===x)S=u(p,S,g);else{if(w.push(p.slice(x,S)),w.length===m)return w;for(var A=1;A<=_.length-1;A++)if(w.push(_[A]),w.length===m)return w;S=x=O}}return w.push(p.slice(x)),w}]}),!d)},function(t,e,r){var n=r(5),o=r(1),i=r(78);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,r){var n=r(3),o=r(7),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,r){var n=r(80),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},function(t,e,r){var n=r(3),o=r(47),i=n["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,r){var n=r(4),o=r(82),i=r(15),a=r(9);t.exports=function(t,e){for(var r=o(e),c=a.f,u=i.f,s=0;s<r.length;s++){var l=r[s];n(t,l)||c(t,l,u(e,l))}}},function(t,e,r){var n=r(34),o=r(35),i=r(53),a=r(6);t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(a(t)),r=i.f;return r?e.concat(r(t)):e}},function(t,e,r){var n=r(3);t.exports=n},function(t,e,r){var n=r(4),o=r(10),i=r(50).indexOf,a=r(33);t.exports=function(t,e){var r,c=o(t),u=0,s=[];for(r in c)!n(a,r)&&n(c,r)&&s.push(r);for(;e.length>u;)n(c,r=e[u++])&&(~i(s,r)||s.push(r));return s}},function(t,e,r){var n=r(1),o=/#|\.prototype\./,i=function(t,e){var r=c[a(t)];return r==s||r!=u&&("function"==typeof e?n(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},c=i.data={},u=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},function(t,e,r){var n=r(54);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,r){var n=r(2);e.f=n},function(t,e,r){var n=r(83),o=r(4),i=r(87),a=r(9).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},function(t,e,r){var n=r(56);t.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,r){var n,o,i=r(3),a=r(91),c=i.process,u=c&&c.versions,s=u&&u.v8;s?o=(n=s.split("."))[0]+n[1]:a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},function(t,e,r){var n=r(34);t.exports=n("navigator","userAgent")||""},function(t,e,r){"use strict";var n=r(0),o=r(19).find,i=r(62),a=r(14),c=!0,u=a("find");"find"in[]&&Array(1).find((function(){c=!1})),n({target:"Array",proto:!0,forced:c||!u},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("find")},function(t,e,r){"use strict";var n=r(19).forEach,o=r(26),i=r(14),a=o("forEach"),c=i("forEach");t.exports=a&&c?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,r){var n=r(64),o=r(16),i=r(2)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?r:a?o(e):"Object"==(n=o(e))&&"function"==typeof e.callee?"Arguments":n}},function(t,e,r){"use strict";var n=r(0),o=r(123),i=r(97),a=r(98),c=r(55),u=r(12),s=r(17),l=r(2),f=r(23),p=r(27),v=r(96),h=v.IteratorPrototype,d=v.BUGGY_SAFARI_ITERATORS,g=l("iterator"),y=function(){return this};t.exports=function(t,e,r,l,v,b,m){o(r,e,l);var x,S,w,O=function(t){if(t===v&&C)return C;if(!d&&t in E)return E[t];switch(t){case"keys":case"values":case"entries":return function(){return new r(this,t)}}return function(){return new r(this)}},_=e+" Iterator",A=!1,E=t.prototype,j=E[g]||E["@@iterator"]||v&&E[v],C=!d&&j||O(v),P="Array"==e&&E.entries||j;if(P&&(x=i(P.call(new t)),h!==Object.prototype&&x.next&&(f||i(x)===h||(a?a(x,h):"function"!=typeof x[g]&&u(x,g,y)),c(x,_,!0,!0),f&&(p[_]=y))),"values"==v&&j&&"values"!==j.name&&(A=!0,C=function(){return j.call(this)}),f&&!m||E[g]===C||u(E,g,C),p[e]=C,v)if(S={values:O("values"),keys:b?C:O("keys"),entries:O("entries")},m)for(w in S)(d||A||!(w in E))&&s(E,w,S[w]);else n({target:e,proto:!0,forced:d||A},S);return S}},function(t,e,r){"use strict";var n,o,i,a=r(97),c=r(12),u=r(4),s=r(2),l=r(23),f=s("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(n=o):p=!0),null==n&&(n={}),l||u(n,f)||c(n,f,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},function(t,e,r){var n=r(4),o=r(13),i=r(32),a=r(124),c=i("IE_PROTO"),u=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),n(t,c)?t[c]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,e,r){var n=r(6),o=r(125);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),e=r instanceof Array}catch(t){}return function(r,i){return n(r),o(i),e?t.call(r,i):r.__proto__=i,r}}():void 0)},function(t,e,r){var n=r(11),o="["+r(100)+"]",i=RegExp("^"+o+o+"*"),a=RegExp(o+o+"*$"),c=function(t){return function(e){var r=String(n(e));return 1&t&&(r=r.replace(i,"")),2&t&&(r=r.replace(a,"")),r}};t.exports={start:c(1),end:c(2),trim:c(3)}},function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},function(t,e,r){"use strict";var n=r(6);t.exports=function(){var t=n(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,r){var n=r(18),o=r(11),i=function(t){return function(e,r){var i,a,c=String(o(e)),u=n(r),s=c.length;return u<0||u>=s?t?"":void 0:(i=c.charCodeAt(u))<55296||i>56319||u+1===s||(a=c.charCodeAt(u+1))<56320||a>57343?t?c.charAt(u):i:t?c.slice(u,u+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,r){"use strict";var n=r(71),o=r(6),i=r(8),a=r(11),c=r(72),u=r(73);n("match",1,(function(t,e,r){return[function(e){var r=a(this),n=null==e?void 0:e[t];return void 0!==n?n.call(e,r):new RegExp(e)[t](String(r))},function(t){var n=r(e,t,this);if(n.done)return n.value;var a=o(t),s=String(this);if(!a.global)return u(a,s);var l=a.unicode;a.lastIndex=0;for(var f,p=[],v=0;null!==(f=u(a,s));){var h=String(f[0]);p[v]=h,""===h&&(a.lastIndex=c(s,i(a.lastIndex),l)),v++}return 0===v?null:p}]}))},function(t,e,r){"use strict";var n,o=r(0),i=r(15).f,a=r(8),c=r(133),u=r(11),s=r(134),l=r(23),f="".startsWith,p=Math.min,v=s("startsWith");o({target:"String",proto:!0,forced:!!(l||v||(n=i(String.prototype,"startsWith"),!n||n.writable))&&!v},{startsWith:function(t){var e=String(u(this));c(t);var r=a(p(arguments.length>1?arguments[1]:void 0,e.length)),n=String(t);return f?f.call(e,n,r):e.slice(r,r+n.length)===n}})},function(t,e,r){var n=r(7),o=r(16),i=r(2)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,r){"use strict";var n=r(0),o=r(21),i=r(10),a=r(26),c=[].join,u=o!=Object,s=a("join",",");n({target:"Array",proto:!0,forced:u||!s},{join:function(t){return c.call(i(this),void 0===t?",":t)}})},function(t,e,r){"use strict";var n=r(0),o=r(19).map,i=r(25),a=r(14),c=i("map"),u=a("map");n({target:"Array",proto:!0,forced:!c||!u},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(141).start;n({target:"String",proto:!0,forced:r(142)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t){t.exports=JSON.parse('{"a":"1.7.1"}')},function(t,e){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},function(t,e,r){var n=r(3),o=r(79),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,r){var n=r(5),o=r(9),i=r(6),a=r(38);t.exports=n?Object.defineProperties:function(t,e){i(t);for(var r,n=a(e),c=n.length,u=0;c>u;)o.f(t,r=n[u++],e[r]);return t}},function(t,e,r){var n=r(34);t.exports=n("document","documentElement")},function(t,e,r){var n=r(10),o=r(35).f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"[object Window]"==i.call(t)?function(t){try{return o(t)}catch(t){return a.slice()}}(t):o(n(t))}},function(t,e,r){"use strict";var n=r(89),o=r(13),i=r(117),a=r(118),c=r(8),u=r(24),s=r(119);t.exports=function(t){var e,r,l,f,p,v,h=o(t),d="function"==typeof this?this:Array,g=arguments.length,y=g>1?arguments[1]:void 0,b=void 0!==y,m=s(h),x=0;if(b&&(y=n(y,g>2?arguments[2]:void 0,2)),null==m||d==Array&&a(m))for(r=new d(e=c(h.length));e>x;x++)v=b?y(h[x],x):h[x],u(r,x,v);else for(p=(f=m.call(h)).next,r=new d;!(l=p.call(f)).done;x++)v=b?i(f,y,[l.value,x],!0):l.value,u(r,x,v);return r.length=x,r}},function(t,e,r){var n=r(6);t.exports=function(t,e,r,o){try{return o?e(n(r)[0],r[1]):e(r)}catch(e){var i=t.return;throw void 0!==i&&n(i.call(t)),e}}},function(t,e,r){var n=r(2),o=r(27),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},function(t,e,r){var n=r(94),o=r(27),i=r(2)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[n(t)]}},function(t,e,r){var n=r(2)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var r=!1;try{var i={};i[n]=function(){return{next:function(){return{done:r=!0}}}},t(i)}catch(t){}return r}},function(t,e,r){"use strict";var n=r(0),o=r(50).includes,i=r(62);n({target:"Array",proto:!0,forced:!r(14)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("includes")},function(t,e,r){"use strict";var n=r(0),o=r(50).indexOf,i=r(26),a=r(14),c=[].indexOf,u=!!c&&1/[1].indexOf(1,-0)<0,s=i("indexOf"),l=a("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:u||!s||!l},{indexOf:function(t){return u?c.apply(this,arguments)||0:o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(96).IteratorPrototype,o=r(37),i=r(20),a=r(55),c=r(27),u=function(){return this};t.exports=function(t,e,r){var s=e+" Iterator";return t.prototype=o(n,{next:i(1,r)}),a(t,s,!1,!0),c[s]=u,t}},function(t,e,r){var n=r(1);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,r){var n=r(7);t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,r){"use strict";var n=r(0),o=r(19).some,i=r(26),a=r(14),c=i("some"),u=a("some");n({target:"Array",proto:!0,forced:!c||!u},{some:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){"use strict";var n=r(0),o=r(51),i=r(18),a=r(8),c=r(13),u=r(57),s=r(24),l=r(25),f=r(14),p=l("splice"),v=f("splice",{ACCESSORS:!0,0:0,1:2}),h=Math.max,d=Math.min;n({target:"Array",proto:!0,forced:!p||!v},{splice:function(t,e){var r,n,l,f,p,v,g=c(this),y=a(g.length),b=o(t,y),m=arguments.length;if(0===m?r=n=0:1===m?(r=0,n=y-b):(r=m-2,n=d(h(i(e),0),y-b)),y+r-n>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(l=u(g,n),f=0;f<n;f++)(p=b+f)in g&&s(l,f,g[p]);if(l.length=n,r<n){for(f=b;f<y-n;f++)v=f+r,(p=f+n)in g?g[v]=g[p]:delete g[v];for(f=y;f>y-n+r;f--)delete g[f-1]}else if(r>n)for(f=y-n;f>b;f--)v=f+r-1,(p=f+n-1)in g?g[v]=g[p]:delete g[v];for(f=0;f<r;f++)g[f+b]=arguments[f+2];return g.length=y-n+r,l}})},function(t,e,r){var n=r(7),o=r(98);t.exports=function(t,e,r){var i,a;return o&&"function"==typeof(i=e.constructor)&&i!==r&&n(a=i.prototype)&&a!==r.prototype&&o(t,a),t}},function(t,e,r){"use strict";var n=r(5),o=r(1),i=r(38),a=r(53),c=r(46),u=r(13),s=r(21),l=Object.assign,f=Object.defineProperty;t.exports=!l||o((function(){if(n&&1!==l({b:1},l(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol();return t[r]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=l({},t)[r]||"abcdefghijklmnopqrst"!=i(l({},e)).join("")}))?function(t,e){for(var r=u(t),o=arguments.length,l=1,f=a.f,p=c.f;o>l;)for(var v,h=s(arguments[l++]),d=f?i(h).concat(f(h)):i(h),g=d.length,y=0;g>y;)v=d[y++],n&&!p.call(h,v)||(r[v]=h[v]);return r}:l},function(t,e,r){"use strict";var n=r(64),o=r(94);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,r){"use strict";var n=r(1);function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},function(t,e,r){r(0)({target:"String",proto:!0},{repeat:r(74)})},function(t,e,r){var n=r(105);t.exports=function(t){if(n(t))throw TypeError("The method doesn't accept regular expressions");return t}},function(t,e,r){var n=r(2)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(r){try{return e[n]=!1,"/./"[t](e)}catch(t){}}return!1}},function(t,e,r){"use strict";var n=r(0),o=r(136).left,i=r(26),a=r(14),c=i("reduce"),u=a("reduce",{1:0});n({target:"Array",proto:!0,forced:!c||!u},{reduce:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,r){var n=r(56),o=r(13),i=r(21),a=r(8),c=function(t){return function(e,r,c,u){n(r);var s=o(e),l=i(s),f=a(s.length),p=t?f-1:0,v=t?-1:1;if(c<2)for(;;){if(p in l){u=l[p],p+=v;break}if(p+=v,t?p<0:f<=p)throw TypeError("Reduce of empty array with no initial value")}for(;t?p>=0:f>p;p+=v)p in l&&(u=r(u,l[p],p,s));return u}};t.exports={left:c(!1),right:c(!0)}},function(t,e,r){"use strict";var n=r(71),o=r(6),i=r(13),a=r(8),c=r(18),u=r(11),s=r(72),l=r(73),f=Math.max,p=Math.min,v=Math.floor,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,d=/\$([$&'`]|\d\d?)/g;n("replace",2,(function(t,e,r,n){var g=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,y=n.REPLACE_KEEPS_$0,b=g?"$":"$0";return[function(r,n){var o=u(this),i=null==r?void 0:r[t];return void 0!==i?i.call(r,o,n):e.call(String(o),r,n)},function(t,n){if(!g&&y||"string"==typeof n&&-1===n.indexOf(b)){var i=r(e,t,this,n);if(i.done)return i.value}var u=o(t),v=String(this),h="function"==typeof n;h||(n=String(n));var d=u.global;if(d){var x=u.unicode;u.lastIndex=0}for(var S=[];;){var w=l(u,v);if(null===w)break;if(S.push(w),!d)break;""===String(w[0])&&(u.lastIndex=s(v,a(u.lastIndex),x))}for(var O,_="",A=0,E=0;E<S.length;E++){w=S[E];for(var j=String(w[0]),C=f(p(c(w.index),v.length),0),P=[],k=1;k<w.length;k++)P.push(void 0===(O=w[k])?O:String(O));var I=w.groups;if(h){var R=[j].concat(P,C,v);void 0!==I&&R.push(I);var T=String(n.apply(void 0,R))}else T=m(j,v,C,P,I,n);C>=A&&(_+=v.slice(A,C)+T,A=C+j.length)}return _+v.slice(A)}];function m(t,r,n,o,a,c){var u=n+t.length,s=o.length,l=d;return void 0!==a&&(a=i(a),l=h),e.call(c,l,(function(e,i){var c;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return r.slice(0,n);case"'":return r.slice(u);case"<":c=a[i.slice(1,-1)];break;default:var l=+i;if(0===l)return e;if(l>s){var f=v(l/10);return 0===f?e:f<=s?void 0===o[f-1]?i.charAt(1):o[f-1]+i.charAt(1):e}c=o[l-1]}return void 0===c?"":c}))}}))},function(t,e,r){var n=r(6),o=r(56),i=r(2)("species");t.exports=function(t,e){var r,a=n(t).constructor;return void 0===a||null==(r=n(a)[i])?e:o(r)}},function(t,e,r){"use strict";var n=r(0),o=r(99).trim;n({target:"String",proto:!0,forced:r(140)("trim")},{trim:function(){return o(this)}})},function(t,e,r){var n=r(1),o=r(100);t.exports=function(t){return n((function(){return!!o[t]()||"
"!="
"[t]()||o[t].name!==t}))}},function(t,e,r){var n=r(8),o=r(74),i=r(11),a=Math.ceil,c=function(t){return function(e,r,c){var u,s,l=String(i(e)),f=l.length,p=void 0===c?" ":String(c),v=n(r);return v<=f||""==p?l:(u=v-f,(s=o.call(p,a(u/p.length))).length>u&&(s=s.slice(0,u)),t?l+s:s+l)}};t.exports={start:c(!1),end:c(!0)}},function(t,e,r){var n=r(91);t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(n)},function(t,e,r){"use strict";var n=r(0),o=r(18),i=r(144),a=r(74),c=r(1),u=1..toFixed,s=Math.floor,l=function(t,e,r){return 0===e?r:e%2==1?l(t,e-1,r*t):l(t*t,e/2,r)};n({target:"Number",proto:!0,forced:u&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!c((function(){u.call({})}))},{toFixed:function(t){var e,r,n,c,u=i(this),f=o(t),p=[0,0,0,0,0,0],v="",h="0",d=function(t,e){for(var r=-1,n=e;++r<6;)n+=t*p[r],p[r]=n%1e7,n=s(n/1e7)},g=function(t){for(var e=6,r=0;--e>=0;)r+=p[e],p[e]=s(r/t),r=r%t*1e7},y=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==p[t]){var r=String(p[t]);e=""===e?r:e+a.call("0",7-r.length)+r}return e};if(f<0||f>20)throw RangeError("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return String(u);if(u<0&&(v="-",u=-u),u>1e-21)if(r=(e=function(t){for(var e=0,r=t;r>=4096;)e+=12,r/=4096;for(;r>=2;)e+=1,r/=2;return e}(u*l(2,69,1))-69)<0?u*l(2,-e,1):u/l(2,e,1),r*=4503599627370496,(e=52-e)>0){for(d(0,r),n=f;n>=7;)d(1e7,0),n-=7;for(d(l(10,n,1),0),n=e-1;n>=23;)g(1<<23),n-=23;g(1<<n),d(1,1),g(2),h=y()}else d(0,r),d(1<<-e,0),h=y()+a.call("0",f);return h=f>0?v+((c=h.length)<=f?"0."+a.call("0",f-c)+h:h.slice(0,c-f)+"."+h.slice(c-f)):v+h}})},function(t,e,r){var n=r(16);t.exports=function(t){if("number"!=typeof t&&"Number"!=n(t))throw TypeError("Incorrect invocation");return+t}},function(t,e,r){"use strict";r.r(e);var n={};r.r(n),r.d(n,"on",(function(){return l})),r.d(n,"off",(function(){return f})),r.d(n,"createElementFromString",(function(){return p})),r.d(n,"createFromTemplate",(function(){return v})),r.d(n,"eventPath",(function(){return h})),r.d(n,"resolveElement",(function(){return d})),r.d(n,"adjustableInputNumbers",(function(){return g}));r(45),r(58),r(59),r(60),r(61),r(92),r(39),r(63),r(121),r(122),r(40),r(65),r(126),r(127),r(66),r(41),r(67),r(68),r(69),r(42),r(28),r(29),r(30),r(70),r(103),r(132),r(104),r(44),r(75),r(135),r(137),r(76),r(139);function o(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?o(Object(r),!0).forEach((function(e){a(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function a(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function c(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(!t)return;if("string"==typeof t)return u(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return u(t,e)}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function s(t,e,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};e instanceof HTMLCollection||e instanceof NodeList?e=Array.from(e):Array.isArray(e)||(e=[e]),Array.isArray(r)||(r=[r]);for(var a,u=c(e);!(a=u()).done;)for(var s,l=a.value,f=c(r);!(s=f()).done;){var p=s.value;l[t](p,n,i({capture:!1},o))}return Array.prototype.slice.call(arguments,1)}var l=s.bind(null,"addEventListener"),f=s.bind(null,"removeEventListener");function p(t){var e=document.createElement("div");return e.innerHTML=t.trim(),e.firstElementChild}function v(t){var e=function(t,e){var r=t.getAttribute(e);return t.removeAttribute(e),r};return function t(r){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=e(r,":obj"),i=e(r,":ref"),a=o?n[o]={}:n;i&&(n[i]=r);for(var c=0,u=Array.from(r.children);c<u.length;c++){var s=u[c],l=e(s,":arr"),f=t(s,l?{}:a);l&&(a[l]||(a[l]=[])).push(Object.keys(f).length?f:s)}return n}(p(t))}function h(t){var e=t.path||t.composedPath&&t.composedPath();if(e)return e;var r=t.target.parentElement;for(e=[t.target,r];r=r.parentElement;)e.push(r);return e.push(document,window),e}function d(t){return t instanceof Element?t:"string"==typeof t?t.split(/>>/g).reduce((function(t,e,r,n){return t=t.querySelector(e),r<n.length-1?t.shadowRoot:t}),document):null}function g(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(t){return t};function r(r){var n=[.001,.01,.1][Number(r.shiftKey||2*r.ctrlKey)]*(r.deltaY<0?1:-1),o=0,i=t.selectionStart;t.value=t.value.replace(/[\d.]+/g,(function(t,r){return r<=i&&r+t.length>=i?(i=r,e(Number(t),n,o)):(o++,t)})),t.focus(),t.setSelectionRange(i,i),r.preventDefault(),t.dispatchEvent(new Event("input"))}l(t,"focus",(function(){return l(window,"wheel",r,{passive:!1})})),l(t,"blur",(function(){return f(window,"wheel",r)}))}var y=r(110),b=(r(107),r(108),r(109),Math.min),m=Math.max,x=Math.floor,S=Math.round;function w(t,e,r){e/=100,r/=100;var n=x(t=t/360*6),o=t-n,i=r*(1-e),a=r*(1-o*e),c=r*(1-(1-o)*e),u=n%6;return[255*[r,a,i,i,c,r][u],255*[c,r,r,a,i,i][u],255*[i,i,c,r,r,a][u]]}function O(t,e,r){return w(t,e,r).map((function(t){return S(t).toString(16).padStart(2,"0")}))}function _(t,e,r){var n=w(t,e,r),o=n[0]/255,i=n[1]/255,a=n[2]/255,c=b(1-o,1-i,1-a);return[100*(1===c?0:(1-o-c)/(1-c)),100*(1===c?0:(1-i-c)/(1-c)),100*(1===c?0:(1-a-c)/(1-c)),100*c]}function A(t,e,r){var n=(2-(e/=100))*(r/=100)/2;return 0!==n&&(e=1===n?0:n<.5?e*r/(2*n):e*r/(2-2*n)),[t,100*e,100*n]}function E(t,e,r){var n,o,i=b(t/=255,e/=255,r/=255),a=m(t,e,r),c=a-i;if(0===c)n=o=0;else{o=c/a;var u=((a-t)/6+c/2)/c,s=((a-e)/6+c/2)/c,l=((a-r)/6+c/2)/c;t===a?n=l-s:e===a?n=1/3+u-l:r===a&&(n=2/3+s-u),n<0?n+=1:n>1&&(n-=1)}return[360*n,100*o,100*a]}function j(t,e,r,n){e/=100,r/=100;var o=255*(1-b(1,(t/=100)*(1-(n/=100))+n)),i=255*(1-b(1,e*(1-n)+n)),a=255*(1-b(1,r*(1-n)+n));return[].concat(E(o,i,a))}function C(t,e,r){e/=100;var n=2*(e*=(r/=100)<.5?r:1-r)/(r+e)*100,o=100*(r+e);return[t,isNaN(n)?0:n,o]}function P(t){return E.apply(void 0,t.match(/.{2}/g).map((function(t){return parseInt(t,16)})))}function k(t){t=t.match(/^[a-zA-Z]+$/)?function(t){if("black"===t.toLowerCase())return"#000";var e=document.createElement("canvas").getContext("2d");return e.fillStyle=t,"#000"===e.fillStyle?null:e.fillStyle}(t):t;var e,r={cmyk:/^cmyk[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)/i,rgba:/^((rgba)|rgb)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]*?([\d.]+|$)/i,hsla:/^((hsla)|hsl)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]*?([\d.]+|$)/i,hsva:/^((hsva)|hsv)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]*?([\d.]+|$)/i,hexa:/^#?(([\dA-Fa-f]{3,4})|([\dA-Fa-f]{6})|([\dA-Fa-f]{8}))$/i},n=function(t){return t.map((function(t){return/^(|\d+)\.\d+|\d+$/.test(t)?Number(t):void 0}))};t:for(var o in r)if(e=r[o].exec(t)){var i=function(t){return!!e[2]==("number"==typeof t)};switch(o){case"cmyk":var a=n(e),c=a[1],u=a[2],s=a[3],l=a[4];if(c>100||u>100||s>100||l>100)break t;return{values:j(c,u,s,l),type:o};case"rgba":var f=n(e),p=f[3],v=f[4],h=f[5],d=f[6];if(p>255||v>255||h>255||d<0||d>1||!i(d))break t;return{values:[].concat(E(p,v,h),[d]),a:d,type:o};case"hexa":var g=e[1];4!==g.length&&3!==g.length||(g=g.split("").map((function(t){return t+t})).join(""));var y=g.substring(0,6),b=g.substring(6);return b=b?parseInt(b,16)/255:void 0,{values:[].concat(P(y),[b]),a:b,type:o};case"hsla":var m=n(e),x=m[3],S=m[4],w=m[5],O=m[6];if(x>360||S>100||w>100||O<0||O>1||!i(O))break t;return{values:[].concat(C(x,S,w),[O]),a:O,type:o};case"hsva":var _=n(e),A=_[3],k=_[4],I=_[5],R=_[6];if(A>360||k>100||I>100||R<0||R>1||!i(R))break t;return{values:[A,k,I,R],a:R,type:o}}}return{values:null,type:null}}r(143);function I(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=function(t,e){return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:-1;return e(~r?t.map((function(t){return Number(t.toFixed(r))})):t)}},i={h:t,s:e,v:r,a:n,toHSVA:function(){var t=[i.h,i.s,i.v,i.a];return t.toString=o(t,(function(t){return"hsva("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+i.a+")"})),t},toHSLA:function(){var t=[].concat(A(i.h,i.s,i.v),[i.a]);return t.toString=o(t,(function(t){return"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+i.a+")"})),t},toRGBA:function(){var t=[].concat(w(i.h,i.s,i.v),[i.a]);return t.toString=o(t,(function(t){return"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+i.a+")"})),t},toCMYK:function(){var t=_(i.h,i.s,i.v);return t.toString=o(t,(function(t){return"cmyk("+t[0]+"%, "+t[1]+"%, "+t[2]+"%, "+t[3]+"%)"})),t},toHEXA:function(){var t=O(i.h,i.s,i.v),e=i.a>=1?"":Number((255*i.a).toFixed(0)).toString(16).toUpperCase().padStart(2,"0");return e&&t.push(e),t.toString=function(){return"#"+t.join("").toUpperCase()},t},clone:function(){return I(i.h,i.s,i.v,i.a)}};return i}var R=function(t){return Math.max(Math.min(t,1),0)};function T(t){var e={options:Object.assign({lock:null,onchange:function(){return 0},onstop:function(){return 0}},t),_keyboard:function(t){var r=e.options,n=t.type,o=t.key;if(document.activeElement===r.wrapper){var i=e.options.lock,a="ArrowUp"===o,c="ArrowRight"===o,u="ArrowDown"===o,s="ArrowLeft"===o;if("keydown"===n&&(a||c||u||s)){var l=0,f=0;"v"===i?l=a||c?1:-1:"h"===i?l=a||c?-1:1:(f=a?-1:u?1:0,l=s?-1:c?1:0),e.update(R(e.cache.x+.01*l),R(e.cache.y+.01*f)),t.preventDefault()}else o.startsWith("Arrow")&&(e.options.onstop(),t.preventDefault())}},_tapstart:function(t){l(document,["mouseup","touchend","touchcancel"],e._tapstop),l(document,["mousemove","touchmove"],e._tapmove),t.cancelable&&t.preventDefault(),e._tapmove(t)},_tapmove:function(t){var r=e.options,n=e.cache,o=r.lock,i=r.element,a=r.wrapper.getBoundingClientRect(),c=0,u=0;if(t){var s=t&&t.touches&&t.touches[0];c=t?(s||t).clientX:0,u=t?(s||t).clientY:0,c<a.left?c=a.left:c>a.left+a.width&&(c=a.left+a.width),u<a.top?u=a.top:u>a.top+a.height&&(u=a.top+a.height),c-=a.left,u-=a.top}else n&&(c=n.x*a.width,u=n.y*a.height);"h"!==o&&(i.style.left="calc("+c/a.width*100+"% - "+i.offsetWidth/2+"px)"),"v"!==o&&(i.style.top="calc("+u/a.height*100+"% - "+i.offsetHeight/2+"px)"),e.cache={x:c/a.width,y:u/a.height};var l=R(c/a.width),f=R(u/a.height);switch(o){case"v":return r.onchange(l);case"h":return r.onchange(f);default:return r.onchange(l,f)}},_tapstop:function(){e.options.onstop(),f(document,["mouseup","touchend","touchcancel"],e._tapstop),f(document,["mousemove","touchmove"],e._tapmove)},trigger:function(){e._tapmove()},update:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=e.options.wrapper.getBoundingClientRect(),o=n.left,i=n.top,a=n.width,c=n.height;"h"===e.options.lock&&(r=t),e._tapmove({clientX:o+a*t,clientY:i+c*r})},destroy:function(){var t=e.options,r=e._tapstart,n=e._keyboard;f(document,["keydown","keyup"],n),f([t.wrapper,t.element],"mousedown",r),f([t.wrapper,t.element],"touchstart",r,{passive:!1})}},r=e.options,n=e._tapstart,o=e._keyboard;return l([r.wrapper,r.element],"mousedown",n),l([r.wrapper,r.element],"touchstart",n,{passive:!1}),l(document,["keydown","keyup"],o),e}function L(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t=Object.assign({onchange:function(){return 0},className:"",elements:[]},t);var e=l(t.elements,"click",(function(e){t.elements.forEach((function(r){return r.classList[e.target===r?"add":"remove"](t.className)})),t.onchange(e)}));return{destroy:function(){return f.apply(n,e)}}}function N(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(!t)return;if("string"==typeof t)return F(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return F(t,e)}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}function F(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function M(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function D(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?M(Object(r),!0).forEach((function(e){B(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):M(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function B(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}
|
3 |
/*! NanoPop 1.3.0 MIT | https://github.com/Simonwep/nanopop */var U,H=((U=function(){function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.positionFlipOrder,i=void 0===o?t.defaultPositionFlipOrder:o,a=n.variantFlipOrder,c=void 0===a?t.defaultVariantFlipOrder:a,u=n.container,s=void 0===u?document.documentElement.getBoundingClientRect():u,l=n.forceApplyOnFailure,f=void 0!==l&&l,p=n.margin,v=void 0===p?8:p,h=n.position,d=void 0===h?"bottom-start":h;this.o={positionFlipOrder:i,variantFlipOrder:c,reference:e,popper:r,position:d,container:s,forceApplyOnFailure:f,margin:v}}return t.prototype.update=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.o,e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=this.o=D(D({},this.o),t),n=r.container,o=r.reference,i=r.popper,a=r.margin,c=r.position,u=r.forceApplyOnFailure,s=r.variantFlipOrder,l=r.positionFlipOrder;i.style.left="0",i.style.top="0";for(var f,p=o.getBoundingClientRect(),v=i.getBoundingClientRect(),h={t:p.top-v.height-a,b:p.bottom+a,r:p.right+a,l:p.left-v.width-a},d={vm:-v.width/2+(p.left+p.width/2),vs:p.left,ve:p.left+p.width-v.width,hs:p.bottom-p.height,he:p.bottom-v.height,hm:p.bottom-p.height/2-v.height/2},g=c.split("-"),y=g[0],b=g[1],m=void 0===b?"middle":b,x=l[y],S=s[m],w=n.top,O=n.left,_=n.bottom,A=n.right,E=N(x);!(f=E()).done;){var j=f.value,C="t"===j||"b"===j,P=h[j],k=C?["top","left"]:["left","top"],I=k[0],R=k[1],T=C?[v.height,v.width]:[v.width,v.height],L=T[0],F=T[1],M=C?[_,A]:[A,_],B=M[0],U=M[1],H=C?[w,O]:[O,w],$=H[0],V=H[1];if(e||!(P<$||P+L>B))for(var G,W=N(S);!(G=W()).done;){var z=G.value,X=d[(C?"v":"h")+z];if(e||!(X<V||X+F>U))return i.style[R]=X-v[R]+"px",i.style[I]=P-v[I]+"px",j+z}}return u?this.update(void 0,!0):null},t}()).version="1.3.0",U.defaultVariantFlipOrder={start:"sme",middle:"mse",end:"ems"},U.defaultPositionFlipOrder={top:"tbrl",right:"rltb",bottom:"btrl",left:"lrbt"},U);function $(t){var e=0;if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=function(t,e){if(!t)return;if("string"==typeof t)return V(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return V(t,e)}(t)))return function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(e=t[Symbol.iterator]()).next.bind(e)}function V(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function G(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function W(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var z=function(){function t(e){var r=this;W(this,"_initializingActive",!0),W(this,"_recalc",!0),W(this,"_nanopop",null),W(this,"_root",null),W(this,"_color",I()),W(this,"_lastColor",I()),W(this,"_swatchColors",[]),W(this,"_eventListener",{init:[],save:[],hide:[],show:[],clear:[],change:[],changestop:[],cancel:[],swatchselect:[]}),this.options=e=Object.assign(function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?G(Object(r),!0).forEach((function(e){W(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):G(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({},t.DEFAULT_OPTIONS),e);var n=e,o=n.swatches,i=n.components,a=n.theme,c=n.sliders,u=n.lockOpacity,s=n.padding;["nano","monolith"].includes(a)&&!c&&(e.sliders="h"),i.interaction||(i.interaction={});var l=i.preview,f=i.opacity,p=i.hue,v=i.palette;i.opacity=!u&&f,i.palette=v||l||f||p,this._preBuild(),this._buildComponents(),this._bindEvents(),this._finalBuild(),o&&o.length&&o.forEach((function(t){return r.addSwatch(t)}));var h=this._root,d=h.button,g=h.app;this._nanopop=new H(d,g,{margin:s}),d.setAttribute("role","button"),d.setAttribute("aria-label",this._t("btn:toggle"));var y=this;requestAnimationFrame((function t(){if(!g.offsetWidth&&g.parentElement!==e.container)return requestAnimationFrame(t);y.setColor(e.default),y._rePositioningPicker(),e.defaultRepresentation&&(y._representation=e.defaultRepresentation,y.setColorRepresentation(y._representation)),e.showAlways&&y.show(),y._initializingActive=!1,y._emit("init")}))}var e=t.prototype;return e._preBuild=function(){for(var t,e,r,n,o,i,a,c,u,s,l,f,p=this.options,h=0,g=["el","container"];h<g.length;h++){var y=g[h];p[y]=d(p[y])}this._root=(e=(t=this).options,r=e.components,n=e.useAsButton,o=e.inline,i=e.appClass,a=e.theme,c=e.lockOpacity,u=function(t){return t?"":'style="display:none" hidden'},l=v('\n <div :ref="root" class="pickr">\n\n '+(n?"":'<button type="button" :ref="button" class="pcr-button"></button>')+'\n\n <div :ref="app" class="pcr-app '+(i||"")+'" data-theme="'+a+'" '+(o?'style="position: unset"':"")+' aria-label="'+(s=function(e){return t._t(e)})("ui:dialog")+'" role="window">\n <div class="pcr-selection" '+u(r.palette)+'>\n <div :obj="preview" class="pcr-color-preview" '+u(r.preview)+'>\n <button type="button" :ref="lastColor" class="pcr-last-color" aria-label="'+s("btn:last-color")+'"></button>\n <div :ref="currentColor" class="pcr-current-color"></div>\n </div>\n\n <div :obj="palette" class="pcr-color-palette">\n <div :ref="picker" class="pcr-picker"></div>\n <div :ref="palette" class="pcr-palette" tabindex="0" aria-label="'+s("aria:palette")+'" role="listbox"></div>\n </div>\n\n <div :obj="hue" class="pcr-color-chooser" '+u(r.hue)+'>\n <div :ref="picker" class="pcr-picker"></div>\n <div :ref="slider" class="pcr-hue pcr-slider" tabindex="0" aria-label="'+s("aria:hue")+'" role="slider"></div>\n </div>\n\n <div :obj="opacity" class="pcr-color-opacity" '+u(r.opacity)+'>\n <div :ref="picker" class="pcr-picker"></div>\n <div :ref="slider" class="pcr-opacity pcr-slider" tabindex="0" aria-label="'+s("aria:opacity")+'" role="slider"></div>\n </div>\n </div>\n\n <div class="pcr-swatches '+(r.palette?"":"pcr-last")+'" :ref="swatches"></div>\n\n <div :obj="interaction" class="pcr-interaction" '+u(Object.keys(r.interaction).length)+'>\n <input :ref="result" class="pcr-result" type="text" spellcheck="false" '+u(r.interaction.input)+' aria-label="'+s("aria:input")+'">\n\n <input :arr="options" class="pcr-type" data-type="HEXA" value="'+(c?"HEX":"HEXA")+'" type="button" '+u(r.interaction.hex)+'>\n <input :arr="options" class="pcr-type" data-type="RGBA" value="'+(c?"RGB":"RGBA")+'" type="button" '+u(r.interaction.rgba)+'>\n <input :arr="options" class="pcr-type" data-type="HSLA" value="'+(c?"HSL":"HSLA")+'" type="button" '+u(r.interaction.hsla)+'>\n <input :arr="options" class="pcr-type" data-type="HSVA" value="'+(c?"HSV":"HSVA")+'" type="button" '+u(r.interaction.hsva)+'>\n <input :arr="options" class="pcr-type" data-type="CMYK" value="CMYK" type="button" '+u(r.interaction.cmyk)+'>\n\n <input :ref="save" class="pcr-save" value="'+s("btn:save")+'" type="button" '+u(r.interaction.save)+' aria-label="'+s("aria:btn:save")+'">\n <input :ref="cancel" class="pcr-cancel" value="'+s("btn:cancel")+'" type="button" '+u(r.interaction.cancel)+' aria-label="'+s("aria:btn:cancel")+'">\n <input :ref="clear" class="pcr-clear" value="'+s("btn:clear")+'" type="button" '+u(r.interaction.clear)+' aria-label="'+s("aria:btn:clear")+'">\n </div>\n </div>\n </div>\n '),(f=l.interaction).options.find((function(t){return!t.hidden&&!t.classList.add("active")})),f.type=function(){return f.options.find((function(t){return t.classList.contains("active")}))},l),p.useAsButton&&(this._root.button=p.el),p.container.appendChild(this._root.root)},e._finalBuild=function(){var t=this.options,e=this._root;if(t.container.removeChild(e.root),t.inline){var r=t.el.parentElement;t.el.nextSibling?r.insertBefore(e.app,t.el.nextSibling):r.appendChild(e.app)}else t.container.appendChild(e.app);t.useAsButton?t.inline&&t.el.remove():t.el.parentNode.replaceChild(e.root,t.el),t.disabled&&this.disable(),t.comparison||(e.button.style.transition="none",t.useAsButton||(e.preview.lastColor.style.transition="none")),this.hide()},e._buildComponents=function(){var t=this,e=this,r=this.options.components,n=(e.options.sliders||"v").repeat(2),o=n.match(/^[vh]+$/g)?n:[],i=o[0],a=o[1],c=function(){return t._color||(t._color=t._lastColor.clone())},u={palette:T({element:e._root.palette.picker,wrapper:e._root.palette.palette,onstop:function(){return e._emit("changestop",e)},onchange:function(t,n){if(r.palette){var o=c(),i=e._root,a=e.options,u=i.preview,s=u.lastColor,l=u.currentColor;e._recalc&&(o.s=100*t,o.v=100-100*n,o.v<0&&(o.v=0),e._updateOutput());var f=o.toRGBA().toString(0);this.element.style.background=f,this.wrapper.style.background="\n linear-gradient(to top, rgba(0, 0, 0, "+o.a+"), transparent),\n linear-gradient(to left, hsla("+o.h+", 100%, 50%, "+o.a+"), rgba(255, 255, 255, "+o.a+"))\n ",a.comparison?a.useAsButton||e._lastColor||(s.style.color=f):(i.button.style.color=f,i.button.classList.remove("clear"));for(var p,v=o.toHEXA().toString(),h=$(e._swatchColors);!(p=h()).done;){var d=p.value,g=d.el,y=d.color;g.classList[v===y.toHEXA().toString()?"add":"remove"]("pcr-active")}l.style.color=f}}}),hue:T({lock:"v"===a?"h":"v",element:e._root.hue.picker,wrapper:e._root.hue.slider,onstop:function(){return e._emit("changestop",e)},onchange:function(t){if(r.hue&&r.palette){var n=c();e._recalc&&(n.h=360*t),this.element.style.backgroundColor="hsl("+n.h+", 100%, 50%)",u.palette.trigger()}}}),opacity:T({lock:"v"===i?"h":"v",element:e._root.opacity.picker,wrapper:e._root.opacity.slider,onstop:function(){return e._emit("changestop",e)},onchange:function(t){if(r.opacity&&r.palette){var n=c();e._recalc&&(n.a=Math.round(100*t)/100),this.element.style.background="rgba(0, 0, 0, "+n.a+")",u.palette.trigger()}}}),selectable:L({elements:e._root.interaction.options,className:"active",onchange:function(t){e._representation=t.target.getAttribute("data-type").toUpperCase(),e._recalc&&e._updateOutput()}})};this._components=u},e._bindEvents=function(){var t=this,e=this._root,r=this.options,n=[l(e.interaction.clear,"click",(function(){return t._clearColor()})),l([e.interaction.cancel,e.preview.lastColor],"click",(function(){t._emit("cancel",t),t.setHSVA.apply(t,(t._lastColor||t._color).toHSVA().concat([!0]))})),l(e.interaction.save,"click",(function(){!t.applyColor()&&!r.showAlways&&t.hide()})),l(e.interaction.result,["keyup","input"],(function(e){t.setColor(e.target.value,!0)&&!t._initializingActive&&t._emit("change",t._color),e.stopImmediatePropagation()})),l(e.interaction.result,["focus","blur"],(function(e){t._recalc="blur"===e.type,t._recalc&&t._updateOutput()})),l([e.palette.palette,e.palette.picker,e.hue.slider,e.hue.picker,e.opacity.slider,e.opacity.picker],["mousedown","touchstart"],(function(){return t._recalc=!0}),{passive:!0})];if(!r.showAlways){var o=r.closeWithKey;n.push(l(e.button,"click",(function(){return t.isOpen()?t.hide():t.show()})),l(document,"keyup",(function(e){return t.isOpen()&&(e.key===o||e.code===o)&&t.hide()})),l(document,["touchstart","mousedown"],(function(r){t.isOpen()&&!h(r).some((function(t){return t===e.app||t===e.button}))&&t.hide()}),{capture:!0}))}if(r.adjustableNumbers){var i={rgba:[255,255,255,1],hsva:[360,100,100,1],hsla:[360,100,100,1],cmyk:[100,100,100,100]};g(e.interaction.result,(function(e,r,n){var o=i[t.getColorRepresentation().toLowerCase()];if(o){var a=o[n],c=e+(a>=100?1e3*r:r);return c<=0?0:Number((c<a?c:a).toPrecision(3))}return e}))}if(r.autoReposition&&!r.inline){var a=null,c=this;n.push(l(window,["scroll","resize"],(function(){c.isOpen()&&(r.closeOnScroll&&c.hide(),null===a?(a=setTimeout((function(){return a=null}),100),requestAnimationFrame((function t(){c._rePositioningPicker(),null!==a&&requestAnimationFrame(t)}))):(clearTimeout(a),a=setTimeout((function(){return a=null}),100)))}),{capture:!0}))}this._eventBindings=n},e._rePositioningPicker=function(){var t=this.options;if(!t.inline&&!this._nanopop.update({position:t.position,forceApplyOnFailure:!this._recalc})){var e=this._root.app,r=e.getBoundingClientRect();e.style.top=(window.innerHeight-r.height)/2+"px",e.style.left=(window.innerWidth-r.width)/2+"px"}},e._updateOutput=function(){var t=this._root,e=this._color,r=this.options;if(t.interaction.type()){var n="to"+t.interaction.type().getAttribute("data-type");t.interaction.result.value="function"==typeof e[n]?e[n]().toString(r.outputPrecision):""}!this._initializingActive&&this._recalc&&this._emit("change",e)},e._clearColor=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this._root,r=this.options;r.useAsButton||(e.button.style.color="rgba(0, 0, 0, 0.15)"),e.button.classList.add("clear"),r.showAlways||this.hide(),this._lastColor=null,this._initializingActive||t||(this._emit("save",null),this._emit("clear",this))},e._parseLocalColor=function(t){var e=k(t),r=e.values,n=e.type,o=e.a,i=this.options.lockOpacity,a=void 0!==o&&1!==o;return r&&3===r.length&&(r[3]=void 0),{values:!r||i&&a?null:r,type:n}},e._t=function(e){return this.options.i18n[e]||t.I18N_DEFAULTS[e]},e._emit=function(t){for(var e=this,r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];this._eventListener[t].forEach((function(t){return t.apply(void 0,n.concat([e]))}))},e.on=function(t,e){return this._eventListener[t].push(e),this},e.off=function(t,e){var r=this._eventListener[t]||[],n=r.indexOf(e);return~n&&r.splice(n,1),this},e.addSwatch=function(t){var e=this,r=this._parseLocalColor(t).values;if(r){var n=this._swatchColors,o=this._root,i=I.apply(void 0,r),a=p('<button type="button" style="color: '+i.toRGBA().toString(0)+'" aria-label="'+this._t("btn:swatch")+'"/>');return o.swatches.appendChild(a),n.push({el:a,color:i}),this._eventBindings.push(l(a,"click",(function(){e.setHSVA.apply(e,i.toHSVA().concat([!0])),e._emit("swatchselect",i),e._emit("change",i)}))),!0}return!1},e.removeSwatch=function(t){var e=this._swatchColors[t];if(e){var r=e.el;return this._root.swatches.removeChild(r),this._swatchColors.splice(t,1),!0}return!1},e.applyColor=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this._root,r=e.preview,n=e.button,o=this._color.toRGBA().toString(0);return r.lastColor.style.color=o,this.options.useAsButton||(n.style.color=o),n.classList.remove("clear"),this._lastColor=this._color.clone(),this._initializingActive||t||this._emit("save",this._color),this},e.destroy=function(){var t=this;this._eventBindings.forEach((function(t){return f.apply(n,t)})),Object.keys(this._components).forEach((function(e){return t._components[e].destroy()}))},e.destroyAndRemove=function(){var t=this;this.destroy();var e=this._root,r=e.root,n=e.app;r.parentElement&&r.parentElement.removeChild(r),n.parentElement.removeChild(n),Object.keys(this).forEach((function(e){return t[e]=null}))},e.hide=function(){return this._root.app.classList.remove("visible"),this._emit("hide",this),this},e.show=function(){return this.options.disabled||(this._root.app.classList.add("visible"),this._rePositioningPicker(),this._emit("show",this)),this},e.isOpen=function(){return this._root.app.classList.contains("visible")},e.setHSVA=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:360,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=this._recalc;if(this._recalc=!1,t<0||t>360||e<0||e>100||r<0||r>100||n<0||n>1)return!1;this._color=I(t,e,r,n);var a=this._components,c=a.hue,u=a.opacity,s=a.palette;return c.update(t/360),u.update(n),s.update(e/100,1-r/100),o||this.applyColor(),i&&this._updateOutput(),this._recalc=i,!0},e.setColor=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(null===t)return this._clearColor(e),!0;var r=this._parseLocalColor(t),n=r.values,o=r.type;if(n){var i=o.toUpperCase(),a=this._root.interaction.options,c=a.find((function(t){return t.getAttribute("data-type")===i}));if(c&&!c.hidden)for(var u,s=$(a);!(u=s()).done;){var l=u.value;l.classList[l===c?"add":"remove"]("active")}return!!this.setHSVA.apply(this,n.concat([e]))&&this.setColorRepresentation(i)}return!1},e.setColorRepresentation=function(t){return t=t.toUpperCase(),!!this._root.interaction.options.find((function(e){return e.getAttribute("data-type").startsWith(t)&&!e.click()}))},e.getColorRepresentation=function(){return this._representation},e.getColor=function(){return this._color},e.getSelectedColor=function(){return this._lastColor},e.getRoot=function(){return this._root},e.disable=function(){return this.hide(),this.options.disabled=!0,this._root.button.classList.add("disabled"),this},e.enable=function(){return this.options.disabled=!1,this._root.button.classList.remove("disabled"),this},t}();W(z,"utils",n),W(z,"version",y.a),W(z,"I18N_DEFAULTS",{"ui:dialog":"color picker dialog","btn:toggle":"toggle color picker dialog","btn:swatch":"color swatch","btn:last-color":"use previous color","btn:save":"Save","btn:cancel":"Cancel","btn:clear":"Clear","aria:btn:save":"save and close","aria:btn:cancel":"cancel and close","aria:btn:clear":"clear and close","aria:input":"color input field","aria:palette":"color selection area","aria:hue":"hue selection slider","aria:opacity":"selection slider"}),W(z,"DEFAULT_OPTIONS",{appClass:null,theme:"classic",useAsButton:!1,padding:8,disabled:!1,comparison:!0,closeOnScroll:!1,outputPrecision:0,lockOpacity:!1,autoReposition:!0,container:"body",components:{interaction:{}},i18n:{},swatches:null,inline:!1,sliders:null,default:"#42445a",defaultRepresentation:null,position:"bottom-middle",adjustableNumbers:!0,showAlways:!1,closeWithKey:"Escape"}),W(z,"create",(function(t){return new z(t)}));e.default=z}]).default}));
|
|
assets/js/export-tools/pdfmake.min.js
CHANGED
@@ -28,4 +28,4 @@ t.exports="W5/fcQLn5gKf2XUbAiQ1XULX+TZz6ADToDsgqk6qVfeC0e4m6OO2wcQ1J76ZBVRV1fRkE
|
|
28 |
if(this.pos>=this.string.length)return this.lastPos<this.string.length?(this.lastPos=this.string.length,new n(this.string.length)):null},t}(),t.exports=d}).call(this)},function(t,e){var n,r=[].slice;n=function(){function t(t){var e,n;null==t&&(t={}),this.data=t.data||[],this.highStart=null!=(e=t.highStart)?e:0,this.errorValue=null!=(n=t.errorValue)?n:-1}var e,n,i,o,a,s,u,c,l,f,h,p,d,g,v,y;return p=11,g=5,d=p-g,h=65536>>p,a=1<<d,u=a-1,c=2,e=1<<g,i=e-1,f=65536>>g,l=1024>>g,s=f+l,y=s,v=32,o=y+v,n=1<<c,t.prototype.get=function(t){var e;return t<0||t>1114111?this.errorValue:t<55296||t>56319&&t<=65535?(e=(this.data[t>>g]<<c)+(t&i),this.data[e]):t<=65535?(e=(this.data[f+(t-55296>>g)]<<c)+(t&i),this.data[e]):t<this.highStart?(e=this.data[o-h+(t>>p)],e=this.data[e+(t>>g&u)],e=(e<<c)+(t&i),this.data[e]):this.data[this.data.length-n]},t.prototype.toJSON=function(){return{data:r.call(this.data),highStart:this.highStart,errorValue:this.errorValue}},t}(),t.exports=n},function(t,e){t.exports={
|
29 |
data:[1961,1969,1977,1985,2025,2033,2041,2049,2057,2065,2073,2081,2089,2097,2105,2113,2121,2129,2137,2145,2153,2161,2169,2177,2185,2193,2201,2209,2217,2225,2233,2241,2249,2257,2265,2273,2281,2289,2297,2305,2313,2321,2329,2337,2345,2353,2361,2369,2377,2385,2393,2401,2409,2417,2425,2433,2441,2449,2457,2465,2473,2481,2489,2497,2505,2513,2521,2529,2529,2537,2009,2545,2553,2561,2569,2577,2585,2593,2601,2609,2617,2625,2633,2641,2649,2657,2665,2673,2681,2689,2697,2705,2713,2721,2729,2737,2745,2753,2761,2769,2777,2785,2793,2801,2809,2817,2825,2833,2841,2849,2857,2865,2873,2881,2889,2009,2897,2905,2913,2009,2921,2929,2937,2945,2953,2961,2969,2009,2977,2977,2985,2993,3001,3009,3009,3009,3017,3017,3017,3025,3025,3033,3041,3041,3049,3049,3049,3049,3049,3049,3049,3049,3049,3049,3057,3065,3073,3073,3073,3081,3089,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3105,3113,3113,3121,3129,3137,3145,3153,3161,3161,3169,3177,3185,3193,3193,3193,3193,3201,3209,3209,3217,3225,3233,3241,3241,3241,3249,3257,3265,3273,3273,3281,3289,3297,2009,2009,3305,3313,3321,3329,3337,3345,3353,3361,3369,3377,3385,3393,2009,2009,3401,3409,3417,3417,3417,3417,3417,3417,3425,3425,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3441,3449,3457,3465,3473,3481,3489,3497,3505,3513,3521,3529,3537,3545,3553,3561,3569,3577,3585,3593,3601,3609,3617,3625,3625,3633,3641,3649,3649,3649,3649,3649,3657,3665,3665,3673,3681,3681,3681,3681,3689,3697,3697,3705,3713,3721,3729,3737,3745,3753,3761,3769,3777,3785,3793,3801,3809,3817,3825,3833,3841,3849,3857,3865,3873,3881,3881,3881,3881,3881,3881,3881,3881,3881,3881,3881,3881,3889,3897,3905,3913,3921,3921,3921,3921,3921,3921,3921,3921,3921,3921,3929,2009,2009,2009,2009,2009,3937,3937,3937,3937,3937,3937,3937,3945,3953,3953,3953,3961,3969,3969,3977,3985,3993,4001,2009,2009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4017,4025,4033,4041,4049,4057,4065,4073,4081,4081,4081,4081,4081,4081,4081,4089,4097,4097,4105,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4121,4121,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4137,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4153,4161,4169,4169,4169,4169,4169,4169,4169,4169,4177,4185,4193,4201,4209,4217,4217,4225,4233,4233,4233,4233,4233,4233,4233,4233,4241,4249,4257,4265,4273,4281,4289,4297,4305,4313,4321,4329,4337,4345,4353,4361,4361,4369,4377,4385,4385,4385,4385,4393,4401,4409,4409,4409,4409,4409,4409,4417,4425,4433,4441,4449,4457,4465,4473,4481,4489,4497,4505,4513,4521,4529,4537,4545,4553,4561,4569,4577,4585,4593,4601,4609,4617,4625,4633,4641,4649,4657,4665,4673,4681,4689,4697,4705,4713,4721,4729,4737,4745,4753,4761,4769,4777,4785,4793,4801,4809,4817,4825,4833,4841,4849,4857,4865,4873,4881,4889,4897,4905,4913,4921,4929,4937,4945,4953,4961,4969,4977,4985,4993,5001,5009,5017,5025,5033,5041,5049,5057,5065,5073,5081,5089,5097,5105,5113,5121,5129,5137,5145,5153,5161,5169,5177,5185,5193,5201,5209,5217,5225,5233,5241,5249,5257,5265,5273,5281,5289,5297,5305,5313,5321,5329,5337,5345,5353,5361,5369,5377,5385,5393,5401,5409,5417,5425,5433,5441,5449,5457,5465,5473,5481,5489,5497,5505,5513,5521,5529,5537,5545,5553,5561,5569,5577,5585,5593,5601,5609,5617,5625,5633,5641,5649,5657,5665,5673,5681,5689,5697,5705,5713,5721,5729,5737,5745,5753,5761,5769,5777,5785,5793,5801,5809,5817,5825,5833,5841,5849,5857,5865,5873,5881,5889,5897,5905,5913,5921,5929,5937,5945,5953,5961,5969,5977,5985,5993,6001,6009,6017,6025,6033,6041,6049,6057,6065,6073,6081,6089,6097,6105,6113,6121,6129,6137,6145,6153,6161,6169,6177,6185,6193,6201,6209,6217,6225,6233,6241,6249,6257,6265,6273,6281,6289,6297,6305,6313,6321,6329,6337,6345,6353,6361,6369,6377,6385,6393,6401,6409,6417,6425,6433,6441,6449,6457,6465,6473,6481,6489,6497,6505,6513,6521,6529,6537,6545,6553,6561,6569,6577,6585,6593,6601,6609,6617,6625,6633,6641,6649,6657,6665,6673,6681,6689,6697,6705,6713,6721,6729,6737,6745,6753,6761,6769,6777,6785,6793,6801,6809,6817,6825,6833,6841,6849,6857,6865,6873,6881,6889,6897,6905,6913,6921,6929,6937,6945,6953,6961,6969,6977,6985,6993,7001,7009,7017,7025,7033,7041,7049,7057,7065,7073,7081,7089,7097,7105,7113,7121,7129,7137,7145,7153,7161,7169,7177,7185,7193,7201,7209,7217,7225,7233,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7257,7265,7273,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7289,7297,7305,7305,7305,7305,7313,7321,7329,7337,7345,7353,7353,7353,7361,7369,7377,7385,7393,7401,7409,7417,7425,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7972,7972,8100,8164,8228,8292,8356,8420,8484,8548,8612,8676,8740,8804,8868,8932,8996,9060,9124,9188,9252,9316,9380,9444,9508,9572,9636,9700,9764,9828,9892,9956,2593,2657,2721,2529,2785,2529,2849,2913,2977,3041,3105,3169,3233,3297,2529,2529,2529,2529,2529,2529,2529,2529,3361,2529,2529,2529,3425,2529,2529,3489,3553,2529,3617,3681,3745,3809,3873,3937,4001,4065,4129,4193,4257,4321,4385,4449,4513,4577,4641,4705,4769,4833,4897,4961,5025,5089,5153,5217,5281,5345,5409,5473,5537,5601,5665,5729,5793,5857,5921,5985,6049,6113,6177,6241,6305,6369,6433,6497,6561,6625,6689,6753,6817,6881,6945,7009,7073,7137,7201,7265,7329,7393,7457,7521,7585,7649,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,7713,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7433,7433,7433,7433,7433,7433,7433,7441,7449,7457,7457,7457,7457,7457,7457,7465,2009,2009,2009,2009,7473,7473,7473,7473,7473,7473,7473,7473,7481,7489,7497,7505,7505,7505,7505,7505,7513,7521,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7529,7529,7537,7545,7545,7545,7545,7545,7553,7561,7561,7561,7561,7561,7561,7561,7569,7577,7585,7593,7593,7593,7593,7593,7593,7601,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7617,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7625,7633,7641,7649,7657,7665,7673,7681,7689,7697,7705,2009,7713,7721,7729,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7737,7745,7753,2009,2009,2009,2009,2009,2009,2009,2009,2009,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7769,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7785,7793,7801,7809,7809,7809,7809,7809,7809,7817,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7833,7841,7849,2009,2009,2009,7857,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7865,7865,7865,7865,7865,7865,7865,7865,7865,7865,7865,7873,7881,7889,7897,7897,7897,7897,7905,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7921,7929,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7937,7937,7937,7937,7937,7937,7937,7945,2009,2009,2009,2009,2009,2009,2009,2009,7953,7953,7953,7953,7953,7953,7953,2009,7961,7969,7977,7985,7993,2009,2009,8001,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8017,8025,8025,8025,8025,8025,8025,8025,8033,8041,8049,8057,8065,8073,8081,8081,8081,8081,8081,8081,8081,8081,8081,8081,8081,8089,2009,8097,8097,8097,8105,2009,2009,2009,2009,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8121,8129,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8145,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,67496,67496,67496,21,21,21,21,21,21,21,21,21,17,34,30,30,33,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,38,6,3,12,9,10,12,3,0,2,12,9,8,16,8,7,11,11,11,11,11,11,11,11,11,11,8,8,12,12,12,6,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,9,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,17,1,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,35,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,4,0,10,9,9,9,12,29,29,12,29,3,12,17,12,12,10,9,29,29,18,12,29,29,29,29,29,3,29,29,29,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,18,29,29,29,18,29,12,12,29,12,12,12,12,12,12,12,29,29,29,29,12,29,12,18,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,4,21,21,21,21,21,21,21,21,21,21,21,21,4,4,4,4,4,4,4,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,8,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,8,17,39,39,39,39,9,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,17,21,12,21,21,12,21,21,6,21,39,39,39,39,39,39,39,39,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,8,8,12,12,21,21,21,21,21,21,21,21,21,21,21,6,6,6,6,6,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,11,11,11,11,11,11,11,11,11,11,10,11,11,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,6,12,21,21,21,21,21,21,21,12,12,21,21,21,21,21,21,12,12,21,21,12,21,21,21,21,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,12,12,12,12,8,6,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,12,21,21,21,21,21,21,21,21,21,12,21,21,21,12,21,21,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,21,21,17,17,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,21,39,39,39,39,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,12,10,10,12,12,12,12,12,10,12,9,39,39,39,39,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,12,12,12,12,12,12,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,21,21,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,9,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,12,39,39,39,39,39,39,21,39,39,39,39,39,39,39,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,9,12,39,39,39,39,39,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,12,12,12,12,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,39,39,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,21,39,39,39,39,39,39,39,39,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,39,39,39,10,12,12,12,12,12,12,39,39,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,39,39,9,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,12,11,11,11,11,11,11,11,11,11,11,17,17,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,11,11,11,11,11,11,11,11,11,11,39,39,36,36,36,36,12,18,18,18,18,12,18,18,4,18,18,17,4,6,6,6,6,6,4,12,6,12,12,12,21,21,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,17,21,12,21,12,21,0,1,0,1,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,17,21,21,21,21,21,17,21,21,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,17,17,12,12,12,12,12,12,21,12,12,12,12,12,12,12,12,12,18,18,17,18,12,12,12,12,12,4,4,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,11,11,11,11,11,11,11,11,11,11,17,17,12,12,12,12,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,11,11,11,11,11,11,11,11,11,11,36,36,36,36,36,36,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,21,21,12,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,17,17,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,39,39,39,39,39,39,39,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,17,17,5,36,17,12,17,9,36,36,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,6,6,17,17,18,12,6,6,12,21,21,21,4,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,12,39,39,39,6,6,11,11,11,11,11,11,11,11,11,11,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,36,36,36,36,36,36,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,39,39,12,12,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,21,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,39,39,39,39,11,11,11,11,11,11,11,11,11,11,17,17,12,17,17,17,17,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,17,17,17,17,17,11,11,11,11,11,11,11,11,11,11,39,39,39,12,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,17,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,21,21,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,21,12,12,12,12,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,18,12,39,17,17,17,17,17,17,17,4,17,17,17,20,21,21,21,21,17,4,17,17,19,29,29,12,3,3,0,3,3,3,0,3,29,29,12,12,15,15,15,17,30,30,21,21,21,21,21,4,10,10,10,10,10,10,10,10,12,3,3,29,5,5,12,12,12,12,12,12,8,0,1,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,17,12,17,17,17,17,12,17,17,17,22,12,12,12,12,39,39,39,39,39,21,21,21,21,21,21,12,12,39,39,29,12,12,12,12,12,12,12,12,0,1,29,12,29,29,29,29,12,12,12,12,12,12,12,12,0,1,39,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,10,12,29,12,12,12,10,12,12,12,12,12,12,12,12,12,29,12,12,9,12,12,12,12,12,12,12,12,12,12,29,29,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,12,12,12,29,12,12,29,12,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,29,29,12,12,12,29,29,12,12,29,12,12,12,29,12,29,9,9,12,29,12,12,12,12,29,12,12,29,29,29,29,12,12,29,12,29,12,29,29,29,29,29,29,12,29,12,12,12,12,12,29,29,29,29,12,12,12,12,29,29,12,12,12,12,12,12,12,12,12,12,29,12,12,12,29,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,29,29,29,29,12,12,29,29,12,12,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,29,29,29,29,12,12,12,12,12,12,12,12,12,12,29,29,12,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,29,29,12,12,29,29,12,12,12,12,29,29,12,12,29,29,12,12,12,12,29,29,29,12,12,29,12,12,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,12,29,29,12,12,29,12,12,12,12,29,29,12,12,12,12,14,14,29,29,14,12,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,12,12,12,12,29,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,29,29,29,12,29,14,29,29,12,29,29,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,29,29,29,29,14,12,14,14,14,29,14,14,29,29,29,14,14,29,29,14,29,29,14,14,14,12,29,12,12,12,12,29,29,14,29,29,29,29,29,29,14,14,14,14,14,29,14,14,14,14,29,29,14,14,14,14,14,14,14,14,12,12,12,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,3,3,3,3,12,12,12,6,6,12,12,12,12,0,1,0,1,0,1,0,1,0,1,0,1,0,1,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,0,1,0,1,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,29,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,12,12,39,39,39,39,39,6,17,17,17,12,6,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,3,3,3,3,3,3,3,3,3,3,3,3,3,3,17,17,17,17,17,17,17,17,12,17,0,17,12,12,3,3,12,12,3,3,0,1,0,1,0,1,0,1,17,17,17,17,6,12,17,17,12,17,17,12,12,12,12,12,19,19,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,1,1,14,14,5,14,14,0,1,0,1,0,1,0,1,0,1,14,14,0,1,0,1,0,1,0,1,5,0,1,1,14,14,14,14,14,14,14,14,14,14,21,21,21,21,21,21,14,14,14,14,14,14,14,14,14,14,14,5,5,14,14,14,39,32,14,32,14,32,14,32,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,32,14,32,14,14,14,14,14,14,32,14,14,14,14,14,14,32,32,39,39,21,21,5,5,5,5,14,5,32,14,32,14,32,14,32,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,32,14,32,14,14,14,14,14,14,32,14,14,14,14,14,14,32,32,14,14,14,14,5,32,5,5,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,39,39,39,39,39,39,39,39,39,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,29,29,29,29,29,29,29,29,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,5,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,6,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,12,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,12,17,17,17,17,17,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,12,12,12,21,12,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,18,18,6,6,39,39,39,39,39,39,39,39,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,17,17,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,39,39,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,39,39,12,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,39,39,39,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,17,17,17,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,12,12,12,21,12,12,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,39,12,17,17,17,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,17,17,12,12,12,21,21,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,17,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,39,39,39,39,39,39,39,39,39,39,39,39,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,39,39,39,39,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,39,39,39,39,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,13,21,13,13,13,13,13,13,13,13,13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,12,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,8,1,1,8,8,6,6,0,1,15,39,39,39,39,39,39,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,14,14,14,14,14,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,14,14,0,1,14,14,14,14,14,14,14,1,14,1,39,5,5,6,6,14,0,1,0,1,0,1,14,14,14,14,14,14,14,14,14,14,9,10,14,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,22,39,6,14,14,9,10,14,14,0,1,14,14,1,14,1,14,14,14,14,14,14,14,14,14,14,14,5,5,14,14,14,6,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,14,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,14,1,14,0,1,1,0,1,1,5,12,32,32,32,32,32,32,32,32,32,32,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,10,9,14,14,14,9,9,39,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,21,21,21,31,29,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,17,17,17,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,17,17,17,17,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,17,17,17,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,12,12,12,17,17,17,17,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,11,11,11,11,11,11,11,11,11,11,17,17,17,17,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,17,17,12,17,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,17,17,17,17,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,1,1,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,1,12,12,12,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,39,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,39,39,39,39,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,39,39,39,39,39,39,39,39,39,39,39,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,14,14,14,14,14,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,14,12,14,12,14,14,14,14,14,14,14,14,14,14,12,14,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39],
|
30 |
highStart:919552,errorValue:0}},function(t,e){(function(){e.OP=0,e.CL=1,e.CP=2,e.QU=3,e.GL=4,e.NS=5,e.EX=6,e.SY=7,e.IS=8,e.PR=9,e.PO=10,e.NU=11,e.AL=12,e.HL=13,e.ID=14,e.IN=15,e.HY=16,e.BA=17,e.BB=18,e.B2=19,e.ZW=20,e.CM=21,e.WJ=22,e.H2=23,e.H3=24,e.JL=25,e.JV=26,e.JT=27,e.RI=28,e.AI=29,e.BK=30,e.CB=31,e.CJ=32,e.CR=33,e.LF=34,e.NL=35,e.SA=36,e.SG=37,e.SP=38,e.XX=39}).call(this)},function(t,e){(function(){var t,n,r,i,o;e.DI_BRK=r=0,e.IN_BRK=i=1,e.CI_BRK=t=2,e.CP_BRK=n=3,e.PR_BRK=o=4,e.pairTable=[[o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,n,o,o,o,o,o,o,o],[r,o,o,i,i,o,o,o,o,i,i,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,o,o,o,o,i,i,i,i,i,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[o,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,i,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,i,i,i,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,i,r,i,i,r,r,o,t,o,i,i,i,i,i,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,r,i,o,o,o,r,r,i,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,r,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,o,o,t,o,r,r,r,r,r,r],[r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,o,r,r,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,i,i,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,i,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,i,i,i,i,r,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,i,i,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,i,r],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,i]]}).call(this)},function(t,e,n){(function(e){(function(){var r;r=n(290),t.exports={initImages:function(){return this._imageRegistry={},this._imageCount=0},image:function(t,n,i,o){var a,s,u,c,l,f,h,p,d,g,v,y,m,b;return null==o&&(o={}),"object"==typeof n&&(o=n,n=null),n=null!=(g=null!=n?n:o.x)?g:this.x,i=null!=(v=null!=i?i:o.y)?v:this.y,e.isBuffer(t)||(h=this._imageRegistry[t]),h||(h=r.open(t,"I"+ ++this._imageCount),h.embed(this),e.isBuffer(t)||(this._imageRegistry[t]=h)),null==(a=this.page.xobjects)[d=h.label]&&(a[d]=h.obj),m=o.width||h.width,l=o.height||h.height,o.width&&!o.height?(b=m/h.width,m=h.width*b,l=h.height*b):o.height&&!o.width?(f=l/h.height,m=h.width*f,l=h.height*f):o.scale?(m=h.width*o.scale,l=h.height*o.scale):o.fit&&(y=o.fit,c=y[0],s=y[1],u=c/s,p=h.width/h.height,p>u?(m=c,l=c/p):(l=s,m=s*p),"center"===o.align?n=n+c/2-m/2:"right"===o.align&&(n=n+c-m),"center"===o.valign?i=i+s/2-l/2:"bottom"===o.valign&&(i=i+s-l)),this.y===i&&(this.y+=l),this.save(),this.transform(m,0,0,-l,n,i+l),this.addContent("/"+h.label+" Do"),this.restore(),this}}}).call(this)}).call(e,n(2).Buffer)},function(t,e,n){(function(e){(function(){var r,i,o,a;a=n(53),n(291),r=n(292),o=n(293),i=function(){function t(){}return t.open=function(t,n){var i,s;if(e.isBuffer(t))i=t;else if(t instanceof ArrayBuffer)i=new e(new Uint8Array(t));else if(s=/^data:.+;base64,(.*)$/.exec(t))i=new e(s[1],"base64");else if(!(i=a.readFileSync(t)))return;if(255===i[0]&&216===i[1])return new r(i,n);if(137===i[0]&&"PNG"===i.toString("ascii",1,4))return new o(i,n);throw new Error("Unknown image format.")},t}(),t.exports=i}).call(this)}).call(e,n(2).Buffer)},function(t,e){(function(){var e;e=function(){function t(t){this.data=null!=t?t:[],this.pos=0,this.length=this.data.length}return t.prototype.readByte=function(){return this.data[this.pos++]},t.prototype.writeByte=function(t){return this.data[this.pos++]=t},t.prototype.byteAt=function(t){return this.data[t]},t.prototype.readBool=function(){return!!this.readByte()},t.prototype.writeBool=function(t){return this.writeByte(t?1:0)},t.prototype.readUInt32=function(){var t,e,n,r;return t=16777216*this.readByte(),e=this.readByte()<<16,n=this.readByte()<<8,r=this.readByte(),t+e+n+r},t.prototype.writeUInt32=function(t){return this.writeByte(t>>>24&255),this.writeByte(t>>16&255),this.writeByte(t>>8&255),this.writeByte(255&t)},t.prototype.readInt32=function(){var t;return t=this.readUInt32(),t>=2147483648?t-4294967296:t},t.prototype.writeInt32=function(t){return t<0&&(t+=4294967296),this.writeUInt32(t)},t.prototype.readUInt16=function(){var t,e;return t=this.readByte()<<8,e=this.readByte(),t|e},t.prototype.writeUInt16=function(t){return this.writeByte(t>>8&255),this.writeByte(255&t)},t.prototype.readInt16=function(){var t;return t=this.readUInt16(),t>=32768?t-65536:t},t.prototype.writeInt16=function(t){return t<0&&(t+=65536),this.writeUInt16(t)},t.prototype.readString=function(t){var e,n,r,i;for(i=[],e=n=0,r=t;0<=r?n<r:n>r;e=0<=r?++n:--n)i[e]=String.fromCharCode(this.readByte());return i.join("")},t.prototype.writeString=function(t){var e,n,r,i;for(i=[],e=n=0,r=t.length;0<=r?n<r:n>r;e=0<=r?++n:--n)i.push(this.writeByte(t.charCodeAt(e)));return i},t.prototype.stringAt=function(t,e){return this.pos=t,this.readString(e)},t.prototype.readShort=function(){return this.readInt16()},t.prototype.writeShort=function(t){return this.writeInt16(t)},t.prototype.readLongLong=function(){var t,e,n,r,i,o,a,s;return t=this.readByte(),e=this.readByte(),n=this.readByte(),r=this.readByte(),i=this.readByte(),o=this.readByte(),a=this.readByte(),s=this.readByte(),128&t?(72057594037927940*(255^t)+281474976710656*(255^e)+1099511627776*(255^n)+4294967296*(255^r)+16777216*(255^i)+65536*(255^o)+256*(255^a)+(255^s)+1)*-1:72057594037927940*t+281474976710656*e+1099511627776*n+4294967296*r+16777216*i+65536*o+256*a+s},t.prototype.writeLongLong=function(t){var e,n;return e=Math.floor(t/4294967296),n=4294967295&t,this.writeByte(e>>24&255),this.writeByte(e>>16&255),this.writeByte(e>>8&255),this.writeByte(255&e),this.writeByte(n>>24&255),this.writeByte(n>>16&255),this.writeByte(n>>8&255),this.writeByte(255&n)},t.prototype.readInt=function(){return this.readInt32()},t.prototype.writeInt=function(t){return this.writeInt32(t)},t.prototype.slice=function(t,e){return this.data.slice(t,e)},t.prototype.read=function(t){var e,n,r;for(e=[],n=0,r=t;0<=r?n<r:n>r;0<=r?++n:--n)e.push(this.readByte());return e},t.prototype.write=function(t){var e,n,r,i;for(i=[],n=0,r=t.length;n<r;n++)e=t[n],i.push(this.writeByte(e));return i},t}(),t.exports=e}).call(this)},function(t,e,n){(function(){var e,r=[].indexOf||function(t){for(var e=0,n=this.length;e<n;e++)if(e in this&&this[e]===t)return e;return-1};n(53),e=function(){function t(t,n){var i,o,a;if(this.data=t,this.label=n,65496!==this.data.readUInt16BE(0))throw"SOI not found in JPEG";for(a=2;a<this.data.length&&(o=this.data.readUInt16BE(a),a+=2,!(r.call(e,o)>=0));)a+=this.data.readUInt16BE(a);if(r.call(e,o)<0)throw"Invalid JPEG.";a+=2,this.bits=this.data[a++],this.height=this.data.readUInt16BE(a),a+=2,this.width=this.data.readUInt16BE(a),a+=2,i=this.data[a++],this.colorSpace=function(){switch(i){case 1:return"DeviceGray";case 3:return"DeviceRGB";case 4:return"DeviceCMYK"}}(),this.obj=null}var e;return e=[65472,65473,65474,65475,65477,65478,65479,65480,65481,65482,65483,65484,65485,65486,65487],t.prototype.embed=function(t){if(!this.obj)return this.obj=t.ref({Type:"XObject",Subtype:"Image",BitsPerComponent:this.bits,Width:this.width,Height:this.height,ColorSpace:this.colorSpace,Filter:"DCTDecode"}),"DeviceCMYK"===this.colorSpace&&(this.obj.data.Decode=[1,0,1,0,1,0,1,0]),this.obj.end(this.data),this.data=null},t}(),t.exports=e}).call(this)},function(t,e,n){(function(e){(function(){var r,i,o;o=n(56),r=n(294),i=function(){function t(t,e){this.label=e,this.image=new r(t),this.width=this.image.width,this.height=this.image.height,this.imgData=this.image.imgData,this.obj=null}return t.prototype.embed=function(t){var n,r,i,o,a,s,u,c;if(this.document=t,!this.obj){if(this.obj=this.document.ref({Type:"XObject",Subtype:"Image",BitsPerComponent:this.image.bits,Width:this.width,Height:this.height,Filter:"FlateDecode"}),this.image.hasAlphaChannel||(a=this.document.ref({Predictor:15,Colors:this.image.colors,BitsPerComponent:this.image.bits,Columns:this.width}),this.obj.data.DecodeParms=a,a.end()),0===this.image.palette.length?this.obj.data.ColorSpace=this.image.colorSpace:(o=this.document.ref(),o.end(new e(this.image.palette)),this.obj.data.ColorSpace=["Indexed","DeviceRGB",this.image.palette.length/3-1,o]),this.image.transparency.grayscale)return u=this.image.transparency.greyscale,this.obj.data.Mask=[u,u];if(this.image.transparency.rgb){for(s=this.image.transparency.rgb,i=[],n=0,r=s.length;n<r;n++)c=s[n],i.push(c,c);return this.obj.data.Mask=i}return this.image.transparency.indexed?this.loadIndexedAlphaChannel():this.image.hasAlphaChannel?this.splitAlphaChannel():this.finalize()}},t.prototype.finalize=function(){var t;return this.alphaChannel&&(t=this.document.ref({Type:"XObject",Subtype:"Image",Height:this.height,Width:this.width,BitsPerComponent:8,Filter:"FlateDecode",ColorSpace:"DeviceGray",Decode:[0,1]}),t.end(this.alphaChannel),this.obj.data.SMask=t),this.obj.end(this.imgData),this.image=null,this.imgData=null},t.prototype.splitAlphaChannel=function(){return this.image.decodePixels(function(t){return function(n){var r,i,a,s,u,c,l,f,h;for(a=t.image.colors*t.image.bits/8,h=t.width*t.height,c=new e(h*a),i=new e(h),u=f=r=0,l=n.length;u<l;)c[f++]=n[u++],c[f++]=n[u++],c[f++]=n[u++],i[r++]=n[u++];return s=0,o.deflate(c,function(e,n){if(t.imgData=n,e)throw e;if(2==++s)return t.finalize()}),o.deflate(i,function(e,n){if(t.alphaChannel=n,e)throw e;if(2==++s)return t.finalize()})}}(this))},t.prototype.loadIndexedAlphaChannel=function(t){var n;return n=this.image.transparency.indexed,this.image.decodePixels(function(t){return function(r){var i,a,s,u,c;for(i=new e(t.width*t.height),a=0,s=u=0,c=r.length;u<c;s=u+=1)i[a++]=n[r[s]];return o.deflate(i,function(e,n){if(t.alphaChannel=n,e)throw e;return t.finalize()})}}(this))},t}(),t.exports=i}).call(this)}).call(e,n(2).Buffer)},function(t,e,n){(function(e){(function(){var r,i;r=n(53),i=n(56),t.exports=function(){function t(t){var n,r,i,o,a,s,u,c,l,f;for(this.data=t,this.pos=8,this.palette=[],this.imgData=[],this.transparency={},this.text={};;){switch(n=this.readUInt32(),function(){var t,e;for(e=[],i=t=0;t<4;i=++t)e.push(String.fromCharCode(this.data[this.pos++]));return e}.call(this).join("")){case"IHDR":this.width=this.readUInt32(),this.height=this.readUInt32(),this.bits=this.data[this.pos++],this.colorType=this.data[this.pos++],this.compressionMethod=this.data[this.pos++],this.filterMethod=this.data[this.pos++],this.interlaceMethod=this.data[this.pos++];break;case"PLTE":this.palette=this.read(n);break;case"IDAT":for(i=c=0;c<n;i=c+=1)this.imgData.push(this.data[this.pos++]);break;case"tRNS":switch(this.transparency={},this.colorType){case 3:if(this.transparency.indexed=this.read(n),(s=255-this.transparency.indexed.length)>0)for(i=l=0;0<=s?l<s:l>s;i=0<=s?++l:--l)this.transparency.indexed.push(255);break;case 0:this.transparency.grayscale=this.read(n)[0];break;case 2:this.transparency.rgb=this.read(n)}break;case"tEXt":u=this.read(n),o=u.indexOf(0),a=String.fromCharCode.apply(String,u.slice(0,o)),this.text[a]=String.fromCharCode.apply(String,u.slice(o+1));break;case"IEND":return this.colors=function(){switch(this.colorType){case 0:case 3:case 4:return 1;case 2:case 6:return 3}}.call(this),this.hasAlphaChannel=4===(f=this.colorType)||6===f,r=this.colors+(this.hasAlphaChannel?1:0),this.pixelBitlength=this.bits*r,this.colorSpace=function(){switch(this.colors){case 1:return"DeviceGray";case 3:return"DeviceRGB"}}.call(this),void(this.imgData=new e(this.imgData));default:this.pos+=n}if(this.pos+=4,this.pos>this.data.length)throw new Error("Incomplete or corrupt PNG file")}}return t.decode=function(e,n){return r.readFile(e,function(e,r){var i;return i=new t(r),i.decode(function(t){return n(t)})})},t.load=function(e){var n;return n=r.readFileSync(e),new t(n)},t.prototype.read=function(t){var e,n;for(n=[],e=0;0<=t?e<t:e>t;0<=t?++e:--e)n.push(this.data[this.pos++]);return n},t.prototype.readUInt32=function(){var t,e,n,r;return t=this.data[this.pos++]<<24,e=this.data[this.pos++]<<16,n=this.data[this.pos++]<<8,r=this.data[this.pos++],t|e|n|r},t.prototype.readUInt16=function(){var t,e;return t=this.data[this.pos++]<<8,e=this.data[this.pos++],t|e},t.prototype.decodePixels=function(t){var n=this;return i.inflate(this.imgData,function(r,i){var o,a,s,u,c,l,f,h,p,d,g,v,y,m,b,w,x,S,k,_,C,A,E;if(r)throw r;for(v=n.pixelBitlength/8,w=v*n.width,y=new e(w*n.height),l=i.length,b=0,m=0,a=0;m<l;){switch(i[m++]){case 0:for(u=k=0;k<w;u=k+=1)y[a++]=i[m++];break;case 1:for(u=_=0;_<w;u=_+=1)o=i[m++],c=u<v?0:y[a-v],y[a++]=(o+c)%256;break;case 2:for(u=C=0;C<w;u=C+=1)o=i[m++],s=(u-u%v)/v,x=b&&y[(b-1)*w+s*v+u%v],y[a++]=(x+o)%256;break;case 3:for(u=A=0;A<w;u=A+=1)o=i[m++],s=(u-u%v)/v,c=u<v?0:y[a-v],x=b&&y[(b-1)*w+s*v+u%v],y[a++]=(o+Math.floor((c+x)/2))%256;break;case 4:for(u=E=0;E<w;u=E+=1)o=i[m++],s=(u-u%v)/v,c=u<v?0:y[a-v],0===b?x=S=0:(x=y[(b-1)*w+s*v+u%v],S=s&&y[(b-1)*w+(s-1)*v+u%v]),f=c+x-S,h=Math.abs(f-c),d=Math.abs(f-x),g=Math.abs(f-S),p=h<=d&&h<=g?c:d<=g?x:S,y[a++]=(o+p)%256;break;default:throw new Error("Invalid filter algorithm: "+i[m-1])}b++}return t(y)})},t.prototype.decodePalette=function(){var t,n,r,i,o,a,s,u,c;for(r=this.palette,a=this.transparency.indexed||[],o=new e(a.length+r.length),i=0,r.length,t=0,n=s=0,u=r.length;s<u;n=s+=3)o[i++]=r[n],o[i++]=r[n+1],o[i++]=r[n+2],o[i++]=null!=(c=a[t++])?c:255;return o},t.prototype.copyToImageData=function(t,e){var n,r,i,o,a,s,u,c,l,f,h;if(r=this.colors,l=null,n=this.hasAlphaChannel,this.palette.length&&(l=null!=(h=this._decodedPalette)?h:this._decodedPalette=this.decodePalette(),r=4,n=!0),i=(null!=t?t.data:void 0)||t,c=i.length,a=l||e,o=s=0,1===r)for(;o<c;)u=l?4*e[o/4]:s,f=a[u++],i[o++]=f,i[o++]=f,i[o++]=f,i[o++]=n?a[u++]:255,s=u;else for(;o<c;)u=l?4*e[o/4]:s,i[o++]=a[u++],i[o++]=a[u++],i[o++]=a[u++],i[o++]=n?a[u++]:255,s=u},t.prototype.decode=function(t){var n,r=this;return n=new e(this.width*this.height*4),this.decodePixels(function(e){return r.copyToImageData(n,e),t(n)})},t}()}).call(this)}).call(e,n(2).Buffer)},function(t,e){(function(){t.exports={annotate:function(t,e,n,r,i){var o,a,s;i.Type="Annot",i.Rect=this._convertRect(t,e,n,r),i.Border=[0,0,0],"Link"!==i.Subtype&&null==i.C&&(i.C=this._normalizeColor(i.color||[0,0,0])),delete i.color,"string"==typeof i.Dest&&(i.Dest=new String(i.Dest));for(o in i)s=i[o],i[o[0].toUpperCase()+o.slice(1)]=s;return a=this.ref(i),this.page.annotations.push(a),a.end(),this},note:function(t,e,n,r,i,o){return null==o&&(o={}),o.Subtype="Text",o.Contents=new String(i),o.Name="Comment",null==o.color&&(o.color=[243,223,92]),this.annotate(t,e,n,r,o)},link:function(t,e,n,r,i,o){return null==o&&(o={}),o.Subtype="Link",o.A=this.ref({S:"URI",URI:new String(i)}),o.A.end(),this.annotate(t,e,n,r,o)},_markup:function(t,e,n,r,i){var o,a,s,u,c;return null==i&&(i={}),o=this._convertRect(t,e,n,r),a=o[0],u=o[1],s=o[2],c=o[3],i.QuadPoints=[a,c,s,c,a,u,s,u],i.Contents=new String,this.annotate(t,e,n,r,i)},highlight:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Highlight",null==i.color&&(i.color=[241,238,148]),this._markup(t,e,n,r,i)},underline:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Underline",this._markup(t,e,n,r,i)},strike:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="StrikeOut",this._markup(t,e,n,r,i)},lineAnnotation:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Line",i.Contents=new String,i.L=[t,this.page.height-e,n,this.page.height-r],this.annotate(t,e,n,r,i)},rectAnnotation:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Square",i.Contents=new String,this.annotate(t,e,n,r,i)},ellipseAnnotation:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Circle",i.Contents=new String,this.annotate(t,e,n,r,i)},textAnnotation:function(t,e,n,r,i,o){return null==o&&(o={}),o.Subtype="FreeText",o.Contents=new String(i),o.DA=new String,this.annotate(t,e,n,r,o)},_convertRect:function(t,e,n,r){var i,o,a,s,u,c,l,f,h;return h=e,e+=r,f=t+n,l=this._ctm,i=l[0],o=l[1],a=l[2],s=l[3],u=l[4],c=l[5],t=i*t+a*e+u,e=o*t+s*e+c,f=i*f+a*h+u,h=o*f+s*h+c,[t,e,f,h]}}}).call(this)},function(t,e){"use strict";t.exports={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],EXECUTIVE:[521.86,756],FOLIO:[612,936],LEGAL:[612,1008],LETTER:[612,792],TABLOID:[792,1224]}},function(t,e,n){(function(e){"use strict";function r(t,e){this.pdfKitDoc=t,this.imageDictionary=e||{}}var i=n(290);r.prototype.measureImage=function(t){var n,r,o=this;if(this.pdfKitDoc._imageRegistry[t])n=this.pdfKitDoc._imageRegistry[t];else{r="I"+ ++this.pdfKitDoc._imageCount;try{n=i.open(function(t){var n=o.imageDictionary[t];if(!n)return t;var r=n.indexOf("base64,");return r<0?o.imageDictionary[t]:new e(n.substring(r+7),"base64")}(t),r)}catch(t){n=null}if(null===n||void 0===n)throw"invalid image, images dictionary should contain dataURL entries (or local file paths in node.js)";n.embed(this.pdfKitDoc),this.pdfKitDoc._imageRegistry[t]=n}return{width:n.width,height:n.height}},t.exports=r}).call(e,n(2).Buffer)},function(t,e){"use strict";function n(t){for(var e=[],n=null,r=0,i=t.inlines.length;r<i;r++){var o=t.inlines[r],a=o.decoration;if(a){var s=o.decorationColor||o.color||"black",u=o.decorationStyle||"solid";a=Array.isArray(a)?a:[a];for(var c=0,l=a.length;c<l;c++){var f=a[c];n&&f===n.decoration&&u===n.decorationStyle&&s===n.decorationColor&&"lineThrough"!==f?n.inlines.push(o):(n={line:t,decoration:f,decorationColor:s,decorationStyle:u,inlines:[o]},e.push(n))}}else n=null}return e}function r(t,e,n,r){var i=t.inlines[0],o=function(){for(var e=0,n=0,r=t.inlines.length;n<r;n++){e=t.inlines[n].fontSize>e?n:e}return t.inlines[e]}(),a=function(){for(var e=0,n=0,r=t.inlines.length;n<r;n++)e+=t.inlines[n].width;return e}(),s=t.line.getAscenderHeight(),u=o.font.ascender/1e3*o.fontSize,c=o.height,l=c-u,f=.5+.12*Math.floor(Math.max(o.fontSize-8,0)/2);switch(t.decoration){case"underline":n+=s+.45*l;break;case"overline":n+=s-.85*u;break;case"lineThrough":n+=s-.25*u;break;default:throw"Unkown decoration : "+t.decoration}if(r.save(),"double"===t.decorationStyle){var h=Math.max(.5,2*f);r.fillColor(t.decorationColor).rect(e+i.x,n-f/2,a,f/2).fill().rect(e+i.x,n+h-f/2,a,f/2).fill()}else if("dashed"===t.decorationStyle){var p=Math.ceil(a/6.8),d=e+i.x;r.rect(d,n,a,f).clip(),r.fillColor(t.decorationColor);for(var g=0;g<p;g++)r.rect(d,n-f/2,3.96,f).fill(),d+=6.8}else if("dotted"===t.decorationStyle){var v=Math.ceil(a/(3*f)),y=e+i.x;r.rect(y,n,a,f).clip(),r.fillColor(t.decorationColor);for(var m=0;m<v;m++)r.rect(y,n-f/2,f,f).fill(),y+=3*f}else if("wavy"===t.decorationStyle){var b=Math.ceil(a/1.4)+1,w=e+i.x-1;r.rect(e+i.x,n-1,a,n+1).clip(),r.lineWidth(.24),r.moveTo(w,n);for(var x=0;x<b;x++)r.bezierCurveTo(w+.7,n-1,w+1.4,n-1,w+.7*3,n).bezierCurveTo(w+2.8,n+1,w+3.5,n+1,w+.7*6,n),w+=.7*6;r.stroke(t.decorationColor)}else r.fillColor(t.decorationColor).rect(e+i.x,n-f/2,a,f).fill();r.restore()}function i(t,e,i,o){for(var a=n(t),s=0,u=a.length;s<u;s++)r(a[s],e,i,o)}function o(t,e,n,r){for(var i=t.getHeight(),o=0,a=t.inlines.length;o<a;o++){var s=t.inlines[o];s.background&&r.fillColor(s.background).rect(e+s.x,n,s.width,i).fill()}}t.exports={drawBackground:o,drawDecorations:i}},function(t,e,n){var r,i=i||function(t){"use strict";if(!(void 0===t||"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent))){var e=t.document,n=function(){return t.URL||t.webkitURL||t},r=e.createElementNS("http://www.w3.org/1999/xhtml","a"),i="download"in r,o=function(t){var e=new MouseEvent("click");t.dispatchEvent(e)},a=/constructor/i.test(t.HTMLElement)||t.safari,s=/CriOS\/[\d]+/.test(navigator.userAgent),u=function(e){(t.setImmediate||t.setTimeout)(function(){throw e},0)},c=function(t){var e=function(){"string"==typeof t?n().revokeObjectURL(t):t.remove()};setTimeout(e,4e4)},l=function(t,e,n){e=[].concat(e);for(var r=e.length;r--;){var i=t["on"+e[r]];if("function"==typeof i)try{i.call(t,n||t)}catch(t){u(t)}}},f=function(t){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob([String.fromCharCode(65279),t],{type:t.type}):t},h=function(e,u,h){h||(e=f(e));var p,d=this,g=e.type,v="application/octet-stream"===g,y=function(){l(d,"writestart progress write writeend".split(" "))};if(d.readyState=d.INIT,i)return p=n().createObjectURL(e),void setTimeout(function(){r.href=p,r.download=u,o(r),y(),c(p),d.readyState=d.DONE});!function(){if((s||v&&a)&&t.FileReader){var r=new FileReader;return r.onloadend=function(){var e=s?r.result:r.result.replace(/^data:[^;]*;/,"data:attachment/file;");t.open(e,"_blank")||(t.location.href=e),e=void 0,d.readyState=d.DONE,y()},r.readAsDataURL(e),void(d.readyState=d.INIT)}if(p||(p=n().createObjectURL(e)),v)t.location.href=p;else{t.open(p,"_blank")||(t.location.href=p)}d.readyState=d.DONE,y(),c(p)}()},p=h.prototype,d=function(t,e,n){return new h(t,e||t.name||"download",n)};return"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob?function(t,e,n){return e=e||t.name||"download",n||(t=f(t)),navigator.msSaveOrOpenBlob(t,e)}:(p.abort=function(){},p.readyState=p.INIT=0,p.WRITING=1,p.DONE=2,p.error=p.onwritestart=p.onprogress=p.onwrite=p.onabort=p.onerror=p.onwriteend=null,d)}}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content);void 0!==t&&t.exports?t.exports.saveAs=i:null!==n(300)&&null!==n(301)&&void 0!==(r=function(){return i}.call(e,n,e,t))&&(t.exports=r)},function(t,e){t.exports=function(){throw new Error("define cannot be used indirect")}},function(t,e){(function(e){t.exports=e}).call(e,{})}])});
|
31 |
-
|
28 |
if(this.pos>=this.string.length)return this.lastPos<this.string.length?(this.lastPos=this.string.length,new n(this.string.length)):null},t}(),t.exports=d}).call(this)},function(t,e){var n,r=[].slice;n=function(){function t(t){var e,n;null==t&&(t={}),this.data=t.data||[],this.highStart=null!=(e=t.highStart)?e:0,this.errorValue=null!=(n=t.errorValue)?n:-1}var e,n,i,o,a,s,u,c,l,f,h,p,d,g,v,y;return p=11,g=5,d=p-g,h=65536>>p,a=1<<d,u=a-1,c=2,e=1<<g,i=e-1,f=65536>>g,l=1024>>g,s=f+l,y=s,v=32,o=y+v,n=1<<c,t.prototype.get=function(t){var e;return t<0||t>1114111?this.errorValue:t<55296||t>56319&&t<=65535?(e=(this.data[t>>g]<<c)+(t&i),this.data[e]):t<=65535?(e=(this.data[f+(t-55296>>g)]<<c)+(t&i),this.data[e]):t<this.highStart?(e=this.data[o-h+(t>>p)],e=this.data[e+(t>>g&u)],e=(e<<c)+(t&i),this.data[e]):this.data[this.data.length-n]},t.prototype.toJSON=function(){return{data:r.call(this.data),highStart:this.highStart,errorValue:this.errorValue}},t}(),t.exports=n},function(t,e){t.exports={
|
29 |
data:[1961,1969,1977,1985,2025,2033,2041,2049,2057,2065,2073,2081,2089,2097,2105,2113,2121,2129,2137,2145,2153,2161,2169,2177,2185,2193,2201,2209,2217,2225,2233,2241,2249,2257,2265,2273,2281,2289,2297,2305,2313,2321,2329,2337,2345,2353,2361,2369,2377,2385,2393,2401,2409,2417,2425,2433,2441,2449,2457,2465,2473,2481,2489,2497,2505,2513,2521,2529,2529,2537,2009,2545,2553,2561,2569,2577,2585,2593,2601,2609,2617,2625,2633,2641,2649,2657,2665,2673,2681,2689,2697,2705,2713,2721,2729,2737,2745,2753,2761,2769,2777,2785,2793,2801,2809,2817,2825,2833,2841,2849,2857,2865,2873,2881,2889,2009,2897,2905,2913,2009,2921,2929,2937,2945,2953,2961,2969,2009,2977,2977,2985,2993,3001,3009,3009,3009,3017,3017,3017,3025,3025,3033,3041,3041,3049,3049,3049,3049,3049,3049,3049,3049,3049,3049,3057,3065,3073,3073,3073,3081,3089,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3097,3105,3113,3113,3121,3129,3137,3145,3153,3161,3161,3169,3177,3185,3193,3193,3193,3193,3201,3209,3209,3217,3225,3233,3241,3241,3241,3249,3257,3265,3273,3273,3281,3289,3297,2009,2009,3305,3313,3321,3329,3337,3345,3353,3361,3369,3377,3385,3393,2009,2009,3401,3409,3417,3417,3417,3417,3417,3417,3425,3425,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3433,3441,3449,3457,3465,3473,3481,3489,3497,3505,3513,3521,3529,3537,3545,3553,3561,3569,3577,3585,3593,3601,3609,3617,3625,3625,3633,3641,3649,3649,3649,3649,3649,3657,3665,3665,3673,3681,3681,3681,3681,3689,3697,3697,3705,3713,3721,3729,3737,3745,3753,3761,3769,3777,3785,3793,3801,3809,3817,3825,3833,3841,3849,3857,3865,3873,3881,3881,3881,3881,3881,3881,3881,3881,3881,3881,3881,3881,3889,3897,3905,3913,3921,3921,3921,3921,3921,3921,3921,3921,3921,3921,3929,2009,2009,2009,2009,2009,3937,3937,3937,3937,3937,3937,3937,3945,3953,3953,3953,3961,3969,3969,3977,3985,3993,4001,2009,2009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4009,4017,4025,4033,4041,4049,4057,4065,4073,4081,4081,4081,4081,4081,4081,4081,4089,4097,4097,4105,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4113,4121,4121,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4129,4137,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4145,4153,4161,4169,4169,4169,4169,4169,4169,4169,4169,4177,4185,4193,4201,4209,4217,4217,4225,4233,4233,4233,4233,4233,4233,4233,4233,4241,4249,4257,4265,4273,4281,4289,4297,4305,4313,4321,4329,4337,4345,4353,4361,4361,4369,4377,4385,4385,4385,4385,4393,4401,4409,4409,4409,4409,4409,4409,4417,4425,4433,4441,4449,4457,4465,4473,4481,4489,4497,4505,4513,4521,4529,4537,4545,4553,4561,4569,4577,4585,4593,4601,4609,4617,4625,4633,4641,4649,4657,4665,4673,4681,4689,4697,4705,4713,4721,4729,4737,4745,4753,4761,4769,4777,4785,4793,4801,4809,4817,4825,4833,4841,4849,4857,4865,4873,4881,4889,4897,4905,4913,4921,4929,4937,4945,4953,4961,4969,4977,4985,4993,5001,5009,5017,5025,5033,5041,5049,5057,5065,5073,5081,5089,5097,5105,5113,5121,5129,5137,5145,5153,5161,5169,5177,5185,5193,5201,5209,5217,5225,5233,5241,5249,5257,5265,5273,5281,5289,5297,5305,5313,5321,5329,5337,5345,5353,5361,5369,5377,5385,5393,5401,5409,5417,5425,5433,5441,5449,5457,5465,5473,5481,5489,5497,5505,5513,5521,5529,5537,5545,5553,5561,5569,5577,5585,5593,5601,5609,5617,5625,5633,5641,5649,5657,5665,5673,5681,5689,5697,5705,5713,5721,5729,5737,5745,5753,5761,5769,5777,5785,5793,5801,5809,5817,5825,5833,5841,5849,5857,5865,5873,5881,5889,5897,5905,5913,5921,5929,5937,5945,5953,5961,5969,5977,5985,5993,6001,6009,6017,6025,6033,6041,6049,6057,6065,6073,6081,6089,6097,6105,6113,6121,6129,6137,6145,6153,6161,6169,6177,6185,6193,6201,6209,6217,6225,6233,6241,6249,6257,6265,6273,6281,6289,6297,6305,6313,6321,6329,6337,6345,6353,6361,6369,6377,6385,6393,6401,6409,6417,6425,6433,6441,6449,6457,6465,6473,6481,6489,6497,6505,6513,6521,6529,6537,6545,6553,6561,6569,6577,6585,6593,6601,6609,6617,6625,6633,6641,6649,6657,6665,6673,6681,6689,6697,6705,6713,6721,6729,6737,6745,6753,6761,6769,6777,6785,6793,6801,6809,6817,6825,6833,6841,6849,6857,6865,6873,6881,6889,6897,6905,6913,6921,6929,6937,6945,6953,6961,6969,6977,6985,6993,7001,7009,7017,7025,7033,7041,7049,7057,7065,7073,7081,7089,7097,7105,7113,7121,7129,7137,7145,7153,7161,7169,7177,7185,7193,7201,7209,7217,7225,7233,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7249,7257,7265,7273,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7281,7289,7297,7305,7305,7305,7305,7313,7321,7329,7337,7345,7353,7353,7353,7361,7369,7377,7385,7393,7401,7409,7417,7425,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7241,7972,7972,8100,8164,8228,8292,8356,8420,8484,8548,8612,8676,8740,8804,8868,8932,8996,9060,9124,9188,9252,9316,9380,9444,9508,9572,9636,9700,9764,9828,9892,9956,2593,2657,2721,2529,2785,2529,2849,2913,2977,3041,3105,3169,3233,3297,2529,2529,2529,2529,2529,2529,2529,2529,3361,2529,2529,2529,3425,2529,2529,3489,3553,2529,3617,3681,3745,3809,3873,3937,4001,4065,4129,4193,4257,4321,4385,4449,4513,4577,4641,4705,4769,4833,4897,4961,5025,5089,5153,5217,5281,5345,5409,5473,5537,5601,5665,5729,5793,5857,5921,5985,6049,6113,6177,6241,6305,6369,6433,6497,6561,6625,6689,6753,6817,6881,6945,7009,7073,7137,7201,7265,7329,7393,7457,7521,7585,7649,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,2529,7713,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7433,7433,7433,7433,7433,7433,7433,7441,7449,7457,7457,7457,7457,7457,7457,7465,2009,2009,2009,2009,7473,7473,7473,7473,7473,7473,7473,7473,7481,7489,7497,7505,7505,7505,7505,7505,7513,7521,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7529,7529,7537,7545,7545,7545,7545,7545,7553,7561,7561,7561,7561,7561,7561,7561,7569,7577,7585,7593,7593,7593,7593,7593,7593,7601,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7609,7617,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7625,7633,7641,7649,7657,7665,7673,7681,7689,7697,7705,2009,7713,7721,7729,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7737,7745,7753,2009,2009,2009,2009,2009,2009,2009,2009,2009,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7761,7769,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7777,7785,7793,7801,7809,7809,7809,7809,7809,7809,7817,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7825,7833,7841,7849,2009,2009,2009,7857,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7865,7865,7865,7865,7865,7865,7865,7865,7865,7865,7865,7873,7881,7889,7897,7897,7897,7897,7905,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7913,7921,7929,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,7937,7937,7937,7937,7937,7937,7937,7945,2009,2009,2009,2009,2009,2009,2009,2009,7953,7953,7953,7953,7953,7953,7953,2009,7961,7969,7977,7985,7993,2009,2009,8001,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8009,8017,8025,8025,8025,8025,8025,8025,8025,8033,8041,8049,8057,8065,8073,8081,8081,8081,8081,8081,8081,8081,8081,8081,8081,8081,8089,2009,8097,8097,8097,8105,2009,2009,2009,2009,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8113,8121,8129,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8137,8145,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,2009,67496,67496,67496,21,21,21,21,21,21,21,21,21,17,34,30,30,33,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,38,6,3,12,9,10,12,3,0,2,12,9,8,16,8,7,11,11,11,11,11,11,11,11,11,11,8,8,12,12,12,6,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,9,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,17,1,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,35,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,4,0,10,9,9,9,12,29,29,12,29,3,12,17,12,12,10,9,29,29,18,12,29,29,29,29,29,3,29,29,29,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,18,29,29,29,18,29,12,12,29,12,12,12,12,12,12,12,29,29,29,29,12,29,12,18,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,4,21,21,21,21,21,21,21,21,21,21,21,21,4,4,4,4,4,4,4,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,8,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,8,17,39,39,39,39,9,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,17,21,12,21,21,12,21,21,6,21,39,39,39,39,39,39,39,39,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,10,10,8,8,12,12,21,21,21,21,21,21,21,21,21,21,21,6,6,6,6,6,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,11,11,11,11,11,11,11,11,11,11,10,11,11,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,6,12,21,21,21,21,21,21,21,12,12,21,21,21,21,21,21,12,12,21,21,12,21,21,21,21,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,12,12,12,12,8,6,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,12,21,21,21,21,21,21,21,21,21,12,21,21,21,12,21,21,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,21,21,17,17,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,21,39,39,39,39,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,12,10,10,12,12,12,12,12,10,12,9,39,39,39,39,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,12,12,12,12,12,12,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,21,21,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,9,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,12,39,39,39,39,39,39,21,39,39,39,39,39,39,39,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,9,12,39,39,39,39,39,39,21,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,12,12,12,12,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,39,39,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,21,39,39,39,39,39,39,39,39,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,39,39,39,10,12,12,12,12,12,12,39,39,21,21,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,39,39,39,39,39,39,39,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,39,39,9,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,12,11,11,11,11,11,11,11,11,11,11,17,17,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,11,11,11,11,11,11,11,11,11,11,39,39,36,36,36,36,12,18,18,18,18,12,18,18,4,18,18,17,4,6,6,6,6,6,4,12,6,12,12,12,21,21,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,17,21,12,21,12,21,0,1,0,1,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,17,21,21,21,21,21,17,21,21,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,17,17,12,12,12,12,12,12,21,12,12,12,12,12,12,12,12,12,18,18,17,18,12,12,12,12,12,4,4,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,11,11,11,11,11,11,11,11,11,11,17,17,12,12,12,12,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,11,11,11,11,11,11,11,11,11,11,36,36,36,36,36,36,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,21,21,21,12,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,17,17,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,39,39,39,39,39,39,39,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,17,17,5,36,17,12,17,9,36,36,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,6,6,17,17,18,12,6,6,12,21,21,21,4,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,12,39,39,39,6,6,11,11,11,11,11,11,11,11,11,11,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,36,36,36,36,36,36,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,39,39,12,12,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,21,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,36,36,36,36,36,36,36,36,36,36,36,36,36,36,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,39,39,39,39,11,11,11,11,11,11,11,11,11,11,17,17,12,17,17,17,17,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,17,17,17,17,17,11,11,11,11,11,11,11,11,11,11,39,39,39,12,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,17,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,21,21,21,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,21,12,12,12,12,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,18,12,39,17,17,17,17,17,17,17,4,17,17,17,20,21,21,21,21,17,4,17,17,19,29,29,12,3,3,0,3,3,3,0,3,29,29,12,12,15,15,15,17,30,30,21,21,21,21,21,4,10,10,10,10,10,10,10,10,12,3,3,29,5,5,12,12,12,12,12,12,8,0,1,5,5,5,12,12,12,12,12,12,12,12,12,12,12,12,17,12,17,17,17,17,12,17,17,17,22,12,12,12,12,39,39,39,39,39,21,21,21,21,21,21,12,12,39,39,29,12,12,12,12,12,12,12,12,0,1,29,12,29,29,29,29,12,12,12,12,12,12,12,12,0,1,39,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,9,9,9,9,9,9,9,10,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,9,9,9,9,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,10,12,29,12,12,12,10,12,12,12,12,12,12,12,12,12,29,12,12,9,12,12,12,12,12,12,12,12,12,12,29,29,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,12,12,12,29,12,12,29,12,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,29,29,12,12,12,29,29,12,12,29,12,12,12,29,12,29,9,9,12,29,12,12,12,12,29,12,12,29,29,29,29,12,12,29,12,29,12,29,29,29,29,29,29,12,29,12,12,12,12,12,29,29,29,29,12,12,12,12,29,29,12,12,12,12,12,12,12,12,12,12,29,12,12,12,29,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,29,29,29,29,12,12,29,29,12,12,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,29,29,29,29,12,12,12,12,12,12,12,12,12,12,29,29,12,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,29,29,12,12,29,29,12,12,12,12,29,29,12,12,29,29,12,12,12,12,29,29,29,12,12,29,12,12,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,12,12,12,12,12,12,12,12,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,12,29,29,12,12,29,12,12,12,12,29,29,12,12,12,12,14,14,29,29,14,12,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,12,12,12,12,29,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,29,29,29,12,29,14,29,29,12,29,29,12,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,29,29,29,29,14,12,14,14,14,29,14,14,29,29,29,14,14,29,29,14,29,29,14,14,14,12,29,12,12,12,12,29,29,14,29,29,29,29,29,29,14,14,14,14,14,29,14,14,14,14,29,29,14,14,14,14,14,14,14,14,12,12,12,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,12,12,12,3,3,3,3,12,12,12,6,6,12,12,12,12,0,1,0,1,0,1,0,1,0,1,0,1,0,1,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,0,1,0,1,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,29,29,29,29,29,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,12,12,39,39,39,39,39,6,17,17,17,12,6,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,3,3,3,3,3,3,3,3,3,3,3,3,3,3,17,17,17,17,17,17,17,17,12,17,0,17,12,12,3,3,12,12,3,3,0,1,0,1,0,1,0,1,17,17,17,17,6,12,17,17,12,17,17,12,12,12,12,12,19,19,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,1,1,14,14,5,14,14,0,1,0,1,0,1,0,1,0,1,14,14,0,1,0,1,0,1,0,1,5,0,1,1,14,14,14,14,14,14,14,14,14,14,21,21,21,21,21,21,14,14,14,14,14,14,14,14,14,14,14,5,5,14,14,14,39,32,14,32,14,32,14,32,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,32,14,32,14,14,14,14,14,14,32,14,14,14,14,14,14,32,32,39,39,21,21,5,5,5,5,14,5,32,14,32,14,32,14,32,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,32,14,32,14,32,14,14,14,14,14,14,32,14,14,14,14,14,14,32,32,14,14,14,14,5,32,5,5,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,39,39,39,39,39,39,39,39,39,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,29,29,29,29,29,29,29,29,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,5,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,6,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,12,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,12,17,17,17,17,17,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,12,12,12,21,12,12,12,12,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,18,18,6,6,39,39,39,39,39,39,39,39,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,17,17,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,39,39,39,39,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,39,39,12,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,39,39,39,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,17,17,17,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,12,12,12,21,12,12,12,12,12,12,12,12,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,39,12,17,17,17,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,17,17,12,12,12,21,21,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,17,21,21,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,39,39,39,39,39,39,39,39,39,39,39,39,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,39,39,39,39,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,39,39,39,39,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,13,21,13,13,13,13,13,13,13,13,13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,10,12,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,8,1,1,8,8,6,6,0,1,15,39,39,39,39,39,39,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,14,14,14,14,14,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,14,14,0,1,14,14,14,14,14,14,14,1,14,1,39,5,5,6,6,14,0,1,0,1,0,1,14,14,14,14,14,14,14,14,14,14,9,10,14,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,22,39,6,14,14,9,10,14,14,0,1,14,14,1,14,1,14,14,14,14,14,14,14,14,14,14,14,5,5,14,14,14,6,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,14,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,14,1,14,0,1,1,0,1,1,5,12,32,32,32,32,32,32,32,32,32,32,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,5,5,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,10,9,14,14,14,9,9,39,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,21,21,21,31,29,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,17,17,17,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,17,17,17,17,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,17,17,17,17,17,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,17,17,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,12,12,12,17,17,17,17,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,11,11,11,11,11,11,11,11,11,11,17,17,17,17,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,17,17,12,17,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,11,11,11,11,11,11,11,11,11,11,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,17,17,17,17,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,0,0,1,1,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,1,12,12,12,0,1,0,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,1,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,21,12,12,12,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,12,12,21,21,21,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,21,21,21,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,39,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,12,12,39,39,39,39,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,39,39,39,39,39,39,39,39,39,39,39,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,14,14,14,14,14,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,14,12,14,12,14,14,14,14,14,14,14,14,14,14,12,14,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,39,39,39,39,39,39,39,39,39,39,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,39,39,39,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39],
|
30 |
highStart:919552,errorValue:0}},function(t,e){(function(){e.OP=0,e.CL=1,e.CP=2,e.QU=3,e.GL=4,e.NS=5,e.EX=6,e.SY=7,e.IS=8,e.PR=9,e.PO=10,e.NU=11,e.AL=12,e.HL=13,e.ID=14,e.IN=15,e.HY=16,e.BA=17,e.BB=18,e.B2=19,e.ZW=20,e.CM=21,e.WJ=22,e.H2=23,e.H3=24,e.JL=25,e.JV=26,e.JT=27,e.RI=28,e.AI=29,e.BK=30,e.CB=31,e.CJ=32,e.CR=33,e.LF=34,e.NL=35,e.SA=36,e.SG=37,e.SP=38,e.XX=39}).call(this)},function(t,e){(function(){var t,n,r,i,o;e.DI_BRK=r=0,e.IN_BRK=i=1,e.CI_BRK=t=2,e.CP_BRK=n=3,e.PR_BRK=o=4,e.pairTable=[[o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,n,o,o,o,o,o,o,o],[r,o,o,i,i,o,o,o,o,i,i,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,o,o,o,o,i,i,i,i,i,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[o,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,i,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,i,i,i,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,i,r,i,i,r,r,o,t,o,i,i,i,i,i,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,r,i,o,o,o,r,r,i,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[r,o,o,i,r,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,o,o,t,o,r,r,r,r,r,r],[r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r,o,r,r,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,r,r,i,i,i,r,i,i,i,r,r,o,t,o,r,r,r,r,r,r],[i,o,o,i,i,i,o,o,o,i,i,i,i,i,i,i,i,i,i,i,o,t,o,i,i,i,i,i,i],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,i,i,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,i,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,i,i,i,i,r,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,i,i,r],[r,o,o,i,i,i,o,o,o,r,i,r,r,r,r,i,i,i,r,r,o,t,o,r,r,r,r,i,r],[r,o,o,i,i,i,o,o,o,r,r,r,r,r,r,r,i,i,r,r,o,t,o,r,r,r,r,r,i]]}).call(this)},function(t,e,n){(function(e){(function(){var r;r=n(290),t.exports={initImages:function(){return this._imageRegistry={},this._imageCount=0},image:function(t,n,i,o){var a,s,u,c,l,f,h,p,d,g,v,y,m,b;return null==o&&(o={}),"object"==typeof n&&(o=n,n=null),n=null!=(g=null!=n?n:o.x)?g:this.x,i=null!=(v=null!=i?i:o.y)?v:this.y,e.isBuffer(t)||(h=this._imageRegistry[t]),h||(h=r.open(t,"I"+ ++this._imageCount),h.embed(this),e.isBuffer(t)||(this._imageRegistry[t]=h)),null==(a=this.page.xobjects)[d=h.label]&&(a[d]=h.obj),m=o.width||h.width,l=o.height||h.height,o.width&&!o.height?(b=m/h.width,m=h.width*b,l=h.height*b):o.height&&!o.width?(f=l/h.height,m=h.width*f,l=h.height*f):o.scale?(m=h.width*o.scale,l=h.height*o.scale):o.fit&&(y=o.fit,c=y[0],s=y[1],u=c/s,p=h.width/h.height,p>u?(m=c,l=c/p):(l=s,m=s*p),"center"===o.align?n=n+c/2-m/2:"right"===o.align&&(n=n+c-m),"center"===o.valign?i=i+s/2-l/2:"bottom"===o.valign&&(i=i+s-l)),this.y===i&&(this.y+=l),this.save(),this.transform(m,0,0,-l,n,i+l),this.addContent("/"+h.label+" Do"),this.restore(),this}}}).call(this)}).call(e,n(2).Buffer)},function(t,e,n){(function(e){(function(){var r,i,o,a;a=n(53),n(291),r=n(292),o=n(293),i=function(){function t(){}return t.open=function(t,n){var i,s;if(e.isBuffer(t))i=t;else if(t instanceof ArrayBuffer)i=new e(new Uint8Array(t));else if(s=/^data:.+;base64,(.*)$/.exec(t))i=new e(s[1],"base64");else if(!(i=a.readFileSync(t)))return;if(255===i[0]&&216===i[1])return new r(i,n);if(137===i[0]&&"PNG"===i.toString("ascii",1,4))return new o(i,n);throw new Error("Unknown image format.")},t}(),t.exports=i}).call(this)}).call(e,n(2).Buffer)},function(t,e){(function(){var e;e=function(){function t(t){this.data=null!=t?t:[],this.pos=0,this.length=this.data.length}return t.prototype.readByte=function(){return this.data[this.pos++]},t.prototype.writeByte=function(t){return this.data[this.pos++]=t},t.prototype.byteAt=function(t){return this.data[t]},t.prototype.readBool=function(){return!!this.readByte()},t.prototype.writeBool=function(t){return this.writeByte(t?1:0)},t.prototype.readUInt32=function(){var t,e,n,r;return t=16777216*this.readByte(),e=this.readByte()<<16,n=this.readByte()<<8,r=this.readByte(),t+e+n+r},t.prototype.writeUInt32=function(t){return this.writeByte(t>>>24&255),this.writeByte(t>>16&255),this.writeByte(t>>8&255),this.writeByte(255&t)},t.prototype.readInt32=function(){var t;return t=this.readUInt32(),t>=2147483648?t-4294967296:t},t.prototype.writeInt32=function(t){return t<0&&(t+=4294967296),this.writeUInt32(t)},t.prototype.readUInt16=function(){var t,e;return t=this.readByte()<<8,e=this.readByte(),t|e},t.prototype.writeUInt16=function(t){return this.writeByte(t>>8&255),this.writeByte(255&t)},t.prototype.readInt16=function(){var t;return t=this.readUInt16(),t>=32768?t-65536:t},t.prototype.writeInt16=function(t){return t<0&&(t+=65536),this.writeUInt16(t)},t.prototype.readString=function(t){var e,n,r,i;for(i=[],e=n=0,r=t;0<=r?n<r:n>r;e=0<=r?++n:--n)i[e]=String.fromCharCode(this.readByte());return i.join("")},t.prototype.writeString=function(t){var e,n,r,i;for(i=[],e=n=0,r=t.length;0<=r?n<r:n>r;e=0<=r?++n:--n)i.push(this.writeByte(t.charCodeAt(e)));return i},t.prototype.stringAt=function(t,e){return this.pos=t,this.readString(e)},t.prototype.readShort=function(){return this.readInt16()},t.prototype.writeShort=function(t){return this.writeInt16(t)},t.prototype.readLongLong=function(){var t,e,n,r,i,o,a,s;return t=this.readByte(),e=this.readByte(),n=this.readByte(),r=this.readByte(),i=this.readByte(),o=this.readByte(),a=this.readByte(),s=this.readByte(),128&t?(72057594037927940*(255^t)+281474976710656*(255^e)+1099511627776*(255^n)+4294967296*(255^r)+16777216*(255^i)+65536*(255^o)+256*(255^a)+(255^s)+1)*-1:72057594037927940*t+281474976710656*e+1099511627776*n+4294967296*r+16777216*i+65536*o+256*a+s},t.prototype.writeLongLong=function(t){var e,n;return e=Math.floor(t/4294967296),n=4294967295&t,this.writeByte(e>>24&255),this.writeByte(e>>16&255),this.writeByte(e>>8&255),this.writeByte(255&e),this.writeByte(n>>24&255),this.writeByte(n>>16&255),this.writeByte(n>>8&255),this.writeByte(255&n)},t.prototype.readInt=function(){return this.readInt32()},t.prototype.writeInt=function(t){return this.writeInt32(t)},t.prototype.slice=function(t,e){return this.data.slice(t,e)},t.prototype.read=function(t){var e,n,r;for(e=[],n=0,r=t;0<=r?n<r:n>r;0<=r?++n:--n)e.push(this.readByte());return e},t.prototype.write=function(t){var e,n,r,i;for(i=[],n=0,r=t.length;n<r;n++)e=t[n],i.push(this.writeByte(e));return i},t}(),t.exports=e}).call(this)},function(t,e,n){(function(){var e,r=[].indexOf||function(t){for(var e=0,n=this.length;e<n;e++)if(e in this&&this[e]===t)return e;return-1};n(53),e=function(){function t(t,n){var i,o,a;if(this.data=t,this.label=n,65496!==this.data.readUInt16BE(0))throw"SOI not found in JPEG";for(a=2;a<this.data.length&&(o=this.data.readUInt16BE(a),a+=2,!(r.call(e,o)>=0));)a+=this.data.readUInt16BE(a);if(r.call(e,o)<0)throw"Invalid JPEG.";a+=2,this.bits=this.data[a++],this.height=this.data.readUInt16BE(a),a+=2,this.width=this.data.readUInt16BE(a),a+=2,i=this.data[a++],this.colorSpace=function(){switch(i){case 1:return"DeviceGray";case 3:return"DeviceRGB";case 4:return"DeviceCMYK"}}(),this.obj=null}var e;return e=[65472,65473,65474,65475,65477,65478,65479,65480,65481,65482,65483,65484,65485,65486,65487],t.prototype.embed=function(t){if(!this.obj)return this.obj=t.ref({Type:"XObject",Subtype:"Image",BitsPerComponent:this.bits,Width:this.width,Height:this.height,ColorSpace:this.colorSpace,Filter:"DCTDecode"}),"DeviceCMYK"===this.colorSpace&&(this.obj.data.Decode=[1,0,1,0,1,0,1,0]),this.obj.end(this.data),this.data=null},t}(),t.exports=e}).call(this)},function(t,e,n){(function(e){(function(){var r,i,o;o=n(56),r=n(294),i=function(){function t(t,e){this.label=e,this.image=new r(t),this.width=this.image.width,this.height=this.image.height,this.imgData=this.image.imgData,this.obj=null}return t.prototype.embed=function(t){var n,r,i,o,a,s,u,c;if(this.document=t,!this.obj){if(this.obj=this.document.ref({Type:"XObject",Subtype:"Image",BitsPerComponent:this.image.bits,Width:this.width,Height:this.height,Filter:"FlateDecode"}),this.image.hasAlphaChannel||(a=this.document.ref({Predictor:15,Colors:this.image.colors,BitsPerComponent:this.image.bits,Columns:this.width}),this.obj.data.DecodeParms=a,a.end()),0===this.image.palette.length?this.obj.data.ColorSpace=this.image.colorSpace:(o=this.document.ref(),o.end(new e(this.image.palette)),this.obj.data.ColorSpace=["Indexed","DeviceRGB",this.image.palette.length/3-1,o]),this.image.transparency.grayscale)return u=this.image.transparency.greyscale,this.obj.data.Mask=[u,u];if(this.image.transparency.rgb){for(s=this.image.transparency.rgb,i=[],n=0,r=s.length;n<r;n++)c=s[n],i.push(c,c);return this.obj.data.Mask=i}return this.image.transparency.indexed?this.loadIndexedAlphaChannel():this.image.hasAlphaChannel?this.splitAlphaChannel():this.finalize()}},t.prototype.finalize=function(){var t;return this.alphaChannel&&(t=this.document.ref({Type:"XObject",Subtype:"Image",Height:this.height,Width:this.width,BitsPerComponent:8,Filter:"FlateDecode",ColorSpace:"DeviceGray",Decode:[0,1]}),t.end(this.alphaChannel),this.obj.data.SMask=t),this.obj.end(this.imgData),this.image=null,this.imgData=null},t.prototype.splitAlphaChannel=function(){return this.image.decodePixels(function(t){return function(n){var r,i,a,s,u,c,l,f,h;for(a=t.image.colors*t.image.bits/8,h=t.width*t.height,c=new e(h*a),i=new e(h),u=f=r=0,l=n.length;u<l;)c[f++]=n[u++],c[f++]=n[u++],c[f++]=n[u++],i[r++]=n[u++];return s=0,o.deflate(c,function(e,n){if(t.imgData=n,e)throw e;if(2==++s)return t.finalize()}),o.deflate(i,function(e,n){if(t.alphaChannel=n,e)throw e;if(2==++s)return t.finalize()})}}(this))},t.prototype.loadIndexedAlphaChannel=function(t){var n;return n=this.image.transparency.indexed,this.image.decodePixels(function(t){return function(r){var i,a,s,u,c;for(i=new e(t.width*t.height),a=0,s=u=0,c=r.length;u<c;s=u+=1)i[a++]=n[r[s]];return o.deflate(i,function(e,n){if(t.alphaChannel=n,e)throw e;return t.finalize()})}}(this))},t}(),t.exports=i}).call(this)}).call(e,n(2).Buffer)},function(t,e,n){(function(e){(function(){var r,i;r=n(53),i=n(56),t.exports=function(){function t(t){var n,r,i,o,a,s,u,c,l,f;for(this.data=t,this.pos=8,this.palette=[],this.imgData=[],this.transparency={},this.text={};;){switch(n=this.readUInt32(),function(){var t,e;for(e=[],i=t=0;t<4;i=++t)e.push(String.fromCharCode(this.data[this.pos++]));return e}.call(this).join("")){case"IHDR":this.width=this.readUInt32(),this.height=this.readUInt32(),this.bits=this.data[this.pos++],this.colorType=this.data[this.pos++],this.compressionMethod=this.data[this.pos++],this.filterMethod=this.data[this.pos++],this.interlaceMethod=this.data[this.pos++];break;case"PLTE":this.palette=this.read(n);break;case"IDAT":for(i=c=0;c<n;i=c+=1)this.imgData.push(this.data[this.pos++]);break;case"tRNS":switch(this.transparency={},this.colorType){case 3:if(this.transparency.indexed=this.read(n),(s=255-this.transparency.indexed.length)>0)for(i=l=0;0<=s?l<s:l>s;i=0<=s?++l:--l)this.transparency.indexed.push(255);break;case 0:this.transparency.grayscale=this.read(n)[0];break;case 2:this.transparency.rgb=this.read(n)}break;case"tEXt":u=this.read(n),o=u.indexOf(0),a=String.fromCharCode.apply(String,u.slice(0,o)),this.text[a]=String.fromCharCode.apply(String,u.slice(o+1));break;case"IEND":return this.colors=function(){switch(this.colorType){case 0:case 3:case 4:return 1;case 2:case 6:return 3}}.call(this),this.hasAlphaChannel=4===(f=this.colorType)||6===f,r=this.colors+(this.hasAlphaChannel?1:0),this.pixelBitlength=this.bits*r,this.colorSpace=function(){switch(this.colors){case 1:return"DeviceGray";case 3:return"DeviceRGB"}}.call(this),void(this.imgData=new e(this.imgData));default:this.pos+=n}if(this.pos+=4,this.pos>this.data.length)throw new Error("Incomplete or corrupt PNG file")}}return t.decode=function(e,n){return r.readFile(e,function(e,r){var i;return i=new t(r),i.decode(function(t){return n(t)})})},t.load=function(e){var n;return n=r.readFileSync(e),new t(n)},t.prototype.read=function(t){var e,n;for(n=[],e=0;0<=t?e<t:e>t;0<=t?++e:--e)n.push(this.data[this.pos++]);return n},t.prototype.readUInt32=function(){var t,e,n,r;return t=this.data[this.pos++]<<24,e=this.data[this.pos++]<<16,n=this.data[this.pos++]<<8,r=this.data[this.pos++],t|e|n|r},t.prototype.readUInt16=function(){var t,e;return t=this.data[this.pos++]<<8,e=this.data[this.pos++],t|e},t.prototype.decodePixels=function(t){var n=this;return i.inflate(this.imgData,function(r,i){var o,a,s,u,c,l,f,h,p,d,g,v,y,m,b,w,x,S,k,_,C,A,E;if(r)throw r;for(v=n.pixelBitlength/8,w=v*n.width,y=new e(w*n.height),l=i.length,b=0,m=0,a=0;m<l;){switch(i[m++]){case 0:for(u=k=0;k<w;u=k+=1)y[a++]=i[m++];break;case 1:for(u=_=0;_<w;u=_+=1)o=i[m++],c=u<v?0:y[a-v],y[a++]=(o+c)%256;break;case 2:for(u=C=0;C<w;u=C+=1)o=i[m++],s=(u-u%v)/v,x=b&&y[(b-1)*w+s*v+u%v],y[a++]=(x+o)%256;break;case 3:for(u=A=0;A<w;u=A+=1)o=i[m++],s=(u-u%v)/v,c=u<v?0:y[a-v],x=b&&y[(b-1)*w+s*v+u%v],y[a++]=(o+Math.floor((c+x)/2))%256;break;case 4:for(u=E=0;E<w;u=E+=1)o=i[m++],s=(u-u%v)/v,c=u<v?0:y[a-v],0===b?x=S=0:(x=y[(b-1)*w+s*v+u%v],S=s&&y[(b-1)*w+(s-1)*v+u%v]),f=c+x-S,h=Math.abs(f-c),d=Math.abs(f-x),g=Math.abs(f-S),p=h<=d&&h<=g?c:d<=g?x:S,y[a++]=(o+p)%256;break;default:throw new Error("Invalid filter algorithm: "+i[m-1])}b++}return t(y)})},t.prototype.decodePalette=function(){var t,n,r,i,o,a,s,u,c;for(r=this.palette,a=this.transparency.indexed||[],o=new e(a.length+r.length),i=0,r.length,t=0,n=s=0,u=r.length;s<u;n=s+=3)o[i++]=r[n],o[i++]=r[n+1],o[i++]=r[n+2],o[i++]=null!=(c=a[t++])?c:255;return o},t.prototype.copyToImageData=function(t,e){var n,r,i,o,a,s,u,c,l,f,h;if(r=this.colors,l=null,n=this.hasAlphaChannel,this.palette.length&&(l=null!=(h=this._decodedPalette)?h:this._decodedPalette=this.decodePalette(),r=4,n=!0),i=(null!=t?t.data:void 0)||t,c=i.length,a=l||e,o=s=0,1===r)for(;o<c;)u=l?4*e[o/4]:s,f=a[u++],i[o++]=f,i[o++]=f,i[o++]=f,i[o++]=n?a[u++]:255,s=u;else for(;o<c;)u=l?4*e[o/4]:s,i[o++]=a[u++],i[o++]=a[u++],i[o++]=a[u++],i[o++]=n?a[u++]:255,s=u},t.prototype.decode=function(t){var n,r=this;return n=new e(this.width*this.height*4),this.decodePixels(function(e){return r.copyToImageData(n,e),t(n)})},t}()}).call(this)}).call(e,n(2).Buffer)},function(t,e){(function(){t.exports={annotate:function(t,e,n,r,i){var o,a,s;i.Type="Annot",i.Rect=this._convertRect(t,e,n,r),i.Border=[0,0,0],"Link"!==i.Subtype&&null==i.C&&(i.C=this._normalizeColor(i.color||[0,0,0])),delete i.color,"string"==typeof i.Dest&&(i.Dest=new String(i.Dest));for(o in i)s=i[o],i[o[0].toUpperCase()+o.slice(1)]=s;return a=this.ref(i),this.page.annotations.push(a),a.end(),this},note:function(t,e,n,r,i,o){return null==o&&(o={}),o.Subtype="Text",o.Contents=new String(i),o.Name="Comment",null==o.color&&(o.color=[243,223,92]),this.annotate(t,e,n,r,o)},link:function(t,e,n,r,i,o){return null==o&&(o={}),o.Subtype="Link",o.A=this.ref({S:"URI",URI:new String(i)}),o.A.end(),this.annotate(t,e,n,r,o)},_markup:function(t,e,n,r,i){var o,a,s,u,c;return null==i&&(i={}),o=this._convertRect(t,e,n,r),a=o[0],u=o[1],s=o[2],c=o[3],i.QuadPoints=[a,c,s,c,a,u,s,u],i.Contents=new String,this.annotate(t,e,n,r,i)},highlight:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Highlight",null==i.color&&(i.color=[241,238,148]),this._markup(t,e,n,r,i)},underline:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Underline",this._markup(t,e,n,r,i)},strike:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="StrikeOut",this._markup(t,e,n,r,i)},lineAnnotation:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Line",i.Contents=new String,i.L=[t,this.page.height-e,n,this.page.height-r],this.annotate(t,e,n,r,i)},rectAnnotation:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Square",i.Contents=new String,this.annotate(t,e,n,r,i)},ellipseAnnotation:function(t,e,n,r,i){return null==i&&(i={}),i.Subtype="Circle",i.Contents=new String,this.annotate(t,e,n,r,i)},textAnnotation:function(t,e,n,r,i,o){return null==o&&(o={}),o.Subtype="FreeText",o.Contents=new String(i),o.DA=new String,this.annotate(t,e,n,r,o)},_convertRect:function(t,e,n,r){var i,o,a,s,u,c,l,f,h;return h=e,e+=r,f=t+n,l=this._ctm,i=l[0],o=l[1],a=l[2],s=l[3],u=l[4],c=l[5],t=i*t+a*e+u,e=o*t+s*e+c,f=i*f+a*h+u,h=o*f+s*h+c,[t,e,f,h]}}}).call(this)},function(t,e){"use strict";t.exports={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],EXECUTIVE:[521.86,756],FOLIO:[612,936],LEGAL:[612,1008],LETTER:[612,792],TABLOID:[792,1224]}},function(t,e,n){(function(e){"use strict";function r(t,e){this.pdfKitDoc=t,this.imageDictionary=e||{}}var i=n(290);r.prototype.measureImage=function(t){var n,r,o=this;if(this.pdfKitDoc._imageRegistry[t])n=this.pdfKitDoc._imageRegistry[t];else{r="I"+ ++this.pdfKitDoc._imageCount;try{n=i.open(function(t){var n=o.imageDictionary[t];if(!n)return t;var r=n.indexOf("base64,");return r<0?o.imageDictionary[t]:new e(n.substring(r+7),"base64")}(t),r)}catch(t){n=null}if(null===n||void 0===n)throw"invalid image, images dictionary should contain dataURL entries (or local file paths in node.js)";n.embed(this.pdfKitDoc),this.pdfKitDoc._imageRegistry[t]=n}return{width:n.width,height:n.height}},t.exports=r}).call(e,n(2).Buffer)},function(t,e){"use strict";function n(t){for(var e=[],n=null,r=0,i=t.inlines.length;r<i;r++){var o=t.inlines[r],a=o.decoration;if(a){var s=o.decorationColor||o.color||"black",u=o.decorationStyle||"solid";a=Array.isArray(a)?a:[a];for(var c=0,l=a.length;c<l;c++){var f=a[c];n&&f===n.decoration&&u===n.decorationStyle&&s===n.decorationColor&&"lineThrough"!==f?n.inlines.push(o):(n={line:t,decoration:f,decorationColor:s,decorationStyle:u,inlines:[o]},e.push(n))}}else n=null}return e}function r(t,e,n,r){var i=t.inlines[0],o=function(){for(var e=0,n=0,r=t.inlines.length;n<r;n++){e=t.inlines[n].fontSize>e?n:e}return t.inlines[e]}(),a=function(){for(var e=0,n=0,r=t.inlines.length;n<r;n++)e+=t.inlines[n].width;return e}(),s=t.line.getAscenderHeight(),u=o.font.ascender/1e3*o.fontSize,c=o.height,l=c-u,f=.5+.12*Math.floor(Math.max(o.fontSize-8,0)/2);switch(t.decoration){case"underline":n+=s+.45*l;break;case"overline":n+=s-.85*u;break;case"lineThrough":n+=s-.25*u;break;default:throw"Unkown decoration : "+t.decoration}if(r.save(),"double"===t.decorationStyle){var h=Math.max(.5,2*f);r.fillColor(t.decorationColor).rect(e+i.x,n-f/2,a,f/2).fill().rect(e+i.x,n+h-f/2,a,f/2).fill()}else if("dashed"===t.decorationStyle){var p=Math.ceil(a/6.8),d=e+i.x;r.rect(d,n,a,f).clip(),r.fillColor(t.decorationColor);for(var g=0;g<p;g++)r.rect(d,n-f/2,3.96,f).fill(),d+=6.8}else if("dotted"===t.decorationStyle){var v=Math.ceil(a/(3*f)),y=e+i.x;r.rect(y,n,a,f).clip(),r.fillColor(t.decorationColor);for(var m=0;m<v;m++)r.rect(y,n-f/2,f,f).fill(),y+=3*f}else if("wavy"===t.decorationStyle){var b=Math.ceil(a/1.4)+1,w=e+i.x-1;r.rect(e+i.x,n-1,a,n+1).clip(),r.lineWidth(.24),r.moveTo(w,n);for(var x=0;x<b;x++)r.bezierCurveTo(w+.7,n-1,w+1.4,n-1,w+.7*3,n).bezierCurveTo(w+2.8,n+1,w+3.5,n+1,w+.7*6,n),w+=.7*6;r.stroke(t.decorationColor)}else r.fillColor(t.decorationColor).rect(e+i.x,n-f/2,a,f).fill();r.restore()}function i(t,e,i,o){for(var a=n(t),s=0,u=a.length;s<u;s++)r(a[s],e,i,o)}function o(t,e,n,r){for(var i=t.getHeight(),o=0,a=t.inlines.length;o<a;o++){var s=t.inlines[o];s.background&&r.fillColor(s.background).rect(e+s.x,n,s.width,i).fill()}}t.exports={drawBackground:o,drawDecorations:i}},function(t,e,n){var r,i=i||function(t){"use strict";if(!(void 0===t||"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent))){var e=t.document,n=function(){return t.URL||t.webkitURL||t},r=e.createElementNS("http://www.w3.org/1999/xhtml","a"),i="download"in r,o=function(t){var e=new MouseEvent("click");t.dispatchEvent(e)},a=/constructor/i.test(t.HTMLElement)||t.safari,s=/CriOS\/[\d]+/.test(navigator.userAgent),u=function(e){(t.setImmediate||t.setTimeout)(function(){throw e},0)},c=function(t){var e=function(){"string"==typeof t?n().revokeObjectURL(t):t.remove()};setTimeout(e,4e4)},l=function(t,e,n){e=[].concat(e);for(var r=e.length;r--;){var i=t["on"+e[r]];if("function"==typeof i)try{i.call(t,n||t)}catch(t){u(t)}}},f=function(t){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob([String.fromCharCode(65279),t],{type:t.type}):t},h=function(e,u,h){h||(e=f(e));var p,d=this,g=e.type,v="application/octet-stream"===g,y=function(){l(d,"writestart progress write writeend".split(" "))};if(d.readyState=d.INIT,i)return p=n().createObjectURL(e),void setTimeout(function(){r.href=p,r.download=u,o(r),y(),c(p),d.readyState=d.DONE});!function(){if((s||v&&a)&&t.FileReader){var r=new FileReader;return r.onloadend=function(){var e=s?r.result:r.result.replace(/^data:[^;]*;/,"data:attachment/file;");t.open(e,"_blank")||(t.location.href=e),e=void 0,d.readyState=d.DONE,y()},r.readAsDataURL(e),void(d.readyState=d.INIT)}if(p||(p=n().createObjectURL(e)),v)t.location.href=p;else{t.open(p,"_blank")||(t.location.href=p)}d.readyState=d.DONE,y(),c(p)}()},p=h.prototype,d=function(t,e,n){return new h(t,e||t.name||"download",n)};return"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob?function(t,e,n){return e=e||t.name||"download",n||(t=f(t)),navigator.msSaveOrOpenBlob(t,e)}:(p.abort=function(){},p.readyState=p.INIT=0,p.WRITING=1,p.DONE=2,p.error=p.onwritestart=p.onprogress=p.onwrite=p.onabort=p.onerror=p.onwriteend=null,d)}}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content);void 0!==t&&t.exports?t.exports.saveAs=i:null!==n(300)&&null!==n(301)&&void 0!==(r=function(){return i}.call(e,n,e,t))&&(t.exports=r)},function(t,e){t.exports=function(){throw new Error("define cannot be used indirect")}},function(t,e){(function(e){t.exports=e}).call(e,{})}])});
|
31 |
+
|
assets/js/wpdatatables/admin/wdt.color-picker-init.js
CHANGED
@@ -16,8 +16,6 @@
|
|
16 |
|
17 |
})(jQuery);
|
18 |
|
19 |
-
|
20 |
-
|
21 |
/**
|
22 |
* Replace input with Colorpicker layout
|
23 |
*/
|
@@ -42,7 +40,9 @@ var wdtApplyColorPicker = function (selecter) {
|
|
42 |
jQuery('.pcr-app').remove();
|
43 |
var inputElement = '#' + jQuery(selecter)[0].id,
|
44 |
defoult = jQuery(inputElement).val() == "" ? '#FFFFFF' : jQuery(inputElement).val(),
|
45 |
-
isChart = !jQuery(selecter).hasClass('series-color')
|
|
|
|
|
46 |
const pickr = new Pickr({
|
47 |
el: inputElement,
|
48 |
useAsButton: true,
|
@@ -90,6 +90,13 @@ var wdtApplyColorPicker = function (selecter) {
|
|
90 |
var colorRepresentation = pickr.getColorRepresentation();
|
91 |
colorRepresentationSwitch(colorRepresentation, pickr, inputElement)
|
92 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
}).on('save', color => {
|
94 |
if (color != null) {
|
95 |
var colorRepresentation = pickr.getColorRepresentation()
|
@@ -99,15 +106,25 @@ var wdtApplyColorPicker = function (selecter) {
|
|
99 |
jQuery(inputElement).parent().find('.wpcolorpicker-icon i').css("background-color", "none");
|
100 |
}
|
101 |
pickr.hide();
|
|
|
102 |
|
103 |
}).on('change', color => {
|
104 |
var colorRepresentation = pickr.getColorRepresentation()
|
105 |
colorSwitch(colorRepresentation, color, inputElement)
|
106 |
jQuery(inputElement).change()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
}).on('clear', color => {
|
108 |
jQuery(inputElement).val('');
|
109 |
jQuery(inputElement).change();
|
110 |
jQuery(inputElement).closest('.wdt-color-picker').find('.wpcolorpicker-icon i').css("background", 'none');
|
|
|
|
|
111 |
})
|
112 |
};
|
113 |
|
16 |
|
17 |
})(jQuery);
|
18 |
|
|
|
|
|
19 |
/**
|
20 |
* Replace input with Colorpicker layout
|
21 |
*/
|
40 |
jQuery('.pcr-app').remove();
|
41 |
var inputElement = '#' + jQuery(selecter)[0].id,
|
42 |
defoult = jQuery(inputElement).val() == "" ? '#FFFFFF' : jQuery(inputElement).val(),
|
43 |
+
isChart = !jQuery(selecter).hasClass('series-color'),
|
44 |
+
isColumnColor = inputElement === '#wdt-column-color';
|
45 |
+
;
|
46 |
const pickr = new Pickr({
|
47 |
el: inputElement,
|
48 |
useAsButton: true,
|
90 |
var colorRepresentation = pickr.getColorRepresentation();
|
91 |
colorRepresentationSwitch(colorRepresentation, pickr, inputElement)
|
92 |
}
|
93 |
+
if (isColumnColor) {
|
94 |
+
jQuery('.wpdt-column-settings-card').css('min-height', '700px');
|
95 |
+
jQuery(".column-settings-panel").animate({
|
96 |
+
scrollTop: jQuery(
|
97 |
+
'.column-settings-panel').get(0).scrollHeight
|
98 |
+
}, 1000);
|
99 |
+
}
|
100 |
}).on('save', color => {
|
101 |
if (color != null) {
|
102 |
var colorRepresentation = pickr.getColorRepresentation()
|
106 |
jQuery(inputElement).parent().find('.wpcolorpicker-icon i').css("background-color", "none");
|
107 |
}
|
108 |
pickr.hide();
|
109 |
+
if (isColumnColor) jQuery('.wpdt-column-settings-card').css('min-height','auto');
|
110 |
|
111 |
}).on('change', color => {
|
112 |
var colorRepresentation = pickr.getColorRepresentation()
|
113 |
colorSwitch(colorRepresentation, color, inputElement)
|
114 |
jQuery(inputElement).change()
|
115 |
+
if (isColumnColor) {
|
116 |
+
jQuery('.wpdt-column-settings-card').css('min-height', '700px');
|
117 |
+
jQuery(".column-settings-panel").animate({
|
118 |
+
scrollTop: jQuery(
|
119 |
+
'.column-settings-panel').get(0).scrollHeight
|
120 |
+
}, 1000);
|
121 |
+
}
|
122 |
}).on('clear', color => {
|
123 |
jQuery(inputElement).val('');
|
124 |
jQuery(inputElement).change();
|
125 |
jQuery(inputElement).closest('.wdt-color-picker').find('.wpcolorpicker-icon i').css("background", 'none');
|
126 |
+
}).on('hide', color => {
|
127 |
+
if (isColumnColor) jQuery('.wpdt-column-settings-card').css('min-height','auto');
|
128 |
})
|
129 |
};
|
130 |
|
assets/js/wpdatatables/admin/wdtRating.js
CHANGED
@@ -41,5 +41,23 @@
|
|
41 |
});
|
42 |
})
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
});
|
45 |
})(jQuery);
|
41 |
});
|
42 |
})
|
43 |
|
44 |
+
$('.wpdt-forminator-news-notice .notice-dismiss').on('click', function (e) {
|
45 |
+
e.preventDefault();
|
46 |
+
$.ajax({
|
47 |
+
url: ajaxurl,
|
48 |
+
method: "POST",
|
49 |
+
data: {
|
50 |
+
'action': 'wdt_remove_forminator_notice'
|
51 |
+
},
|
52 |
+
dataType: "json",
|
53 |
+
async: !0,
|
54 |
+
success: function (e) {
|
55 |
+
if (e == "success") {
|
56 |
+
$('.wpdt-forminator-news-notice').slideUp('fast');
|
57 |
+
}
|
58 |
+
}
|
59 |
+
});
|
60 |
+
})
|
61 |
+
|
62 |
});
|
63 |
})(jQuery);
|
assets/js/wpdatatables/wdt.chartsRender.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
if (wdtGoogleCharts.length) {
|
27 |
var wdtGoogleRenderCallback = function () {
|
28 |
for (var i in wdtGoogleCharts) {
|
29 |
-
if (
|
30 |
wdtGoogleCharts[i].render();
|
31 |
}
|
32 |
}
|
@@ -34,7 +34,7 @@
|
|
34 |
google.charts.setOnLoadCallback(wdtGoogleRenderCallback);
|
35 |
} else {
|
36 |
for (var i in wdtGoogleCharts) {
|
37 |
-
if (
|
38 |
wdtGoogleCharts[i].render();
|
39 |
}
|
40 |
}
|
26 |
if (wdtGoogleCharts.length) {
|
27 |
var wdtGoogleRenderCallback = function () {
|
28 |
for (var i in wdtGoogleCharts) {
|
29 |
+
if (!isNaN(i))
|
30 |
wdtGoogleCharts[i].render();
|
31 |
}
|
32 |
}
|
34 |
google.charts.setOnLoadCallback(wdtGoogleRenderCallback);
|
35 |
} else {
|
36 |
for (var i in wdtGoogleCharts) {
|
37 |
+
if (!isNaN(i))
|
38 |
wdtGoogleCharts[i].render();
|
39 |
}
|
40 |
}
|
assets/js/wpdatatables/wdt.chartsRender.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(window).on("load",function(){var a=[];if("undefined"!=typeof wpDataCharts)for(var t in wpDataCharts){var e=new wpDataTablesGoogleChart;e.setType(wpDataCharts[t].render_data.type),e.setColumns(wpDataCharts[t].render_data.columns),e.setRows(wpDataCharts[t].render_data.rows),e.setOptions(wpDataCharts[t].render_data.options),e.setContainer(wpDataCharts[t].container),e.setColumnIndexes(wpDataCharts[t].render_data.column_indexes),"undefined"!=typeof wpDataChartsCallbacks&&void 0!==wpDataChartsCallbacks[t]&&e.setRenderCallback(wpDataChartsCallbacks[t]),a.push(e)}if(a.length)if(void 0!==google.charts.setOnLoadCallback)google.charts.setOnLoadCallback(function(){for(var t in a)
|
1 |
+
jQuery(window).on("load",function(){var a=[];if("undefined"!=typeof wpDataCharts)for(var t in wpDataCharts){var e=new wpDataTablesGoogleChart;e.setType(wpDataCharts[t].render_data.type),e.setColumns(wpDataCharts[t].render_data.columns),e.setRows(wpDataCharts[t].render_data.rows),e.setOptions(wpDataCharts[t].render_data.options),e.setContainer(wpDataCharts[t].container),e.setColumnIndexes(wpDataCharts[t].render_data.column_indexes),"undefined"!=typeof wpDataChartsCallbacks&&void 0!==wpDataChartsCallbacks[t]&&e.setRenderCallback(wpDataChartsCallbacks[t]),a.push(e)}if(a.length)if(void 0!==google.charts.setOnLoadCallback)google.charts.setOnLoadCallback(function(){for(var t in a)isNaN(t)||a[t].render()});else for(var r in a)isNaN(r)||a[r].render()});
|
assets/js/wpdatatables/wdt.googleCharts.js
CHANGED
@@ -114,84 +114,87 @@ var wpDataTablesGoogleChart = function () {
|
|
114 |
this.renderCallback = callback;
|
115 |
},
|
116 |
render: function () {
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
|
|
123 |
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
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 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
|
|
|
|
188 |
}
|
189 |
-
this.chart.draw(this.googleDataTable, this.options);
|
190 |
},
|
191 |
refresh: function () {
|
192 |
-
if
|
193 |
this.googleDataTable = new google.visualization.DataTable();
|
194 |
for (var i in this.columns) {
|
|
|
195 |
this.googleDataTable.addColumn(this.columns[i]);
|
196 |
}
|
197 |
this.detectDates();
|
114 |
this.renderCallback = callback;
|
115 |
},
|
116 |
render: function () {
|
117 |
+
if( typeof google.visualization !== 'undefined' && typeof google.visualization.DataTable !== 'undefined') {
|
118 |
+
this.googleDataTable = new google.visualization.DataTable();
|
119 |
+
for (var i in this.columns) {
|
120 |
+
if (!isNaN(i))
|
121 |
+
this.googleDataTable.addColumn(this.columns[i]);
|
122 |
+
}
|
123 |
+
this.detectDates();
|
124 |
|
125 |
+
this.googleDataTable.addRows(this.rows);
|
126 |
+
switch (this.type) {
|
127 |
+
case 'google_column_chart':
|
128 |
+
this.chart = new google.visualization.ColumnChart(document.getElementById(this.containerId));
|
129 |
+
break;
|
130 |
+
case 'google_histogram':
|
131 |
+
this.chart = new google.visualization.Histogram(document.getElementById(this.containerId));
|
132 |
+
break;
|
133 |
+
case 'google_bar_chart':
|
134 |
+
this.options.orientation = 'vertical';
|
135 |
+
this.chart = new google.visualization.BarChart(document.getElementById(this.containerId));
|
136 |
+
break;
|
137 |
+
case 'google_stacked_bar_chart':
|
138 |
+
this.options.orientation = 'vertical';
|
139 |
+
this.options.isStacked = true;
|
140 |
+
this.chart = new google.visualization.BarChart(document.getElementById(this.containerId));
|
141 |
+
break;
|
142 |
+
case 'google_area_chart':
|
143 |
+
this.chart = new google.visualization.AreaChart(document.getElementById(this.containerId));
|
144 |
+
break;
|
145 |
+
case 'google_stepped_area_chart':
|
146 |
+
this.options.isStacked = true;
|
147 |
+
this.chart = new google.visualization.SteppedAreaChart(document.getElementById(this.containerId));
|
148 |
+
break;
|
149 |
+
case 'google_line_chart':
|
150 |
+
this.chart = new google.visualization.LineChart(document.getElementById(this.containerId));
|
151 |
+
break;
|
152 |
+
case 'google_pie_chart':
|
153 |
+
this.chart = new google.visualization.PieChart(document.getElementById(this.containerId));
|
154 |
+
break;
|
155 |
+
case 'google_bubble_chart':
|
156 |
+
this.chart = new google.visualization.BubbleChart(document.getElementById(this.containerId));
|
157 |
+
break;
|
158 |
+
case 'google_donut_chart':
|
159 |
+
this.options.pieHole = 0.4;
|
160 |
+
this.chart = new google.visualization.PieChart(document.getElementById(this.containerId));
|
161 |
+
break;
|
162 |
+
case 'google_gauge_chart':
|
163 |
+
this.options.redFrom = 90;
|
164 |
+
this.options.redTo = 100;
|
165 |
+
this.options.yellowFrom = 75;
|
166 |
+
this.options.yellowTo = 90;
|
167 |
+
this.options.minorTicks = 5;
|
168 |
+
this.chart = new google.visualization.Gauge(document.getElementById(this.containerId));
|
169 |
+
break;
|
170 |
+
case 'google_scatter_chart':
|
171 |
+
this.chart = new google.visualization.ScatterChart(document.getElementById(this.containerId));
|
172 |
+
break;
|
173 |
+
case 'google_candlestick_chart':
|
174 |
+
this.options.legend = 'none';
|
175 |
+
this.chart = new google.visualization.CandlestickChart(document.getElementById(this.containerId));
|
176 |
+
break;
|
177 |
+
case 'google_waterfall_chart':
|
178 |
+
this.options.legend = 'none';
|
179 |
+
this.options.bar = {groupWidth: '100%'};
|
180 |
+
this.options.candlestick = {
|
181 |
+
fallingColor: {strokeWidth: 0, fill: '#a52714'}, // red
|
182 |
+
risingColor: {strokeWidth: 0, fill: '#0f9d58'} // green
|
183 |
+
};
|
184 |
+
this.chart = new google.visualization.CandlestickChart(document.getElementById(this.containerId));
|
185 |
+
break;
|
186 |
+
}
|
187 |
+
if (this.renderCallback !== null) {
|
188 |
+
this.renderCallback(this);
|
189 |
+
}
|
190 |
+
this.chart.draw(this.googleDataTable, this.options);
|
191 |
}
|
|
|
192 |
},
|
193 |
refresh: function () {
|
194 |
+
if( typeof google.visualization !== 'undefined' && typeof google.visualization.DataTable !== 'undefined' && this.chart != null ){
|
195 |
this.googleDataTable = new google.visualization.DataTable();
|
196 |
for (var i in this.columns) {
|
197 |
+
if (!isNaN(i))
|
198 |
this.googleDataTable.addColumn(this.columns[i]);
|
199 |
}
|
200 |
this.detectDates();
|
assets/js/wpdatatables/wdt.googleCharts.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
google.charts.load("current",{packages:["corechart","bar","gauge","scatter"]});var wpDataTablesGoogleChart=function(){var t={rows:[],columns:[],type:"column",containerId:"google-chart-container",columnIndexes:[],connectedWPDataTable:null,chart:null,googleDataTable:null,renderCallback:null,options:{animation:"none",backgroundColor:{fill:"#FFFFFF",strokeWidth:0,stroke:"#666",rx:0},chartArea:{backgroundColor:{}},crosshair:{},height:400,legend:{position:"right"},orientation:"horizontal",titlePosition:"out",tooltip:{trigger:"none"},vAxis:{direction:1,viewWindow:{}}},setRows:function(t){this.rows=t},enableDateTimeAxis:function(){this.options.hAxis.gridlines={count:-1,units:{days:{format:["MMM dd"]},hours:{format:["HH:mm","ha"]}}}},detectDates:function(){for(var t in this.columns)if("date"==this.columns[t].type||"datetime"==this.columns[t].type)for(var o in this.rows){var
|
1 |
+
google.charts.load("current",{packages:["corechart","bar","gauge","scatter"]});var wpDataTablesGoogleChart=function(){var t={rows:[],columns:[],type:"column",containerId:"google-chart-container",columnIndexes:[],connectedWPDataTable:null,chart:null,googleDataTable:null,renderCallback:null,options:{animation:"none",backgroundColor:{fill:"#FFFFFF",strokeWidth:0,stroke:"#666",rx:0},chartArea:{backgroundColor:{}},crosshair:{},height:400,legend:{position:"right"},orientation:"horizontal",titlePosition:"out",tooltip:{trigger:"none"},vAxis:{direction:1,viewWindow:{}}},setRows:function(t){this.rows=t},enableDateTimeAxis:function(){this.options.hAxis.gridlines={count:-1,units:{days:{format:["MMM dd"]},hours:{format:["HH:mm","ha"]}}}},detectDates:function(){for(var t in this.columns)if("date"==this.columns[t].type||"datetime"==this.columns[t].type)for(var o in this.rows){var i=Date.parse(this.rows[o][t]);if(isNaN(i))this.rows[o][t]=new Date;else if(this.rows[o][t]=new Date(i),null==this.connectedWPDataTable){var e=this.rows[o][t].getTime();"datetime"==this.columns[t].type&&(e+=60*this.rows[o][t].getTimezoneOffset()*1e3),this.rows[o][t].setTime(e)}else this.rows[o][t].setTime(this.rows[o][t].getTime());"datetime"==this.columns[t].type&&this.enableDateTimeAxis()}},setColumns:function(t){this.columns=t},getColumns:function(){return this.columns},setOptions:function(o){for(var i in o)"responsive_width"!=i||"1"!=o[i]?this.options[i]=o[i]:(t.options.animation=!1,jQuery(window).resize(function(){t.chart.draw(t.googleDataTable,t.options)}))},getOptions:function(){return this.options},setType:function(t){this.type=t},getType:function(){return this.type},setContainer:function(t){this.containerId=t},getContainer:function(){return this.containerId},setRenderCallback:function(t){this.renderCallback=t},render:function(){if(void 0!==google.visualization&&void 0!==google.visualization.DataTable){for(var t in this.googleDataTable=new google.visualization.DataTable,this.columns)isNaN(t)||this.googleDataTable.addColumn(this.columns[t]);switch(this.detectDates(),this.googleDataTable.addRows(this.rows),this.type){case"google_column_chart":this.chart=new google.visualization.ColumnChart(document.getElementById(this.containerId));break;case"google_histogram":this.chart=new google.visualization.Histogram(document.getElementById(this.containerId));break;case"google_bar_chart":this.options.orientation="vertical",this.chart=new google.visualization.BarChart(document.getElementById(this.containerId));break;case"google_stacked_bar_chart":this.options.orientation="vertical",this.options.isStacked=!0,this.chart=new google.visualization.BarChart(document.getElementById(this.containerId));break;case"google_area_chart":this.chart=new google.visualization.AreaChart(document.getElementById(this.containerId));break;case"google_stepped_area_chart":this.options.isStacked=!0,this.chart=new google.visualization.SteppedAreaChart(document.getElementById(this.containerId));break;case"google_line_chart":this.chart=new google.visualization.LineChart(document.getElementById(this.containerId));break;case"google_pie_chart":this.chart=new google.visualization.PieChart(document.getElementById(this.containerId));break;case"google_bubble_chart":this.chart=new google.visualization.BubbleChart(document.getElementById(this.containerId));break;case"google_donut_chart":this.options.pieHole=.4,this.chart=new google.visualization.PieChart(document.getElementById(this.containerId));break;case"google_gauge_chart":this.options.redFrom=90,this.options.redTo=100,this.options.yellowFrom=75,this.options.yellowTo=90,this.options.minorTicks=5,this.chart=new google.visualization.Gauge(document.getElementById(this.containerId));break;case"google_scatter_chart":this.chart=new google.visualization.ScatterChart(document.getElementById(this.containerId));break;case"google_candlestick_chart":this.options.legend="none",this.chart=new google.visualization.CandlestickChart(document.getElementById(this.containerId));break;case"google_waterfall_chart":this.options.legend="none",this.options.bar={groupWidth:"100%"},this.options.candlestick={fallingColor:{strokeWidth:0,fill:"#a52714"},risingColor:{strokeWidth:0,fill:"#0f9d58"}},this.chart=new google.visualization.CandlestickChart(document.getElementById(this.containerId))}null!==this.renderCallback&&this.renderCallback(this),this.chart.draw(this.googleDataTable,this.options)}},refresh:function(){if(void 0!==google.visualization&&void 0!==google.visualization.DataTable&&null!=this.chart){for(var t in this.googleDataTable=new google.visualization.DataTable,this.columns)isNaN(t)||this.googleDataTable.addColumn(this.columns[t]);this.detectDates(),this.googleDataTable.addRows(this.rows),null!==this.renderCallback&&this.renderCallback(this),this.chart.draw(this.googleDataTable,this.options)}},setChartConfig:function(t){this.options.width=t.width,t.height&&(this.options.height=t.height),this.options.backgroundColor.fill=t.background_color,t.border_width&&(this.options.backgroundColor.strokeWidth=t.border_width),this.options.backgroundColor.stroke=t.border_color,t.border_radius&&(this.options.backgroundColor.rx=t.border_radius),t.border_radius&&(this.options.backgroundColor.rx=t.border_radius),this.options.chartArea.backgroundColor.fill=t.plot_background_color,t.plot_border_width&&(this.options.chartArea.backgroundColor.strokeWidth=t.plot_border_width),this.options.chartArea.backgroundColor.stroke=t.plot_border_color,"google_pie_chart"==t.chart_type&&(1==t.three_d?this.options.is3D=!0:this.options.is3D=!1);var o=0;for(var i in t.series_data)this.columns[o+1].label=t.series_data[i].label,""!=t.series_data[i].color&&(this.options.series[o]={color:t.series_data[i].color}),o++;0==t.show_grid?(this.options.hAxis.gridlines={color:"transparent"},this.options.vAxis.gridlines={color:"transparent"}):(delete this.options.hAxis.gridlines,delete this.options.vAxis.gridlines),t.horizontal_axis_label&&(this.options.hAxis.title=t.horizontal_axis_label),t.vertical_axis_label&&(this.options.vAxis.title=t.vertical_axis_label),1==t.show_title?this.options.title=t.chart_title:this.options.title="",1==t.title_floating?this.options.titlePosition="in":this.options.titlePosition="out",1==t.tooltip_enabled?this.options.tooltip.trigger="focus":this.options.tooltip.trigger="none",t.legend_position&&(this.options.legend.position=t.legend_position),"bottom"==t.legend_vertical_align?this.options.legend.alignment="end":"middle"==t.legend_vertical_align?this.options.legend.alignment="center":this.options.legend.alignment="start"},setColumnIndexes:function(t){this.columnIndexes=t},getColumnIndexes:function(){return this.columnIndexes}};return t};
|
config/config.inc.php
CHANGED
@@ -9,7 +9,7 @@ defined('ABSPATH') or die("Cannot access pages directly.");
|
|
9 |
|
10 |
// Current version
|
11 |
|
12 |
-
define('WDT_CURRENT_VERSION', '2.1.
|
13 |
|
14 |
/**
|
15 |
* Regular Expressions
|
9 |
|
10 |
// Current version
|
11 |
|
12 |
+
define('WDT_CURRENT_VERSION', '2.1.13');
|
13 |
|
14 |
/**
|
15 |
* Regular Expressions
|
controllers/wdt_admin_ajax_actions.php
CHANGED
@@ -425,7 +425,7 @@ function wdtShowChartFromData()
|
|
425 |
exit();
|
426 |
}
|
427 |
|
428 |
-
$chartData = $_POST['chart_data'];
|
429 |
$wpDataChart = WPDataChart::factory($chartData, false);
|
430 |
|
431 |
echo json_encode($wpDataChart->returnData());
|
@@ -440,7 +440,7 @@ function wdtSaveChart()
|
|
440 |
exit();
|
441 |
}
|
442 |
|
443 |
-
$chartData = $_POST['chart_data'];
|
444 |
$wpDataChart = WPDataChart::factory($chartData, false);
|
445 |
$wpDataChart->save();
|
446 |
|
425 |
exit();
|
426 |
}
|
427 |
|
428 |
+
$chartData = stripslashes_deep($_POST['chart_data']);
|
429 |
$wpDataChart = WPDataChart::factory($chartData, false);
|
430 |
|
431 |
echo json_encode($wpDataChart->returnData());
|
440 |
exit();
|
441 |
}
|
442 |
|
443 |
+
$chartData = stripslashes_deep($_POST['chart_data']);
|
444 |
$wpDataChart = WPDataChart::factory($chartData, false);
|
445 |
$wpDataChart->save();
|
446 |
|
controllers/wdt_functions.php
CHANGED
@@ -220,6 +220,9 @@ function wdtActivationCreateTables() {
|
|
220 |
if (get_option('wdtRatingDiv') === false) {
|
221 |
update_option('wdtRatingDiv', 'no' );
|
222 |
}
|
|
|
|
|
|
|
223 |
if (get_option('wdtSimpleTableAlert') === false) {
|
224 |
update_option('wdtSimpleTableAlert', true );
|
225 |
}
|
@@ -249,6 +252,14 @@ function wdtAdminRatingMessages() {
|
|
249 |
$diffIntrval >= 14 && get_option( 'wdtRatingDiv' ) == "no" && $tempIgnore && isset($allTables) && $allTables > 5) {
|
250 |
include WDT_TEMPLATE_PATH . 'admin/common/ratingDiv.inc.php';
|
251 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
}
|
253 |
|
254 |
add_action( 'admin_notices', 'wdtAdminRatingMessages' );
|
@@ -264,6 +275,17 @@ function wdtHideRating() {
|
|
264 |
|
265 |
add_action( 'wp_ajax_wdtHideRating', 'wdtHideRating' );
|
266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
/**
|
268 |
* Remove Simple Table alert message
|
269 |
*/
|
@@ -337,6 +359,7 @@ function wdtUninstallDelete() {
|
|
337 |
delete_option('wdtAvgFunctionsLabel');
|
338 |
delete_option('wdtInstallDate');
|
339 |
delete_option('wdtRatingDiv');
|
|
|
340 |
delete_option('wdtSimpleTableAlert');
|
341 |
delete_option('wdtTempFutureDate');
|
342 |
delete_option('wdtVersion');
|
220 |
if (get_option('wdtRatingDiv') === false) {
|
221 |
update_option('wdtRatingDiv', 'no' );
|
222 |
}
|
223 |
+
if (get_option('wdtShowForminatorNotice') === false) {
|
224 |
+
update_option('wdtShowForminatorNotice', 'yes' );
|
225 |
+
}
|
226 |
if (get_option('wdtSimpleTableAlert') === false) {
|
227 |
update_option('wdtSimpleTableAlert', true );
|
228 |
}
|
252 |
$diffIntrval >= 14 && get_option( 'wdtRatingDiv' ) == "no" && $tempIgnore && isset($allTables) && $allTables > 5) {
|
253 |
include WDT_TEMPLATE_PATH . 'admin/common/ratingDiv.inc.php';
|
254 |
}
|
255 |
+
|
256 |
+
if( is_admin() && strpos($wpdtPage,'wpdatatables') !== false &&
|
257 |
+
get_option( 'wdtShowForminatorNotice' ) == "yes" && defined( 'FORMINATOR_PLUGIN_BASENAME' )
|
258 |
+
&& !defined('WDT_FRF_ROOT_PATH')) {
|
259 |
+
echo '<div class="notice notice-info is-dismissible wpdt-forminator-news-notice">
|
260 |
+
<p class="wpdt-forminator-news"><strong style="color: #ff8c00">NEWS!</strong> wpDataTables just launched a new <strong style="color: #ff8c00">FREE</strong> addon - <strong style="color: #ff8c00">Forminator Forms integration for wpDataTables</strong>. You can download it and read more about it on wp.org on this <a class="wdt-forminator-link" href="https://wordpress.org/plugins/wpdatatables-forminator/" style="color: #ff8c00" target="_blank">link</a>.</p>
|
261 |
+
</div>';
|
262 |
+
}
|
263 |
}
|
264 |
|
265 |
add_action( 'admin_notices', 'wdtAdminRatingMessages' );
|
275 |
|
276 |
add_action( 'wp_ajax_wdtHideRating', 'wdtHideRating' );
|
277 |
|
278 |
+
/**
|
279 |
+
* Remove Forminator notice message
|
280 |
+
*/
|
281 |
+
function wdtRemoveForminatorNotice() {
|
282 |
+
update_option( 'wdtShowForminatorNotice', 'no' );
|
283 |
+
echo json_encode( array("success") );
|
284 |
+
exit;
|
285 |
+
}
|
286 |
+
|
287 |
+
add_action( 'wp_ajax_wdt_remove_forminator_notice', 'wdtRemoveForminatorNotice' );
|
288 |
+
|
289 |
/**
|
290 |
* Remove Simple Table alert message
|
291 |
*/
|
359 |
delete_option('wdtAvgFunctionsLabel');
|
360 |
delete_option('wdtInstallDate');
|
361 |
delete_option('wdtRatingDiv');
|
362 |
+
delete_option('wdtShowForminatorNotice');
|
363 |
delete_option('wdtSimpleTableAlert');
|
364 |
delete_option('wdtTempFutureDate');
|
365 |
delete_option('wdtVersion');
|
languages/de_DE/wpdatatables-de_DE.mo
CHANGED
Binary file
|
languages/de_DE/wpdatatables-de_DE.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
-
"POT-Creation-Date: 2021-
|
5 |
-
"PO-Revision-Date: 2021-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: wpdatatables <cjbug@yandex.ru>\n"
|
8 |
"Language: en\n"
|
@@ -10,219 +10,396 @@ msgstr ""
|
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Generator: Poedit 1.8.7.1\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
-
"X-Poedit-Basepath:
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0:
|
18 |
-
"X-Poedit-
|
19 |
-
"X-Poedit-SearchPathExcluded-
|
20 |
-
"
|
21 |
-
"X-Poedit-SearchPathExcluded-
|
22 |
-
"X-Poedit-SearchPathExcluded-
|
23 |
-
"X-Poedit-SearchPathExcluded-
|
24 |
-
"X-Poedit-SearchPathExcluded-
|
25 |
-
"X-Poedit-SearchPathExcluded-
|
26 |
-
"
|
27 |
-
"X-Poedit-SearchPathExcluded-
|
28 |
-
"
|
29 |
-
"X-Poedit-SearchPathExcluded-
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"X-Poedit-SearchPathExcluded-
|
34 |
-
"Generic/Tests/Files/EndFileNoNewlineUnitTest.1.
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"X-Poedit-SearchPathExcluded-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
msgid "Dashboard"
|
44 |
msgstr "Instrumententafel"
|
45 |
|
46 |
-
#: controllers/wdt_admin.php:28
|
|
|
47 |
msgid "wpDataTables"
|
48 |
msgstr "wpDataTables"
|
49 |
|
50 |
-
#: controllers/wdt_admin.php:36
|
51 |
-
#:
|
52 |
-
#: templates/admin/constructor/constructor.inc.php:
|
53 |
-
#: templates/admin/
|
|
|
54 |
msgid "Create a Table"
|
55 |
msgstr "Tabelle erstellen"
|
56 |
|
57 |
-
#: controllers/wdt_admin.php:44
|
|
|
58 |
msgid "wpDataCharts"
|
59 |
msgstr "wpDataCharts"
|
60 |
|
61 |
-
#: controllers/wdt_admin.php:52
|
62 |
-
#:
|
63 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:
|
64 |
-
#: templates/admin/
|
65 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
66 |
msgid "Create a Chart"
|
67 |
msgstr "Diagramm erstellen"
|
68 |
|
69 |
-
#: controllers/wdt_admin.php:60
|
70 |
-
#:
|
71 |
-
#: templates/admin/
|
72 |
-
#: templates/admin/
|
73 |
-
#: templates/admin/table-settings/
|
|
|
74 |
msgid "Settings"
|
75 |
msgstr "Einstellungen"
|
76 |
|
77 |
-
#: controllers/wdt_admin.php:68
|
|
|
78 |
msgid "System info"
|
79 |
msgstr "System Informationen"
|
80 |
|
81 |
-
#: controllers/wdt_admin.php:76
|
|
|
82 |
msgid "Getting Started"
|
83 |
msgstr "Einstieg"
|
84 |
|
85 |
-
#: controllers/wdt_admin.php:84
|
|
|
86 |
msgid "Get Help"
|
87 |
msgstr "Hilfe bekommen"
|
88 |
|
89 |
-
#: controllers/wdt_admin.php:92
|
|
|
90 |
msgid "Lite vs Premium"
|
91 |
msgstr "Lite vs Premium"
|
92 |
|
93 |
-
#: controllers/wdt_admin.php:100
|
94 |
msgid "Add-ons"
|
95 |
msgstr "Add-ons"
|
96 |
|
97 |
-
#: controllers/wdt_admin.php:101
|
|
|
98 |
msgid "Addons"
|
99 |
msgstr "Addons"
|
100 |
|
101 |
-
#: controllers/wdt_admin.php:108
|
|
|
102 |
msgid "Welcome page"
|
103 |
msgstr "Startseite"
|
104 |
|
105 |
-
#: controllers/wdt_admin.php:116
|
106 |
-
#: controllers/
|
|
|
107 |
msgid "Go Premium"
|
108 |
msgstr "Gehen Sie Premium"
|
109 |
|
110 |
-
#:
|
111 |
-
#:
|
112 |
-
#:
|
113 |
-
#:
|
114 |
-
#:
|
115 |
-
#:
|
116 |
-
#: controllers/wdt_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
msgid "You do not have sufficient permissions to access this page."
|
118 |
msgstr ""
|
119 |
"Sie haben nicht genügend Berechtigungen, um auf diese Seite zuzugreifen."
|
120 |
|
121 |
-
#: controllers/wdt_functions.php:
|
122 |
msgid "wpDataChart with provided ID not found!"
|
123 |
msgstr "wpDataChart mit angegebener ID nicht gefunden!"
|
124 |
|
125 |
-
#:
|
|
|
126 |
msgid "wpDataTable with provided ID not found!"
|
127 |
msgstr "wpDataTable mit angegebener ID nicht gefunden!"
|
128 |
|
129 |
-
#: controllers/wdt_functions.php:
|
130 |
msgid "Provided column is not Integer or Float column type"
|
131 |
msgstr "Die angegebene Spalte ist kein Integer- oder Float-Spaltentyp"
|
132 |
|
133 |
-
#: controllers/wdt_functions.php:
|
134 |
msgid "Go to Settings"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: controllers/wdt_functions.php:
|
138 |
#, php-format
|
139 |
msgid "By %s"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: controllers/wdt_functions.php:
|
143 |
msgid "Docs"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: controllers/wdt_functions.php:
|
147 |
msgid "Choose a table"
|
148 |
msgstr "Tabelle auswählen"
|
149 |
|
150 |
-
#: controllers/wdt_functions.php:
|
151 |
msgid "Interactive Responsive Table"
|
152 |
msgstr "Interaktive responsive Tabelle"
|
153 |
|
154 |
-
#:
|
|
|
155 |
msgid "Content"
|
156 |
msgstr "Inhalt"
|
157 |
|
158 |
-
#: controllers/wdt_functions.php:
|
159 |
msgid "wpDataTable"
|
160 |
msgstr "wpDataTable"
|
161 |
|
162 |
-
#: controllers/wdt_functions.php:
|
163 |
msgid "Choose the wpDataTable from a dropdown"
|
164 |
msgstr "Wählen Sie die wpDataTable aus einer Dropdown-Liste"
|
165 |
|
166 |
-
#: controllers/wdt_functions.php:
|
167 |
msgid "Table view"
|
168 |
msgstr "Tabellenansicht"
|
169 |
|
170 |
-
#: controllers/wdt_functions.php:
|
171 |
msgid "Regular wpDataTable"
|
172 |
msgstr "Regelmäßige wpDataTable"
|
173 |
|
174 |
-
#: controllers/wdt_functions.php:
|
175 |
msgid "Excel-like table"
|
176 |
msgstr "Excel-ähnliche Tabelle"
|
177 |
|
178 |
-
#: controllers/wdt_functions.php:
|
179 |
msgid "Variable placeholder #1"
|
180 |
msgstr "Variabler Platzhalter #1"
|
181 |
|
182 |
-
#:
|
183 |
-
#: controllers/wdt_functions.php:
|
|
|
184 |
msgid "Variables"
|
185 |
msgstr "Variablen"
|
186 |
|
187 |
-
#: controllers/wdt_functions.php:
|
188 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
189 |
msgstr ""
|
190 |
"Wenn Sie den Platzhalter VAR1 verwendet haben, können Sie ihm einen Wert "
|
191 |
"hier zuweisen"
|
192 |
|
193 |
-
#: controllers/wdt_functions.php:
|
194 |
msgid "Variable placeholder #2"
|
195 |
msgstr "Variabler Platzhalter #2"
|
196 |
|
197 |
-
#: controllers/wdt_functions.php:
|
198 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
199 |
msgstr ""
|
200 |
"Wenn Sie den Platzhalter VAR2 verwendet haben, können Sie ihm einen Wert "
|
201 |
"hier zuweisen"
|
202 |
|
203 |
-
#: controllers/wdt_functions.php:
|
204 |
msgid "Variable placeholder #3"
|
205 |
msgstr "Variabler Platzhalter #3"
|
206 |
|
207 |
-
#: controllers/wdt_functions.php:
|
208 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
209 |
msgstr ""
|
210 |
"Wenn Sie den Platzhalter VAR3 verwendet haben, können Sie ihm einen Wert "
|
211 |
"hier zuweisen"
|
212 |
|
213 |
-
#: controllers/wdt_functions.php:
|
214 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
215 |
msgstr "Google- oder Highcharts-Diagramm basierend auf einer wpDataTable"
|
216 |
|
217 |
-
#: controllers/wdt_functions.php:
|
218 |
msgid "wpDataChart"
|
219 |
msgstr "wpDataChart"
|
220 |
|
221 |
-
#: controllers/wdt_functions.php:
|
222 |
msgid "Choose one of wpDataCharts from the list"
|
223 |
msgstr "Wählen Sie eines von wpDataCharts aus der Liste"
|
224 |
|
225 |
-
#: source/WpDataChartsGutenbergBlock.php:28
|
226 |
msgid ""
|
227 |
"Choose the chart that you’ve just created in the dropdown below, and the "
|
228 |
"shortcode will be inserted automatically."
|
@@ -230,7 +407,7 @@ msgstr ""
|
|
230 |
"Wählen Sie das soeben erstellte Diagramm in der Dropdown-Liste aus. Der "
|
231 |
"Shortcode wird automatisch eingefügt."
|
232 |
|
233 |
-
#: source/WpDataTablesGutenbergBlock.php:29
|
234 |
msgid ""
|
235 |
"Choose the table that you’ve just created in the dropdown below, and the "
|
236 |
"shortcode will be inserted automatically. You are able to provide values for "
|
@@ -240,256 +417,265 @@ msgstr ""
|
|
240 |
"unten aus. Der Shortcode wird automatisch eingefügt. Sie können Werte für "
|
241 |
"Platzhalter und auch für den Exportdateinamen angeben."
|
242 |
|
243 |
-
#: source/class.wdtbrowsechartstable.php:29
|
|
|
244 |
msgid "ID"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: source/class.wdtbrowsechartstable.php:30
|
248 |
-
#:
|
|
|
249 |
msgid "Title"
|
250 |
msgstr "Titel"
|
251 |
|
252 |
-
#: source/class.wdtbrowsechartstable.php:31
|
253 |
msgid "Render Engine"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: source/class.wdtbrowsechartstable.php:32
|
257 |
msgid "Chart Type"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: source/class.wdtbrowsechartstable.php:33
|
|
|
261 |
msgid "Shortcode"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: source/class.wdtbrowsechartstable.php:153
|
265 |
-
#: source/class.wdtbrowsetable.php:168
|
266 |
-
#: templates/admin/chart_wizard/steps/step5.inc.php:12
|
267 |
-
#: templates/admin/dashboard/dashboard.inc.php:153
|
268 |
-
#: templates/admin/dashboard/dashboard.inc.php:222
|
269 |
msgid "Click to copy shortcode"
|
270 |
msgstr "Klicken Sie hier, um den Shortcode zu kopieren"
|
271 |
|
272 |
-
#: source/class.wdtbrowsechartstable.php:162
|
273 |
-
#: source/class.wdtbrowsetable.php:179
|
274 |
-
#: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
|
275 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:64
|
276 |
msgid "Duplicate"
|
277 |
msgstr "Duplizieren"
|
278 |
|
279 |
-
#: source/class.wdtbrowsechartstable.php:168
|
280 |
-
#: source/class.wdtbrowsetable.php:185
|
281 |
-
#: templates/admin/dashboard/dashboard.inc.php:261
|
282 |
msgid "Configure"
|
283 |
msgstr "Konfigurieren"
|
284 |
|
285 |
-
#: source/class.wdtbrowsechartstable.php:174
|
286 |
-
#: source/class.wdtbrowsetable.php:192
|
287 |
-
#:
|
288 |
-
#: templates/
|
|
|
|
|
289 |
msgid "Delete"
|
290 |
msgstr "Löschen"
|
291 |
|
292 |
-
#: source/class.wdtbrowsechartstable.php:229
|
293 |
-
#: source/class.wdtbrowsechartstable.php:238
|
294 |
msgid "Column Chart"
|
295 |
msgstr "Säulendiagramm"
|
296 |
|
297 |
-
#: source/class.wdtbrowsechartstable.php:232
|
298 |
-
#: source/class.wdtbrowsechartstable.php:256
|
299 |
msgid "Line Chart"
|
300 |
msgstr "Liniendiagramm"
|
301 |
|
302 |
-
#: source/class.wdtbrowsechartstable.php:235
|
303 |
-
#: source/class.wdtbrowsechartstable.php:259
|
304 |
msgid "Pie Chart"
|
305 |
msgstr "Kreisdiagramm"
|
306 |
|
307 |
-
#: source/class.wdtbrowsechartstable.php:241
|
308 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
|
309 |
-
#: templates/chart_wizard.inc.php:91
|
310 |
msgid "Histogram"
|
311 |
msgstr "Histogramm"
|
312 |
|
313 |
-
#: source/class.wdtbrowsechartstable.php:244
|
314 |
msgid "Bar Chart"
|
315 |
msgstr "Balkendiagramm"
|
316 |
|
317 |
-
#: source/class.wdtbrowsechartstable.php:247
|
318 |
msgid "Stacked Bar Chart"
|
319 |
msgstr "Gestapeltes Balkendiagramm"
|
320 |
|
321 |
-
#: source/class.wdtbrowsechartstable.php:250
|
322 |
msgid "Area Chart"
|
323 |
msgstr "Flächendiagramm"
|
324 |
|
325 |
-
#: source/class.wdtbrowsechartstable.php:253
|
326 |
msgid "Stepped Area Chart"
|
327 |
msgstr "Gestapeltes Flächendiagramm"
|
328 |
|
329 |
-
#: source/class.wdtbrowsechartstable.php:262
|
330 |
msgid "Bubble Chart"
|
331 |
msgstr "Blasendiagramm"
|
332 |
|
333 |
-
#: source/class.wdtbrowsechartstable.php:265
|
334 |
msgid "Donut Chart"
|
335 |
msgstr "Donut-Diagramm"
|
336 |
|
337 |
-
#: source/class.wdtbrowsechartstable.php:268
|
338 |
msgid "Gauge Chart"
|
339 |
msgstr "Gauge-Diagramm"
|
340 |
|
341 |
-
#: source/class.wdtbrowsechartstable.php:271
|
342 |
msgid "Scatter Chart"
|
343 |
msgstr "Streudiagramm"
|
344 |
|
345 |
-
#: source/class.wdtbrowsechartstable.php:274
|
346 |
msgid "Candlestick Chart"
|
347 |
msgstr "Candlestick-Diagramm"
|
348 |
|
349 |
-
#: source/class.wdtbrowsechartstable.php:277
|
350 |
msgid "Waterfall Chart"
|
351 |
msgstr "Wasserfalldiagramm"
|
352 |
|
353 |
-
#: source/class.wdtbrowsechartstable.php:290
|
354 |
msgid "Google"
|
355 |
msgstr "Google"
|
356 |
|
357 |
-
#: source/class.wdtbrowsechartstable.php:357
|
358 |
-
#: source/class.wdtbrowsetable.php:298
|
359 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:11
|
360 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:32
|
361 |
msgid "Select All"
|
362 |
msgstr "Alle auswählen"
|
363 |
|
364 |
-
#: source/class.wdtbrowsechartstable.php:410
|
365 |
msgid "No wpDataCharts in the system yet."
|
366 |
msgstr "Noch keine wpDataCharts im System."
|
367 |
|
368 |
-
#: source/class.wdtbrowsetable.php:32
|
369 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:47
|
370 |
msgid "Type"
|
371 |
msgstr "Typ"
|
372 |
|
373 |
-
#: source/class.wdtbrowsetable.php:231
|
|
|
374 |
msgid "MySQL"
|
375 |
msgstr "MySQL"
|
376 |
|
377 |
-
#: source/class.wdtbrowsetable.php:234
|
378 |
msgid "Manual"
|
379 |
msgstr "Handbuch"
|
380 |
|
381 |
-
#: source/class.wdtbrowsetable.php:237
|
382 |
-
#: source/class.wpdatatable.php:
|
383 |
-
#:
|
|
|
384 |
msgid "Excel"
|
385 |
msgstr "Excel"
|
386 |
|
387 |
-
#: source/class.wdtbrowsetable.php:240
|
388 |
-
#: source/class.wpdatatable.php:
|
389 |
-
#:
|
|
|
390 |
msgid "CSV"
|
391 |
msgstr "CSV"
|
392 |
|
393 |
-
#: source/class.wdtbrowsetable.php:243
|
394 |
msgid "XML"
|
395 |
msgstr "XML"
|
396 |
|
397 |
-
#: source/class.wdtbrowsetable.php:246
|
398 |
msgid "JSON"
|
399 |
msgstr "JSON"
|
400 |
|
401 |
-
#: source/class.wdtbrowsetable.php:249
|
402 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:120
|
403 |
-
#: templates/edit_table.inc.php:91
|
404 |
msgid "Serialized PHP array"
|
405 |
msgstr "Serialisierter PHP-Array"
|
406 |
|
407 |
-
#: source/class.wdtbrowsetable.php:252
|
|
|
408 |
msgid "Google spreadsheet"
|
409 |
msgstr "Google-Tabellen"
|
410 |
|
411 |
-
#: source/class.wdtbrowsetable.php:255
|
412 |
msgid "Simple"
|
413 |
msgstr "Einfach"
|
414 |
|
415 |
-
#: source/class.wdtbrowsetable.php:262
|
416 |
msgid "Unknown"
|
417 |
msgstr "Unbekannt"
|
418 |
|
419 |
-
#: source/class.wdtbrowsetable.php:373
|
420 |
msgid "No wpDataTables in the system yet."
|
421 |
msgstr "Noch keine wpDataTables im System."
|
422 |
|
423 |
-
#: source/class.wdtconfigcontroller.php:139
|
424 |
msgid "There was an error trying to fetch the table data: "
|
425 |
msgstr "Beim Abrufen der Tabellendaten ist ein Fehler aufgetreten: "
|
426 |
|
427 |
-
#: source/class.wdtconfigcontroller.php:479
|
428 |
msgid "Table in data source has no rows."
|
429 |
msgstr "Die Tabelle in der Datenquelle enthält keine Zeilen."
|
430 |
|
431 |
-
#: source/class.wdttools.php:17
|
432 |
msgid "One line string"
|
433 |
msgstr "Einzeiliger String"
|
434 |
|
435 |
-
#: source/class.wdttools.php:18
|
436 |
msgid "Multi-line string"
|
437 |
msgstr "Mehrzeiliger String"
|
438 |
|
439 |
-
#: source/class.wdttools.php:19
|
440 |
msgid "One-line selectbox"
|
441 |
msgstr "Einzeiliges Auswahlfeld"
|
442 |
|
443 |
-
#: source/class.wdttools.php:20
|
444 |
msgid "Multi-line selectbox"
|
445 |
msgstr "Mehrzeiliges Auswahlfeld"
|
446 |
|
447 |
-
#: source/class.wdttools.php:21
|
448 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:353
|
449 |
msgid "Integer"
|
450 |
msgstr "Integer"
|
451 |
|
452 |
-
#: source/class.wdttools.php:22
|
453 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:354
|
454 |
msgid "Float"
|
455 |
msgstr "Float"
|
456 |
|
457 |
-
#: source/class.wdttools.php:23
|
458 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:355
|
459 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:984
|
460 |
msgid "Date"
|
461 |
msgstr "Datum"
|
462 |
|
463 |
-
#: source/class.wdttools.php:24
|
464 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:985
|
465 |
msgid "Datetime"
|
466 |
msgstr "Datum/Uhrzeit"
|
467 |
|
468 |
-
#: source/class.wdttools.php:25
|
469 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:357
|
470 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:986
|
471 |
msgid "Time"
|
472 |
msgstr "Uhrzeit"
|
473 |
|
474 |
-
#: source/class.wdttools.php:26
|
475 |
msgid "URL Link"
|
476 |
msgstr "URL Link"
|
477 |
|
478 |
-
#: source/class.wdttools.php:27
|
479 |
msgid "E-mail"
|
480 |
msgstr "Email"
|
481 |
|
482 |
-
#: source/class.wdttools.php:28
|
483 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:360
|
484 |
msgid "Image"
|
485 |
msgstr "Bild"
|
486 |
|
487 |
-
#: source/class.wdttools.php:29
|
488 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
489 |
msgid "Attachment"
|
490 |
msgstr "Anhang"
|
491 |
|
492 |
-
#: source/class.wdttools.php:78
|
493 |
msgid ""
|
494 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
495 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
@@ -499,208 +685,215 @@ msgstr ""
|
|
499 |
"nicht korrekt veröffentlicht. <br/> Sie können es veröffentlichen , idem Sie "
|
500 |
"auf <b> Datei -> Im Web veröffentlichen </ b> gehen "
|
501 |
|
502 |
-
#: source/class.wdttools.php:206
|
503 |
msgid "Back to date"
|
504 |
msgstr "Zurück zum Datum"
|
505 |
|
506 |
-
#: source/class.wdttools.php:207
|
507 |
msgid "Browse"
|
508 |
msgstr "Durchsuche"
|
509 |
|
510 |
-
#: source/class.wdttools.php:208
|
511 |
-
#:
|
512 |
-
#: templates/admin/browse/
|
513 |
-
#: templates/admin/
|
514 |
-
#: templates/admin/
|
515 |
-
#: templates/admin/common/
|
516 |
-
#: templates/admin/common/
|
517 |
-
#: templates/admin/common/
|
518 |
-
#: templates/admin/
|
519 |
-
#: templates/admin/
|
520 |
-
#: templates/admin/
|
521 |
-
#: templates/admin/table-settings/
|
522 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:
|
523 |
-
#: templates/admin/table-settings/
|
524 |
-
#: templates/admin/table-settings/
|
525 |
-
#: templates/admin/table-settings/
|
526 |
-
#: templates/admin/table-settings/
|
527 |
-
#: templates/admin/table-settings/
|
528 |
-
#: templates/admin/table-settings/
|
529 |
-
#: templates/
|
|
|
530 |
msgid "Cancel"
|
531 |
msgstr "Abbrechen"
|
532 |
|
533 |
-
#: source/class.wdttools.php:209
|
534 |
#, fuzzy
|
535 |
msgid " field cannot be empty!"
|
536 |
msgstr " Feld darf nicht leer sein!"
|
537 |
|
538 |
-
#: source/class.wdttools.php:210
|
539 |
msgid "Use selected file"
|
540 |
msgstr "Verwenden Sie die ausgewählte Datei"
|
541 |
|
542 |
-
#: source/class.wdttools.php:211
|
543 |
msgid "Choose file"
|
544 |
msgstr "Datei auswählen"
|
545 |
|
546 |
-
#: source/class.wdttools.php:212
|
547 |
-
#: templates/admin/
|
548 |
-
#: templates/admin/table-settings/
|
549 |
-
#:
|
550 |
-
#:
|
|
|
|
|
|
|
551 |
msgid "Close"
|
552 |
msgstr "Schließen"
|
553 |
|
554 |
-
#: source/class.wdttools.php:213
|
555 |
msgid "Column has been added!"
|
556 |
msgstr "Spalte wurde hinzugefügt!"
|
557 |
|
558 |
-
#: source/class.wdttools.php:214
|
559 |
msgid "Column header cannot be empty!"
|
560 |
msgstr "Spaltenkopfzeile darf nicht leer sein!"
|
561 |
|
562 |
-
#: source/class.wdttools.php:215
|
563 |
msgid "Please confirm column deletion!"
|
564 |
msgstr "Bitte bestätigen Sie das Löschen der Spalte!"
|
565 |
|
566 |
-
#: source/class.wdttools.php:216
|
567 |
msgid "Column has been removed!"
|
568 |
msgstr "Spalte wurde entfernt!"
|
569 |
|
570 |
-
#: source/class.wdttools.php:217
|
571 |
msgid "Please select columns that you want to use in table"
|
572 |
msgstr "Bitte wählen Sie Spalten aus, die Sie in der Tabelle verwenden möchten"
|
573 |
|
574 |
-
#: source/class.wdttools.php:218
|
575 |
-
#: source/class.wpdatatable.php:
|
576 |
-
#:
|
|
|
577 |
msgid "Copy"
|
578 |
msgstr "Kopieren"
|
579 |
|
580 |
-
#: source/class.wdttools.php:219
|
581 |
msgid "There was an error trying to insert a new row!"
|
582 |
msgstr "Beim Einfügen einer neuen Zeile ist ein Fehler aufgetreten!"
|
583 |
|
584 |
-
#: source/class.wdttools.php:220
|
585 |
msgid "Data has been saved!"
|
586 |
msgstr "Daten wurden gespeichert!"
|
587 |
|
588 |
-
#: source/class.wdttools.php:221
|
589 |
msgid "detach"
|
590 |
msgstr "ablösen"
|
591 |
|
592 |
-
#: source/class.wdttools.php:223
|
593 |
msgid "Delete selected"
|
594 |
msgstr "Ausgewählte löschen"
|
595 |
|
596 |
-
#: source/class.wdttools.php:224
|
597 |
-
#: templates/settings.inc.php:
|
|
|
598 |
msgid "Error!"
|
599 |
msgstr "Fehler!"
|
600 |
|
601 |
-
#: source/class.wdttools.php:225
|
602 |
msgid "Please upload or choose a file from Media Library!"
|
603 |
msgstr ""
|
604 |
"Bitte laden Sie eine Datei aus der Medienbibliothek hoch oder wählen Sie sie "
|
605 |
"aus!"
|
606 |
|
607 |
-
#: source/class.wdttools.php:226
|
608 |
msgid "From"
|
609 |
msgstr "Von"
|
610 |
|
611 |
-
#: source/class.wdttools.php:227
|
612 |
msgid "Please provide a valid e-mail address for field"
|
613 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse für das Feld an"
|
614 |
|
615 |
-
#: source/class.wdttools.php:228
|
616 |
msgid "Please provide a valid URL link for field"
|
617 |
msgstr "Bitte geben Sie einen gültigen URL-Link für das Feld an"
|
618 |
|
619 |
-
#: source/class.wdttools.php:229
|
620 |
msgid "You have entered invalid value. Press ESC to cancel."
|
621 |
msgstr ""
|
622 |
"Sie haben einen ungültigen Wert eingegeben. Drücken Sie ESC, um den Vorgang "
|
623 |
"abzubrechen."
|
624 |
|
625 |
-
#: source/class.wdttools.php:230
|
|
|
626 |
msgid "Show _MENU_ entries"
|
627 |
msgstr "_MENU_ Einträge anzeigen"
|
628 |
|
629 |
-
#: source/class.wdttools.php:231
|
630 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
631 |
msgid "Merge"
|
632 |
msgstr "Zusammenfügen"
|
633 |
|
634 |
-
#: source/class.wdttools.php:232
|
635 |
msgid "New column"
|
636 |
msgstr "Neue Spalte"
|
637 |
|
638 |
-
#: source/class.wdttools.php:233
|
639 |
msgid "Number of columns can not be empty or 0"
|
640 |
msgstr "Anzahl der Spalten darf nicht leer oder 0 sein"
|
641 |
|
642 |
-
#: source/class.wdttools.php:234
|
643 |
msgid "Number of rows can not be empty or 0"
|
644 |
msgstr "Die Anzahl der Zeilen darf nicht leer oder 0 sein"
|
645 |
|
646 |
-
#: source/class.wdttools.php:236
|
647 |
msgid ": activate to sort column ascending"
|
648 |
msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
|
649 |
|
650 |
-
#: source/class.wdttools.php:237
|
651 |
msgid ": activate to sort column descending"
|
652 |
msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
|
653 |
|
654 |
-
#: source/class.wdttools.php:239
|
655 |
msgid "Ok"
|
656 |
msgstr "Ok"
|
657 |
|
658 |
-
#: source/class.wdttools.php:241
|
659 |
msgid "First"
|
660 |
msgstr "Erste"
|
661 |
|
662 |
-
#: source/class.wdttools.php:242
|
663 |
msgid "Last"
|
664 |
msgstr "Letzte"
|
665 |
|
666 |
-
#: source/class.wdttools.php:243
|
667 |
msgid "Next"
|
668 |
msgstr "Nächste"
|
669 |
|
670 |
-
#: source/class.wdttools.php:244
|
671 |
msgid "Previous"
|
672 |
msgstr "Zurück"
|
673 |
|
674 |
-
#: source/class.wdttools.php:246
|
675 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
676 |
msgid "Replace"
|
677 |
msgstr "Ersetzen"
|
678 |
|
679 |
-
#: source/class.wdttools.php:247
|
680 |
msgid "Row has been deleted!"
|
681 |
msgstr "Zeile wurde gelöscht!"
|
682 |
|
683 |
-
#: source/class.wdttools.php:248
|
684 |
msgid "Save chart"
|
685 |
msgstr "Diagramm speichern"
|
686 |
|
687 |
-
#: source/class.wdttools.php:249
|
688 |
msgid "Select a file to use in table"
|
689 |
msgstr "Wählen Sie eine Datei aus, die in der Tabelle verwendet werden soll"
|
690 |
|
691 |
-
#: source/class.wdttools.php:250
|
692 |
msgid "Select an Excel or CSV file"
|
693 |
msgstr "Wählen Sie eine Excel- oder CSV-Datei aus"
|
694 |
|
695 |
-
#: source/class.wdttools.php:251
|
696 |
msgid "No data available in table"
|
697 |
msgstr "Keine Daten in der Tabelle verfügbar"
|
698 |
|
699 |
-
#: source/class.wdttools.php:252
|
700 |
msgid "Plugin settings saved successfully"
|
701 |
msgstr "Plugin-Einstellungen erfolgreich gespeichert"
|
702 |
|
703 |
-
#: source/class.wdttools.php:253
|
704 |
msgid ""
|
705 |
"Unable to save settings of plugin. Please try again or contact us over "
|
706 |
"Support page."
|
@@ -708,139 +901,142 @@ msgstr ""
|
|
708 |
"Einstellungen des Plugins können nicht gespeichert werden. Bitte versuchen "
|
709 |
"Sie es erneut oder kontaktieren Sie uns über die Support-Seite."
|
710 |
|
711 |
-
#: source/class.wdttools.php:254
|
712 |
msgid "Shortcode has been copied to the clipboard."
|
713 |
msgstr "Der Shortcode wurde in die Zwischenablage kopiert."
|
714 |
|
715 |
-
#: source/class.wdttools.php:255
|
716 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
717 |
msgstr "_START_ bis _END_ von _TOTAL_-Einträgen anzeigen"
|
718 |
|
719 |
-
#: source/class.wdttools.php:256
|
720 |
msgid "Showing 0 to 0 of 0 entries"
|
721 |
msgstr "0 bis 0 von 0 Einträgen anzeigen"
|
722 |
|
723 |
-
#: source/class.wdttools.php:257
|
724 |
msgid "(filtered from _MAX_ total entries)"
|
725 |
msgstr "(gefiltert aus _MAX_ Gesamteinträgen)"
|
726 |
|
727 |
-
#: source/class.wdttools.php:259
|
728 |
msgid ","
|
729 |
msgstr ","
|
730 |
|
731 |
-
#: source/class.wdttools.php:261
|
732 |
msgid "Loading..."
|
733 |
msgstr "Wird geladen..."
|
734 |
|
735 |
-
#: source/class.wdttools.php:262
|
736 |
msgid "Processing..."
|
737 |
msgstr "Wird bearbeitet..."
|
738 |
|
739 |
-
#: source/class.wdttools.php:263
|
740 |
msgid "SQL error"
|
741 |
msgstr "SQL Fehler"
|
742 |
|
743 |
-
#: source/class.wdttools.php:264
|
744 |
msgid "Search: "
|
745 |
msgstr "Suche: "
|
746 |
|
747 |
-
#: source/class.wdttools.php:265
|
748 |
-
#: templates/settings.inc.php:
|
|
|
749 |
msgid "Success!"
|
750 |
msgstr "Erfolg!"
|
751 |
|
752 |
-
#: source/class.wdttools.php:266
|
753 |
msgid "No matching records found"
|
754 |
msgstr "Keine übereinstimmenden Aufzeichnungen gefunden"
|
755 |
|
756 |
-
#: source/class.wdttools.php:267
|
757 |
msgid ""
|
758 |
"System info data has been copied to the clipboard. You can now paste it in "
|
759 |
"file or in support topic."
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: source/class.wdttools.php:268
|
763 |
msgid "Table saved successfully!"
|
764 |
msgstr "Tabelle erfolgreich gespeichert!"
|
765 |
|
766 |
-
#: source/class.wdttools.php:269
|
767 |
msgid "To"
|
768 |
msgstr "Zu"
|
769 |
|
770 |
-
#: source/class.wdttools.php:305
|
771 |
-
#: templates/admin/common/premium_modal.inc.php:17
|
772 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1072
|
773 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1348
|
774 |
msgid "This is a premium feature"
|
775 |
msgstr "Dies ist eine Premium-Funktion"
|
776 |
|
777 |
-
#: source/class.wdttools.php:306
|
778 |
-
#: templates/admin/common/premium_modal.inc.php:26
|
779 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1073
|
780 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1349
|
781 |
msgid "This feature is available only in premium version of wpDataTables"
|
782 |
msgstr ""
|
783 |
"Diese Funktion ist nur in der Premium-Version von wpDataTables verfügbar"
|
784 |
|
785 |
-
#: source/class.wdttools.php:307
|
786 |
-
#: templates/admin/getting-started/getting_started.inc.php:133
|
787 |
-
#: templates/admin/getting-started/getting_started.inc.php:145
|
788 |
-
#: templates/admin/getting-started/getting_started.inc.php:157
|
789 |
-
#: templates/admin/getting-started/getting_started.inc.php:169
|
790 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1077
|
791 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1353
|
792 |
msgid "Compare and View Pricing"
|
793 |
msgstr "Preise vergleichen und anzeigen"
|
794 |
|
795 |
-
#: source/class.wdttools.php:326
|
796 |
msgid "Field cannot be empty!"
|
797 |
msgstr "Feld darf nicht leer sein!"
|
798 |
|
799 |
-
#: source/class.wdttools.php:327
|
800 |
msgid "Please choose chart type."
|
801 |
msgstr "Bitte wählen Sie einen Diagrammtyp."
|
802 |
|
803 |
-
#: source/class.wdttools.php:328
|
804 |
msgid "Please select wpDataTable from dropdown."
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: source/class.wdttools.php:329
|
808 |
msgid "Columns field cannot be empty"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: source/class.wdttools.php:331
|
812 |
msgid ""
|
813 |
"Tutorial is not canceled, closed or end properly. Please cancel it by "
|
814 |
"clicking on Cancel button."
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: source/class.wdttools.php:332
|
818 |
msgid "Finish Tutorial"
|
819 |
msgstr "Tutorial beenden"
|
820 |
|
821 |
-
#: source/class.wdttools.php:333
|
822 |
msgid "Continue"
|
823 |
msgstr "Weiter"
|
824 |
|
825 |
-
#: source/class.wdttools.php:334
|
826 |
msgid "Start"
|
827 |
msgstr "Start"
|
828 |
|
829 |
-
#: source/class.wdttools.php:335
|
830 |
msgid "Skip Tutorial"
|
831 |
msgstr "Tutorial überspringen"
|
832 |
|
833 |
-
#: source/class.wdttools.php:338
|
834 |
-
#: source/class.wdttools.php:
|
|
|
835 |
msgid "Welcome to the tutorial!"
|
836 |
msgstr "Willkommen zum Tutorial!"
|
837 |
|
838 |
-
#: source/class.wdttools.php:339
|
839 |
-
#: source/class.wdttools.php:
|
|
|
840 |
msgid "Hello "
|
841 |
msgstr "Hallo "
|
842 |
|
843 |
-
#: source/class.wdttools.php:339
|
844 |
msgid ""
|
845 |
", in this tutorial, we will show you how to create a simple table from "
|
846 |
"scratch by choosing a custom number of columns and rows. How to customize "
|
@@ -851,55 +1047,58 @@ msgstr ""
|
|
851 |
"Spalten und Zeilen auswählen. So passen Sie jede Zelle an, führen Zellen "
|
852 |
"zusammen und vieles mehr."
|
853 |
|
854 |
-
#: source/class.wdttools.php:342
|
855 |
msgid " Let's create a new wpDataTable from scratch!"
|
856 |
msgstr " Lassen Sie uns eine neue wpDataTable von Grund auf neu erstellen!"
|
857 |
|
858 |
-
#: source/class.wdttools.php:343
|
|
|
859 |
msgid "Click on 'Create a Table' to access the wpDataTables Table Wizard."
|
860 |
msgstr ""
|
861 |
"Klicken Sie auf \"Tabelle erstellen\", um auf den Tabellenassistenten "
|
862 |
"wpDataTables zuzugreifen."
|
863 |
|
864 |
-
#: source/class.wdttools.php:346
|
865 |
msgid "Choose this option"
|
866 |
msgstr "Wählen Sie diese Option"
|
867 |
|
868 |
-
#: source/class.wdttools.php:347
|
869 |
msgid "Please select 'Create a simple table from scratch'."
|
870 |
msgstr "Bitte wählen Sie 'Einfache Tabelle von Grund auf neu erstellen'."
|
871 |
|
872 |
-
#: source/class.wdttools.php:350
|
|
|
873 |
msgid "Click Next"
|
874 |
msgstr "Klicken Sie auf Weiter"
|
875 |
|
876 |
-
#: source/class.wdttools.php:351
|
|
|
877 |
msgid "Please click the 'Next' button to continue."
|
878 |
msgstr "Bitte klicken Sie auf die Schaltfläche \"Weiter\", um fortzufahren."
|
879 |
|
880 |
-
#: source/class.wdttools.php:354
|
881 |
msgid "Welcome to the Simple table wizard!"
|
882 |
msgstr "Willkommen beim Einfachen Tabellen-Assistent!"
|
883 |
|
884 |
-
#: source/class.wdttools.php:355
|
885 |
msgid "Please click 'Continue' button to move on."
|
886 |
msgstr "Bitte klicken Sie auf \"Weiter\", um fortzufahren."
|
887 |
|
888 |
-
#: source/class.wdttools.php:358
|
889 |
msgid "Choose a name for your table"
|
890 |
msgstr "Wählen Sie einen Namen für Ihre Tabelle"
|
891 |
|
892 |
-
#: source/class.wdttools.php:359
|
893 |
msgid "After inserting table name, click 'Continue' to move on."
|
894 |
msgstr ""
|
895 |
"Klicken Sie nach dem Einfügen des Tabellennamens auf \"Weiter\", um "
|
896 |
"fortzufahren."
|
897 |
|
898 |
-
#: source/class.wdttools.php:362
|
899 |
msgid "Choose the number of columns for your table"
|
900 |
msgstr "Wählen Sie die Anzahl der Spalten für Ihre Tabelle"
|
901 |
|
902 |
-
#: source/class.wdttools.php:363
|
903 |
msgid ""
|
904 |
"Please choose how many columns it will have. Remember that you can always "
|
905 |
"add or reduce the number of columns later. Click 'Continue' when you finish."
|
@@ -908,11 +1107,11 @@ msgstr ""
|
|
908 |
"dass Sie die Anzahl der Spalten später jederzeit hinzufügen oder verringern "
|
909 |
"können. Klicken Sie auf \"Weiter\", wenn Sie fertig sind."
|
910 |
|
911 |
-
#: source/class.wdttools.php:366
|
912 |
msgid "Choose the number of rows for your table."
|
913 |
msgstr "Wählen Sie die Anzahl der Zeilen für Ihre Tabelle."
|
914 |
|
915 |
-
#: source/class.wdttools.php:367
|
916 |
msgid ""
|
917 |
"Please choose how many rows it will have. Remember that you can always add "
|
918 |
"or reduce the number of rows later. Click 'Continue' when you finish."
|
@@ -921,26 +1120,26 @@ msgstr ""
|
|
921 |
"dass Sie die Anzahl der Zeilen später jederzeit hinzufügen oder verringern "
|
922 |
"können. Klicken Sie auf \"Weiter\", wenn Sie fertig sind."
|
923 |
|
924 |
-
#: source/class.wdttools.php:370
|
925 |
msgid "Click on the 'Generate Table' button"
|
926 |
msgstr "Klicken Sie auf die Schaltfläche 'Tabelle generieren'"
|
927 |
|
928 |
-
#: source/class.wdttools.php:371
|
929 |
msgid "When you click on the button, the empty table will be ready for you. "
|
930 |
msgstr ""
|
931 |
"Wenn Sie auf die Schaltfläche klicken, ist die leere Tabelle für Sie bereit. "
|
932 |
|
933 |
-
#: source/class.wdttools.php:374
|
934 |
msgid "We are generating the table..."
|
935 |
msgstr "Wir generieren die Tabelle..."
|
936 |
|
937 |
-
#: source/class.wdttools.php:375
|
938 |
msgid "Please, when you see the table, click 'Continue' to move on."
|
939 |
msgstr ""
|
940 |
"Wenn die Tabelle erscheint, klicken Sie bitte auf \"Weiter\", um "
|
941 |
"fortzufahren."
|
942 |
|
943 |
-
#: source/class.wdttools.php:378
|
944 |
msgid ""
|
945 |
"Nice job! You just configured your table and it is ready to fill it with "
|
946 |
"data."
|
@@ -948,7 +1147,7 @@ msgstr ""
|
|
948 |
"Gut gemacht! Sie haben gerade Ihre Tabelle konfiguriert und sie kann jetzt "
|
949 |
"mit Daten gefüllt werden."
|
950 |
|
951 |
-
#: source/class.wdttools.php:379
|
952 |
msgid ""
|
953 |
"Now we will guide you on how to insert data and check table layout throw "
|
954 |
"Simple table editor, table toolbar and table preview. Please click "
|
@@ -959,11 +1158,11 @@ msgstr ""
|
|
959 |
"Tabellenvorschau erstellen. Bitte klicken Sie auf \"Weiter\", um "
|
960 |
"fortzufahren."
|
961 |
|
962 |
-
#: source/class.wdttools.php:382
|
963 |
msgid "This is Simple table editor"
|
964 |
msgstr "Dies ist der Einfache Tabelleneditor"
|
965 |
|
966 |
-
#: source/class.wdttools.php:383
|
967 |
msgid ""
|
968 |
"Here you can populate your table with data. <br><br>You can move around the "
|
969 |
"cells using keyboard arrows and the Tab button. <br><br>Rearrange columns or "
|
@@ -979,11 +1178,11 @@ msgstr ""
|
|
979 |
"oder die unterste Zeile der Zeilenkopfzeile ziehen. Klicken Sie auf \"Weiter"
|
980 |
"\", um fortzufahren."
|
981 |
|
982 |
-
#: source/class.wdttools.php:386
|
983 |
msgid "Check out the Simple table toolbar"
|
984 |
msgstr "Schauen Sie sich die Symbolleiste der Einfache Tabelle an"
|
985 |
|
986 |
-
#: source/class.wdttools.php:387
|
987 |
msgid ""
|
988 |
"Here you can style and insert custom data for each cell or range of cells. "
|
989 |
"You can add or delete columns and rows, merge cells, customize sections by "
|
@@ -996,11 +1195,11 @@ msgstr ""
|
|
996 |
"Hintergrund, Ausrichtung anpassen, benutzerdefinierte Links, Medien, "
|
997 |
"Shortcodes, Sternebewertungen oder benutzerdefinierten HTML-Code einfügen."
|
998 |
|
999 |
-
#: source/class.wdttools.php:390
|
1000 |
msgid "Responsive table views"
|
1001 |
msgstr "Responsive Tabellenansichten"
|
1002 |
|
1003 |
-
#: source/class.wdttools.php:391
|
1004 |
msgid ""
|
1005 |
"You can switch between Desktop, Tablet or Mobile devices by clicking on the "
|
1006 |
"tab that you need, so you can make sure your table looks excellent across "
|
@@ -1010,11 +1209,11 @@ msgstr ""
|
|
1010 |
"auf das gewünschte Tab klicken, um sicherzustellen, dass Ihre Tabelle auf "
|
1011 |
"allen Geräten hervorragend aussieht. "
|
1012 |
|
1013 |
-
#: source/class.wdttools.php:394
|
1014 |
msgid "Real-time preview"
|
1015 |
msgstr "Echtzeitvorschau"
|
1016 |
|
1017 |
-
#: source/class.wdttools.php:395
|
1018 |
msgid ""
|
1019 |
"Here you will see how your table will look like on the page. Please click "
|
1020 |
"'Continue' to move on."
|
@@ -1022,11 +1221,11 @@ msgstr ""
|
|
1022 |
"Hier sehen Sie, wie Ihre Tabelle auf der Seite aussehen wird. Bitte klicken "
|
1023 |
"Sie auf \"Weiter\", um fortzufahren."
|
1024 |
|
1025 |
-
#: source/class.wdttools.php:398
|
1026 |
msgid "Congrats! Your table is ready."
|
1027 |
msgstr "Glückwunsch! Ihre Tabelle ist fertig."
|
1028 |
|
1029 |
-
#: source/class.wdttools.php:399
|
1030 |
msgid ""
|
1031 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
1032 |
"your website when you paste it to a post or page. You can always come back "
|
@@ -1037,7 +1236,7 @@ msgstr ""
|
|
1037 |
"Seite einfügen. Sie können jederzeit zurückkehren und die Tabelle nach "
|
1038 |
"Belieben bearbeiten."
|
1039 |
|
1040 |
-
#: source/class.wdttools.php:405
|
1041 |
msgid ""
|
1042 |
", in this tutorial we will show you how to create a wpDataTable linked to an "
|
1043 |
"existing data source. \"Linked\" in this context means that if you create a "
|
@@ -1052,46 +1251,46 @@ msgstr ""
|
|
1052 |
"gelesen werden, um sicherzustellen, dass alle Änderungen der Tabellenwerte "
|
1053 |
"sofort in der Tabelle angezeigt werden."
|
1054 |
|
1055 |
-
#: source/class.wdttools.php:408
|
1056 |
msgid "Let's create a new wpDataTable!"
|
1057 |
msgstr "Lassen Sie uns einen neuen wpDataTable erstellen!"
|
1058 |
|
1059 |
-
#: source/class.wdttools.php:412
|
1060 |
msgid "Choose this option."
|
1061 |
msgstr "Wählen Sie diese Option."
|
1062 |
|
1063 |
-
#: source/class.wdttools.php:413
|
1064 |
msgid "Please select 'Create a table linked to an existing data source'."
|
1065 |
msgstr ""
|
1066 |
"Bitte wählen Sie \"Tabelle erstellen, die mit einer vorhandenen Datenquelle "
|
1067 |
"verknüpft ist\"."
|
1068 |
|
1069 |
-
#: source/class.wdttools.php:420
|
1070 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:101
|
1071 |
msgid "Input data source type"
|
1072 |
msgstr "Typ der Eingabedatenquelle"
|
1073 |
|
1074 |
-
#: source/class.wdttools.php:421
|
1075 |
msgid "Please select a data source type that you need."
|
1076 |
msgstr "Bitte wählen Sie einen Datenquellentyp aus, den Sie benötigen."
|
1077 |
|
1078 |
-
#: source/class.wdttools.php:424
|
1079 |
msgid "Select Data source type"
|
1080 |
msgstr "Wählen Sie den Datenquellentyp"
|
1081 |
|
1082 |
-
#: source/class.wdttools.php:425
|
1083 |
msgid ""
|
1084 |
"Please choose the data source that you need ( Excel, CSV, JSON, XML or PHP "
|
1085 |
"array) and then click 'Continue' button.<br><br>(SQL and Google Spreadsheet "
|
1086 |
"are available in Premium version)"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: source/class.wdttools.php:428
|
1090 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:131
|
1091 |
msgid "Input file path or URL"
|
1092 |
msgstr "Dateipfad oder URL eingeben"
|
1093 |
|
1094 |
-
#: source/class.wdttools.php:429
|
1095 |
msgid ""
|
1096 |
"Upload your file or provide the full URL here. When you finish click "
|
1097 |
"'Continue' button."
|
@@ -1099,11 +1298,11 @@ msgstr ""
|
|
1099 |
"Laden Sie Ihre Datei hoch oder geben Sie hier die vollständige URL an. Wenn "
|
1100 |
"Sie fertig sind, klicken Sie auf \"Weiter\"."
|
1101 |
|
1102 |
-
#: source/class.wdttools.php:432
|
1103 |
msgid "Click Save Changes"
|
1104 |
msgstr "Klicken Sie auf Änderungen speichern"
|
1105 |
|
1106 |
-
#: source/class.wdttools.php:433
|
1107 |
msgid ""
|
1108 |
"Please click on the 'Save Changes' button to create a table.<br><br> If you "
|
1109 |
"get an error message after button click and you are not able to solve it, "
|
@@ -1118,11 +1317,11 @@ msgstr ""
|
|
1118 |
"Quelle, die Sie zum Erstellen dieser Tabelle verwendet haben, sowie die "
|
1119 |
"Fehlermeldung zur Verfügung und klicken Sie auf Tutorial überspringen."
|
1120 |
|
1121 |
-
#: source/class.wdttools.php:436
|
1122 |
msgid "The table is creating..."
|
1123 |
msgstr "Tabelle wird erstellt..."
|
1124 |
|
1125 |
-
#: source/class.wdttools.php:437
|
1126 |
msgid ""
|
1127 |
"Now the table is creating. Wait until you see it in the background and then "
|
1128 |
"click 'Continue'."
|
@@ -1130,11 +1329,11 @@ msgstr ""
|
|
1130 |
"Jetzt wird die Tabelle erstellt. Warten Sie bitte, bis sie im Hintergrund "
|
1131 |
"erscheint, und klicken Sie dann auf \"Weiter\"."
|
1132 |
|
1133 |
-
#: source/class.wdttools.php:440
|
1134 |
msgid "Nice job! You just created your first wpDataTable!"
|
1135 |
msgstr "Gut gemacht! Sie haben gerade Ihre erste wpDataTable erstellt!"
|
1136 |
|
1137 |
-
#: source/class.wdttools.php:441
|
1138 |
msgid ""
|
1139 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
1140 |
"your website when you paste it to a post or page."
|
@@ -1143,7 +1342,7 @@ msgstr ""
|
|
1143 |
"wie er auf Ihrer Website aussieht, wenn Sie ihn in einen Beitrag oder eine "
|
1144 |
"Seite einfügen."
|
1145 |
|
1146 |
-
#: source/class.wdttools.php:447
|
1147 |
msgid ""
|
1148 |
", in this tutorial we will show you how to create a chart in wpDataTables "
|
1149 |
"plugin."
|
@@ -1151,21 +1350,21 @@ msgstr ""
|
|
1151 |
", in diesem Tutorial zeigen wir Ihnen, wie Sie ein Diagramm im wpDataTables-"
|
1152 |
"Plugin erstellen."
|
1153 |
|
1154 |
-
#: source/class.wdttools.php:450
|
1155 |
msgid "Let's create a new wpDataTables Chart!"
|
1156 |
msgstr "Erstellen wir ein neues wpDataTables-Diagramm!"
|
1157 |
|
1158 |
-
#: source/class.wdttools.php:451
|
1159 |
msgid "Click on 'Create a Chart' to access the wpDataTables Chart Wizard."
|
1160 |
msgstr ""
|
1161 |
"Klicken Sie auf \"Diagramm erstellen\", um auf den wpDataTables "
|
1162 |
"Diagrammassistenten zuzugreifen."
|
1163 |
|
1164 |
-
#: source/class.wdttools.php:454
|
1165 |
msgid "Welcome to the Chart Wizard!"
|
1166 |
msgstr "Willkommen beim Diagramm-Assistenten!"
|
1167 |
|
1168 |
-
#: source/class.wdttools.php:455
|
1169 |
msgid ""
|
1170 |
"You are at the first step now; we will introduce you the wpDataTables Chart "
|
1171 |
"Wizard section by section.<br><br> Click 'Continue' button to move forward."
|
@@ -1174,11 +1373,11 @@ msgstr ""
|
|
1174 |
"wpDataTables-Diagramme abschnittsweise vorstellen. <br> <br> Klicken Sie auf "
|
1175 |
"die Schaltfläche 'Weiter', um fortzufahren."
|
1176 |
|
1177 |
-
#: source/class.wdttools.php:458
|
1178 |
msgid "Follow the steps in the Chart Wizard"
|
1179 |
msgstr "Befolgen Sie die Schritte im Diagrammassistenten"
|
1180 |
|
1181 |
-
#: source/class.wdttools.php:459
|
1182 |
msgid ""
|
1183 |
"By following these steps, you will finish building your chart in the Chart "
|
1184 |
"Wizard. The current step will always be highlighted in blue.<br><br> Click "
|
@@ -1189,41 +1388,41 @@ msgstr ""
|
|
1189 |
"hervorgehoben. <br> <br> Klicken Sie auf die Schaltfläche 'Weiter', um "
|
1190 |
"fortzufahren."
|
1191 |
|
1192 |
-
#: source/class.wdttools.php:462
|
1193 |
msgid "Choose a name for your Chart"
|
1194 |
msgstr "Wählen Sie einen Namen für Ihr Diagramm"
|
1195 |
|
1196 |
-
#: source/class.wdttools.php:463
|
1197 |
msgid "Click 'Continue' button when you’re ready to move forward."
|
1198 |
msgstr "Klicken Sie auf 'Weiter', wenn Sie bereit sind, fortzufahren."
|
1199 |
|
1200 |
-
#: source/class.wdttools.php:466
|
1201 |
msgid "In wpDataTables you can find several charts render engines."
|
1202 |
msgstr "In wpDataTables finden Sie mehrere Render-Engines für Diagramme."
|
1203 |
|
1204 |
-
#: source/class.wdttools.php:467
|
1205 |
msgid ""
|
1206 |
"Click on the dropdown, and you will see several options that you can choose "
|
1207 |
"from.(Google charts are only available) <br><br>To continue, click on the "
|
1208 |
"dropdown."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: source/class.wdttools.php:470
|
1212 |
msgid "Choose Google chart engine."
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: source/class.wdttools.php:471
|
1216 |
msgid ""
|
1217 |
"By clicking on Google chart options, you will choose the engine that will "
|
1218 |
"render your chart.<br><br> When you finish, please click 'Continue' button "
|
1219 |
"to move forward."
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: source/class.wdttools.php:474
|
1223 |
msgid "Different charts types. "
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: source/class.wdttools.php:475
|
1227 |
msgid ""
|
1228 |
"Here you can choose a chart type. Please, click on the chart type that you "
|
1229 |
"prefer.<br><br> When you finish, please click 'Continue' button to move "
|
@@ -1233,16 +1432,16 @@ msgstr ""
|
|
1233 |
"Diagrammtyp. <br> <br> Wenn Sie fertig sind, klicken Sie auf die "
|
1234 |
"Schaltfläche 'Weiter', um fortzufahren."
|
1235 |
|
1236 |
-
#: source/class.wdttools.php:478
|
1237 |
msgid "The first step is finished!"
|
1238 |
msgstr "Der erste Schritt ist beendet!"
|
1239 |
|
1240 |
-
#: source/class.wdttools.php:479
|
1241 |
msgid "Let's move on. Please, click 'Next' to continue."
|
1242 |
msgstr ""
|
1243 |
"Lass uns weitermachen. Bitte klicken Sie auf 'Weiter', um fortzufahren."
|
1244 |
|
1245 |
-
#: source/class.wdttools.php:482
|
1246 |
msgid ""
|
1247 |
"Now you need to choose a wpDataTable based on which we will build a chart "
|
1248 |
"for you"
|
@@ -1250,7 +1449,7 @@ msgstr ""
|
|
1250 |
"Jetzt müssen Sie eine wpDataTable auswählen, auf deren Grundlage wir ein "
|
1251 |
"Diagramm für Sie erstellen"
|
1252 |
|
1253 |
-
#: source/class.wdttools.php:483
|
1254 |
msgid ""
|
1255 |
"Click on the dropdown, and all your tables will be listed. The columns of "
|
1256 |
"the table that you choose will be used for creating the chart.<br><br>If you "
|
@@ -1264,11 +1463,11 @@ msgstr ""
|
|
1264 |
"und erstellen Sie eine wpDataTable, die die Daten zuerst zu visualisieren "
|
1265 |
"enthalten würde."
|
1266 |
|
1267 |
-
#: source/class.wdttools.php:486
|
1268 |
msgid "Pick your wpDataTable"
|
1269 |
msgstr "Wählen Sie Ihre wpDataTable"
|
1270 |
|
1271 |
-
#: source/class.wdttools.php:487
|
1272 |
msgid ""
|
1273 |
"Pick a wpDataTable from which you want to render a chart and when you "
|
1274 |
"finish, please click 'Continue' to move on."
|
@@ -1276,22 +1475,22 @@ msgstr ""
|
|
1276 |
"Wählen Sie eine wpDataTable aus, aus der Sie ein Diagramm rendern möchten. "
|
1277 |
"Wenn Sie fertig sind, klicken Sie auf \"Weiter\", um fortzufahren."
|
1278 |
|
1279 |
-
#: source/class.wdttools.php:490
|
1280 |
msgid "The second step is finished!"
|
1281 |
msgstr "Der zweite Schritt ist beendet!"
|
1282 |
|
1283 |
-
#: source/class.wdttools.php:491
|
1284 |
msgid ""
|
1285 |
"Let's see what is coming up next. <br><br> Please, click 'Next' to continue."
|
1286 |
msgstr ""
|
1287 |
"Mal sehen, was als nächstes kommt. <br> <br> Bitte klicken Sie auf 'Weiter', "
|
1288 |
"um fortzufahren."
|
1289 |
|
1290 |
-
#: source/class.wdttools.php:494
|
1291 |
msgid "Just a heads up!"
|
1292 |
msgstr "Passen Sie auf!"
|
1293 |
|
1294 |
-
#: source/class.wdttools.php:495
|
1295 |
msgid ""
|
1296 |
"Here you will choose from which columns you will create a chart.<br><br> "
|
1297 |
"Please click 'Continue' button to move forward."
|
@@ -1299,11 +1498,11 @@ msgstr ""
|
|
1299 |
"Hier wählen Sie aus, aus welchen Spalten Sie ein Diagramm erstellen möchten. "
|
1300 |
"<br> <br> Klicken Sie auf die Schaltfläche \"Weiter\", um fortzufahren."
|
1301 |
|
1302 |
-
#: source/class.wdttools.php:498
|
1303 |
msgid "Meet the wpDataTable Column Blocks"
|
1304 |
msgstr "Treffen Sie die wpDataTable-Spaltenblöcke"
|
1305 |
|
1306 |
-
#: source/class.wdttools.php:499
|
1307 |
msgid ""
|
1308 |
"Here you will choose columns you want to use in the chart. Drag and drop it, "
|
1309 |
"or click on the arrow to move the desired column to the 'Columns used in the "
|
@@ -1314,20 +1513,20 @@ msgstr ""
|
|
1314 |
"Spalte in den Abschnitt \"Im Diagramm verwendete Spalten\" zu verschieben. "
|
1315 |
"<br> <br> Wenn Sie fertig sind, klicken Sie auf 'Weiter'."
|
1316 |
|
1317 |
-
#: source/class.wdttools.php:502
|
1318 |
msgid "Well done!"
|
1319 |
msgstr "Gut gemacht!"
|
1320 |
|
1321 |
-
#: source/class.wdttools.php:503
|
1322 |
msgid "Just two more steps to go. Please click 'Next' to continue."
|
1323 |
msgstr ""
|
1324 |
"Nur noch zwei Schritte. Bitte klicken Sie auf 'Weiter', um fortzufahren."
|
1325 |
|
1326 |
-
#: source/class.wdttools.php:506
|
1327 |
msgid "Chart settings and chart preview."
|
1328 |
msgstr "Diagrammeinstellungen und Diagrammvorschau."
|
1329 |
|
1330 |
-
#: source/class.wdttools.php:507
|
1331 |
msgid ""
|
1332 |
"Here you can adjust chart settings, different parameters are grouped in "
|
1333 |
"section; adjusting the parameters will be reflected in the preview of your "
|
@@ -1339,11 +1538,11 @@ msgstr ""
|
|
1339 |
"Vorschau Ihres Diagramms in Echtzeit auf der rechten Seite angezeigt. <br> "
|
1340 |
"<br> Klicken Sie auf die Schaltfläche 'Weiter', um fortzufahren."
|
1341 |
|
1342 |
-
#: source/class.wdttools.php:510
|
1343 |
msgid "In this sidebar, you can find the chart settings section."
|
1344 |
msgstr "In dieser Seitenleiste finden Sie den Abschnitt Diagrammeinstellungen."
|
1345 |
|
1346 |
-
#: source/class.wdttools.php:511
|
1347 |
msgid ""
|
1348 |
"By clicking on each section, you can set your desired parameters per section."
|
1349 |
"<br><br> Please click 'Continue' button to move on."
|
@@ -1352,11 +1551,11 @@ msgstr ""
|
|
1352 |
"Abschnitt festlegen. <br> <br> Klicken Sie auf die Schaltfläche 'Weiter', um "
|
1353 |
"fortzufahren."
|
1354 |
|
1355 |
-
#: source/class.wdttools.php:514
|
1356 |
msgid "Here are the available chart options"
|
1357 |
msgstr "Hier sind die verfügbaren Diagrammoptionen"
|
1358 |
|
1359 |
-
#: source/class.wdttools.php:515
|
1360 |
msgid ""
|
1361 |
"Set different chart options for the chosen section to get your desired chart "
|
1362 |
"look.<br><br> Please click 'Continue' button to move on."
|
@@ -1365,11 +1564,11 @@ msgstr ""
|
|
1365 |
"ein, um das gewünschte Diagrammbild zu erhalten. <br> <br> Klicken Sie auf "
|
1366 |
"die Schaltfläche 'Weiter', um fortzufahren."
|
1367 |
|
1368 |
-
#: source/class.wdttools.php:518
|
1369 |
msgid "How your chart will look like on the page of your website"
|
1370 |
msgstr "Wie Ihr Diagramm auf der Seite Ihrer Website aussehen wird"
|
1371 |
|
1372 |
-
#: source/class.wdttools.php:519
|
1373 |
msgid ""
|
1374 |
"Here you can see a preview of your chart based on the settings you have "
|
1375 |
"chosen.<br><br> Please click 'Continue' button to move on."
|
@@ -1377,11 +1576,11 @@ msgstr ""
|
|
1377 |
"Hier sehen Sie eine Vorschau Ihres Diagramms basierend auf den von Ihnen "
|
1378 |
"gewählten Einstellungen. <br> <br> Klicken Sie auf 'Weiter', um fortzufahren."
|
1379 |
|
1380 |
-
#: source/class.wdttools.php:522
|
1381 |
msgid "You can save your chart now"
|
1382 |
msgstr "Sie können Ihr Diagramm jetzt speichern"
|
1383 |
|
1384 |
-
#: source/class.wdttools.php:523
|
1385 |
msgid ""
|
1386 |
"If you are satisfied with your chart appearance, click on the 'Save chart' "
|
1387 |
"button and all your settings for this chart will be saved in the database."
|
@@ -1390,11 +1589,11 @@ msgstr ""
|
|
1390 |
"Sie auf die Schaltfläche \"Diagramm speichern\". Alle Einstellungen für "
|
1391 |
"dieses Diagramm werden in der Datenbank gespeichert."
|
1392 |
|
1393 |
-
#: source/class.wdttools.php:526
|
1394 |
msgid "Congrats! Your first chart is ready!"
|
1395 |
msgstr "Glückwunsch! Ihr erstes Diagramm ist fertig!"
|
1396 |
|
1397 |
-
#: source/class.wdttools.php:527
|
1398 |
msgid ""
|
1399 |
"Now you can copy the shortcode for this chart and paste it in any WP post or "
|
1400 |
"page. <br><br>You may now finish this tutorial. "
|
@@ -1403,15 +1602,15 @@ msgstr ""
|
|
1403 |
"beliebigen WP-Beitrag oder eine beliebige WP-Seite einfügen. <br> <br> Sie "
|
1404 |
"können dieses Tutorial jetzt beenden. "
|
1405 |
|
1406 |
-
#: source/class.wpdatachart.php:718
|
1407 |
msgid "Only one column can be of type String"
|
1408 |
msgstr "Es kann nur eine Spalte vom Typ String sein"
|
1409 |
|
1410 |
-
#: source/class.wpdatachart.php:721
|
1411 |
msgid "You are mixing data types (several date axes and several number)"
|
1412 |
msgstr "Sie mischen Datentypen (mehrere Datumsachsen und mehrere Zahlen)"
|
1413 |
|
1414 |
-
#: source/class.wpdatatable.php:
|
1415 |
msgid ""
|
1416 |
"You are trying to load a table of an unknown type. Probably you did not "
|
1417 |
"activate the addon which is required to use this table type."
|
@@ -1420,61 +1619,72 @@ msgstr ""
|
|
1420 |
"haben Sie das Addon, das für die Verwendung dieses Tabellentyps erforderlich "
|
1421 |
"ist, nicht aktiviert."
|
1422 |
|
1423 |
-
#:
|
1424 |
-
#:
|
1425 |
-
#: templates/admin/
|
1426 |
-
#: templates/admin/table-settings/
|
1427 |
-
#: templates/
|
|
|
1428 |
msgid "All"
|
1429 |
msgstr "Alle"
|
1430 |
|
1431 |
-
#:
|
1432 |
-
#:
|
|
|
1433 |
msgid "Columns"
|
1434 |
msgstr "Spalten"
|
1435 |
|
1436 |
-
#:
|
1437 |
-
#:
|
|
|
1438 |
msgid "Print"
|
1439 |
msgstr "Drucken"
|
1440 |
|
1441 |
-
#:
|
1442 |
-
#:
|
|
|
1443 |
msgid "PDF"
|
1444 |
msgstr "PDF"
|
1445 |
|
1446 |
-
#: source/class.wpdatatable.php:
|
1447 |
msgid "Export"
|
1448 |
msgstr "Export"
|
1449 |
|
1450 |
-
#: source/class.wpdatatable.php:
|
1451 |
msgid "Search table"
|
1452 |
msgstr "Tabelle suchen"
|
1453 |
|
1454 |
-
#: source/class.wpdatatable.php:
|
1455 |
msgid "Showing _MENU_ Entries"
|
1456 |
msgstr "MENU_ Einträge_anzeigen"
|
1457 |
|
1458 |
-
#: templates/addons.inc.php:8
|
1459 |
-
#:
|
1460 |
-
#:
|
|
|
|
|
|
|
1461 |
msgid "Please refer to"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: templates/addons.inc.php:8
|
|
|
1465 |
msgid "wpDataTables documentation"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: templates/addons.inc.php:8
|
1469 |
-
#:
|
|
|
|
|
1470 |
msgid "if you have some questions or problems with the plugin."
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: templates/addons.inc.php:10
|
|
|
1474 |
msgid "wpDataTables Addons"
|
1475 |
msgstr "wpDataTables Addons"
|
1476 |
|
1477 |
-
#: templates/addons.inc.php:12
|
1478 |
msgid ""
|
1479 |
"While wpDataTables itself provides quite a large amount of features and "
|
1480 |
"unlimited customisation flexibility, you can achieve even more with our "
|
@@ -1489,13 +1699,15 @@ msgstr ""
|
|
1489 |
"Entwicklern und Entwicklern von Drittanbietern entwickelt, so bleiben Sie "
|
1490 |
"bitte dran."
|
1491 |
|
1492 |
-
#: templates/addons.inc.php:19
|
1493 |
-
#: templates/admin/
|
|
|
1494 |
msgid "Report Builder"
|
1495 |
msgstr "Report Builder"
|
1496 |
|
1497 |
-
#: templates/addons.inc.php:23
|
1498 |
-
#: templates/admin/
|
|
|
1499 |
msgid ""
|
1500 |
"A unique tool that allows you to generate almost any Word DOCX and Excel "
|
1501 |
"XLSX documents filled in with actual data from your database."
|
@@ -1504,31 +1716,69 @@ msgstr ""
|
|
1504 |
"Dokumente generieren können, die mit tatsächlichen Daten aus Ihrer Datenbank "
|
1505 |
"gefüllt sind."
|
1506 |
|
1507 |
-
#: templates/addons.inc.php:24
|
1508 |
msgid "Find out more"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: templates/admin/addons/addons.inc.php:28
|
1512 |
msgid ""
|
1513 |
"While wpDataTables itself provides quite a large amount of features and "
|
1514 |
"unlimited customisation flexibility, you can achieve even more with our "
|
1515 |
-
"premium addons
|
1516 |
-
"
|
1517 |
-
"
|
1518 |
-
"
|
|
|
|
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: templates/admin/addons/addons.inc.php:36
|
1522 |
-
#: templates/admin/addons/addons.inc.php:
|
|
|
1523 |
msgid "NEW"
|
1524 |
msgstr "NEU"
|
1525 |
|
1526 |
-
#: templates/admin/addons/addons.inc.php:40
|
1527 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1528 |
msgid "Master Detail Tables for wpDataTables"
|
1529 |
msgstr "Master Detail Tabelle für wpDataTables"
|
1530 |
|
1531 |
-
#: templates/admin/addons/addons.inc.php:
|
1532 |
msgid ""
|
1533 |
"A wpDataTables addon which allows showing additional details for a specific "
|
1534 |
"row in a popup or a separate page or post. Handy when you would like to keep "
|
@@ -1541,20 +1791,12 @@ msgstr ""
|
|
1541 |
"behalten möchten und dem Benutzer gleichzeitig den Zugriff auf alle Details "
|
1542 |
"bestimmter Einträge ermöglichen möchten."
|
1543 |
|
1544 |
-
#: templates/admin/addons/addons.inc.php:
|
1545 |
-
#: templates/admin/
|
1546 |
-
#: templates/admin/addons/addons.inc.php:99
|
1547 |
-
#: templates/admin/addons/addons.inc.php:130
|
1548 |
-
#: templates/admin/addons/addons.inc.php:153
|
1549 |
-
msgid "Learn more"
|
1550 |
-
msgstr "Mehr erfahren"
|
1551 |
-
|
1552 |
-
#: templates/admin/addons/addons.inc.php:67
|
1553 |
-
#: templates/admin/dashboard/dashboard.inc.php:566
|
1554 |
msgid "Powerful Filters for wpDataTables"
|
1555 |
msgstr "Leistungsstarke Filter für wpDataTables"
|
1556 |
|
1557 |
-
#: templates/admin/addons/addons.inc.php:
|
1558 |
msgid ""
|
1559 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
1560 |
"cascade filtering, applying filters on button click, show only filter "
|
@@ -1564,13 +1806,13 @@ msgstr ""
|
|
1564 |
"Kaskadenfilterung, Anwenden von Filtern beim Klicken auf eine Schaltfläche, "
|
1565 |
"nur Filter ohne Tabelle anzeigen, bevor der Benutzer die Suchwerte definiert."
|
1566 |
|
1567 |
-
#: templates/admin/addons/addons.inc.php:
|
1568 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1569 |
msgid "Formidable Forms integration for wpDataTables"
|
1570 |
msgstr "Formidable Forms-Integration für wpDataTables"
|
1571 |
|
1572 |
-
#: templates/admin/addons/addons.inc.php:
|
1573 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1574 |
msgid ""
|
1575 |
"Tool that adds \"Formidable Form\" as a new table type and allows you to "
|
1576 |
"create wpDataTables from Formidable Forms entries data."
|
@@ -1578,13 +1820,13 @@ msgstr ""
|
|
1578 |
"Tool, das \"Formidable Form\" als neuen Tabellentyp hinzufügt und es Ihnen "
|
1579 |
"ermöglicht, wpDataTables aus Formidable Forms-Eintragsdaten zu erstellen."
|
1580 |
|
1581 |
-
#: templates/admin/addons/addons.inc.php:
|
1582 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1583 |
msgid "Gravity Forms integration for wpDataTables"
|
1584 |
msgstr "Gravity Forms-Integration für wpDataTables"
|
1585 |
|
1586 |
-
#: templates/admin/addons/addons.inc.php:
|
1587 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1588 |
msgid ""
|
1589 |
"Tool that adds \"Gravity Form\" as a new table type and allows you to create "
|
1590 |
"wpDataTables from Gravity Forms entries data."
|
@@ -1592,50 +1834,50 @@ msgstr ""
|
|
1592 |
"Tool, das \"Gravity Form\" als neuen Tabellentyp hinzufügt und es Ihnen "
|
1593 |
"ermöglicht, wpDataTables aus Gravity Forms-Eintragsdaten zu erstellen."
|
1594 |
|
1595 |
-
#: templates/admin/browse/chart/browse.inc.php:25
|
1596 |
msgid "Browse Charts"
|
1597 |
msgstr "Diagramme durchsuchen"
|
1598 |
|
1599 |
-
#: templates/admin/browse/chart/browse.inc.php:32
|
1600 |
-
#: templates/admin/browse/table/browse.inc.php:32
|
1601 |
msgid "Add New"
|
1602 |
msgstr "Neu hinzufügen"
|
1603 |
|
1604 |
-
#: templates/admin/browse/chart/duplicate_chart_modal.inc.php:18
|
1605 |
msgid "Duplicate chart"
|
1606 |
msgstr "Diagramm duplizieren"
|
1607 |
|
1608 |
-
#: templates/admin/browse/chart/duplicate_chart_modal.inc.php:27
|
1609 |
msgid "New chart title"
|
1610 |
msgstr "Neuer Diagrammtitel"
|
1611 |
|
1612 |
-
#: templates/admin/browse/search_box.inc.php:7
|
1613 |
msgid "Search for items..."
|
1614 |
msgstr "Nach Artikeln suchen ..."
|
1615 |
|
1616 |
-
#: templates/admin/browse/table/browse.inc.php:25
|
1617 |
msgid "Browse Tables"
|
1618 |
msgstr "Tabellen durchsuchen"
|
1619 |
|
1620 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:19
|
1621 |
-
#: templates/browse.inc.php:56
|
1622 |
msgid "Duplicate table"
|
1623 |
msgstr "Tabelle duplizieren"
|
1624 |
|
1625 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:28
|
1626 |
-
#: templates/browse.inc.php:19
|
1627 |
msgid "New table title"
|
1628 |
msgstr "Neuer Tabellentitel"
|
1629 |
|
1630 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:40
|
1631 |
msgid "Duplicate option"
|
1632 |
msgstr "Option duplizieren"
|
1633 |
|
1634 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1635 |
msgid "Unchecked"
|
1636 |
msgstr "Deaktiviert"
|
1637 |
|
1638 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1639 |
msgid ""
|
1640 |
"will create exact copy of this table which means that all changes made in "
|
1641 |
"one table will be reflected in all copies."
|
@@ -1643,11 +1885,11 @@ msgstr ""
|
|
1643 |
"erstellt eine exakte Kopie dieser Tabelle, was bedeutet, dass alle in einer "
|
1644 |
"Tabelle vorgenommenen Änderungen in allen Kopien berücksichtigt werden."
|
1645 |
|
1646 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1647 |
msgid "Checked"
|
1648 |
msgstr "Aktiviert"
|
1649 |
|
1650 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1651 |
msgid ""
|
1652 |
"will create separate database table so changing one table won't affect other "
|
1653 |
"copies."
|
@@ -1655,305 +1897,308 @@ msgstr ""
|
|
1655 |
"erstellt eine separate Datenbanktabelle, sodass alle in einer Tabelle "
|
1656 |
"vorgenommenen Änderungen keine Auswirkungen auf andere Kopien haben."
|
1657 |
|
1658 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:49
|
1659 |
msgid "Duplicate database table"
|
1660 |
msgstr "Datenbanktabelle duplizieren"
|
1661 |
|
1662 |
-
#: templates/admin/browse/table_list.inc.php:47
|
1663 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:114
|
1664 |
msgid " View Documentation"
|
1665 |
msgstr " Dokumentation anzeigen"
|
1666 |
|
1667 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:53
|
1668 |
-
#: templates/chart_wizard.inc.php:32
|
1669 |
msgid "Chart title & type"
|
1670 |
msgstr "Diagrammtitel und -typ"
|
1671 |
|
1672 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:55
|
1673 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:60
|
1674 |
-
#: templates/chart_wizard.inc.php:36
|
1675 |
msgid "Data source"
|
1676 |
msgstr "Datenquelle"
|
1677 |
|
1678 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:57
|
1679 |
-
#: templates/chart_wizard.inc.php:40
|
1680 |
msgid "Data range"
|
1681 |
msgstr "Datenreichweite"
|
1682 |
|
1683 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:59
|
1684 |
msgid "Formatting and preview"
|
1685 |
msgstr "Formatierung und Vorschau"
|
1686 |
|
1687 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:61
|
1688 |
-
#: templates/chart_wizard.inc.php:52
|
1689 |
msgid "Save and get shortcode"
|
1690 |
msgstr "Speichern und Shortcode abrufen"
|
1691 |
|
1692 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:105
|
1693 |
msgid "Browse charts"
|
1694 |
msgstr "Diagramme durchsuchen"
|
1695 |
|
1696 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:109
|
1697 |
-
#: templates/admin/constructor/constructor.inc.php:61
|
1698 |
msgid "Next "
|
1699 |
msgstr "Nächste "
|
1700 |
|
1701 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:111
|
1702 |
-
#: templates/admin/constructor/constructor.inc.php:63
|
1703 |
msgid " Previous"
|
1704 |
msgstr " Zurück"
|
1705 |
|
1706 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:138
|
1707 |
msgid "Serie"
|
1708 |
msgstr "Serie"
|
1709 |
|
1710 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:142
|
1711 |
msgid "Label"
|
1712 |
msgstr "Beschriftung"
|
1713 |
|
1714 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:156
|
1715 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:680
|
1716 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1902
|
1717 |
-
#: templates/edit_table.inc.php:730
|
1718 |
msgid "Color"
|
1719 |
msgstr "Farbe"
|
1720 |
|
1721 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
|
1722 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
|
1723 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
|
1724 |
-
#: templates/chart_wizard.inc.php:95
|
|
|
1725 |
msgid "Line chart"
|
1726 |
msgstr "Liniendiagramm"
|
1727 |
|
1728 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
|
1729 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:48
|
1730 |
-
#: templates/chart_wizard.inc.php:93
|
1731 |
msgid "Area chart"
|
1732 |
msgstr "Flächendiagramm"
|
1733 |
|
1734 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
|
1735 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
|
1736 |
-
#: templates/chart_wizard.inc.php:110
|
1737 |
msgid "Stacked area chart"
|
1738 |
msgstr "Gestapeltes Flächendiagramm"
|
1739 |
|
1740 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
|
1741 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
|
1742 |
-
#: templates/chart_wizard.inc.php:90
|
1743 |
msgid "Column chart"
|
1744 |
msgstr "Säulendiagramm"
|
1745 |
|
1746 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1747 |
msgid "Radar chart"
|
1748 |
msgstr "Radar-Diagramm"
|
1749 |
|
1750 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1751 |
msgid "Polar area chart"
|
1752 |
msgstr "Polar Flächendiagramm"
|
1753 |
|
1754 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
|
1755 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:36
|
1756 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
|
1757 |
-
#: templates/chart_wizard.inc.php:96
|
|
|
1758 |
msgid "Pie chart"
|
1759 |
msgstr "Kreisdiagramm"
|
1760 |
|
1761 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
1762 |
#, fuzzy
|
1763 |
msgid "Doughnut chart"
|
1764 |
msgstr "Doughnut-Diagramm"
|
1765 |
|
1766 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
|
1767 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
|
1768 |
-
#: templates/chart_wizard.inc.php:97
|
1769 |
msgid "Bubble chart"
|
1770 |
msgstr "Blasendiagramm"
|
1771 |
|
1772 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
|
1773 |
-
#: templates/chart_wizard.inc.php:94
|
1774 |
msgid "Stepped area chart"
|
1775 |
msgstr "Gestapeltes Flächendiagramm"
|
1776 |
|
1777 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
|
1778 |
-
#: templates/chart_wizard.inc.php:92
|
1779 |
msgid "Bar chart"
|
1780 |
msgstr "Balkendiagramm"
|
1781 |
|
1782 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
|
1783 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
|
1784 |
-
#: templates/chart_wizard.inc.php:112
|
1785 |
msgid "Stacked bar chart"
|
1786 |
msgstr "Gestapeltes Balkendiagramm"
|
1787 |
|
1788 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
|
1789 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
|
1790 |
-
#: templates/chart_wizard.inc.php:98
|
|
|
1791 |
#, fuzzy
|
1792 |
msgid "Donut chart"
|
1793 |
msgstr "Donut-Diagramm"
|
1794 |
|
1795 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
|
1796 |
-
#: templates/chart_wizard.inc.php:99
|
1797 |
msgid "Gauge chart"
|
1798 |
msgstr "Gauge-Diagramm"
|
1799 |
|
1800 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
|
1801 |
-
#: templates/chart_wizard.inc.php:100
|
1802 |
msgid "Scatter chart"
|
1803 |
msgstr "Streudiagramm"
|
1804 |
|
1805 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1806 |
msgid "Candlestick chart"
|
1807 |
msgstr "Candlestick-Diagramm"
|
1808 |
|
1809 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1810 |
msgid "Waterfall chart"
|
1811 |
msgstr "Wasserfalldiagramm"
|
1812 |
|
1813 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1814 |
msgid "Spline chart"
|
1815 |
msgstr "Spline-Diagramm"
|
1816 |
|
1817 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
|
1818 |
-
#: templates/chart_wizard.inc.php:109
|
1819 |
msgid "Basic area chart"
|
1820 |
msgstr "Grundlegendes Flächendiagramm"
|
1821 |
|
1822 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
|
1823 |
-
#: templates/chart_wizard.inc.php:111
|
1824 |
msgid "Basic bar chart"
|
1825 |
msgstr "Grundlegendes Balkendiagramm"
|
1826 |
|
1827 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
|
1828 |
-
#: templates/chart_wizard.inc.php:113
|
1829 |
msgid "Basic column chart"
|
1830 |
msgstr "Grundlegendes Säulendiagramm"
|
1831 |
|
1832 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
|
1833 |
-
#: templates/chart_wizard.inc.php:114
|
1834 |
msgid "Stacked column chart"
|
1835 |
msgstr "Gestapeltes Säulendiagramm"
|
1836 |
|
1837 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
|
1838 |
-
#: templates/chart_wizard.inc.php:116
|
1839 |
msgid "Pie with gradient chart"
|
1840 |
msgstr "Kreisdiagramm mit Farbverlauf"
|
1841 |
|
1842 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
|
1843 |
-
#: templates/chart_wizard.inc.php:118
|
1844 |
msgid "Scatter plot"
|
1845 |
msgstr "Streudiagramm"
|
1846 |
|
1847 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
|
1848 |
-
#: templates/chart_wizard.inc.php:119
|
1849 |
msgid "3D column chart"
|
1850 |
msgstr "3D-Säulendiagramm"
|
1851 |
|
1852 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
|
1853 |
-
#: templates/chart_wizard.inc.php:120
|
1854 |
msgid "3D pie chart"
|
1855 |
msgstr "3D-Kreisdiagramm"
|
1856 |
|
1857 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
|
1858 |
-
#: templates/chart_wizard.inc.php:121
|
1859 |
msgid "3D donut chart"
|
1860 |
msgstr "3D Donut-Diagramm"
|
1861 |
|
1862 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1863 |
msgid "Treemap chart"
|
1864 |
msgstr "Treemap-Diagramm"
|
1865 |
|
1866 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1867 |
msgid "Treemap level chart"
|
1868 |
msgstr "Treemap level - Diagramm"
|
1869 |
|
1870 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
1871 |
msgid "Polar chart"
|
1872 |
msgstr "Polardiagramm"
|
1873 |
|
1874 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
1875 |
msgid "Spiderweb chart"
|
1876 |
msgstr "Netzdiagramm"
|
1877 |
|
1878 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:9
|
1879 |
msgid ""
|
1880 |
"NEW awesome features!!! From version wpDataTables Lite 2.1 you can create "
|
1881 |
"all Google charts"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:15
|
1885 |
-
#: templates/chart_wizard.inc.php:65
|
1886 |
msgid "Chart name"
|
1887 |
msgstr "Diagrammname"
|
1888 |
|
1889 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:17
|
1890 |
msgid "Please define the title of the chart that you will use to identify it"
|
1891 |
msgstr ""
|
1892 |
"Bitte definieren Sie den Titel des Diagramms, mit dem Sie sie identifizieren"
|
1893 |
|
1894 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:24
|
1895 |
-
#: templates/chart_wizard.inc.php:69
|
1896 |
msgid "New wpDataTable Chart"
|
1897 |
msgstr "Neues wpDataTable-Diagramm"
|
1898 |
|
1899 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:35
|
1900 |
-
#: templates/chart_wizard.inc.php:75
|
1901 |
msgid "Chart render engine"
|
1902 |
msgstr "Diagramm-Render-Engine"
|
1903 |
|
1904 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:38
|
1905 |
-
#: templates/chart_wizard.inc.php:76
|
1906 |
msgid "Please choose the render engine."
|
1907 |
msgstr "Bitte wählen Sie die Render-Engine."
|
1908 |
|
1909 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:44
|
1910 |
-
#: templates/chart_wizard.inc.php:80
|
1911 |
msgid "Pick the render engine"
|
1912 |
msgstr "Wählen Sie die Render-Engine"
|
1913 |
|
1914 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:47
|
1915 |
msgid "Google Charts"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:49
|
1919 |
msgid "HighCharts"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:49
|
1923 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:52
|
1924 |
-
#: templates/admin/getting-started/getting_started.inc.php:132
|
1925 |
-
#: templates/admin/getting-started/getting_started.inc.php:144
|
1926 |
-
#: templates/admin/getting-started/getting_started.inc.php:156
|
1927 |
-
#: templates/admin/getting-started/getting_started.inc.php:168
|
1928 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:112
|
1929 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:117
|
1930 |
msgid "Available in Premium"
|
1931 |
msgstr "Erhältlich in Premium"
|
1932 |
|
1933 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:52
|
1934 |
msgid "Chart.js"
|
1935 |
msgstr "Chart.js"
|
1936 |
|
1937 |
-
#: templates/admin/chart_wizard/steps/step2.inc.php:6
|
1938 |
msgid "wpDataTable Data Source"
|
1939 |
msgstr "wpDataTable-Datenquelle"
|
1940 |
|
1941 |
-
#: templates/admin/chart_wizard/steps/step2.inc.php:8
|
1942 |
msgid ""
|
1943 |
"Please pick a wpDataTable which will be used as a data source for this chart."
|
1944 |
msgstr ""
|
1945 |
"Bitte wählen Sie eine wpDataTable aus, die als Datenquelle für dieses "
|
1946 |
"Diagramm verwendet wird."
|
1947 |
|
1948 |
-
#: templates/admin/chart_wizard/steps/step2.inc.php:15
|
1949 |
msgid "Pick a wpDataTable"
|
1950 |
msgstr "Wählen Sie eine wpDataTable"
|
1951 |
|
1952 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:7
|
1953 |
msgid "Columns in the data source"
|
1954 |
msgstr "Spalten in der Datenquelle"
|
1955 |
|
1956 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:9
|
1957 |
msgid ""
|
1958 |
"Choose table columns that you would like to use in the chart. You can either "
|
1959 |
"drag the column blocks, or click to select them and use controls in the "
|
@@ -1964,27 +2209,27 @@ msgstr ""
|
|
1964 |
"auszuwählen, und Steuerelemente in der Mitte verwenden, um sie zum Diagramm "
|
1965 |
"hinzuzufügen oder daraus zu entfernen."
|
1966 |
|
1967 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:20
|
1968 |
msgid "Add all"
|
1969 |
msgstr "Alle hinzufügen"
|
1970 |
|
1971 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:22
|
1972 |
msgid "Add"
|
1973 |
msgstr "Hinzufügen"
|
1974 |
|
1975 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:24
|
1976 |
msgid "Remove"
|
1977 |
msgstr "Entfernen"
|
1978 |
|
1979 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:26
|
1980 |
msgid "Remove all"
|
1981 |
msgstr "Alle entfernen"
|
1982 |
|
1983 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:31
|
1984 |
msgid "Columns used in the chart"
|
1985 |
msgstr "Im Diagramm verwendete Spalten"
|
1986 |
|
1987 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:39
|
1988 |
msgid ""
|
1989 |
"Please do not add more then one string-type (date/time, image, email, URL) "
|
1990 |
"column since only one can be used as a label"
|
@@ -1992,19 +2237,19 @@ msgstr ""
|
|
1992 |
"Bitte fügen Sie nicht mehr als eine String-Typen (Datum / Uhrzeit, Bild, E-"
|
1993 |
"Mail, URL) Spalte, da nur ein als Beschriftung verwendet werden"
|
1994 |
|
1995 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:43
|
1996 |
msgid "Minimum count of columns for this chart type is "
|
1997 |
msgstr "Die Mindestanzahl der Spalten für diesen Diagrammtyp beträgt "
|
1998 |
|
1999 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:47
|
2000 |
msgid "Maximum count of columns for this chart type is "
|
2001 |
msgstr "Die maximale Anzahl von Spalten für diesen Diagrammtyp beträgt "
|
2002 |
|
2003 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:58
|
2004 |
msgid "Charts data filtering"
|
2005 |
msgstr "Diagrammdatenfilterung"
|
2006 |
|
2007 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:60
|
2008 |
msgid ""
|
2009 |
"If you enable this, chart will automatically re-render with actual data "
|
2010 |
"every time you sort, filter, or switch pages in the table (chart must be in "
|
@@ -2015,19 +2260,19 @@ msgstr ""
|
|
2015 |
"Daten neu gerendert (das Diagramm muss sich auf derselben Seite wie die "
|
2016 |
"Tabelle befinden)."
|
2017 |
|
2018 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:64
|
2019 |
msgid "Follow table filtering"
|
2020 |
msgstr "Befolgen Sie die Tabellenfilterung"
|
2021 |
|
2022 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:71
|
2023 |
msgid "Row range"
|
2024 |
msgstr "Zeilenbereich"
|
2025 |
|
2026 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:73
|
2027 |
msgid "Please choose the row range."
|
2028 |
msgstr "Bitte wählen Sie den Zeilenbereich."
|
2029 |
|
2030 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:73
|
2031 |
msgid ""
|
2032 |
"If you do not want data from all the table rows to be in the chart, you can "
|
2033 |
"pick the row range manually. Please note that if the data set is large the "
|
@@ -2038,88 +2283,88 @@ msgstr ""
|
|
2038 |
"beachten Sie, dass der Range Picker bei einem großen Datensatz langsam "
|
2039 |
"geladen wird oder sogar einen Speicherfehler verursachen kann."
|
2040 |
|
2041 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:79
|
2042 |
msgid "All rows (default)"
|
2043 |
msgstr "Alle Zeilen (Standard)"
|
2044 |
|
2045 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:80
|
2046 |
msgid "Pick range (slow on large datasets)"
|
2047 |
msgstr "Auswahlbereich (langsam bei großen Datenmengen)"
|
2048 |
|
2049 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:85
|
2050 |
msgid "Rows picked"
|
2051 |
msgstr "Zeilen ausgewählt"
|
2052 |
|
2053 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:88
|
2054 |
msgid "Range picker..."
|
2055 |
msgstr "Bereich Picker..."
|
2056 |
|
2057 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:10
|
2058 |
msgid "Chart"
|
2059 |
msgstr "Diagramm"
|
2060 |
|
2061 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:13
|
2062 |
msgid "Series"
|
2063 |
msgstr "Serie"
|
2064 |
|
2065 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:15
|
2066 |
msgid "Axes"
|
2067 |
msgstr "Achsen"
|
2068 |
|
2069 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:19
|
2070 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:543
|
2071 |
msgid "Tooltip"
|
2072 |
msgstr "Tooltip"
|
2073 |
|
2074 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:21
|
2075 |
msgid "Legend"
|
2076 |
msgstr "Legende"
|
2077 |
|
2078 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:23
|
2079 |
msgid "Exporting"
|
2080 |
msgstr "Exportieren"
|
2081 |
|
2082 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:26
|
2083 |
msgid "Credits"
|
2084 |
msgstr "Credits"
|
2085 |
|
2086 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:35
|
2087 |
msgid "Series settings"
|
2088 |
msgstr "Serieneinstellungen"
|
2089 |
|
2090 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:37
|
2091 |
msgid ""
|
2092 |
"If you want to redefine the series labels and colors you can do it here."
|
2093 |
msgstr ""
|
2094 |
"Wenn Sie die Serienbeschriftungen und -farben neu definieren möchten, können "
|
2095 |
"Sie dies hier tun."
|
2096 |
|
2097 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:47
|
2098 |
msgid "Curve type"
|
2099 |
msgstr "Kurventyp"
|
2100 |
|
2101 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:49
|
2102 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:347
|
2103 |
msgid "Controls the curve of the lines"
|
2104 |
msgstr "Steuert die Kurve der Linien"
|
2105 |
|
2106 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:53
|
2107 |
msgid "Check for smoothed lines"
|
2108 |
msgstr "Auf geglättete Linien prüfen"
|
2109 |
|
2110 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:61
|
2111 |
msgid "Chart width"
|
2112 |
msgstr "Diagrammbreite"
|
2113 |
|
2114 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:63
|
2115 |
msgid "The width of the chart."
|
2116 |
msgstr "Die Breite des Diagramms."
|
2117 |
|
2118 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:86
|
2119 |
msgid "Responsive width"
|
2120 |
msgstr "Reaktionsbreite"
|
2121 |
|
2122 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:88
|
2123 |
msgid ""
|
2124 |
"If you tick this chart width will always adjust to 100% width of the "
|
2125 |
"container"
|
@@ -2127,23 +2372,23 @@ msgstr ""
|
|
2127 |
"Wenn Sie dieses Diagramm ankreuzen, wird die Breite des Containers immer auf "
|
2128 |
"100% angepasst"
|
2129 |
|
2130 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:92
|
2131 |
msgid "Responsive chart width"
|
2132 |
msgstr "Responsive Diagrammbreite"
|
2133 |
|
2134 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:97
|
2135 |
msgid "Chart height"
|
2136 |
msgstr "Diagrammhöhe"
|
2137 |
|
2138 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:99
|
2139 |
msgid "The height of the chart."
|
2140 |
msgstr "Die Höhe des Diagramms."
|
2141 |
|
2142 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:122
|
2143 |
msgid "Group chart"
|
2144 |
msgstr "Gruppendiagramm"
|
2145 |
|
2146 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:124
|
2147 |
msgid ""
|
2148 |
"If you tick this checkbox, the values of the rows with same label will be "
|
2149 |
"summed up and rendered as a single series. If you leave it unticked all rows "
|
@@ -2154,120 +2399,120 @@ msgstr ""
|
|
2154 |
"Wenn Sie das Kontrollkästchen nicht aktivieren, werden alle Zeilen als "
|
2155 |
"separate Serien gerendert."
|
2156 |
|
2157 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:128
|
2158 |
msgid "Enable grouping"
|
2159 |
msgstr "Gruppierung aktivieren"
|
2160 |
|
2161 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:133
|
2162 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:104
|
2163 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:425
|
2164 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:660
|
2165 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1549
|
2166 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1879
|
2167 |
msgid "Background color"
|
2168 |
msgstr "Hintergrundfarbe"
|
2169 |
|
2170 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:135
|
2171 |
msgid "The background color for the outer chart area."
|
2172 |
msgstr "Die Hintergrundfarbe für den äußeren Diagrammbereich."
|
2173 |
|
2174 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:152
|
2175 |
msgid "Border width"
|
2176 |
msgstr "Rahmenbreite"
|
2177 |
|
2178 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:154
|
2179 |
msgid "The pixel width of the outer chart border."
|
2180 |
msgstr "Die Pixelbreite des äußeren Diagrammrahmens."
|
2181 |
|
2182 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:177
|
2183 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:123
|
2184 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:444
|
2185 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1571
|
2186 |
msgid "Border color"
|
2187 |
msgstr "Rahmenfarbe"
|
2188 |
|
2189 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:179
|
2190 |
msgid "The color of the outer chart border."
|
2191 |
msgstr "Die Farbe des äußeren Diagrammrahmens."
|
2192 |
|
2193 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:197
|
2194 |
msgid "Border radius"
|
2195 |
msgstr "Rahmenradius"
|
2196 |
|
2197 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:199
|
2198 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:244
|
2199 |
msgid "The corner radius of the outer chart border."
|
2200 |
msgstr "Der Eckenradius des äußeren Diagrammrahmens."
|
2201 |
|
2202 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:223
|
2203 |
msgid "Plot background color"
|
2204 |
msgstr "Plot Hintergrundfarbe"
|
2205 |
|
2206 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:225
|
2207 |
msgid "The background color or gradient for the plot area."
|
2208 |
msgstr "Die Hintergrundfarbe oder der Verlauf für den Plotbereich."
|
2209 |
|
2210 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:242
|
2211 |
msgid "Plot border width"
|
2212 |
msgstr "Plot Rahmenbreite"
|
2213 |
|
2214 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:267
|
2215 |
msgid "Plot border color"
|
2216 |
msgstr "Plot Rahmenfarbe"
|
2217 |
|
2218 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:269
|
2219 |
msgid "The color of the inner chart or plot area border."
|
2220 |
msgstr "Die Farbe des inneren Diagramm- oder Plotbereichsrahmens."
|
2221 |
|
2222 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:287
|
2223 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:45
|
2224 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1483
|
2225 |
msgid "Font size"
|
2226 |
msgstr "Schriftgröße"
|
2227 |
|
2228 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:289
|
2229 |
msgid "The default font size, in pixels, of all text in the chart."
|
2230 |
msgstr "Die Standardschriftgröße des gesamten Textes im Diagramm in Pixel."
|
2231 |
|
2232 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:313
|
2233 |
msgid "Font name"
|
2234 |
msgstr "Schriftartname"
|
2235 |
|
2236 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:315
|
2237 |
msgid "The default font face for all text in the chart."
|
2238 |
msgstr "Die Standardschriftart für den gesamten Text im Diagramm."
|
2239 |
|
2240 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:330
|
2241 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:336
|
2242 |
msgid "3D"
|
2243 |
msgstr "3D"
|
2244 |
|
2245 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:332
|
2246 |
msgid "Check for 3D pie chart"
|
2247 |
msgstr "Suchen Sie nach 3D-Kreisdiagramm"
|
2248 |
|
2249 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:345
|
2250 |
msgid "Grid"
|
2251 |
msgstr "Gitter"
|
2252 |
|
2253 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:351
|
2254 |
#, fuzzy
|
2255 |
msgid "Do you want to show grid on the chart"
|
2256 |
msgstr "Möchten Sie das Gitter im Diagramm anzeigen?"
|
2257 |
|
2258 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:356
|
2259 |
msgid "Horizontal axis label"
|
2260 |
msgstr "Beschriftung der waagerechten Achse"
|
2261 |
|
2262 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:358
|
2263 |
msgid "Name of the horizontal axis."
|
2264 |
msgstr "Name der waagerechten Achse."
|
2265 |
|
2266 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:373
|
2267 |
msgid "Horizontal crosshair"
|
2268 |
msgstr "Waagerechtes Fadenkreuz"
|
2269 |
|
2270 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:375
|
2271 |
msgid ""
|
2272 |
"Configure a horizontal crosshair that follows either the mouse pointer or "
|
2273 |
"the hovered point lines"
|
@@ -2275,15 +2520,15 @@ msgstr ""
|
|
2275 |
"Konfigurieren Sie ein waagerechtes Fadenkreuz, das entweder dem Mauszeiger "
|
2276 |
"oder den schwebenden Punktlinien folgt"
|
2277 |
|
2278 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:379
|
2279 |
msgid "Show x-Axis crosshair"
|
2280 |
msgstr "X-Achsen-Fadenkreuz anzeigen"
|
2281 |
|
2282 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:384
|
2283 |
msgid "Horizontal axis direction"
|
2284 |
msgstr "Waagerechte Achsenrichtung"
|
2285 |
|
2286 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:386
|
2287 |
msgid ""
|
2288 |
"The direction in which the values along the horizontal axis grow. Specify -1 "
|
2289 |
"to reverse the order of the values"
|
@@ -2291,19 +2536,19 @@ msgstr ""
|
|
2291 |
"Die Richtung, in der die Werte entlang der waagerechten Achse wachsen. Geben "
|
2292 |
"Sie -1 an, um die Reihenfolge der Werte umzukehren"
|
2293 |
|
2294 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:402
|
2295 |
msgid "Vertical axis label"
|
2296 |
msgstr "Beschriftung der senkrechten Achse"
|
2297 |
|
2298 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:404
|
2299 |
msgid "Name of the vertical axis."
|
2300 |
msgstr "Name der senkrechten Achse."
|
2301 |
|
2302 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:419
|
2303 |
msgid "Vertical crosshair"
|
2304 |
msgstr "Senkrechtes Fadenkreuz"
|
2305 |
|
2306 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:421
|
2307 |
msgid ""
|
2308 |
"Configure a vertical crosshair that follows either the mouse pointer or the "
|
2309 |
"hovered point lines"
|
@@ -2311,15 +2556,15 @@ msgstr ""
|
|
2311 |
"Konfigurieren Sie ein senkrechtes Fadenkreuz, das entweder dem Mauszeiger "
|
2312 |
"oder den schwebenden Punktlinien folgt"
|
2313 |
|
2314 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:425
|
2315 |
msgid "Show y-Axis crosshair"
|
2316 |
msgstr "Y-Achsen-Fadenkreuz anzeigen"
|
2317 |
|
2318 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:430
|
2319 |
msgid "Vertical axis direction"
|
2320 |
msgstr "Senkrechte Achsenrichtung"
|
2321 |
|
2322 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:432
|
2323 |
msgid ""
|
2324 |
"The direction in which the values along the vertical axis grow. Specify -1 "
|
2325 |
"to reverse the order of the values"
|
@@ -2327,27 +2572,27 @@ msgstr ""
|
|
2327 |
"Die Richtung, in der die Werte entlang der senkrechten Achse wachsen. Geben "
|
2328 |
"Sie -1 an, um die Reihenfolge der Werte umzukehren"
|
2329 |
|
2330 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:449
|
2331 |
msgid "Vertical axis min value"
|
2332 |
msgstr "Minimaler Wert der senkrechten Achse"
|
2333 |
|
2334 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:451
|
2335 |
msgid "The minimum value of the axis."
|
2336 |
msgstr "Der Mindestwert der Achse."
|
2337 |
|
2338 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:475
|
2339 |
msgid "Vertical axis max value"
|
2340 |
msgstr "Maximaler Wert der senkrechten Achse"
|
2341 |
|
2342 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:477
|
2343 |
msgid "The maximum value of the axis."
|
2344 |
msgstr "Der Maximalwert der Achse."
|
2345 |
|
2346 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:500
|
2347 |
msgid "Invert"
|
2348 |
msgstr "Umkehren"
|
2349 |
|
2350 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:502
|
2351 |
msgid ""
|
2352 |
"Whether to invert the axes so that the x axis is vertical and y axis is "
|
2353 |
"horizontal"
|
@@ -2355,87 +2600,87 @@ msgstr ""
|
|
2355 |
"Gibt an, ob die Achsen so invertiert werden sollen, dass die x-Achse "
|
2356 |
"senkrecht und die y-Achse waagerecht ist"
|
2357 |
|
2358 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:506
|
2359 |
msgid "Invert chart axes"
|
2360 |
msgstr "Diagrammachsen umkehren"
|
2361 |
|
2362 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:516
|
2363 |
msgid "Chart title"
|
2364 |
msgstr "Diagrammtitel"
|
2365 |
|
2366 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:518
|
2367 |
#, fuzzy
|
2368 |
msgid "Do you want to show the chart title on the page"
|
2369 |
msgstr "Möchten Sie den Diagrammtitel auf der Seite anzeigen?"
|
2370 |
|
2371 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:522
|
2372 |
msgid "Show title"
|
2373 |
msgstr "Titel anzeigen"
|
2374 |
|
2375 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:527
|
2376 |
msgid "Title floating"
|
2377 |
msgstr "Titel schwebend"
|
2378 |
|
2379 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:529
|
2380 |
msgid ""
|
2381 |
"When the title is floating, the plot area will not move to make space for it"
|
2382 |
msgstr ""
|
2383 |
"Wenn der Titel schwebt, wird der Plotbereich nicht verschoben, um Platz "
|
2384 |
"dafür zu schaffen"
|
2385 |
|
2386 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:533
|
2387 |
msgid "Enable floating"
|
2388 |
msgstr "Schweben aktivieren"
|
2389 |
|
2390 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:545
|
2391 |
msgid "Enable or disable the tooltip"
|
2392 |
msgstr "Aktivieren oder deaktivieren Sie den Tooltip"
|
2393 |
|
2394 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:549
|
2395 |
msgid "Show tooltip"
|
2396 |
msgstr "Tooltip anzeigen"
|
2397 |
|
2398 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:560
|
2399 |
msgid "Position"
|
2400 |
msgstr "Position"
|
2401 |
|
2402 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:562
|
2403 |
msgid "Position of the legend"
|
2404 |
msgstr "Position der Legende"
|
2405 |
|
2406 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:580
|
2407 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:219
|
2408 |
msgid "Vertical align"
|
2409 |
msgstr "Senkrechte Ausrichtung"
|
2410 |
|
2411 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:582
|
2412 |
msgid "The vertical alignment of the legend box"
|
2413 |
msgstr "Die senkrechte Ausrichtung des Legendenfelds"
|
2414 |
|
2415 |
-
#: templates/admin/chart_wizard/steps/step5.inc.php:5
|
2416 |
msgid "Your chart is ready!"
|
2417 |
msgstr "Ihr Diagramm ist fertig!"
|
2418 |
|
2419 |
-
#: templates/admin/chart_wizard/steps/step5.inc.php:10
|
2420 |
msgid "Paste this shortcode to render this chart"
|
2421 |
msgstr "Fügen Sie diesen Shortcode ein, um dieses Diagramm zu rendern"
|
2422 |
|
2423 |
-
#: templates/admin/common/HTMLModal.inc.php:18
|
2424 |
msgid "HTML Editor"
|
2425 |
msgstr "HTML-Editor"
|
2426 |
|
2427 |
-
#: templates/admin/common/HTMLModal.inc.php:48
|
2428 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:278
|
2429 |
msgid "Insert HTML"
|
2430 |
msgstr "HTML einfügen"
|
2431 |
|
2432 |
-
#: templates/admin/common/close_modal.inc.php:17
|
2433 |
-
#: templates/admin/common/warningModal.inc.php:19
|
2434 |
-
#: templates/common/delete_modal.inc.php:19
|
2435 |
msgid "Are you sure?"
|
2436 |
msgstr "Sind Sie sicher?"
|
2437 |
|
2438 |
-
#: templates/admin/common/close_modal.inc.php:26
|
2439 |
msgid ""
|
2440 |
"You are about to cancel creating wizard, there is no undo! You will be "
|
2441 |
"redirect to Browse page."
|
@@ -2443,75 +2688,75 @@ msgstr ""
|
|
2443 |
"Sie sind dabei, den Erstellungsassistenten abzubrechen. Es kann nicht "
|
2444 |
"rückgängig gemacht! Sie werden zur Seite Durchsuchen weitergeleitet."
|
2445 |
|
2446 |
-
#: templates/admin/common/close_modal.inc.php:37
|
2447 |
-
#: templates/admin/common/warningModal.inc.php:40
|
2448 |
msgid "No, Continue"
|
2449 |
msgstr "Nein, weiter"
|
2450 |
|
2451 |
-
#: templates/admin/common/close_modal.inc.php:39
|
2452 |
msgid "Yes, Cancel"
|
2453 |
msgstr "Ja, Abbrechen"
|
2454 |
|
2455 |
-
#: templates/admin/common/error_modal.inc.php:16
|
2456 |
-
#: templates/common/error.inc.php:3
|
2457 |
msgid "Error"
|
2458 |
msgstr "Fehler"
|
2459 |
|
2460 |
-
#: templates/admin/common/linkModal.inc.php:18
|
2461 |
msgid "Link editor"
|
2462 |
msgstr "Link-Editor"
|
2463 |
|
2464 |
-
#: templates/admin/common/linkModal.inc.php:28
|
2465 |
msgid "Insert URL:"
|
2466 |
msgstr "URL einfügen:"
|
2467 |
|
2468 |
-
#: templates/admin/common/linkModal.inc.php:38
|
2469 |
-
#: templates/admin/common/linkModal.inc.php:55
|
2470 |
-
#: templates/admin/common/shortcodeModal.inc.php:35
|
2471 |
msgid "Field can not be empty!"
|
2472 |
msgstr "Feld darf nicht leer sein!"
|
2473 |
|
2474 |
-
#: templates/admin/common/linkModal.inc.php:45
|
2475 |
msgid "Insert Link text:"
|
2476 |
msgstr "Linktext einfügen:"
|
2477 |
|
2478 |
-
#: templates/admin/common/linkModal.inc.php:65
|
2479 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:661
|
2480 |
msgid "Open link in the new tab"
|
2481 |
msgstr "Öffnen Sie den Link in dem neuen Tab"
|
2482 |
|
2483 |
-
#: templates/admin/common/linkModal.inc.php:76
|
2484 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:720
|
2485 |
msgid "Make NOFOLLOW link"
|
2486 |
msgstr "Machen Sie einen NOFOLLOW-Link"
|
2487 |
|
2488 |
-
#: templates/admin/common/linkModal.inc.php:87
|
2489 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:677
|
2490 |
msgid "Set the link to appear as a button"
|
2491 |
msgstr "Stellen Sie den Link so ein, dass er als Schaltfläche angezeigt wird"
|
2492 |
|
2493 |
-
#: templates/admin/common/linkModal.inc.php:96
|
2494 |
msgid "Button class:"
|
2495 |
msgstr "Schaltfläche-Calss:"
|
2496 |
|
2497 |
-
#: templates/admin/common/linkModal.inc.php:121
|
2498 |
msgid "Insert link"
|
2499 |
msgstr "Link einfügen"
|
2500 |
|
2501 |
-
#: templates/admin/common/premium_modal.inc.php:35
|
2502 |
msgid "Compare"
|
2503 |
msgstr "Vergleichen Sie"
|
2504 |
|
2505 |
-
#: templates/admin/common/premium_modal.inc.php:36
|
2506 |
-
#: templates/admin/dashboard/dashboard.inc.php:73
|
2507 |
msgid "or"
|
2508 |
msgstr "oder"
|
2509 |
|
2510 |
-
#: templates/admin/common/premium_modal.inc.php:37
|
2511 |
msgid "View Pricing"
|
2512 |
msgstr "Preise anzeigen"
|
2513 |
|
2514 |
-
#: templates/admin/common/ratingDiv.inc.php:6
|
2515 |
#, php-format
|
2516 |
msgid ""
|
2517 |
"Awesome! %s You are a wpDataTables Master! %s You’ve created more than 100 "
|
@@ -2520,7 +2765,7 @@ msgstr ""
|
|
2520 |
"Wunderbar! %s Sie sind ein wpDataTables-Meister! %s Sie haben mehr als 100 "
|
2521 |
"Tabellen erstellt!"
|
2522 |
|
2523 |
-
#: templates/admin/common/ratingDiv.inc.php:8
|
2524 |
#, php-format
|
2525 |
msgid ""
|
2526 |
"Well done! %s You’ve created more than 50 tables - you are a wpDataTables "
|
@@ -2529,111 +2774,111 @@ msgstr ""
|
|
2529 |
"Gut gemacht! %s Sie haben mehr als 50 Tabellen erstellt - Sie sind ein "
|
2530 |
"wpDataTables Professional! %s"
|
2531 |
|
2532 |
-
#: templates/admin/common/ratingDiv.inc.php:10
|
2533 |
#, php-format
|
2534 |
msgid "Nice job! %s You created more than 10 tables. %s"
|
2535 |
msgstr "Gut gemacht! %s Sie haben mehr als 10 Tabellen erstellt. %s"
|
2536 |
|
2537 |
-
#: templates/admin/common/ratingDiv.inc.php:12
|
2538 |
msgid "We hope you’ve enjoyed using wpDataTables."
|
2539 |
msgstr "Wir hoffen, Ihnen hat die Verwendung von wpDataTables gefallen."
|
2540 |
|
2541 |
-
#: templates/admin/common/ratingDiv.inc.php:21
|
2542 |
msgid "Would you consider leaving us a review on WordPress.org?"
|
2543 |
msgstr "Würden Sie uns eine Bewertung auf WordPress.org hinterlassen?"
|
2544 |
|
2545 |
-
#: templates/admin/common/ratingDiv.inc.php:24
|
2546 |
msgid "Sure! I Like wpDataTables"
|
2547 |
msgstr "Sicher! Ich mag wpDataTables"
|
2548 |
|
2549 |
-
#: templates/admin/common/ratingDiv.inc.php:30
|
2550 |
msgid "I've already left a review"
|
2551 |
msgstr "Ich habe bereits eine Bewertung abgegeben"
|
2552 |
|
2553 |
-
#: templates/admin/common/ratingDiv.inc.php:31
|
2554 |
msgid "Maybe Later"
|
2555 |
msgstr "Vielleicht später"
|
2556 |
|
2557 |
-
#: templates/admin/common/ratingDiv.inc.php:32
|
2558 |
msgid "Never show again"
|
2559 |
msgstr "Nie wieder anzeigen"
|
2560 |
|
2561 |
-
#: templates/admin/common/shortcodeModal.inc.php:18
|
2562 |
msgid "Shortcode Editor"
|
2563 |
msgstr "Shortcode-Editor"
|
2564 |
|
2565 |
-
#: templates/admin/common/shortcodeModal.inc.php:28
|
2566 |
msgid "Insert shortcode:"
|
2567 |
msgstr "Shortcode einfügen:"
|
2568 |
|
2569 |
-
#: templates/admin/common/shortcodeModal.inc.php:53
|
2570 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:282
|
2571 |
msgid "Insert shortcode"
|
2572 |
msgstr "Shortcode einfügen"
|
2573 |
|
2574 |
-
#: templates/admin/common/starModal.inc.php:19
|
2575 |
msgid "Star Rating Editor"
|
2576 |
msgstr "Sternebewertung Editor"
|
2577 |
|
2578 |
-
#: templates/admin/common/starModal.inc.php:27
|
2579 |
msgid "Select star rating:"
|
2580 |
msgstr "Sternebewertung auswählen:"
|
2581 |
|
2582 |
-
#: templates/admin/common/starModal.inc.php:40
|
2583 |
msgid "Choose number of stars:"
|
2584 |
msgstr "Wählen Sie die Anzahl der Sterne:"
|
2585 |
|
2586 |
-
#: templates/admin/common/starModal.inc.php:59
|
2587 |
msgid "Show star number rating"
|
2588 |
msgstr "Sternezahl anzeigen"
|
2589 |
|
2590 |
-
#: templates/admin/common/starModal.inc.php:78
|
2591 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:286
|
2592 |
msgid "Insert star rating"
|
2593 |
msgstr "Sternebewertung einfügen"
|
2594 |
|
2595 |
-
#: templates/admin/common/warningModal.inc.php:27
|
2596 |
msgid "You are about to delete all table data."
|
2597 |
msgstr "Sie sind dabei, alle Tabellendaten zu löschen."
|
2598 |
|
2599 |
-
#: templates/admin/common/warningModal.inc.php:45
|
2600 |
msgid "Yes, Delete"
|
2601 |
msgstr "Ja, löschen"
|
2602 |
|
2603 |
-
#: templates/admin/constructor/constructor.inc.php:54
|
2604 |
msgid "Open in standard editor"
|
2605 |
msgstr "Im Standardeditor öffnen"
|
2606 |
|
2607 |
-
#: templates/admin/constructor/constructor.inc.php:56
|
2608 |
msgid "Open in Excel-like editor"
|
2609 |
msgstr "Öffnen Sie im Excel-ähnlichen Editor"
|
2610 |
|
2611 |
-
#: templates/admin/constructor/constructor.inc.php:67
|
2612 |
-
#: templates/admin/dashboard/dashboard.inc.php:30
|
2613 |
-
#: templates/admin/getting-started/getting_started.inc.php:34
|
2614 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:31
|
2615 |
-
#: templates/admin/settings/settings.inc.php:100
|
2616 |
-
#: templates/admin/support/support.inc.php:31
|
2617 |
-
#: templates/admin/support/support.inc.php:47
|
2618 |
-
#: templates/admin/system-info/system_info.inc.php:29
|
2619 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1090
|
2620 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:606
|
2621 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:81
|
2622 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:2063
|
2623 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:228
|
2624 |
msgid "View Documentation"
|
2625 |
msgstr "Dokumentation anzeigen"
|
2626 |
|
2627 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:5
|
2628 |
-
#: templates/constructor.inc.php:29
|
2629 |
msgid "Choose what kind of table would you like to construct"
|
2630 |
msgstr "Wählen Sie aus, welche Art von Tabelle Sie erstellen möchten"
|
2631 |
|
2632 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:19
|
2633 |
msgid "Create a simple table from scratch"
|
2634 |
msgstr "Erstellen Sie eine einfache Tabelle von Grund auf neu"
|
2635 |
|
2636 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:20
|
2637 |
msgid ""
|
2638 |
"Create a simple table with any data, merged cells, styling, star rating and "
|
2639 |
"a lot more.<br> You get full control of formatting, but no sorting, "
|
@@ -2644,15 +2889,15 @@ msgstr ""
|
|
2644 |
"die Formatierung, jedoch keine Sortier-, Such-, Paginierungs- oder "
|
2645 |
"Exportfunktionen wie in Datentabellen."
|
2646 |
|
2647 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:31
|
2648 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:14
|
2649 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:96
|
2650 |
msgid "Create a data table linked to an existing data source"
|
2651 |
msgstr ""
|
2652 |
"Erstellen Sie eine Datentabelle, die mit einer vorhandenen Datenquelle "
|
2653 |
"verknüpft ist"
|
2654 |
|
2655 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:32
|
2656 |
msgid ""
|
2657 |
"Excel, CSV, Google Spreadsheet, SQL query, XML, JSON, serialized PHP array. "
|
2658 |
"Data will be read from the source every time on page load. Only SQL-based "
|
@@ -2662,37 +2907,37 @@ msgstr ""
|
|
2662 |
"Array. Die Daten werden jedes Mal beim Laden der Seite aus der Quelle "
|
2663 |
"gelesen. Nur SQL-basierte Tabellen können bearbeitet werden."
|
2664 |
|
2665 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:45
|
2666 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:124
|
2667 |
msgid "Create a data table manually"
|
2668 |
msgstr "Erstellen Sie eine Datentabelle manuell"
|
2669 |
|
2670 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:46
|
2671 |
msgid ""
|
2672 |
"Define the number and type of columns, and fill in the data manually in WP "
|
2673 |
"admin. Data table will be stored in the database and can be edited from WP "
|
2674 |
"admin, or made front-end editable."
|
2675 |
msgstr ""
|
2676 |
|
2677 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:57
|
2678 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:135
|
2679 |
msgid "Create a data table by importing data from a data source"
|
2680 |
msgstr ""
|
2681 |
"Erstellen Sie eine Datentabelle, indem Sie Daten aus einer Datenquelle "
|
2682 |
"importieren"
|
2683 |
|
2684 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:58
|
2685 |
msgid ""
|
2686 |
"Excel, CSV, Google Spreadsheet. Data will be imported to the database, the "
|
2687 |
"data table can be edited in WP admin, or made front-end editable."
|
2688 |
msgstr ""
|
2689 |
|
2690 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:72
|
2691 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:163
|
2692 |
msgid "Generate a query to the MySQL database"
|
2693 |
msgstr "Generieren Sie eine Abfrage an die MySQL-Datenbank"
|
2694 |
|
2695 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:73
|
2696 |
msgid ""
|
2697 |
"Create a SQL-query-based data table by generating a query to any custom SQL "
|
2698 |
"database with a GUI tool."
|
@@ -2700,12 +2945,12 @@ msgstr ""
|
|
2700 |
"Erstellen Sie eine SQL-abfragebasierte Datentabelle, indem Sie mit einem GUI-"
|
2701 |
"Tool eine Abfrage für eine benutzerdefinierte SQL-Datenbank generieren."
|
2702 |
|
2703 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:84
|
2704 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:146
|
2705 |
msgid "Generate a query to the WordPress database"
|
2706 |
msgstr "Generieren Sie eine Abfrage an die WordPress-Datenbank"
|
2707 |
|
2708 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:85
|
2709 |
msgid ""
|
2710 |
"Create a MySQL-query-based data table by generating a query to the WordPress "
|
2711 |
"database (posts, taxonomies, postmeta) with a GUI tool."
|
@@ -2714,12 +2959,12 @@ msgstr ""
|
|
2714 |
"einem GUI-Tool eine Abfrage an die WordPress-Datenbank (Beiträge, "
|
2715 |
"Taxonomien, Postmeta) generieren."
|
2716 |
|
2717 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:9
|
2718 |
msgid "Table name"
|
2719 |
msgstr "Tabellenname"
|
2720 |
|
2721 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:11
|
2722 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:27
|
2723 |
#, fuzzy
|
2724 |
msgid ""
|
2725 |
"What is the header of the table that will be visible to the site visitors"
|
@@ -2727,15 +2972,15 @@ msgstr ""
|
|
2727 |
"Was ist die Kopfzeile der Tabelle, die für die Site-Besucher sichtbar sein "
|
2728 |
"wird?"
|
2729 |
|
2730 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:25
|
2731 |
msgid "Number of columns"
|
2732 |
msgstr "Spaltenanzahl"
|
2733 |
|
2734 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:47
|
2735 |
msgid "Number of rows"
|
2736 |
msgstr "Zeilenanzahl"
|
2737 |
|
2738 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:49
|
2739 |
msgid ""
|
2740 |
"How many columns table will it have? You can also modify it below with + and "
|
2741 |
"x buttons"
|
@@ -2743,19 +2988,19 @@ msgstr ""
|
|
2743 |
"Wie viele Spalten wird die Tabelle haben? Sie können es auch unten mit den "
|
2744 |
"Tasten + und x ändern"
|
2745 |
|
2746 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:71
|
2747 |
msgid "Generate table"
|
2748 |
msgstr "Tabelle generieren"
|
2749 |
|
2750 |
-
#: templates/admin/dashboard/dashboard.inc.php:45
|
2751 |
msgid "Welcome to wpDataTables "
|
2752 |
msgstr "Willkommen bei wpDataTables"
|
2753 |
|
2754 |
-
#: templates/admin/dashboard/dashboard.inc.php:46
|
2755 |
msgid "Lite version "
|
2756 |
msgstr "Lite-Version"
|
2757 |
|
2758 |
-
#: templates/admin/dashboard/dashboard.inc.php:48
|
2759 |
msgid ""
|
2760 |
"Congratulations! You are about to use the most powerful WordPress table "
|
2761 |
"plugin - wpDataTables is designed to make the process of data "
|
@@ -2765,322 +3010,334 @@ msgstr ""
|
|
2765 |
"zu verwenden - wpDataTables wurde entwickelt, um den Prozess der "
|
2766 |
"Datendarstellung und -interaktion schnell, einfach und effektiv zu gestalten."
|
2767 |
|
2768 |
-
#: templates/admin/dashboard/dashboard.inc.php:62
|
2769 |
msgid "I need help, show me tutorials"
|
2770 |
msgstr "Ich brauche Hilfe, zeige mir Tutorials"
|
2771 |
|
2772 |
-
#: templates/admin/dashboard/dashboard.inc.php:68
|
2773 |
msgid "Learn how to create table and charts"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
-
#: templates/admin/dashboard/dashboard.inc.php:69
|
2777 |
msgid "Or skip tutorials and"
|
2778 |
msgstr ""
|
2779 |
|
2780 |
-
#: templates/admin/dashboard/dashboard.inc.php:72
|
2781 |
msgid "Create a table"
|
2782 |
msgstr "Erstellen Sie eine Tabelle"
|
2783 |
|
2784 |
-
#: templates/admin/dashboard/dashboard.inc.php:76
|
2785 |
msgid "Create a chart"
|
2786 |
msgstr "Erstellen Sie ein Diagramm"
|
2787 |
|
2788 |
-
#: templates/admin/dashboard/dashboard.inc.php:97
|
2789 |
msgid "Tables"
|
2790 |
msgstr "Tabellen"
|
2791 |
|
2792 |
-
#: templates/admin/dashboard/dashboard.inc.php:105
|
2793 |
msgid "Create Table"
|
2794 |
msgstr "Tabelle erstellen"
|
2795 |
|
2796 |
-
#: templates/admin/dashboard/dashboard.inc.php:109
|
2797 |
msgid "Browse all tables"
|
2798 |
msgstr "Alle Tabellen durhsuchen"
|
2799 |
|
2800 |
-
#: templates/admin/dashboard/dashboard.inc.php:121
|
2801 |
-
#: templates/admin/dashboard/dashboard.inc.php:142
|
2802 |
-
#: templates/admin/dashboard/dashboard.inc.php:193
|
2803 |
-
#: templates/admin/dashboard/dashboard.inc.php:211
|
2804 |
msgid "Created"
|
2805 |
msgstr "Erstellt"
|
2806 |
|
2807 |
-
#: templates/admin/dashboard/dashboard.inc.php:124
|
2808 |
msgid "You have no tables created."
|
2809 |
msgstr "Sie haben keine Tabellen erstellt."
|
2810 |
|
2811 |
-
#: templates/admin/dashboard/dashboard.inc.php:127
|
2812 |
-
#: templates/admin/dashboard/dashboard.inc.php:199
|
2813 |
msgid "View tutorials"
|
2814 |
msgstr "Tutorials anzeigen"
|
2815 |
|
2816 |
-
#: templates/admin/dashboard/dashboard.inc.php:158
|
2817 |
msgid "Latest table created."
|
2818 |
msgstr "Neueste Tabelle erstellt."
|
2819 |
|
2820 |
-
#: templates/admin/dashboard/dashboard.inc.php:169
|
2821 |
msgid "Charts"
|
2822 |
msgstr "Diagramme"
|
2823 |
|
2824 |
-
#: templates/admin/dashboard/dashboard.inc.php:181
|
2825 |
msgid "Browse all charts"
|
2826 |
msgstr "Alle Diagramme durchsuchen"
|
2827 |
|
2828 |
-
#: templates/admin/dashboard/dashboard.inc.php:196
|
2829 |
msgid "You have no charts created."
|
2830 |
msgstr "Sie haben keine Diagramme erstellt."
|
2831 |
|
2832 |
-
#: templates/admin/dashboard/dashboard.inc.php:227
|
2833 |
msgid "Latest chart created."
|
2834 |
msgstr "Neuestes Diagramm erstellt."
|
2835 |
|
2836 |
-
#: templates/admin/dashboard/dashboard.inc.php:239
|
2837 |
msgid "Still need help? "
|
2838 |
msgstr "Brauchen Sie noch Hilfe? "
|
2839 |
|
2840 |
-
#: templates/admin/dashboard/dashboard.inc.php:242
|
2841 |
msgid ""
|
2842 |
"We provide professional support to all our users via our ticketing system."
|
2843 |
msgstr ""
|
2844 |
"Wir bieten allen unseren Benutzern professionelle Unterstützung über unser "
|
2845 |
"Ticketsystem."
|
2846 |
|
2847 |
-
#: templates/admin/dashboard/dashboard.inc.php:245
|
2848 |
msgid "Visit Support Center"
|
2849 |
msgstr "Besuchen Sie das Support Center"
|
2850 |
|
2851 |
-
#: templates/admin/dashboard/dashboard.inc.php:269
|
2852 |
msgid "Basic system info:"
|
2853 |
msgstr "Grundlegende Systeminformationen:"
|
2854 |
|
2855 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2856 |
msgid "View Full System Info"
|
2857 |
msgstr "Vollständige Systeminformationen anzeigen"
|
2858 |
|
2859 |
-
#: templates/admin/dashboard/dashboard.inc.php:320
|
2860 |
msgid "Changelog"
|
2861 |
msgstr "Änderungsprotokoll"
|
2862 |
|
2863 |
-
#: templates/admin/dashboard/dashboard.inc.php:326
|
2864 |
msgid "View Changelog"
|
2865 |
msgstr "Änderungsprotokoll anschauen"
|
2866 |
|
2867 |
-
#: templates/admin/dashboard/dashboard.inc.php:333
|
2868 |
msgid "You are currently using "
|
2869 |
msgstr "Sie verwenden derzeit "
|
2870 |
|
2871 |
-
#: templates/admin/dashboard/dashboard.inc.php:335
|
2872 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:58
|
2873 |
msgid "Version "
|
2874 |
msgstr "Version "
|
2875 |
|
2876 |
-
#: templates/admin/dashboard/dashboard.inc.php:340
|
2877 |
-
msgid "A minor update with a couple of
|
2878 |
msgstr ""
|
2879 |
|
2880 |
-
#: templates/admin/dashboard/dashboard.inc.php:345
|
2881 |
-
msgid "
|
|
|
|
|
|
|
|
|
2882 |
msgstr ""
|
2883 |
|
2884 |
-
#: templates/admin/dashboard/dashboard.inc.php:346
|
2885 |
-
msgid ""
|
2886 |
-
"<strong>Feature:</strong> Search for tables and charts using ID on browse "
|
2887 |
-
"pages."
|
2888 |
msgstr ""
|
2889 |
|
2890 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2891 |
msgid ""
|
2892 |
-
"<strong>
|
2893 |
-
"
|
2894 |
msgstr ""
|
2895 |
|
2896 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2897 |
-
msgid "
|
|
|
|
|
2898 |
msgstr ""
|
2899 |
|
2900 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2901 |
-
msgid ""
|
2902 |
-
"<strong>Bugfix:</strong> Fixed issue with Fatal errors if allow_url_fopen is "
|
2903 |
-
"turned off on server."
|
2904 |
msgstr ""
|
2905 |
|
2906 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2907 |
msgid ""
|
2908 |
-
"<strong>BugFix:</strong> Fixed issue with
|
2909 |
-
"clicking on back button in browser from some pages."
|
2910 |
msgstr ""
|
2911 |
|
2912 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2913 |
msgid ""
|
2914 |
-
"<strong>BugFix:</strong> Fixed issue with
|
2915 |
-
"option."
|
2916 |
msgstr ""
|
2917 |
|
2918 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2919 |
-
msgid "Compatibility with WordPress 5.7 approved."
|
2920 |
msgstr ""
|
2921 |
|
2922 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2923 |
msgid "Other small bug fixes and stability improvements."
|
2924 |
msgstr "Andere kleine Fehlerbehebungen und Stabilitätsverbesserungen."
|
2925 |
|
2926 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2927 |
msgid "Go Premium!"
|
2928 |
msgstr "Gehen Sie Premium!"
|
2929 |
|
2930 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2931 |
msgid "View Comparison"
|
2932 |
msgstr "Vergleich anzeigen"
|
2933 |
|
2934 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2935 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
|
2936 |
msgid ""
|
2937 |
"Get the most out of wpDataTables by upgrading to Premium and unlocking all "
|
2938 |
"of the powerful features."
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2942 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:292
|
2943 |
msgid "Create a table manually"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2947 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:304
|
2948 |
msgid "Creating tables from Google Spreadsheet"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2952 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:316
|
2953 |
msgid "Creating tables via Google Sheet API"
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2957 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:329
|
2958 |
msgid "Creating tables from Private Google Spreadsheet"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2962 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:342
|
2963 |
msgid "Creating MySQL-based tables from database"
|
2964 |
msgstr ""
|
2965 |
|
2966 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2967 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:354
|
2968 |
msgid "Creating MySQL-based tables from Wordpress post types"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2972 |
msgid "Creating tables where users can see and edit own data"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2976 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:378
|
2977 |
msgid "Creating table relations (Foreign key)"
|
2978 |
msgstr ""
|
2979 |
|
2980 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2981 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:414
|
2982 |
-
#: templates/edit_table.inc.php:329
|
2983 |
msgid "Advanced filtering"
|
2984 |
msgstr "Erweiterte Filterung"
|
2985 |
|
2986 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2987 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:426
|
2988 |
msgid "Pre-filtering tables through URL"
|
2989 |
msgstr ""
|
2990 |
|
2991 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2992 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
|
2993 |
msgid "Table Customization"
|
2994 |
msgstr ""
|
2995 |
|
2996 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2997 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:390
|
2998 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:153
|
2999 |
-
#: templates/edit_table.inc.php:282
|
3000 |
msgid "Server-side processing"
|
3001 |
msgstr "Serverseitige Verarbeitung"
|
3002 |
|
3003 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3004 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:402
|
3005 |
msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3009 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:438
|
3010 |
msgid "Front-end table editing"
|
3011 |
msgstr "Front-End-Tabellenbearbeitung"
|
3012 |
|
3013 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3014 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:450
|
3015 |
msgid "Excel-like editing"
|
3016 |
msgstr "Excel-ähnliche Bearbeitung"
|
3017 |
|
3018 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3019 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:462
|
3020 |
msgid "Creating charts with Highcharts"
|
3021 |
msgstr "Erstellen von Diagrammen mit Highcharts"
|
3022 |
|
3023 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3024 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:474
|
3025 |
msgid "Creating charts with Chart.js"
|
3026 |
msgstr "Erstellen von Diagramme mit Chart.js"
|
3027 |
|
3028 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3029 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:486
|
3030 |
msgid "Follow table filtering in charts"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3034 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:498
|
3035 |
msgid "Grouping data in Charts"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3039 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:510
|
3040 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:68
|
3041 |
-
#: templates/edit_table.inc.php:301
|
3042 |
msgid "Responsive"
|
3043 |
msgstr "Responsiv"
|
3044 |
|
3045 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3046 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:522
|
3047 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:60
|
3048 |
-
#: templates/edit_table.inc.php:750
|
3049 |
msgid "Conditional formatting"
|
3050 |
msgstr "Bedingte Formatierung"
|
3051 |
|
3052 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3053 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:534
|
3054 |
msgid "Calculating Tools"
|
3055 |
msgstr "Berechnungstools"
|
3056 |
|
3057 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3058 |
msgid "Formula columns"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3062 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:546
|
3063 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:80
|
3064 |
msgid "Placeholders"
|
3065 |
msgstr "Platzhalter"
|
3066 |
|
3067 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3068 |
msgid "Premium support"
|
3069 |
msgstr ""
|
3070 |
|
3071 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3072 |
msgid "Get Premium Today"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3076 |
msgid "News Blog"
|
3077 |
msgstr "News Blog"
|
3078 |
|
3079 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3080 |
msgid "Checkout useful articles from wpdatatables.com"
|
3081 |
msgstr "Schauen Sie den nützlichen Artikel von wpdatatables.com an"
|
3082 |
|
3083 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3084 |
msgid ""
|
3085 |
"Never miss notifications about new cool features, promotions,\n"
|
3086 |
" giveaways or freebies – subscribe to our "
|
@@ -3094,18 +3351,40 @@ msgstr ""
|
|
3094 |
" ca. 1 Nachricht pro Monat und niemals "
|
3095 |
"Spam!"
|
3096 |
|
3097 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3098 |
msgid "Premium "
|
3099 |
msgstr ""
|
3100 |
|
3101 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3102 |
msgid ""
|
3103 |
"While wpDataTables itself provides quite a large amount of features and "
|
3104 |
"unlimited customisation, flexibility, you can achieve even more with our "
|
3105 |
-
"premium addons
|
|
|
|
|
3106 |
msgstr ""
|
3107 |
|
3108 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3109 |
msgid ""
|
3110 |
"A wpDataTables addon which allows showing additional details for a specific "
|
3111 |
"row in a popup or a separate page or post."
|
@@ -3114,16 +3393,7 @@ msgstr ""
|
|
3114 |
"in einem Popup, einer separaten Seite oder einem separaten Beitrag angezeigt "
|
3115 |
"werden können."
|
3116 |
|
3117 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3118 |
-
#: templates/admin/dashboard/dashboard.inc.php:576
|
3119 |
-
#: templates/admin/dashboard/dashboard.inc.php:602
|
3120 |
-
#: templates/admin/dashboard/dashboard.inc.php:629
|
3121 |
-
#: templates/admin/dashboard/dashboard.inc.php:655
|
3122 |
-
#: templates/admin/dashboard/dashboard.inc.php:688
|
3123 |
-
msgid "Learn More"
|
3124 |
-
msgstr "Mehr erfahren"
|
3125 |
-
|
3126 |
-
#: templates/admin/dashboard/dashboard.inc.php:570
|
3127 |
msgid ""
|
3128 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
3129 |
"cascade filtering, applying filters on button click, hide table before "
|
@@ -3133,15 +3403,15 @@ msgstr ""
|
|
3133 |
"Kaskadenfilterung, Anwenden von Filtern beim Klicken auf Schaltflächen, "
|
3134 |
"Ausblenden der Tabelle vor dem Filtern."
|
3135 |
|
3136 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3137 |
msgid "Need free booking plugin?"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3141 |
msgid "Appointments and Events WordPress Booking Plugin"
|
3142 |
msgstr "Termine und Veranstaltungen WordPress Booking Plugin"
|
3143 |
|
3144 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3145 |
msgid ""
|
3146 |
"Amelia Lite is a free appointment booking WordPress plugin that allows to "
|
3147 |
"set up a fully-featured automated booking system on your WordPress website "
|
@@ -3152,49 +3422,45 @@ msgid ""
|
|
3152 |
"each month."
|
3153 |
msgstr ""
|
3154 |
|
3155 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3156 |
msgid "Rating: 4.3 - 97 reviews"
|
3157 |
msgstr ""
|
3158 |
|
3159 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3160 |
-
|
3161 |
-
|
3162 |
-
|
3163 |
-
#: templates/admin/
|
3164 |
-
#: templates/admin/
|
3165 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:589
|
3166 |
-
#: templates/admin/support/support.inc.php:78
|
3167 |
-
#: templates/admin/system-info/system_info.inc.php:509
|
3168 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:358
|
3169 |
msgid "Made by"
|
3170 |
msgstr "Hergestellt von"
|
3171 |
|
3172 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3173 |
-
#: templates/admin/getting-started/getting_started.inc.php:192
|
3174 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:597
|
3175 |
-
#: templates/admin/support/support.inc.php:45
|
3176 |
-
#: templates/admin/support/support.inc.php:86
|
3177 |
-
#: templates/admin/system-info/system_info.inc.php:517
|
3178 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:219
|
3179 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:369
|
3180 |
msgid "Documentation"
|
3181 |
msgstr "Dokumentation"
|
3182 |
|
3183 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
3184 |
-
#: templates/admin/getting-started/getting_started.inc.php:196
|
3185 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:601
|
3186 |
-
#: templates/admin/support/support.inc.php:24
|
3187 |
-
#: templates/admin/support/support.inc.php:90
|
3188 |
-
#: templates/admin/system-info/system_info.inc.php:521
|
3189 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:373
|
3190 |
msgid "Support Center"
|
3191 |
msgstr "Support Center"
|
3192 |
|
3193 |
-
#: templates/admin/getting-started/getting_started.inc.php:27
|
3194 |
msgid "Table and Charts tutorials"
|
3195 |
msgstr "Tutorials zu Tabellen und Diagrammen"
|
3196 |
|
3197 |
-
#: templates/admin/getting-started/getting_started.inc.php:50
|
3198 |
msgid ""
|
3199 |
"Getting started: a crash course on wpDataTables basic tables and charts "
|
3200 |
"features"
|
@@ -3202,7 +3468,7 @@ msgstr ""
|
|
3202 |
"Erste Schritte: Ein Crashkurs zu den grundlegenden Funktionen von Tabellen "
|
3203 |
"und Diagrammen von wpDataTables"
|
3204 |
|
3205 |
-
#: templates/admin/getting-started/getting_started.inc.php:51
|
3206 |
msgid ""
|
3207 |
"Hi there. In order to make your acquaintance with wpDataTables smooth and "
|
3208 |
"easy, we created these short interactive tutorials for different basic "
|
@@ -3210,11 +3476,11 @@ msgid ""
|
|
3210 |
"click "
|
3211 |
msgstr ""
|
3212 |
|
3213 |
-
#: templates/admin/getting-started/getting_started.inc.php:51
|
3214 |
msgid "\"Launch tutorial\""
|
3215 |
msgstr "\"Tutorial starten\""
|
3216 |
|
3217 |
-
#: templates/admin/getting-started/getting_started.inc.php:51
|
3218 |
msgid ""
|
3219 |
" - it will then guide you through the process, making sure you do everything "
|
3220 |
"right. Additionally, you can check out our documentation and video database."
|
@@ -3223,11 +3489,11 @@ msgstr ""
|
|
3223 |
"alles richtig machen. Darüber hinaus können Sie unsere Dokumentation und "
|
3224 |
"Videodatenbank einsehen."
|
3225 |
|
3226 |
-
#: templates/admin/getting-started/getting_started.inc.php:61
|
3227 |
msgid "Create a simple table from scratch:"
|
3228 |
msgstr "Erstellen Sie eine einfache Tabelle von Grund auf neu:"
|
3229 |
|
3230 |
-
#: templates/admin/getting-started/getting_started.inc.php:61
|
3231 |
msgid ""
|
3232 |
" create a simple table with any data, merged cells, styling, star rating and "
|
3233 |
"a lot more."
|
@@ -3235,26 +3501,26 @@ msgstr ""
|
|
3235 |
" Erstellen Sie eine einfache Tabelle mit Daten, zusammengeführten Zellen, "
|
3236 |
"Stil, Sternebewertung und vielem mehr."
|
3237 |
|
3238 |
-
#: templates/admin/getting-started/getting_started.inc.php:63
|
3239 |
-
#: templates/admin/getting-started/getting_started.inc.php:83
|
3240 |
-
#: templates/admin/getting-started/getting_started.inc.php:104
|
3241 |
msgid "View documentation"
|
3242 |
msgstr "Dokumentation anzeigen"
|
3243 |
|
3244 |
-
#: templates/admin/getting-started/getting_started.inc.php:68
|
3245 |
-
#: templates/admin/getting-started/getting_started.inc.php:88
|
3246 |
-
#: templates/admin/getting-started/getting_started.inc.php:109
|
3247 |
-
#: templates/admin/getting-started/getting_started.inc.php:119
|
3248 |
msgid "Launch tutorial"
|
3249 |
msgstr "Tutorial starten"
|
3250 |
|
3251 |
-
#: templates/admin/getting-started/getting_started.inc.php:81
|
3252 |
msgid "Create a data table linked to an existing data source:"
|
3253 |
msgstr ""
|
3254 |
"Erstellen Sie eine Datentabelle, die mit einer vorhandenen Datenquelle "
|
3255 |
"verknüpft ist:"
|
3256 |
|
3257 |
-
#: templates/admin/getting-started/getting_started.inc.php:81
|
3258 |
msgid ""
|
3259 |
" create a wpDataTables based on your Excel, CSV file or other data source in "
|
3260 |
"a few steps."
|
@@ -3262,16 +3528,16 @@ msgstr ""
|
|
3262 |
" Erstellen Sie in wenigen Schritten eine wpDataTables basierend auf Ihrer "
|
3263 |
"Excel-, CSV-Datei oder einer anderen Datenquelle."
|
3264 |
|
3265 |
-
#: templates/admin/getting-started/getting_started.inc.php:102
|
3266 |
msgid "Create a chart:"
|
3267 |
msgstr "Diagramm erstellen:"
|
3268 |
|
3269 |
-
#: templates/admin/getting-started/getting_started.inc.php:102
|
3270 |
msgid ""
|
3271 |
" create dynamic charts in WordPress with Google Charts rendering engine."
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: templates/admin/getting-started/getting_started.inc.php:114
|
3275 |
#, fuzzy
|
3276 |
msgid ""
|
3277 |
"You dont have any table created. Please create a table first and then you "
|
@@ -3280,112 +3546,112 @@ msgstr ""
|
|
3280 |
"Sie haben keine Tabelle erstellt. Bitte erstellen Sie zuerst eine Tabelle "
|
3281 |
"und dann können Sie ein Diagramm erstellen."
|
3282 |
|
3283 |
-
#: templates/admin/getting-started/getting_started.inc.php:131
|
3284 |
msgid "Create a data table manually:"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: templates/admin/getting-started/getting_started.inc.php:131
|
3288 |
msgid " learn how to build a data table completely from the WordPress admin."
|
3289 |
msgstr ""
|
3290 |
|
3291 |
-
#: templates/admin/getting-started/getting_started.inc.php:143
|
3292 |
msgid "Create a data table by importing data from a data source:"
|
3293 |
msgstr ""
|
3294 |
"Erstellen Sie eine Datentabelle, indem Sie Daten aus einer Datenquelle "
|
3295 |
"importieren:"
|
3296 |
|
3297 |
-
#: templates/admin/getting-started/getting_started.inc.php:143
|
3298 |
msgid ""
|
3299 |
" extract data from your existing table to be able to edit it from WordPress."
|
3300 |
msgstr ""
|
3301 |
" Extrahieren Sie Daten aus Ihrer vorhandenen Tabelle, um sie in WordPress "
|
3302 |
"bearbeiten zu können."
|
3303 |
|
3304 |
-
#: templates/admin/getting-started/getting_started.inc.php:155
|
3305 |
msgid "Generate a query to the MySQL database:"
|
3306 |
msgstr "Generieren Sie eine Abfrage an die MySQL-Datenbank:"
|
3307 |
|
3308 |
-
#: templates/admin/getting-started/getting_started.inc.php:155
|
3309 |
msgid " create a data table based on your DB data without having to learn SQL"
|
3310 |
msgstr ""
|
3311 |
" Erstellen Sie eine Datentabelle basierend auf Ihren DB-Daten, ohne SQL "
|
3312 |
"lernen zu müssen"
|
3313 |
|
3314 |
-
#: templates/admin/getting-started/getting_started.inc.php:167
|
3315 |
msgid "Generate a query to the WordPress database:"
|
3316 |
msgstr "Generieren Sie eine Abfrage an die WordPress-Datenbank:"
|
3317 |
|
3318 |
-
#: templates/admin/getting-started/getting_started.inc.php:167
|
3319 |
msgid " create a data table based on your WP data (posts, meta, taxonomies)"
|
3320 |
msgstr ""
|
3321 |
" Erstellen Sie eine Datentabelle basierend auf Ihren WP-Daten (Beiträge, "
|
3322 |
"Meta, Taxonomien)."
|
3323 |
|
3324 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:24
|
3325 |
msgid "Plans"
|
3326 |
msgstr "Pläne"
|
3327 |
|
3328 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:47
|
3329 |
msgid "Lite vs Premium comparison"
|
3330 |
msgstr "Lite vs Premium Vergleich"
|
3331 |
|
3332 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:52
|
3333 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:581
|
3334 |
msgid "Go Premium Now"
|
3335 |
msgstr "Gehen Sie jetzt Premium"
|
3336 |
|
3337 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:58
|
3338 |
msgid "Features"
|
3339 |
msgstr "Funktionen"
|
3340 |
|
3341 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:61
|
3342 |
msgid "Lite"
|
3343 |
msgstr "Lite"
|
3344 |
|
3345 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:64
|
3346 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:568
|
3347 |
msgid "Premium"
|
3348 |
msgstr "Premium"
|
3349 |
|
3350 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:70
|
3351 |
msgid "Creating tables from Excel files"
|
3352 |
msgstr "Erstellen von Tabellen aus Excel-Dateien"
|
3353 |
|
3354 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:82
|
3355 |
msgid "Creating tables from CSV files"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:94
|
3359 |
msgid "Creating tables from JSON files"
|
3360 |
msgstr ""
|
3361 |
|
3362 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:106
|
3363 |
msgid "Creating tables from XML files"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:118
|
3367 |
msgid "Creating tables from Serialized PHP array"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:130
|
3371 |
msgid "Create a Simple tables"
|
3372 |
msgstr "Erstellen Sie eine einfache Tabelle"
|
3373 |
|
3374 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:131
|
3375 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:144
|
3376 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:280
|
3377 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:317
|
3378 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:330
|
3379 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:84
|
3380 |
msgid "NEW!"
|
3381 |
msgstr "NEU!"
|
3382 |
|
3383 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:143
|
3384 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:295
|
3385 |
msgid "Merge cells"
|
3386 |
msgstr "Zellen zusammenführen"
|
3387 |
|
3388 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:156
|
3389 |
msgid ""
|
3390 |
"Column types <span style=\"font-size: 8px;\">(String, Integer, Float, Date, "
|
3391 |
"DateTime, Time, Image, URL link and E-mail)</span>"
|
@@ -3393,128 +3659,132 @@ msgstr ""
|
|
3393 |
"Spaltentypen <span style=\"font-size: 8px;\">(String, Integer, Float, Datum, "
|
3394 |
"Datum/Uhrzeit, Uhrzeit, Bild, URL-Link und E-Mail) </span>"
|
3395 |
|
3396 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
|
3397 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:47
|
3398 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:643
|
3399 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:651
|
3400 |
msgid "Sorting"
|
3401 |
msgstr "Sortieren"
|
3402 |
|
3403 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
|
3404 |
msgid "Row grouping"
|
3405 |
msgstr ""
|
3406 |
|
3407 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:192
|
3408 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:653
|
3409 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:504
|
3410 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:512
|
3411 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1387
|
3412 |
msgid "Pagination"
|
3413 |
msgstr "Paginierung"
|
3414 |
|
3415 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:204
|
3416 |
msgid ""
|
3417 |
"Export table data <span style=\"font-size: 8px;\">(Export to Excel, CSV, "
|
3418 |
"PDF, and Copy and Print options)</span>"
|
3419 |
msgstr ""
|
3420 |
|
3421 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:216
|
3422 |
msgid "Column Customization"
|
3423 |
msgstr "Spaltenanpassung"
|
3424 |
|
3425 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:228
|
3426 |
msgid "Global Table Customization"
|
3427 |
msgstr "Globale Tabellenanpassung"
|
3428 |
|
3429 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:240
|
3430 |
msgid "WP Bakery, Elementor and Gutenberg support"
|
3431 |
msgstr ""
|
3432 |
|
3433 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:252
|
3434 |
msgid "Creating Google charts"
|
3435 |
msgstr "Google-Diagramme erstellen"
|
3436 |
|
3437 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:264
|
3438 |
msgid "Customize charts"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:268
|
3442 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:562
|
3443 |
msgid "Limited"
|
3444 |
msgstr "Begrenzt"
|
3445 |
|
3446 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:270
|
3447 |
msgid "Some options are not available."
|
3448 |
msgstr ""
|
3449 |
|
3450 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:366
|
3451 |
msgid "Creating tables where users can see and edit only their own data"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:558
|
3455 |
msgid "Support"
|
3456 |
msgstr "Support"
|
3457 |
|
3458 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:564
|
3459 |
msgid "Response time is slow and can be up to 5 business days."
|
3460 |
msgstr ""
|
3461 |
|
3462 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:575
|
3463 |
msgid ""
|
3464 |
"* Please note that wpDataTables add-ons are not included in premium version "
|
3465 |
"of plugin."
|
3466 |
msgstr ""
|
3467 |
|
3468 |
-
#: templates/admin/settings/settings.inc.php:33
|
3469 |
-
#: templates/admin/settings/settings.inc.php:95
|
3470 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:25
|
3471 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1098
|
3472 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:47
|
3473 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:48
|
3474 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:89
|
3475 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:48
|
3476 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:49
|
3477 |
msgid "Save Changes"
|
3478 |
msgstr "Änderungen speichern"
|
3479 |
|
3480 |
-
#: templates/admin/settings/settings.inc.php:44
|
3481 |
-
#: templates/settings.inc.php:
|
|
|
3482 |
msgid "Main settings"
|
3483 |
msgstr "Haupteinstellungen"
|
3484 |
|
3485 |
-
#: templates/admin/settings/settings.inc.php:49
|
3486 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:15
|
3487 |
msgid "Separate DB connection"
|
3488 |
msgstr "Separate DB-Verbindung"
|
3489 |
|
3490 |
-
#: templates/admin/settings/settings.inc.php:54
|
3491 |
-
#: templates/settings.inc.php:
|
|
|
3492 |
msgid "Color and font settings"
|
3493 |
msgstr "Farb- und Schriftarteinstellungen"
|
3494 |
|
3495 |
-
#: templates/admin/settings/settings.inc.php:58
|
3496 |
-
#: templates/settings.inc.php:
|
|
|
3497 |
msgid "Custom JS and CSS"
|
3498 |
msgstr "Benutzerdefiniertes JS und CSS"
|
3499 |
|
3500 |
-
#: templates/admin/settings/settings.inc.php:62
|
3501 |
msgid "Google Spreadsheet API settings"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
-
#: templates/admin/settings/settings.inc.php:92
|
|
|
3505 |
msgid "Reset colors and fonts to default"
|
3506 |
msgstr "Farben und Schriftarten auf die Standardeinstellungen zurücksetzen"
|
3507 |
|
3508 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:18
|
3509 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:25
|
3510 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1367
|
3511 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1461
|
3512 |
msgid "Font"
|
3513 |
msgstr "Schriftart"
|
3514 |
|
3515 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:27
|
3516 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1464
|
3517 |
-
#: templates/settings.inc.php:428
|
3518 |
msgid ""
|
3519 |
"This font will be used in rendered tables. Leave blank not to override "
|
3520 |
"default theme settings"
|
@@ -3522,53 +3792,53 @@ msgstr ""
|
|
3522 |
"Diese Schriftart wird in gerenderten Tabellen verwendet. Lassen Sie das Feld "
|
3523 |
"leer, um die Standarddesigneinstellungen nicht zu überschreiben"
|
3524 |
|
3525 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:47
|
3526 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1486
|
3527 |
msgid "Define the font size"
|
3528 |
msgstr "Definieren Sie die Schriftgröße"
|
3529 |
|
3530 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:70
|
3531 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:143
|
3532 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:464
|
3533 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1519
|
3534 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1594
|
3535 |
msgid "Font color"
|
3536 |
msgstr "Schriftfarbe"
|
3537 |
|
3538 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:72
|
3539 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1522
|
3540 |
msgid "This color is used for the main font in table cells."
|
3541 |
msgstr "Diese Farbe wird für die Hauptschriftart in Tabellenzellen verwendet."
|
3542 |
|
3543 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:97
|
3544 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:348
|
3545 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1371
|
3546 |
msgid "Header"
|
3547 |
msgstr "Kopfzeile"
|
3548 |
|
3549 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:106
|
3550 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1552
|
3551 |
msgid "The color is used for background of the table header."
|
3552 |
msgstr "Die Farbe wird für den Hintergrund der Tabellenkopfzeile verwendet."
|
3553 |
|
3554 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:125
|
3555 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1574
|
3556 |
msgid "This color is used for the border in the table header."
|
3557 |
msgstr "Diese Farbe wird für den Rand in der Tabellenkopfzeile verwendet."
|
3558 |
|
3559 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:145
|
3560 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1597
|
3561 |
msgid "This color is used for the font in the table header."
|
3562 |
msgstr ""
|
3563 |
"Diese Farbe wird für die Schriftart in der Tabellenkopfzeile verwendet."
|
3564 |
|
3565 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:162
|
3566 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1616
|
3567 |
msgid "Active and hover color\t"
|
3568 |
msgstr "Aktive- und Schwebefarbe\t"
|
3569 |
|
3570 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:164
|
3571 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1619
|
3572 |
msgid ""
|
3573 |
"This color is used when you hover the mouse above the table header, or when "
|
3574 |
"you choose a column."
|
@@ -3576,95 +3846,95 @@ msgstr ""
|
|
3576 |
"Diese Farbe wird verwendet, wenn Sie den Mauszeiger über die "
|
3577 |
"Tabellenüberschrift halten oder wenn Sie eine Spalte auswählen."
|
3578 |
|
3579 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:191
|
3580 |
msgid "Table border "
|
3581 |
msgstr ""
|
3582 |
|
3583 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:198
|
3584 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1647
|
3585 |
msgid "Inner border"
|
3586 |
msgstr "Innenrahmen"
|
3587 |
|
3588 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:200
|
3589 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1650
|
3590 |
msgid "This color is used for the inner border in the table between cells."
|
3591 |
msgstr ""
|
3592 |
"Diese Farbe wird für den inneren Rahmen in der Tabelle zwischen den Zellen "
|
3593 |
"verwendet."
|
3594 |
|
3595 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:218
|
3596 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1670
|
3597 |
msgid "Outer border"
|
3598 |
msgstr "Außenrahmen"
|
3599 |
|
3600 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:220
|
3601 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1673
|
3602 |
msgid "This color is used for the outer border of the whole table body."
|
3603 |
msgstr ""
|
3604 |
"Diese Farbe wird für den äußeren Rahmen des gesamten Tabellekörpers "
|
3605 |
"verwendet."
|
3606 |
|
3607 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:238
|
3608 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1693
|
3609 |
msgid "Table borders"
|
3610 |
msgstr "Tabellenrahmen"
|
3611 |
|
3612 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:240
|
3613 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1696
|
3614 |
msgid "When this is checked, borders in table will be removed "
|
3615 |
msgstr "Wenn dies aktiviert ist, werden die Rahmen in der Tabelle entfernt "
|
3616 |
|
3617 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:244
|
3618 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1702
|
3619 |
msgid "Remove borders in table"
|
3620 |
msgstr "Rahmen in der Tabelle entfernen"
|
3621 |
|
3622 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:249
|
3623 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1707
|
3624 |
msgid "Header border"
|
3625 |
msgstr "Kopfzeile-Rahmen"
|
3626 |
|
3627 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:251
|
3628 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1710
|
3629 |
msgid "When this is checked,borders in header will be removed "
|
3630 |
msgstr "Wenn dies aktiviert ist, werden die Rahmen in der Kopfzeile entfernt "
|
3631 |
|
3632 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:255
|
3633 |
msgid "Remove borders in header"
|
3634 |
msgstr "Entfernen Sie die Rahmen in der Kopfzeile"
|
3635 |
|
3636 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:269
|
3637 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1379
|
3638 |
msgid "Row color"
|
3639 |
msgstr "Zeilenfarbe"
|
3640 |
|
3641 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:276
|
3642 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1729
|
3643 |
msgid "Even row background"
|
3644 |
msgstr "Hintergrund der geraden Zeilen"
|
3645 |
|
3646 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:278
|
3647 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1732
|
3648 |
msgid "This color is used for for background in even rows."
|
3649 |
msgstr "Diese Farbe wird für den Hintergrund in geraden Zeilen verwendet."
|
3650 |
|
3651 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:295
|
3652 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1751
|
3653 |
msgid "Odd row background"
|
3654 |
msgstr "Hintergrund der ungeraden Zeilen"
|
3655 |
|
3656 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:297
|
3657 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1754
|
3658 |
msgid "This color is used for for background in odd rows."
|
3659 |
msgstr "Diese Farbe wird für den Hintergrund in ungeraden Zeilen verwendet."
|
3660 |
|
3661 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:314
|
3662 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1773
|
3663 |
msgid "Hover row"
|
3664 |
msgstr "Schweben über Reihe"
|
3665 |
|
3666 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:316
|
3667 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1776
|
3668 |
msgid ""
|
3669 |
"This color is used for to highlight the row when you hover your mouse above "
|
3670 |
"it."
|
@@ -3672,28 +3942,28 @@ msgstr ""
|
|
3672 |
"Diese Farbe wird verwendet, um die Zeile hervorzuheben, wenn Sie den "
|
3673 |
"Mauszeiger darüber halten."
|
3674 |
|
3675 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:333
|
3676 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1795
|
3677 |
msgid "Background for selected rows"
|
3678 |
msgstr "Hintergrund für ausgewählte Zeilen"
|
3679 |
|
3680 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:335
|
3681 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1798
|
3682 |
msgid "This color is used for background in selected rows."
|
3683 |
msgstr "Diese Farbe wird für den Hintergrund in ausgewählten Zeilen verwendet."
|
3684 |
|
3685 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:362
|
3686 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1383
|
3687 |
msgid "Cell color"
|
3688 |
msgstr ""
|
3689 |
|
3690 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:369
|
3691 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1826
|
3692 |
msgid "Sorted columns, even rows"
|
3693 |
msgstr "Sortierte Spalten, gerade Zeilen"
|
3694 |
|
3695 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:371
|
3696 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1829
|
3697 |
msgid ""
|
3698 |
"This color is used for background in cells which are in the active columns "
|
3699 |
"(columns used for sorting) in even rows."
|
@@ -3701,13 +3971,13 @@ msgstr ""
|
|
3701 |
"Diese Farbe wird für den Hintergrund in Zellen verwendet, die sich in den "
|
3702 |
"aktiven Spalten (Spalten zum Sortieren) in geraden Zeilen befinden."
|
3703 |
|
3704 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:389
|
3705 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1849
|
3706 |
msgid "Sorted columns, odd rows"
|
3707 |
msgstr "Sortierte Spalten, ungerade Zeilen"
|
3708 |
|
3709 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:391
|
3710 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1852
|
3711 |
msgid ""
|
3712 |
"This color is used for background in cells which are in the active columns "
|
3713 |
"(columns used for sorting) in odd rows."
|
@@ -3715,86 +3985,86 @@ msgstr ""
|
|
3715 |
"Diese Farbe wird für den Hintergrund in Zellen verwendet, die sich in den "
|
3716 |
"aktiven Spalten (Spalten zum Sortieren) in ungeraden Zeilen befinden."
|
3717 |
|
3718 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:418
|
3719 |
msgid "Buttons color in modals"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:427
|
3723 |
msgid "This color is used for background in buttons."
|
3724 |
msgstr "Diese Farbe wird für den Hintergrund in Schaltflächen verwendet."
|
3725 |
|
3726 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:446
|
3727 |
msgid "This color is used for border in buttons."
|
3728 |
msgstr "Diese Farbe wird für Rahmen in Schaltflächen verwendet."
|
3729 |
|
3730 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:466
|
3731 |
msgid "This color is used for font in buttons."
|
3732 |
msgstr "Diese Farbe wird für die Schriftart in Schaltflächen verwendet."
|
3733 |
|
3734 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:483
|
3735 |
msgid "Background hover color"
|
3736 |
msgstr "Hintergrundschwebefarbe"
|
3737 |
|
3738 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:485
|
3739 |
msgid ""
|
3740 |
"This color will be used for button backgrounds when you hover above them."
|
3741 |
msgstr ""
|
3742 |
"Diese Farbe wird für Schaltflächenhintergründe verwendet, wenn Sie den "
|
3743 |
"Mauszeiger darüber halten."
|
3744 |
|
3745 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:503
|
3746 |
msgid "Hover font color"
|
3747 |
msgstr "Schriftfarbe beim Schweben"
|
3748 |
|
3749 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:505
|
3750 |
msgid "This color will be used for buttons font when you hover above them."
|
3751 |
msgstr ""
|
3752 |
"Diese Farbe wird für die Schriftart der Schaltflächen verwendet, wenn Sie "
|
3753 |
"den Mauszeiger darüber halten."
|
3754 |
|
3755 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:523
|
3756 |
-
#: templates/settings.inc.php:401
|
3757 |
msgid "Buttons hover border color"
|
3758 |
msgstr "Schaltflächen Randfarbe beim Schweben"
|
3759 |
|
3760 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:525
|
3761 |
msgid "This color will be used for button borders when you hover above them."
|
3762 |
msgstr ""
|
3763 |
"Diese Farbe wird für Schaltflächenränder verwendet, wenn Sie den Mauszeiger "
|
3764 |
"darüber halten."
|
3765 |
|
3766 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:543
|
3767 |
-
#: templates/settings.inc.php:410
|
3768 |
msgid "Buttons and inputs border radius (in px)"
|
3769 |
msgstr "Schaltflächen und Eingaben Rahmenradius (in px)"
|
3770 |
|
3771 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:545
|
3772 |
-
#: templates/settings.inc.php:414
|
3773 |
msgid "This is a border radius for inputs in buttons. Default is 3px."
|
3774 |
msgstr ""
|
3775 |
"Dies ist ein Rahmenradius für Eingaben in Schaltflächen. Standard ist 3px."
|
3776 |
|
3777 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:577
|
3778 |
msgid "Modals and overlay color"
|
3779 |
msgstr ""
|
3780 |
|
3781 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:584
|
3782 |
-
#: templates/settings.inc.php:374
|
3783 |
msgid "Modals font color"
|
3784 |
msgstr "Modale Schriftfarbe"
|
3785 |
|
3786 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:586
|
3787 |
msgid ""
|
3788 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
3789 |
msgstr ""
|
3790 |
"Diese Farbe wird für wpDataTable-Popup-Schriftarten (Filter, Datepicker) "
|
3791 |
"verwendet."
|
3792 |
|
3793 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:604
|
3794 |
msgid "Modals background"
|
3795 |
msgstr "Modals Hintergrund"
|
3796 |
|
3797 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:606
|
3798 |
msgid ""
|
3799 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
3800 |
"background."
|
@@ -3802,78 +4072,78 @@ msgstr ""
|
|
3802 |
"Diese Farbe wird für den Popup-Hintergrund von wpDataTable (Filter, "
|
3803 |
"Datepicker) verwendet."
|
3804 |
|
3805 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:625
|
3806 |
msgid "Overlay background"
|
3807 |
msgstr "Overlay Hintergrund"
|
3808 |
|
3809 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:627
|
3810 |
msgid ""
|
3811 |
"This color will be used for overlay which appears below the plugin popups."
|
3812 |
msgstr ""
|
3813 |
"Diese Farbe wird für das Overlay verwendet, die unter den Plugin-Popups "
|
3814 |
"angezeigt wird."
|
3815 |
|
3816 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:662
|
3817 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1882
|
3818 |
msgid "This color is used for the background of the pagination"
|
3819 |
msgstr "Diese Farbe wird für den Hintergrund der Paginierung verwendet"
|
3820 |
|
3821 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:682
|
3822 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1905
|
3823 |
msgid "This color is used for the color of the links in the pagination."
|
3824 |
msgstr "Diese Farbe wird für die Farbe der Links in der Paginierung verwendet."
|
3825 |
|
3826 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:700
|
3827 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1924
|
3828 |
msgid "Current page background color"
|
3829 |
msgstr "Aktuelle Seitenhintergrundfarbe"
|
3830 |
|
3831 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:702
|
3832 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1927
|
3833 |
msgid "The color is used for background of the current page"
|
3834 |
msgstr "Die Farbe wird für den Hintergrund der aktuellen Seite verwendet"
|
3835 |
|
3836 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:719
|
3837 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1948
|
3838 |
msgid "Current page color"
|
3839 |
msgstr "Aktuelle Seitenfarbe"
|
3840 |
|
3841 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:721
|
3842 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1951
|
3843 |
msgid "This color is used for the color of the current page."
|
3844 |
msgstr "Diese Farbe wird für die Farbe der aktuellen Seite verwendet."
|
3845 |
|
3846 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:739
|
3847 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1971
|
3848 |
msgid "Other pages hover background color"
|
3849 |
msgstr "Andere Seiten Hintergrundfarbe beim Schweben"
|
3850 |
|
3851 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:741
|
3852 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1974
|
3853 |
msgid ""
|
3854 |
"This background color is used when you hover the mouse above the other pages"
|
3855 |
msgstr ""
|
3856 |
"Diese Hintergrundfarbe wird verwendet, wenn Sie den Mauszeiger über die "
|
3857 |
"anderen Seiten halten"
|
3858 |
|
3859 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:758
|
3860 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1995
|
3861 |
msgid "Other pages hover color"
|
3862 |
msgstr "Andere Seiten Farbe beim Schweben"
|
3863 |
|
3864 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:760
|
3865 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1998
|
3866 |
msgid "This color is used when you hover the mouse above the other pages."
|
3867 |
msgstr ""
|
3868 |
"Diese Farbe wird verwendet, wenn Sie den Mauszeiger über die anderen Seiten "
|
3869 |
"halten."
|
3870 |
|
3871 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:15
|
3872 |
-
#: templates/settings.inc.php:454
|
3873 |
msgid "Custom wpDataTables JS"
|
3874 |
msgstr "Benutzerdefinierte wpDataTables JS"
|
3875 |
|
3876 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:17
|
3877 |
msgid ""
|
3878 |
"This JS will be inserted as an inline script block on every page that has a "
|
3879 |
"wpDataTable."
|
@@ -3881,13 +4151,13 @@ msgstr ""
|
|
3881 |
"Dieser JS wird als Inline-Skriptblock auf jeder Seite mit einer wpDataTable "
|
3882 |
"eingefügt."
|
3883 |
|
3884 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:30
|
3885 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:2025
|
3886 |
-
#: templates/settings.inc.php:463
|
3887 |
msgid "Custom wpDataTables CSS"
|
3888 |
msgstr "Benutzerdefiniertes wpDataTables-CSS"
|
3889 |
|
3890 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:32
|
3891 |
msgid ""
|
3892 |
"This CSS will be inserted as an inline style block on every page that has a "
|
3893 |
"wpDataTable."
|
@@ -3895,125 +4165,125 @@ msgstr ""
|
|
3895 |
"Dieses CSS wird als Inline-Stilblock auf jeder Seite mit einer wpDataTable "
|
3896 |
"eingefügt."
|
3897 |
|
3898 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:45
|
3899 |
msgid "Use minified wpDataTables Javascript "
|
3900 |
msgstr "Verwenden Sie minimiertes wpDataTables-Javascript "
|
3901 |
|
3902 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:51
|
3903 |
msgid "Use minified version of Javascript files"
|
3904 |
msgstr "Verwenden Sie eine minimierte Version von Javascript-Dateien"
|
3905 |
|
3906 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:15
|
3907 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1407
|
3908 |
-
#: templates/settings.inc.php:45
|
3909 |
msgid "Interface language"
|
3910 |
msgstr "Schnittstellensprache"
|
3911 |
|
3912 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:17
|
3913 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1410
|
3914 |
msgid "Pick the language which will be used in tables interface."
|
3915 |
msgstr ""
|
3916 |
"Wählen Sie die Sprache aus, die in der Tabellenschnittstelle verwendet "
|
3917 |
"werden soll."
|
3918 |
|
3919 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:23
|
3920 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1417
|
3921 |
msgid "English (default)"
|
3922 |
msgstr "Englisch (Standard)"
|
3923 |
|
3924 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:36
|
3925 |
-
#: templates/settings.inc.php:98
|
3926 |
msgid "Date format"
|
3927 |
msgstr "Datumsformat"
|
3928 |
|
3929 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:38
|
3930 |
msgid "Pick the date format to use in date column type."
|
3931 |
msgstr ""
|
3932 |
"Wählen Sie das Datumsformat aus, das im Datumsspalten-Typ verwendet werden "
|
3933 |
"soll."
|
3934 |
|
3935 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:74
|
3936 |
-
#: templates/settings.inc.php:119
|
3937 |
msgid "Time format"
|
3938 |
msgstr "Zeitformat"
|
3939 |
|
3940 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:76
|
3941 |
msgid "Pick the time format to use in datetime and time column type."
|
3942 |
msgstr ""
|
3943 |
"Wählen Sie das Zeitformat aus, das in Datums- und Zeitspalten verwendet "
|
3944 |
"werden soll."
|
3945 |
|
3946 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:91
|
3947 |
msgid "Parse shortcodes"
|
3948 |
msgstr "Shortcodes analysieren"
|
3949 |
|
3950 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:93
|
3951 |
msgid ""
|
3952 |
"If the option is enabled, you can use shortcodes of other plugins for "
|
3953 |
"generating content."
|
3954 |
msgstr ""
|
3955 |
|
3956 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:97
|
3957 |
msgid "Parse shortcodes in strings"
|
3958 |
msgstr "Zergliedern Sie Shortcodes in Strings"
|
3959 |
|
3960 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:104
|
3961 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1430
|
3962 |
-
#: templates/settings.inc.php:74
|
3963 |
msgid "Base skin"
|
3964 |
msgstr "Basis-Skin"
|
3965 |
|
3966 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:106
|
3967 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1433
|
3968 |
msgid "Choose the base skin for the plugin."
|
3969 |
msgstr "Wählen Sie die Basis-Skin für das Plugin."
|
3970 |
|
3971 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:112
|
3972 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1440
|
3973 |
msgid "Material"
|
3974 |
msgstr "Material"
|
3975 |
|
3976 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:113
|
3977 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1441
|
3978 |
msgid "Light"
|
3979 |
msgstr "Licht"
|
3980 |
|
3981 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:114
|
3982 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1442
|
3983 |
msgid "Graphite"
|
3984 |
msgstr "Graphit"
|
3985 |
|
3986 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:115
|
3987 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1443
|
3988 |
msgid "Aqua"
|
3989 |
msgstr "Aqua"
|
3990 |
|
3991 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:116
|
3992 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1444
|
3993 |
msgid "Purple"
|
3994 |
msgstr "Lila"
|
3995 |
|
3996 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:117
|
3997 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1445
|
3998 |
msgid "Dark"
|
3999 |
msgstr "Dunkel"
|
4000 |
|
4001 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:125
|
4002 |
-
#: templates/settings.inc.php:131
|
4003 |
msgid "Number format"
|
4004 |
msgstr "Zahlenformat"
|
4005 |
|
4006 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:127
|
4007 |
-
#: templates/settings.inc.php:138
|
4008 |
msgid "Pick the number format (thousands and decimals separator)"
|
4009 |
msgstr "Wählen Sie das Zahlenformat (Tausender- und Dezimaltrennzeichen)"
|
4010 |
|
4011 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:144
|
4012 |
-
#: templates/settings.inc.php:86
|
4013 |
msgid "Render advanced filter"
|
4014 |
msgstr "Erweiterten Filter rendern"
|
4015 |
|
4016 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:146
|
4017 |
msgid ""
|
4018 |
"Choose where you would like to render the advanced filter for tables where "
|
4019 |
"enabled."
|
@@ -4021,39 +4291,39 @@ msgstr ""
|
|
4021 |
"Wählen Sie aus, wo Sie den erweiterten Filter für Tabellen rendern möchten, "
|
4022 |
"sofern diese aktiviert sind."
|
4023 |
|
4024 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:152
|
4025 |
-
#: templates/settings.inc.php:90
|
4026 |
msgid "In the header"
|
4027 |
msgstr "In der Kopfzeile"
|
4028 |
|
4029 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:153
|
4030 |
-
#: templates/settings.inc.php:91
|
4031 |
msgid "In the footer"
|
4032 |
msgstr "In der Fußzeile"
|
4033 |
|
4034 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:161
|
4035 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:385
|
4036 |
-
#: templates/settings.inc.php:143
|
4037 |
msgid "Decimal places"
|
4038 |
msgstr "Dezimalstellen"
|
4039 |
|
4040 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:163
|
4041 |
msgid "Define the amount of decimal places for the float numbers."
|
4042 |
msgstr "Definieren Sie die Anzahl der Dezimalstellen für die Float-Zahlen."
|
4043 |
|
4044 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:188
|
4045 |
msgid "CSV delimiter"
|
4046 |
msgstr "CSV-Trennzeichen"
|
4047 |
|
4048 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:190
|
4049 |
msgid "Pick the CSV delimiter"
|
4050 |
msgstr "Wählen Sie das CSV-Trennzeichen"
|
4051 |
|
4052 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:209
|
4053 |
msgid "Tables sorting direction in admin page"
|
4054 |
msgstr "Sortierrichtung der Tabellen auf der Administrationsseite"
|
4055 |
|
4056 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:211
|
4057 |
msgid ""
|
4058 |
"Here you can set sorting direction by id for browse tables and charts. By "
|
4059 |
"default is ascending order."
|
@@ -4061,25 +4331,25 @@ msgstr ""
|
|
4061 |
"Hier können Sie die Sortierrichtung nach ID für das Durchsuchen von Tabellen "
|
4062 |
"und Diagrammen festlegen. Standardmäßig ist die Reihenfolge aufsteigend."
|
4063 |
|
4064 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:217
|
4065 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:783
|
4066 |
-
#: templates/edit_table.inc.php:663
|
4067 |
msgid "Ascending"
|
4068 |
msgstr "Aufsteigend"
|
4069 |
|
4070 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:218
|
4071 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:784
|
4072 |
-
#: templates/edit_table.inc.php:665
|
4073 |
msgid "Descending"
|
4074 |
msgstr "Absteigend"
|
4075 |
|
4076 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:229
|
4077 |
-
#: templates/settings.inc.php:171
|
4078 |
msgid "Tablet width"
|
4079 |
msgstr "Tablettbreite"
|
4080 |
|
4081 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:231
|
4082 |
-
#: templates/settings.inc.php:175
|
4083 |
msgid ""
|
4084 |
"Here you can specify width of the screen (in pixels) that will be treated as "
|
4085 |
"a tablet. You can set it wider if you want responsive effect on desktops."
|
@@ -4088,43 +4358,43 @@ msgstr ""
|
|
4088 |
"Tablet behandelt wird. Sie können es weiter einstellen, wenn Sie einen "
|
4089 |
"responsiven Effekt auf Desktops wünschen."
|
4090 |
|
4091 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:255
|
4092 |
-
#: templates/settings.inc.php:181
|
4093 |
msgid "Mobile width"
|
4094 |
msgstr "Handybreite"
|
4095 |
|
4096 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:257
|
4097 |
msgid "Here you can specify width (in pixels) will be treated as a mobile.."
|
4098 |
msgstr "Hier können Sie angeben, Breite (in Pixel) wird als Handy behandelt."
|
4099 |
|
4100 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:282
|
4101 |
-
#: templates/settings.inc.php:61
|
4102 |
msgid "Tables per admin page"
|
4103 |
msgstr "Tabellen pro Administrationsseite"
|
4104 |
|
4105 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:284
|
4106 |
#, fuzzy
|
4107 |
msgid "How many tables to show in the browse page."
|
4108 |
msgstr "Wie viele Tabellen sollen auf der Suchseite angezeigt werden?"
|
4109 |
|
4110 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:300
|
4111 |
msgid "Align numbers"
|
4112 |
msgstr "Zahlen ausrichten"
|
4113 |
|
4114 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:302
|
4115 |
msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
|
4116 |
msgstr ""
|
4117 |
|
4118 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:306
|
4119 |
-
#: templates/settings.inc.php:161
|
4120 |
msgid "Align numbers to the right"
|
4121 |
msgstr "Zahlen rechts ausrichten"
|
4122 |
|
4123 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:316
|
4124 |
msgid "Sum functions label"
|
4125 |
msgstr "Summenfunktionsbezeichnung"
|
4126 |
|
4127 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:318
|
4128 |
msgid ""
|
4129 |
"Enter a label that will be used for Sum functions. If you leave it blank "
|
4130 |
"default label will be Σ ="
|
@@ -4132,11 +4402,11 @@ msgstr ""
|
|
4132 |
"Geben Sie eine Bezeichnung ein, die für Summenfunktionen verwendet wird. "
|
4133 |
"Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung Σ ="
|
4134 |
|
4135 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:336
|
4136 |
msgid "Average functions label"
|
4137 |
msgstr "Durchschnittliche Funktionsbezeichnung"
|
4138 |
|
4139 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:338
|
4140 |
msgid ""
|
4141 |
"Enter a label that will be used for Average functions. If you leave it blank "
|
4142 |
"default label will be Avg ="
|
@@ -4145,11 +4415,11 @@ msgstr ""
|
|
4145 |
"wird. Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung "
|
4146 |
"Durchschn. ="
|
4147 |
|
4148 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:361
|
4149 |
msgid "Minimum functions label"
|
4150 |
msgstr "Beschriftung der minimalen Funktionen"
|
4151 |
|
4152 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:363
|
4153 |
msgid ""
|
4154 |
"Enter a label that will be used for Minimum functions. If you leave it blank "
|
4155 |
"default label will be Min ="
|
@@ -4157,11 +4427,11 @@ msgstr ""
|
|
4157 |
"Geben Sie eine Bezeichnung ein, die für die minimalen Funktionen verwendet "
|
4158 |
"wird. Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung Min ="
|
4159 |
|
4160 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:381
|
4161 |
msgid "Maximum functions label"
|
4162 |
msgstr "Beschriftung der maximalen Funktionen"
|
4163 |
|
4164 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:383
|
4165 |
msgid ""
|
4166 |
"Enter a label that will be used for Maximum functions. If you leave it blank "
|
4167 |
"default label will be Max ="
|
@@ -4169,12 +4439,12 @@ msgstr ""
|
|
4169 |
"Geben Sie eine Bezeichnung ein, die für maximale Funktionen verwendet wird. "
|
4170 |
"Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung Max ="
|
4171 |
|
4172 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:409
|
4173 |
msgid "Include full bootstrap front-end"
|
4174 |
msgstr "Schließen Sie das vollständige Bootstrap-Frontend ein"
|
4175 |
|
4176 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:411
|
4177 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:422
|
4178 |
msgid ""
|
4179 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
4180 |
"in one of the theme files. Unchecked option means that there is still "
|
@@ -4185,78 +4455,78 @@ msgstr ""
|
|
4185 |
"bootstrap.js nur im Noconflict-Modus noch enthalten ist, um Fehler zu "
|
4186 |
"vermeiden."
|
4187 |
|
4188 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:415
|
4189 |
msgid "Include full bootstrap.js on the front-end"
|
4190 |
msgstr "Schließen Sie die vollständige Datei bootstrap.js in das Front-End ein"
|
4191 |
|
4192 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:420
|
4193 |
msgid "Include full bootstrap back-end"
|
4194 |
msgstr "Schließen Sie das vollständige Bootstrap-Backend ein"
|
4195 |
|
4196 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:426
|
4197 |
msgid "Include full bootstrap.js on the back-end"
|
4198 |
msgstr "Schließen Sie die vollständige Datei bootstrap.js in das Back-End ein"
|
4199 |
|
4200 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:434
|
4201 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:440
|
4202 |
-
#: templates/settings.inc.php:32
|
4203 |
msgid "Show plugin credentials below tables"
|
4204 |
msgstr ""
|
4205 |
|
4206 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:436
|
4207 |
-
#: templates/settings.inc.php:32
|
4208 |
msgid ""
|
4209 |
"If you want to support our project, please, keep this checkbox as checked"
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:445
|
4213 |
msgid "Prevent deleting tables in database"
|
4214 |
msgstr "Verhindern Sie das Löschen von Tabellen in der Datenbank"
|
4215 |
|
4216 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:447
|
4217 |
msgid ""
|
4218 |
"It is recommended to leave this option as checked if you what to keep your "
|
4219 |
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
4220 |
"this option, it will be deleted all tables in database after deleting plugin"
|
4221 |
msgstr ""
|
4222 |
|
4223 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:451
|
4224 |
msgid ""
|
4225 |
"Prevent deleting tables in database after deleting plugin from Plugins page"
|
4226 |
msgstr ""
|
4227 |
"Verhindern Sie das Löschen von Tabellen in der Datenbank, nachdem Sie das "
|
4228 |
"Plugin von der Seite Plugins gelöscht haben"
|
4229 |
|
4230 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:458
|
4231 |
msgid "Remove Getting Started page"
|
4232 |
msgstr "Entfernen Sie die Seite Erste Schritte"
|
4233 |
|
4234 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:460
|
4235 |
msgid ""
|
4236 |
"Check this option if you want to remove Getting Started page from admin menu."
|
4237 |
msgstr ""
|
4238 |
"Aktivieren Sie diese Option, wenn Sie die Seite Erste Schritte aus dem "
|
4239 |
"Administratormenü entfernen möchten."
|
4240 |
|
4241 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:464
|
4242 |
msgid "Remove \"Getting Started\" page from admin menu."
|
4243 |
msgstr "Entfernen Sie die Seite \"Erste Schritte\" aus dem Admin-Menü."
|
4244 |
|
4245 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:17
|
4246 |
msgid ""
|
4247 |
"If this checkbox is checked, you have option to add more than one separate "
|
4248 |
"database connection (MySQL, MS SQL, Postgre SQL)"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:22
|
4252 |
msgid "Use separate connection"
|
4253 |
msgstr "Verwenden Sie eine separate Verbindung"
|
4254 |
|
4255 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:28
|
4256 |
msgid "Test connection"
|
4257 |
msgstr "Verbindung testen"
|
4258 |
|
4259 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:30
|
4260 |
msgid ""
|
4261 |
"Click this button to test if wpDataTables is able to connect to the MySQL "
|
4262 |
"server with the details you provided."
|
@@ -4265,133 +4535,169 @@ msgstr ""
|
|
4265 |
"von Ihnen angegebenen Details eine Verbindung zum MySQL-Server herstellen "
|
4266 |
"kann."
|
4267 |
|
4268 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:41
|
4269 |
msgid "MySQL host"
|
4270 |
msgstr "MySQL-Host"
|
4271 |
|
4272 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:43
|
4273 |
msgid "MySQL host address."
|
4274 |
msgstr "MySQL-Hostadresse."
|
4275 |
|
4276 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:47
|
4277 |
msgid "MySQL host address"
|
4278 |
msgstr "MySQL-Hostadresse"
|
4279 |
|
4280 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:52
|
4281 |
msgid "MySQL database"
|
4282 |
msgstr "MySQL-Datenbank"
|
4283 |
|
4284 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:54
|
4285 |
msgid "MySQL database name."
|
4286 |
msgstr "Name der MySQL-Datenbank."
|
4287 |
|
4288 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:58
|
4289 |
msgid "MySQL database name"
|
4290 |
msgstr "Name der MySQL-Datenbank"
|
4291 |
|
4292 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:66
|
4293 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:73
|
4294 |
msgid "MySQL user"
|
4295 |
msgstr "MySQL-Benutzer"
|
4296 |
|
4297 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:68
|
4298 |
msgid "MySQL username for the connection."
|
4299 |
msgstr "MySQL-Benutzername für die Verbindung."
|
4300 |
|
4301 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:78
|
4302 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:83
|
4303 |
msgid "MySQL password"
|
4304 |
msgstr "MySQL-Kennwort"
|
4305 |
|
4306 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:80
|
4307 |
msgid "MySQL password for the provided user."
|
4308 |
msgstr "MySQL-Kennwort für den angegebenen Benutzer."
|
4309 |
|
4310 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:92
|
4311 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:98
|
4312 |
msgid "MySQL port"
|
4313 |
msgstr "MySQL-Port"
|
4314 |
|
4315 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:94
|
4316 |
msgid "MySQL port for the connection (default: 3306)."
|
4317 |
msgstr "MySQL-Port für die Verbindung (Standard: 3306)."
|
4318 |
|
4319 |
-
#: templates/admin/support/support.inc.php:46
|
4320 |
msgid "Get started with detailed explanation of every plugin feature."
|
4321 |
msgstr ""
|
4322 |
"Beginnen Sie mit einer detaillierten Erläuterung aller Plugin-Funktionen."
|
4323 |
|
4324 |
-
#: templates/admin/support/support.inc.php:52
|
4325 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:204
|
4326 |
msgid "FAQ"
|
4327 |
msgstr "FAQ"
|
4328 |
|
4329 |
-
#: templates/admin/support/support.inc.php:53
|
4330 |
msgid ""
|
4331 |
"Find a list of frequently asked questions about wpDataTables functionality."
|
4332 |
msgstr ""
|
4333 |
"Hier finden Sie eine Liste häufig gestellter Fragen zur Funktionalität von "
|
4334 |
"wpDataTables."
|
4335 |
|
4336 |
-
#: templates/admin/support/support.inc.php:54
|
4337 |
msgid "Visit FAQ"
|
4338 |
msgstr "FAQ besuchen"
|
4339 |
|
4340 |
-
#: templates/admin/support/support.inc.php:59
|
4341 |
msgid "Feature suggestion"
|
4342 |
msgstr "Funktionsvorschlag"
|
4343 |
|
4344 |
-
#: templates/admin/support/support.inc.php:60
|
4345 |
msgid "Great opportunity to our users to submit ideas for new features."
|
4346 |
msgstr ""
|
4347 |
"Eine großartige Gelegenheit für unsere Benutzer, Ideen für neue Funktionen "
|
4348 |
"einzureichen."
|
4349 |
|
4350 |
-
#: templates/admin/support/support.inc.php:61
|
4351 |
msgid "Suggest a Feature"
|
4352 |
msgstr "Schlagen Sie eine Funktion vor"
|
4353 |
|
4354 |
-
#: templates/admin/support/support.inc.php:68
|
4355 |
msgid "Still need help?"
|
4356 |
msgstr "Benötigen Sie weitere Hilfe?"
|
4357 |
|
4358 |
-
#: templates/admin/support/support.inc.php:69
|
4359 |
msgid "We provide support to all our users over WordPress.org "
|
4360 |
msgstr ""
|
4361 |
|
4362 |
-
#: templates/admin/support/support.inc.php:70
|
4363 |
msgid "Open a topic"
|
4364 |
msgstr ""
|
4365 |
|
4366 |
-
#: templates/admin/system-info/system_info.inc.php:22
|
4367 |
msgid "System Info"
|
4368 |
msgstr "Systeminformationen"
|
4369 |
|
4370 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4371 |
msgid "The URL of your site's homepage."
|
4372 |
msgstr "Die URL der Homepage Ihrer Website."
|
4373 |
|
4374 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4375 |
msgid "The root URL of your site."
|
4376 |
msgstr "Die Stamm-URL Ihrer Website."
|
4377 |
|
4378 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4379 |
msgid "System path of your wp-content directory."
|
4380 |
msgstr "Systempfad Ihres wp-content-Verzeichnisses."
|
4381 |
|
4382 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4383 |
msgid "System path of your WP root directory."
|
4384 |
msgstr "Systempfad Ihres WP-Stammverzeichnisses."
|
4385 |
|
4386 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4387 |
msgid "The version of WordPress installed on your site."
|
4388 |
msgstr "Die Version von WordPress installiert auf Ihrer Website."
|
4389 |
|
4390 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4391 |
msgid "Whether or not you have WordPress Multisite enabled."
|
4392 |
msgstr ""
|
4393 |
|
4394 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4395 |
#, php-format
|
4396 |
msgid ""
|
4397 |
"%1$s </span> - We recommend setting memory to at least <strong>128MB</"
|
@@ -4405,37 +4711,77 @@ msgstr ""
|
|
4405 |
"\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\"> Erhöhen des PHP "
|
4406 |
"zugewiesenen Speichers. </a>"
|
4407 |
|
4408 |
-
#: templates/admin/system-info/system_info.inc.php:130
|
4409 |
msgid "The maximum amount of memory (RAM) that your site can use at one time."
|
4410 |
msgstr ""
|
4411 |
"Die maximale Speichermenge (RAM), die Ihre Site gleichzeitig verwenden kann."
|
4412 |
|
4413 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4414 |
msgid "Displays whether or not WordPress is in Debug Mode."
|
4415 |
msgstr "Zeigt an, ob sich WordPress im Debug-Modus befindet oder nicht."
|
4416 |
|
4417 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4418 |
msgid "The current language used by WordPress. Default = English"
|
4419 |
msgstr "Die aktuell von WordPress verwendete Sprache. Standard = Englisch"
|
4420 |
|
4421 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4422 |
msgid "Information about your operating system."
|
4423 |
msgstr "Informationen zu Ihrem Betriebssystem."
|
4424 |
|
4425 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4426 |
msgid "Information about the web server that is currently hosting your site."
|
4427 |
msgstr ""
|
4428 |
"Informationen zu dem Webserver, auf dem Ihre Website derzeit gehostet wird."
|
4429 |
|
4430 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4431 |
msgid "The version of PHP installed on your hosting server."
|
4432 |
msgstr "Die auf Ihrem Hosting-Server installierte Version von PHP."
|
4433 |
|
4434 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4435 |
msgid "The largest file size that can be contained in one post."
|
4436 |
msgstr "Die größte Dateigröße, die in einem Beitrag enthalten sein kann."
|
4437 |
|
4438 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4439 |
#, php-format
|
4440 |
msgid ""
|
4441 |
"%1$s </span> - We recommend setting max execution time to at least 180.<br /"
|
@@ -4446,7 +4792,7 @@ msgstr ""
|
|
4446 |
"180 festzulegen. <br /> Siehe: <a href=\"%2$s\" target=\"_blank\" rel="
|
4447 |
"\"noopener noreferrer\"> Erhöhen der max Ausführung auf PHP </a>"
|
4448 |
|
4449 |
-
#: templates/admin/system-info/system_info.inc.php:248
|
4450 |
msgid ""
|
4451 |
"The amount of time (in seconds) that your site will spend on a single "
|
4452 |
"operation before timing out (to avoid server lockups)"
|
@@ -4454,40 +4800,94 @@ msgstr ""
|
|
4454 |
"Die Zeit (in Sekunden), die Ihre Site für einen einzelnen Vorgang benötigt, "
|
4455 |
"bevor das Zeitlimit überschritten wird (um Server-Abstürze zu vermeiden)."
|
4456 |
|
4457 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4458 |
msgid "The version of MySQL installed on your hosting server."
|
4459 |
msgstr "Die auf Ihrem Hosting-Server installierte Version von MySQL."
|
4460 |
|
4461 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4462 |
msgid ""
|
4463 |
"The largest file size that can be uploaded to your WordPress installation."
|
4464 |
msgstr ""
|
4465 |
"Die größte Dateigröße, die in Ihre WordPress-Installation hochgeladen werden "
|
4466 |
"kann."
|
4467 |
|
4468 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4469 |
msgid "Multibyte String (mbstring) is used to convert character encoding."
|
4470 |
msgstr ""
|
4471 |
"Multibyte String (mbstring) wird zum Konvertieren der Zeichenkodierung "
|
4472 |
"verwendet."
|
4473 |
|
4474 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4475 |
msgid ""
|
4476 |
"XML support is something that needs to be installed on the server for proper "
|
4477 |
"wpDataTables functionality."
|
4478 |
msgstr ""
|
4479 |
|
4480 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4481 |
msgid ""
|
4482 |
"DOM support is something that needs to be installed on the server for proper "
|
4483 |
"wpDataTables functionality."
|
4484 |
msgstr ""
|
4485 |
|
4486 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4487 |
msgid "Multibyte String (mbstring) require libxml to be installed. "
|
4488 |
msgstr "Für Multibyte String (mbstring) muss libxml installiert sein. "
|
4489 |
|
4490 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4491 |
msgid ""
|
4492 |
"ZIP support is something that needs to be installed on the server, as a "
|
4493 |
"package for the Linux operating system, or rather to the PHP software on the "
|
@@ -4497,107 +4897,136 @@ msgstr ""
|
|
4497 |
"Betriebssystem oder vielmehr für die PHP-Software auf dem Server installiert "
|
4498 |
"werden."
|
4499 |
|
4500 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4501 |
msgid "wpDataTables use cURL for getting data from other servers."
|
4502 |
msgstr "wpDataTables verwenden cURL, um Daten von anderen Servern abzurufen."
|
4503 |
|
4504 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4505 |
msgid "The name of the current active theme."
|
4506 |
msgstr "Der Name des aktuell aktiven Themas."
|
4507 |
|
4508 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4509 |
msgid "The installed version of the current active theme."
|
4510 |
msgstr "Die installierte Version des aktuell aktiven Themas."
|
4511 |
|
4512 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4513 |
msgid "The theme developers."
|
4514 |
msgstr "Die Theme-Entwickler."
|
4515 |
|
4516 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4517 |
msgid "The theme developers URL."
|
4518 |
msgstr "Die URL des Theme-Entwicklers."
|
4519 |
|
4520 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4521 |
msgid "Visit plugin homepage"
|
4522 |
msgstr "Besuchen Sie die Plugin-Homepage"
|
4523 |
|
4524 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:21
|
4525 |
msgid "Add Column"
|
4526 |
msgstr "Spalte hinzufügen"
|
4527 |
|
4528 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:35
|
4529 |
msgid "Column header"
|
4530 |
msgstr "Spaltenkopfzeile"
|
4531 |
|
4532 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:64
|
4533 |
msgid "Insert after"
|
4534 |
msgstr "Nach einfügen"
|
4535 |
|
4536 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:70
|
4537 |
msgid "Beginning of table"
|
4538 |
msgstr "Anfang der Tabelle"
|
4539 |
|
4540 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:71
|
4541 |
msgid "End of table"
|
4542 |
msgstr "Ende der Tabelle"
|
4543 |
|
4544 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:85
|
4545 |
-
#: templates/edit_table.inc.php:542
|
4546 |
msgid "Possible values"
|
4547 |
msgstr "Mögliche Werte"
|
4548 |
|
4549 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:96
|
4550 |
msgid "Editor predefined value"
|
4551 |
msgstr "Vom Editor vordefinierter Wert"
|
4552 |
|
4553 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:110
|
4554 |
msgid "Fill with default value"
|
4555 |
msgstr "Mit Standardwert füllen"
|
4556 |
|
4557 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:130
|
4558 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:85
|
4559 |
msgid "OK"
|
4560 |
msgstr "OK"
|
4561 |
|
4562 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:14
|
4563 |
msgid "Column settings"
|
4564 |
msgstr "Spalteneinstellungen"
|
4565 |
|
4566 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:39
|
4567 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:64
|
4568 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:64
|
4569 |
msgid "Display"
|
4570 |
msgstr "Anzeige"
|
4571 |
|
4572 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:43
|
4573 |
msgid "Data"
|
4574 |
msgstr "Daten"
|
4575 |
|
4576 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:51
|
4577 |
msgid "Global Filtering"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:55
|
4581 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:72
|
4582 |
msgid "Editing"
|
4583 |
msgstr "Bearbeitung"
|
4584 |
|
4585 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:72
|
4586 |
-
#: templates/edit_table.inc.php:525
|
4587 |
msgid "Displayed header"
|
4588 |
msgstr "Angezeigte Kopfzeile"
|
4589 |
|
4590 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:86
|
4591 |
-
#: templates/edit_table.inc.php:696
|
4592 |
msgid "Column position"
|
4593 |
msgstr "Spaltenposition"
|
4594 |
|
4595 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:110
|
4596 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:118
|
4597 |
msgid "Cell content prefix"
|
4598 |
msgstr "Präfix für Zelleninhalte"
|
4599 |
|
4600 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:125
|
4601 |
msgid ""
|
4602 |
"Any text or symbol entered here will be shown before the value in every cell "
|
4603 |
"inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
|
@@ -4607,12 +5036,12 @@ msgstr ""
|
|
4607 |
"Zelle in dieser Spalte angezeigt. Zum Beispiel: $, €. Beeinflusst nicht das "
|
4608 |
"Filtern und Sortieren. Praktisch für Preise, Prozentsätze usw."
|
4609 |
|
4610 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:140
|
4611 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:148
|
4612 |
msgid "Cell content suffix"
|
4613 |
msgstr "Suffix für den Zelleninhalt"
|
4614 |
|
4615 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:155
|
4616 |
msgid ""
|
4617 |
"Any text or symbol entered here will be shown after the value in every cell "
|
4618 |
"inside of this column. E.g.: %, pcs. Does not influence filtering and "
|
@@ -4622,57 +5051,57 @@ msgstr ""
|
|
4622 |
"Zelle in dieser Spalte angezeigt. Zum Beispiel:%, Stck. Beeinflusst nicht "
|
4623 |
"das Filtern und Sortieren. Praktisch für Preise, Prozentsätze usw."
|
4624 |
|
4625 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:176
|
4626 |
-
#: templates/edit_table.inc.php:633
|
4627 |
msgid "Hide on mobiles"
|
4628 |
msgstr "Verstecken auf dem Handy"
|
4629 |
|
4630 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:185
|
4631 |
msgid "Collapse column on mobile devices"
|
4632 |
msgstr "Spalte auf Mobilgeräten reduzieren"
|
4633 |
|
4634 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:192
|
4635 |
-
#: templates/edit_table.inc.php:622
|
4636 |
msgid "Hide on tablets"
|
4637 |
msgstr "Verstecken auf Tablets"
|
4638 |
|
4639 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:201
|
4640 |
msgid "Collapse column on tablet devices"
|
4641 |
msgstr "Spalte auf Tablet-Geräten reduzieren"
|
4642 |
|
4643 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:214
|
4644 |
-
#: templates/edit_table.inc.php:533
|
4645 |
msgid "CSS class(es)"
|
4646 |
msgstr "CSS-Klasse (n)"
|
4647 |
|
4648 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:228
|
4649 |
msgid "Visible on front-end"
|
4650 |
msgstr "Sichtbar am Frontend"
|
4651 |
|
4652 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:237
|
4653 |
msgid "Show column in front-end"
|
4654 |
msgstr "Spalte im Frontend anzeigen"
|
4655 |
|
4656 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:251
|
4657 |
msgid "Column width"
|
4658 |
msgstr "Spaltenbreite"
|
4659 |
|
4660 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:264
|
4661 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:272
|
4662 |
msgid "Column color"
|
4663 |
msgstr "Spaltenfarbe"
|
4664 |
|
4665 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:279
|
4666 |
msgid "Here you can override the default color for the complete column"
|
4667 |
msgstr "Hier können Sie die Standardfarbe für die gesamte Spalte überschreiben"
|
4668 |
|
4669 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:300
|
4670 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:308
|
4671 |
-
#: templates/edit_table.inc.php:645
|
4672 |
msgid "Group column"
|
4673 |
msgstr "Gruppenspalte"
|
4674 |
|
4675 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:315
|
4676 |
msgid ""
|
4677 |
"If one column of your table contains similar values for many rows, maybe it "
|
4678 |
"makes sense to use it as a “group column”: it means that it will not be "
|
@@ -4686,7 +5115,7 @@ msgstr ""
|
|
4686 |
"zum Gruppieren der Zeilen verwendet werden. Jede Gruppe wird mit einer Zeile "
|
4687 |
"mit verbundenen Zellen, die den Gruppenwert enthalten, oben markiert."
|
4688 |
|
4689 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:316
|
4690 |
msgid ""
|
4691 |
"Group column will not work with MySQL tables with server-side processing "
|
4692 |
"enabled and with manual tables!"
|
@@ -4694,16 +5123,16 @@ msgstr ""
|
|
4694 |
"Die Gruppenspalte funktioniert nicht mit MySQL-Tabellen mit aktivierter "
|
4695 |
"serverseitiger Verarbeitung und mit manuellen Tabellen!"
|
4696 |
|
4697 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:325
|
4698 |
msgid "Toggle column grouping"
|
4699 |
msgstr "Spaltengruppierung umschalten"
|
4700 |
|
4701 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:343
|
4702 |
-
#: templates/edit_table.inc.php:582
|
4703 |
msgid "Column type"
|
4704 |
msgstr "Spaltentyp"
|
4705 |
|
4706 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:345
|
4707 |
msgid ""
|
4708 |
"You can redefine the column data type here. Affects sorting, filtering and "
|
4709 |
"display logic. For manually created tables this will change the column type "
|
@@ -4714,34 +5143,34 @@ msgstr ""
|
|
4714 |
"sich dadurch auch der Spaltentyp in der Datenbank, was zu Datenverlust "
|
4715 |
"führen kann."
|
4716 |
|
4717 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:352
|
4718 |
msgid "String"
|
4719 |
msgstr "String"
|
4720 |
|
4721 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:356
|
4722 |
msgid "DateTime"
|
4723 |
msgstr "Datum/Uhrzeit"
|
4724 |
|
4725 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:358
|
4726 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:987
|
4727 |
msgid "URL link"
|
4728 |
msgstr "URL-Link"
|
4729 |
|
4730 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:359
|
4731 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:988
|
4732 |
msgid "E-mail link"
|
4733 |
msgstr "E-Mail-Link"
|
4734 |
|
4735 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
4736 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:37
|
4737 |
msgid "Formula"
|
4738 |
msgstr "Formel"
|
4739 |
|
4740 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:372
|
4741 |
msgid "Formula for calculation"
|
4742 |
msgstr "Formel zur Berechnung"
|
4743 |
|
4744 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:374
|
4745 |
msgid ""
|
4746 |
"You can create a formula (calculated column) based on other numeric columns "
|
4747 |
"(Integer and Float)"
|
@@ -4749,11 +5178,11 @@ msgstr ""
|
|
4749 |
"Sie können eine Formel (berechnete Spalte) basierend auf anderen numerischen "
|
4750 |
"Spalten (Integer und Float) erstellen."
|
4751 |
|
4752 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:378
|
4753 |
msgid "Open formula editor"
|
4754 |
msgstr "Formeleditor öffnen"
|
4755 |
|
4756 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:387
|
4757 |
msgid ""
|
4758 |
"You can redefine the visible decimal places for a float and formula columns "
|
4759 |
"here. If you leave this field empty amount of decimal places will be loaded "
|
@@ -4764,13 +5193,13 @@ msgstr ""
|
|
4764 |
"leere Anzahl von Dezimalstellen von der Einstellungsseite geladen. 0 ist nur "
|
4765 |
"für Formelspalten verfügbar "
|
4766 |
|
4767 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:405
|
4768 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:413
|
4769 |
-
#: templates/edit_table.inc.php:684
|
4770 |
msgid "Skip thousands separator"
|
4771 |
msgstr "Überspringen Sie Tausende Trennzeichen"
|
4772 |
|
4773 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:407
|
4774 |
msgid ""
|
4775 |
"Do not show thousands separator for this column (e.g. when showing years, "
|
4776 |
"IDs)."
|
@@ -4778,11 +5207,11 @@ msgstr ""
|
|
4778 |
"Zeigen Sie für diese Spalte kein Tausendertrennzeichen an (z. B. wenn Jahre, "
|
4779 |
"IDs angezeigt werden)."
|
4780 |
|
4781 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:420
|
4782 |
msgid "Possible values for column"
|
4783 |
msgstr "Mögliche Werte für Spalte"
|
4784 |
|
4785 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:422
|
4786 |
msgid ""
|
4787 |
"Define the logic for fetching the possible values for this column for "
|
4788 |
"filtering, and for editing: read from table itself on page load (will always "
|
@@ -4797,23 +5226,23 @@ msgstr ""
|
|
4797 |
"einer anderen wpDataTable (Werte in dieser Spalte als Fremdschlüssel "
|
4798 |
"verwenden)."
|
4799 |
|
4800 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:429
|
4801 |
msgid "Read from table on page load"
|
4802 |
msgstr "Lesen Sie aus der Tabelle beim Laden der Seite"
|
4803 |
|
4804 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:430
|
4805 |
msgid "Define values list"
|
4806 |
msgstr "Werteliste definieren"
|
4807 |
|
4808 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:431
|
4809 |
msgid "Use values from another wpDataTable (foreign key)"
|
4810 |
msgstr "Verwenden Sie Werte aus einer anderen wpDataTable (Fremdschlüssel)"
|
4811 |
|
4812 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:440
|
4813 |
msgid "Date input format"
|
4814 |
msgstr "Datumseingabeformat"
|
4815 |
|
4816 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:442
|
4817 |
msgid ""
|
4818 |
"Define date format which is used in the provided data source. Necessary for "
|
4819 |
"smooth reading of your dates."
|
@@ -4821,11 +5250,11 @@ msgstr ""
|
|
4821 |
"Definieren Sie das Datumsformat, das in der bereitgestellten Datenquelle "
|
4822 |
"verwendet wird. Notwendig für ein reibungsloses Lesen Ihrer Daten."
|
4823 |
|
4824 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:481
|
4825 |
msgid "Values list"
|
4826 |
msgstr "Werteliste"
|
4827 |
|
4828 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:483
|
4829 |
msgid ""
|
4830 |
"Enter the possible values for this column in this list, separate by pressing "
|
4831 |
"ENTER or comma. Click \"Read from table\" to fetch the list from existing "
|
@@ -4837,20 +5266,20 @@ msgstr ""
|
|
4837 |
"\", um die Liste aus vorhandenen Spaltenwerten abzurufen. Werte werden in "
|
4838 |
"Selectbox- und Checkbox-Filtern und Editoren für die Spalte verwendet."
|
4839 |
|
4840 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:485
|
4841 |
msgid "Reset"
|
4842 |
msgstr "Zurücksetzen"
|
4843 |
|
4844 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:487
|
4845 |
msgid "Read from table"
|
4846 |
msgstr "Aus Tabelle lesen"
|
4847 |
|
4848 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:501
|
4849 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:12
|
4850 |
msgid "Use values from another wpDataTable"
|
4851 |
msgstr "Verwenden Sie Werte aus einer anderen wpDataTable"
|
4852 |
|
4853 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:503
|
4854 |
msgid ""
|
4855 |
"Configure a relation with a separate wpDataTable: values in this column will "
|
4856 |
"be used as a foreign key, and replaced with values of a remote table column "
|
@@ -4860,15 +5289,15 @@ msgstr ""
|
|
4860 |
"dieser Spalte werden als Fremdschlüssel verwendet und durch Werte einer "
|
4861 |
"Remote-Tabellenspalte ersetzt (z. B. Benutzername anstelle von Benutzer-ID)."
|
4862 |
|
4863 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:507
|
4864 |
msgid "Configure relation..."
|
4865 |
msgstr "Beziehung konfigurieren ..."
|
4866 |
|
4867 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:527
|
4868 |
msgid "Allow empty value"
|
4869 |
msgstr "Leerer Wert zulassen"
|
4870 |
|
4871 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:529
|
4872 |
msgid ""
|
4873 |
"Add an empty value to the possible values list, to allow empty editing and "
|
4874 |
"filtering inputs."
|
@@ -4876,15 +5305,15 @@ msgstr ""
|
|
4876 |
"Fügen Sie der Liste der möglichen Werte einen leeren Wert hinzu, um leere "
|
4877 |
"Bearbeitungs- und Filtereingaben zu ermöglichen."
|
4878 |
|
4879 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:535
|
4880 |
msgid "Add an empty value to the list"
|
4881 |
msgstr "Fügen Sie der Liste einen leeren Wert hinzu"
|
4882 |
|
4883 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:542
|
4884 |
msgid "Number of possible values to load"
|
4885 |
msgstr "Anzahl der möglichen zu ladenden Werte"
|
4886 |
|
4887 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:544
|
4888 |
msgid ""
|
4889 |
"Define here how many possible values per page will be loaded in selectbox "
|
4890 |
"filters and editor inputs. It is recommended not to be set to All if you "
|
@@ -4898,11 +5327,11 @@ msgstr ""
|
|
4898 |
"Option funktioniert nicht, wenn die Option \"Kaskadenfilterung\" im "
|
4899 |
"Leistungsstarke Filter Add-On aktiviert ist."
|
4900 |
|
4901 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:569
|
4902 |
msgid "Calculate total"
|
4903 |
msgstr "Summe berechnen"
|
4904 |
|
4905 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:571
|
4906 |
msgid ""
|
4907 |
"Enable this to show a total (sum) for all cells in this column in table "
|
4908 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
@@ -4913,11 +5342,11 @@ msgstr ""
|
|
4913 |
"irgendwo außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den "
|
4914 |
"Schalter einfügen."
|
4915 |
|
4916 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:577
|
4917 |
msgid "Calculate a total for this column"
|
4918 |
msgstr "Berechnen Sie eine Summe für diese Spalte"
|
4919 |
|
4920 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:580
|
4921 |
msgid ""
|
4922 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4923 |
"posts or pages you can see the total for this column."
|
@@ -4926,11 +5355,11 @@ msgstr ""
|
|
4926 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
4927 |
"die Gesamtsumme für diese Spalte anzeigen."
|
4928 |
|
4929 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:589
|
4930 |
msgid "Calculate average"
|
4931 |
msgstr "Durchschnitt berechnen"
|
4932 |
|
4933 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:591
|
4934 |
msgid ""
|
4935 |
"Enable this to show an average value for all cells in this column in table "
|
4936 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
@@ -4941,11 +5370,11 @@ msgstr ""
|
|
4941 |
"irgendwo außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den "
|
4942 |
"Schalter einfügen."
|
4943 |
|
4944 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:597
|
4945 |
msgid "Calculate average for this column"
|
4946 |
msgstr "Berechnen Sie den Durchschnitt für diese Spalte"
|
4947 |
|
4948 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:600
|
4949 |
msgid ""
|
4950 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4951 |
"posts or pages you can see the average for this column."
|
@@ -4954,11 +5383,11 @@ msgstr ""
|
|
4954 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
4955 |
"den Durchschnitt für diese Spalte anzeigen."
|
4956 |
|
4957 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:609
|
4958 |
msgid "Calculate MIN value"
|
4959 |
msgstr "Berechnen Sie den MIN-Wert"
|
4960 |
|
4961 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:611
|
4962 |
msgid ""
|
4963 |
"Enable this to show a minimum value within all cells in this column in table "
|
4964 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
@@ -4969,11 +5398,11 @@ msgstr ""
|
|
4969 |
"außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den Schalter "
|
4970 |
"einfügen."
|
4971 |
|
4972 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:617
|
4973 |
msgid "Find a minimum value for this column"
|
4974 |
msgstr "Suchen Sie einen Mindestwert für diese Spalte"
|
4975 |
|
4976 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:620
|
4977 |
msgid ""
|
4978 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4979 |
"posts or pages you can see the minimum for this column."
|
@@ -4982,11 +5411,11 @@ msgstr ""
|
|
4982 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
4983 |
"das Minimum für diese Spalte anzeigen."
|
4984 |
|
4985 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:629
|
4986 |
msgid "Calculate MAX value"
|
4987 |
msgstr "Berechnen Sie den MAX-Wert"
|
4988 |
|
4989 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:631
|
4990 |
msgid ""
|
4991 |
"Enable this to show a maximum value within all cells in this column in table "
|
4992 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
@@ -4997,11 +5426,11 @@ msgstr ""
|
|
4997 |
"außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den Schalter "
|
4998 |
"einfügen."
|
4999 |
|
5000 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:637
|
5001 |
msgid "Find a maximum value for this column"
|
5002 |
msgstr "Suchen Sie einen Maximalwert für diese Spalte"
|
5003 |
|
5004 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:640
|
5005 |
msgid ""
|
5006 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
5007 |
"posts or pages you can see the maximum for this column."
|
@@ -5010,80 +5439,80 @@ msgstr ""
|
|
5010 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
5011 |
"das Maximum für diese Spalte anzeigen."
|
5012 |
|
5013 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:653
|
5014 |
msgid "URL target attribute"
|
5015 |
msgstr "URL-Zielattribut"
|
5016 |
|
5017 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:655
|
5018 |
msgid "Set how to open URL Target"
|
5019 |
msgstr "Legen Sie fest, wie das URL-Ziel geöffnet werden soll"
|
5020 |
|
5021 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:669
|
5022 |
msgid "Show link as a button"
|
5023 |
msgstr "Link als Schaltfläche anzeigen"
|
5024 |
|
5025 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:671
|
5026 |
msgid "The link will be shown as a button "
|
5027 |
msgstr "Der Link wird als Schaltfläche angezeigt "
|
5028 |
|
5029 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:684
|
5030 |
msgid "Button text"
|
5031 |
msgstr "Schaltflächentext"
|
5032 |
|
5033 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:698
|
5034 |
msgid "Button class"
|
5035 |
msgstr "Button-Klasse"
|
5036 |
|
5037 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:712
|
5038 |
msgid "URL relation attribute"
|
5039 |
msgstr ""
|
5040 |
|
5041 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:714
|
5042 |
msgid "Set the link relation"
|
5043 |
msgstr ""
|
5044 |
|
5045 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:740
|
5046 |
msgid "Allow sorting"
|
5047 |
msgstr "Sortierung zulassen"
|
5048 |
|
5049 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:742
|
5050 |
msgid "Disable this to disallow sorting for this column."
|
5051 |
msgstr ""
|
5052 |
"Deaktivieren Sie diese Option, um die Sortierung für diese Spalte nicht "
|
5053 |
"zuzulassen."
|
5054 |
|
5055 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:748
|
5056 |
msgid "Allow sorting for this column"
|
5057 |
msgstr "Sortierung für diese Spalte zulassen"
|
5058 |
|
5059 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:755
|
5060 |
msgid "Use as default sorting column"
|
5061 |
msgstr "Als Standardsortierspalte verwenden"
|
5062 |
|
5063 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:757
|
5064 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:763
|
5065 |
msgid "Sort table by this column on load"
|
5066 |
msgstr "Sortieren Sie die Tabelle beim Laden nach dieser Spalte"
|
5067 |
|
5068 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:774
|
5069 |
msgid "Default sorting direction"
|
5070 |
msgstr "Standard-Sortierrichtung"
|
5071 |
|
5072 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:776
|
5073 |
msgid "Choose whether to sort ascending or descending by default."
|
5074 |
msgstr ""
|
5075 |
"Wählen Sie, ob standardmäßig aufsteigend oder absteigend sortiert werden "
|
5076 |
"soll."
|
5077 |
|
5078 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:803
|
5079 |
msgid "Add a filter for this column"
|
5080 |
msgstr "Fügen Sie einen Filter für diese Spalte hinzu"
|
5081 |
|
5082 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:811
|
5083 |
msgid "Enable filtering for column"
|
5084 |
msgstr "Aktivieren Sie die Filterung für die Spalte"
|
5085 |
|
5086 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:818
|
5087 |
msgid ""
|
5088 |
"Enabling this switch will add a filter for this column. Disable to remove "
|
5089 |
"the filter for this column."
|
@@ -5092,78 +5521,78 @@ msgstr ""
|
|
5092 |
"hinzugefügt. Deaktivieren Sie diese Option, um den Filter für diese Spalte "
|
5093 |
"zu entfernen."
|
5094 |
|
5095 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:827
|
5096 |
msgid "Allow filtering"
|
5097 |
msgstr "Filterung zulassen"
|
5098 |
|
5099 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:834
|
5100 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:682
|
5101 |
msgid "Global search"
|
5102 |
msgstr "Globale Suche"
|
5103 |
|
5104 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:836
|
5105 |
msgid ""
|
5106 |
"If this option is turned off, the column data will not appear in your global "
|
5107 |
"search results."
|
5108 |
msgstr ""
|
5109 |
|
5110 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:842
|
5111 |
msgid "Enable this column in Global search"
|
5112 |
msgstr ""
|
5113 |
|
5114 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:850
|
5115 |
-
#: templates/edit_table.inc.php:570
|
5116 |
msgid "Filter type"
|
5117 |
msgstr "Filtertyp"
|
5118 |
|
5119 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:852
|
5120 |
msgid ""
|
5121 |
"You can redefine the filter type here, it will affect the filtering logic."
|
5122 |
msgstr ""
|
5123 |
"Sie können den Filtertyp hier neu definieren. Dies wirkt sich auf die "
|
5124 |
"Filterlogik aus."
|
5125 |
|
5126 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:859
|
5127 |
msgid "Text"
|
5128 |
msgstr "Text"
|
5129 |
|
5130 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:860
|
5131 |
msgid "Number"
|
5132 |
msgstr "Nummer"
|
5133 |
|
5134 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:861
|
5135 |
msgid "Number range"
|
5136 |
msgstr "Zahlenbereich"
|
5137 |
|
5138 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:862
|
5139 |
msgid "Date range"
|
5140 |
msgstr "Datumsbereich"
|
5141 |
|
5142 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:863
|
5143 |
msgid "DateTime range"
|
5144 |
msgstr "Datum/Uhrzeit-Bereich"
|
5145 |
|
5146 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:864
|
5147 |
msgid "Time range"
|
5148 |
msgstr "Zeitbereich"
|
5149 |
|
5150 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:865
|
5151 |
msgid "Selectbox"
|
5152 |
msgstr "Selectbox"
|
5153 |
|
5154 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:866
|
5155 |
msgid "Checkbox"
|
5156 |
msgstr "Kontrollkästchen"
|
5157 |
|
5158 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:877
|
5159 |
msgid "Filter label"
|
5160 |
msgstr "Filterüberschrift"
|
5161 |
|
5162 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:885
|
5163 |
msgid "Custom filter label"
|
5164 |
msgstr "Benutzerdefiniertes Filterüberschrift"
|
5165 |
|
5166 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:892
|
5167 |
msgid ""
|
5168 |
"You can change the filter label (placeholder) for this column here, if you "
|
5169 |
"would like to show some custom text instead of default."
|
@@ -5171,11 +5600,11 @@ msgstr ""
|
|
5171 |
"Sie können die Filterüberschrift (Platzhalter) für diese Spalte hier ändern, "
|
5172 |
"wenn Sie anstelle von Standardtext benutzerdefinierten Text anzeigen möchten."
|
5173 |
|
5174 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:907
|
5175 |
msgid "Exact filtering"
|
5176 |
msgstr "Exakte Filterung"
|
5177 |
|
5178 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:909
|
5179 |
msgid ""
|
5180 |
"Enable exact search to use exact match logic for filtering, disable to allow "
|
5181 |
"partial match."
|
@@ -5184,16 +5613,16 @@ msgstr ""
|
|
5184 |
"Filtern zu verwenden. Deaktivieren Sie diese Option, um eine teilweise "
|
5185 |
"Übereinstimmung zuzulassen."
|
5186 |
|
5187 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:915
|
5188 |
msgid "Enable exact filtering"
|
5189 |
msgstr "Exakte Filterung aktivieren"
|
5190 |
|
5191 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:922
|
5192 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1019
|
5193 |
msgid "Predefined value(s)"
|
5194 |
msgstr "Vordefinierte Wert/e"
|
5195 |
|
5196 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:924
|
5197 |
msgid ""
|
5198 |
"Define value(s) that will be set as default pre-defined filter value(s) on "
|
5199 |
"page load."
|
@@ -5201,45 +5630,45 @@ msgstr ""
|
|
5201 |
"Definieren Sie Wert/e, die beim Laden der Seite als vordefinierte "
|
5202 |
"Standardfilterwert/e festgelegt werden."
|
5203 |
|
5204 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:970
|
5205 |
msgid "Editor input type"
|
5206 |
msgstr "Eingabetyp des Editors"
|
5207 |
|
5208 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:972
|
5209 |
msgid "Choose which kind of editor input to use for this column."
|
5210 |
msgstr ""
|
5211 |
"Wählen Sie aus, welche Art von Editor-Eingabe für diese Spalte verwendet "
|
5212 |
"werden soll."
|
5213 |
|
5214 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:978
|
5215 |
msgid "None"
|
5216 |
msgstr "Keine"
|
5217 |
|
5218 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:979
|
5219 |
msgid "One-line edit"
|
5220 |
msgstr "Einzeilige Bearbeitung"
|
5221 |
|
5222 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:980
|
5223 |
msgid "Multi-line edit"
|
5224 |
msgstr "Mehrzeilige Bearbeitung"
|
5225 |
|
5226 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:981
|
5227 |
msgid "HTML editor"
|
5228 |
msgstr "HTML-Editor"
|
5229 |
|
5230 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:982
|
5231 |
msgid "Single-value selectbox"
|
5232 |
msgstr "Einwertiges Auswahlfeld"
|
5233 |
|
5234 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:983
|
5235 |
msgid "Multi-value selectbox"
|
5236 |
msgstr "Mehrwertiges Auswahlfeld"
|
5237 |
|
5238 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:999
|
5239 |
msgid "Column cannot be empty"
|
5240 |
msgstr "Die Spalte darf nicht leer sein"
|
5241 |
|
5242 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1001
|
5243 |
msgid ""
|
5244 |
"Enable to make this column mandatory. Users will see a warning when trying "
|
5245 |
"to save with empty input."
|
@@ -5247,11 +5676,11 @@ msgstr ""
|
|
5247 |
"Aktivieren, um diese Spalte obligatorisch zu machen. Die Benutzer sehen eine "
|
5248 |
"Warnung, wenn sie versuchen, mit leerer Eingabe zu speichern."
|
5249 |
|
5250 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1007
|
5251 |
msgid "Cannot be empty"
|
5252 |
msgstr "Kann nicht leer sein"
|
5253 |
|
5254 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1021
|
5255 |
msgid ""
|
5256 |
"If you would like to have some values pre-defined in editors (i.e. default "
|
5257 |
"editor values) please enter these here."
|
@@ -5259,31 +5688,31 @@ msgstr ""
|
|
5259 |
"Wenn Sie möchten, dass einige Werte in Editoren vordefiniert sind (d. H. "
|
5260 |
"Standard-Editorwerte), geben Sie diese bitte hier ein."
|
5261 |
|
5262 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1067
|
5263 |
msgid "Add New Rule"
|
5264 |
msgstr "Neue Regel hinzufügen"
|
5265 |
|
5266 |
-
#: templates/admin/table-settings/column_small_block.inc.php:16
|
5267 |
msgid "Enable/disable in global search"
|
5268 |
msgstr ""
|
5269 |
|
5270 |
-
#: templates/admin/table-settings/column_small_block.inc.php:18
|
5271 |
msgid "Show/hide sorting"
|
5272 |
msgstr "Anzeigen/Ausblenden Sortierung"
|
5273 |
|
5274 |
-
#: templates/admin/table-settings/column_small_block.inc.php:20
|
5275 |
msgid "Show/hide the column"
|
5276 |
msgstr "Anzeigen/Ausblenden die Spalte"
|
5277 |
|
5278 |
-
#: templates/admin/table-settings/column_small_block.inc.php:26
|
5279 |
msgid "Open column settings"
|
5280 |
msgstr "Spalteneinstellungen öffnen"
|
5281 |
|
5282 |
-
#: templates/admin/table-settings/columns_list_modal.inc.php:20
|
5283 |
msgid "List of the columns in the data source with quickaccess tools."
|
5284 |
msgstr "Liste der Spalten in der Datenquelle mit Schnellzugriffstools."
|
5285 |
|
5286 |
-
#: templates/admin/table-settings/columns_list_modal.inc.php:22
|
5287 |
msgid ""
|
5288 |
"Click column header to rename it, toggle column visibility by clicking on "
|
5289 |
"the eye icon, open column settings by clicking on the wrench icon, drag and "
|
@@ -5294,107 +5723,109 @@ msgstr ""
|
|
5294 |
"die Spalteneinstellungen, indem Sie auf das Schraubenschlüsselsymbol "
|
5295 |
"klicken, und ziehen Sie die Blöcke, um die Spalten neu anzuordnen."
|
5296 |
|
5297 |
-
#: templates/admin/table-settings/columns_list_modal.inc.php:37
|
5298 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:98
|
5299 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:93
|
5300 |
-
#: templates/edit_table.inc.php:34
|
5301 |
-
#:
|
|
|
|
|
5302 |
msgid "Save"
|
5303 |
msgstr "Speichern"
|
5304 |
|
5305 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:7
|
5306 |
-
#: templates/edit_table.inc.php:770
|
5307 |
msgid "If cell value"
|
5308 |
msgstr "Wenn Zellenwert"
|
5309 |
|
5310 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:18
|
5311 |
-
#: templates/edit_table.inc.php:778
|
5312 |
msgid "contains"
|
5313 |
msgstr "enthält"
|
5314 |
|
5315 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:19
|
5316 |
-
#: templates/edit_table.inc.php:779
|
5317 |
msgid "does not contain"
|
5318 |
msgstr "enthält nicht"
|
5319 |
|
5320 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:32
|
5321 |
-
#: templates/edit_table.inc.php:783
|
5322 |
msgid "Set cell color"
|
5323 |
msgstr "Zellenfarbe einstellen"
|
5324 |
|
5325 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:33
|
5326 |
-
#: templates/edit_table.inc.php:784
|
5327 |
msgid "Reset cell color to default"
|
5328 |
msgstr "Zellenfarbe auf die Standardeinstellung zurücksetzen"
|
5329 |
|
5330 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:34
|
5331 |
-
#: templates/edit_table.inc.php:785
|
5332 |
msgid "Set cell content"
|
5333 |
msgstr "Zelleninhalt einstellen"
|
5334 |
|
5335 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:35
|
5336 |
-
#: templates/edit_table.inc.php:786
|
5337 |
msgid "Set cell CSS class"
|
5338 |
msgstr "Zellen-CSS-Klasse festlegen"
|
5339 |
|
5340 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:36
|
5341 |
-
#: templates/edit_table.inc.php:787
|
5342 |
msgid "Remove cell CSS class"
|
5343 |
msgstr "Zellen-CSS-Klasse entfernen"
|
5344 |
|
5345 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:37
|
5346 |
-
#: templates/edit_table.inc.php:788
|
5347 |
msgid "Set row color"
|
5348 |
msgstr "Zeilenfarbe einstellen"
|
5349 |
|
5350 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:38
|
5351 |
-
#: templates/edit_table.inc.php:789
|
5352 |
msgid "Reset row color to default"
|
5353 |
msgstr "Zeilenfarbe auf die Standardeinstellung zurücksetzen"
|
5354 |
|
5355 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:39
|
5356 |
-
#: templates/edit_table.inc.php:790
|
5357 |
msgid "Set row CSS class"
|
5358 |
msgstr "Zeilen-CSS-Klasse festlegen"
|
5359 |
|
5360 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:40
|
5361 |
-
#: templates/edit_table.inc.php:791
|
5362 |
msgid "Remove row CSS class"
|
5363 |
msgstr "Zeilen-CSS-Klasse entfernen"
|
5364 |
|
5365 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:41
|
5366 |
-
#: templates/edit_table.inc.php:792
|
5367 |
msgid "Set column color"
|
5368 |
msgstr "Spaltenfarbe einstellen"
|
5369 |
|
5370 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:42
|
5371 |
-
#: templates/edit_table.inc.php:793
|
5372 |
msgid "Add column CSS class"
|
5373 |
msgstr "Spalte CSS-Klasse hinzufügen"
|
5374 |
|
5375 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:53
|
5376 |
msgid "Remove rule"
|
5377 |
msgstr "Regel entfernen"
|
5378 |
|
5379 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:18
|
5380 |
msgid "Choose a source wpDataTable"
|
5381 |
msgstr "Wählen Sie eine Quelle wpDataTable"
|
5382 |
|
5383 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:20
|
5384 |
msgid ""
|
5385 |
"Please choose a remote wpDataTable which will be used as the data source."
|
5386 |
msgstr ""
|
5387 |
"Bitte wählen Sie eine remote wpDataTable, die als Datenquelle verwendet wird."
|
5388 |
|
5389 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:27
|
5390 |
msgid "Pick a table..."
|
5391 |
msgstr "Tabellenauswählen..."
|
5392 |
|
5393 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:47
|
5394 |
msgid "Display value"
|
5395 |
msgstr "Angezeigter Wert"
|
5396 |
|
5397 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:49
|
5398 |
msgid ""
|
5399 |
"Please choose which column values will be shown to the front-end user (e.g. "
|
5400 |
"Name)."
|
@@ -5402,11 +5833,11 @@ msgstr ""
|
|
5402 |
"Bitte wählen Sie aus, welche Spaltenwerte dem Front-End-Benutzer angezeigt "
|
5403 |
"werden sollen (z. B. Name)."
|
5404 |
|
5405 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:71
|
5406 |
msgid "Store value"
|
5407 |
msgstr "Wert speichern"
|
5408 |
|
5409 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:73
|
5410 |
msgid ""
|
5411 |
"Please choose which column values will be stored in the table for reference "
|
5412 |
"- by default wdt_ID, or ID"
|
@@ -5414,17 +5845,17 @@ msgstr ""
|
|
5414 |
"Bitte wählen Sie aus, welche Spaltenwerte als Referenz in der Tabelle "
|
5415 |
"gespeichert werden sollen - standardmäßig wdt_ID oder ID"
|
5416 |
|
5417 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:19
|
5418 |
msgid "Formula Editor"
|
5419 |
msgstr "Formel-Editor"
|
5420 |
|
5421 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:25
|
5422 |
msgid "Use this dialog to construct formulas and see a preview of the result."
|
5423 |
msgstr ""
|
5424 |
"In diesem Dialogfeld können Sie Formeln erstellen und eine Vorschau des "
|
5425 |
"Ergebnisses anzeigen."
|
5426 |
|
5427 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:27
|
5428 |
msgid ""
|
5429 |
"You can use columns (values for each cell will be inserted), or number "
|
5430 |
"values. Only numeric columns allowed (non-numeric will be parsed as 0). "
|
@@ -5436,26 +5867,28 @@ msgstr ""
|
|
5436 |
"als 0 parsiert). Grundlegende mathematische Operationen und Klammern werden "
|
5437 |
"unterstützt. Beispiel: col1 * ((col2 + 2) -col3 * sin (col4-3))."
|
5438 |
|
5439 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:31
|
5440 |
msgid "Columns to use"
|
5441 |
msgstr "Zu verwendende Spalten"
|
5442 |
|
5443 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:41
|
5444 |
msgid "Type your formula here..."
|
5445 |
msgstr "Geben Sie hier Ihre Formel ein ..."
|
5446 |
|
5447 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:85
|
5448 |
-
#: templates/chart_wizard.inc.php:48
|
5449 |
-
#:
|
5450 |
-
#: templates/edit_table.inc.php:
|
|
|
|
|
5451 |
msgid "Preview"
|
5452 |
msgstr "Vorschau"
|
5453 |
|
5454 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
|
5455 |
msgid "Merge values?"
|
5456 |
msgstr "Werte zusammenführen?"
|
5457 |
|
5458 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
|
5459 |
msgid ""
|
5460 |
"There are already defined possible values. Do you want to merge or to "
|
5461 |
"replace new values with the existing?"
|
@@ -5463,225 +5896,225 @@ msgstr ""
|
|
5463 |
"Es sind bereits mögliche Werte definiert. Möchten Sie neue Werte "
|
5464 |
"zusammenführen oder durch vorhandene ersetzen?"
|
5465 |
|
5466 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:21
|
5467 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:35
|
5468 |
msgid "Remove Column"
|
5469 |
msgstr "Spalte entfernen"
|
5470 |
|
5471 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:58
|
5472 |
msgid "Confirm"
|
5473 |
msgstr "Bestätigen"
|
5474 |
|
5475 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:63
|
5476 |
msgid "Are you sure? There is no undo!"
|
5477 |
msgstr "Bist du sicher? Es gibt kein Rückgängigmachen!"
|
5478 |
|
5479 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:9
|
5480 |
msgid "When working with this table type please note that at the moment:"
|
5481 |
msgstr ""
|
5482 |
|
5483 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:11
|
5484 |
msgid "There is no sorting, search, or pagination in this table type."
|
5485 |
msgstr ""
|
5486 |
|
5487 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:12
|
5488 |
msgid "Creating charts from this table type is not yet possible."
|
5489 |
msgstr ""
|
5490 |
|
5491 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:13
|
5492 |
msgid ""
|
5493 |
"If you need those features, please consider creating tables with option "
|
5494 |
msgstr ""
|
5495 |
|
5496 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:17
|
5497 |
msgid ""
|
5498 |
"Depends of users requests, we will add it in our road map and implement it "
|
5499 |
"based on priority. Thank you for understanding."
|
5500 |
msgstr ""
|
5501 |
|
5502 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:28
|
5503 |
msgid "Table preview"
|
5504 |
msgstr "Tabellenvorschau"
|
5505 |
|
5506 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:38
|
5507 |
msgid "Desktop"
|
5508 |
msgstr "Desktop"
|
5509 |
|
5510 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:41
|
5511 |
msgid "Tablet"
|
5512 |
msgstr "Tablet"
|
5513 |
|
5514 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:44
|
5515 |
msgid "Mobile"
|
5516 |
msgstr "Handy"
|
5517 |
|
5518 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:27
|
5519 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:26
|
5520 |
msgid "wpDataTable name, click to edit"
|
5521 |
msgstr "wpDataTable Name, klicken Sie zum Bearbeiten"
|
5522 |
|
5523 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:60
|
5524 |
msgid "Edit Data"
|
5525 |
msgstr "Daten bearbeiten"
|
5526 |
|
5527 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:83
|
5528 |
msgid "Undo"
|
5529 |
msgstr "Rückgängig"
|
5530 |
|
5531 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:87
|
5532 |
msgid "Redo"
|
5533 |
msgstr "Wiederholen"
|
5534 |
|
5535 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:94
|
5536 |
msgid "Manage columns"
|
5537 |
msgstr "Spalten verwalten"
|
5538 |
|
5539 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:97
|
5540 |
msgid "Column"
|
5541 |
msgstr "Spalte"
|
5542 |
|
5543 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:101
|
5544 |
msgid "Add column left"
|
5545 |
msgstr "Spalte links einfügen"
|
5546 |
|
5547 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:106
|
5548 |
msgid "Insert column before selection"
|
5549 |
msgstr "Spalte vor Markierung einfügen"
|
5550 |
|
5551 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:111
|
5552 |
msgid "Insert column after selection"
|
5553 |
msgstr "Spalte nach Markierung einfügen"
|
5554 |
|
5555 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:116
|
5556 |
msgid "Add column right"
|
5557 |
msgstr "Spalte rechts einfügen"
|
5558 |
|
5559 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:121
|
5560 |
msgid "Remove column/columns"
|
5561 |
msgstr "Spalte / Spalten entfernen"
|
5562 |
|
5563 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:130
|
5564 |
msgid "Manage rows"
|
5565 |
msgstr "Zeilen verwalten"
|
5566 |
|
5567 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:132
|
5568 |
msgid "Row"
|
5569 |
msgstr "Zeile"
|
5570 |
|
5571 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:136
|
5572 |
msgid "Add top row"
|
5573 |
msgstr "Oberste Reihe einfügen"
|
5574 |
|
5575 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:141
|
5576 |
msgid "Insert row before selection"
|
5577 |
msgstr "Zeile vor Markierung einfügen"
|
5578 |
|
5579 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:146
|
5580 |
msgid "Insert row after selection"
|
5581 |
msgstr "Zeile nach Markierung einfügen"
|
5582 |
|
5583 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:151
|
5584 |
msgid "Add bottom row"
|
5585 |
msgstr "Untere Reihe einfügen"
|
5586 |
|
5587 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:156
|
5588 |
msgid "Remove row/rows"
|
5589 |
msgstr "Zeile / Zeilen entfernen"
|
5590 |
|
5591 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:165
|
5592 |
msgid "Bold"
|
5593 |
msgstr "Bold"
|
5594 |
|
5595 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:169
|
5596 |
msgid "Italic"
|
5597 |
msgstr "Italic"
|
5598 |
|
5599 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:173
|
5600 |
msgid "Underline"
|
5601 |
msgstr "Unterstreichen"
|
5602 |
|
5603 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:178
|
5604 |
msgid "Text Color"
|
5605 |
msgstr "Textfarbe"
|
5606 |
|
5607 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:182
|
5608 |
msgid "Background Color"
|
5609 |
msgstr "Hintergrundfarbe"
|
5610 |
|
5611 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:189
|
5612 |
msgid "Horizontal align"
|
5613 |
msgstr "Horizontal ausrichten"
|
5614 |
|
5615 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:196
|
5616 |
msgid "Align Left"
|
5617 |
msgstr "Linksbündig ausrichten"
|
5618 |
|
5619 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:201
|
5620 |
msgid "Align Center"
|
5621 |
msgstr "Zentrieren"
|
5622 |
|
5623 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:206
|
5624 |
msgid "Align Right"
|
5625 |
msgstr "Rechtsbündig ausrichten"
|
5626 |
|
5627 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:211
|
5628 |
msgid "Align Justify"
|
5629 |
msgstr "Blocksatz ausrichten"
|
5630 |
|
5631 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:226
|
5632 |
msgid "Vertical Align Middle"
|
5633 |
msgstr "Vertikale Ausrichtung Mittel"
|
5634 |
|
5635 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:231
|
5636 |
msgid "Vertical Align Top"
|
5637 |
msgstr "Vertikale Ausrichtung Oben"
|
5638 |
|
5639 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:236
|
5640 |
msgid "Vertical Align Bottom"
|
5641 |
msgstr "Vertikale Ausrichtung Unterseite"
|
5642 |
|
5643 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:244
|
5644 |
msgid "Text wrapping"
|
5645 |
msgstr "Textumbruch"
|
5646 |
|
5647 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:251
|
5648 |
msgid "Wrap"
|
5649 |
msgstr "Wrap"
|
5650 |
|
5651 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:256
|
5652 |
msgid "Overflow"
|
5653 |
msgstr "Überlauf"
|
5654 |
|
5655 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:261
|
5656 |
msgid "Clip"
|
5657 |
msgstr "Clip"
|
5658 |
|
5659 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:270
|
5660 |
msgid "Link"
|
5661 |
msgstr "Link"
|
5662 |
|
5663 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:274
|
5664 |
msgid "Insert Media"
|
5665 |
msgstr "Medien einfügen"
|
5666 |
|
5667 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:290
|
5668 |
msgid "Clear data"
|
5669 |
msgstr "Daten löschen"
|
5670 |
|
5671 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:321
|
5672 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:211
|
5673 |
-
#: templates/edit_table.inc.php:58
|
5674 |
msgid "Table title"
|
5675 |
msgstr "Tabellentitel"
|
5676 |
|
5677 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:329
|
5678 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:219
|
5679 |
-
#: templates/edit_table.inc.php:67
|
5680 |
msgid "Show table title"
|
5681 |
msgstr "Tabellentitel anzeigen"
|
5682 |
|
5683 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:333
|
5684 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:226
|
5685 |
msgid ""
|
5686 |
"Enable this to show the table title in a h3 block above the table, disable "
|
5687 |
"to hide."
|
@@ -5689,49 +6122,49 @@ msgstr ""
|
|
5689 |
"Aktivieren Sie diese Option, um den Tabellentitel in einem h3-Block über der "
|
5690 |
"Tabelle anzuzeigen, und deaktivieren Sie das Ausblenden."
|
5691 |
|
5692 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:341
|
5693 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:234
|
5694 |
msgid "Show table title on the page"
|
5695 |
msgstr "Tabellentitel auf der Seite anzeigen"
|
5696 |
|
5697 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:356
|
5698 |
msgid "Set Header"
|
5699 |
msgstr "Kopfzeile setzen"
|
5700 |
|
5701 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:360
|
5702 |
msgid "Enable this to set first row of the table as header."
|
5703 |
msgstr ""
|
5704 |
"Aktivieren Sie diese Option, um die erste Zeile der Tabelle als Header "
|
5705 |
"festzulegen."
|
5706 |
|
5707 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:368
|
5708 |
msgid "Use first row as table header"
|
5709 |
msgstr "Verwenden Sie die erste Zeile als Tabellenüberschrift"
|
5710 |
|
5711 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:375
|
5712 |
msgid "Stripe table"
|
5713 |
msgstr "Streifentabelle"
|
5714 |
|
5715 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:383
|
5716 |
msgid "Set Stripe table"
|
5717 |
msgstr "Streifentabelle setzen"
|
5718 |
|
5719 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:387
|
5720 |
msgid "Enable this to set odds and even classes in table"
|
5721 |
msgstr ""
|
5722 |
"Aktivieren Sie diese Option, um ungeraden und geraden Klassen in der Tabelle "
|
5723 |
"festzulegen"
|
5724 |
|
5725 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:395
|
5726 |
msgid "Set odds and even classes in table"
|
5727 |
msgstr "Ungeraden und geraden Klassen setzen"
|
5728 |
|
5729 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:404
|
5730 |
msgid "Cell padding (in px)"
|
5731 |
msgstr "Zell padding (in px)"
|
5732 |
|
5733 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:406
|
5734 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:575
|
5735 |
msgid ""
|
5736 |
"Here you can provide number of the padding size for cell in table without "
|
5737 |
"inserting px."
|
@@ -5739,12 +6172,12 @@ msgstr ""
|
|
5739 |
"Hier können Sie die Nummer der Paddinggröße für die Zelle in der Tabelle "
|
5740 |
"angeben, ohne px einzufügen."
|
5741 |
|
5742 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:436
|
5743 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:444
|
5744 |
msgid "Basic responsive"
|
5745 |
msgstr "Basic responsiv"
|
5746 |
|
5747 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:448
|
5748 |
msgid ""
|
5749 |
"Enable this to enable responsive mode on tablet and mobile devices.<br> All "
|
5750 |
"cells will be shown in one column. If option \"Header\" on Display tab in "
|
@@ -5759,61 +6192,61 @@ msgstr ""
|
|
5759 |
"wird in der ersten Zeile der Tabelle (Spaltenüberschriften) wiederholt und "
|
5760 |
"in der zweiten Spalte werden andere Zeilendaten transponiert."
|
5761 |
|
5762 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:456
|
5763 |
msgid "Enable responsive mode"
|
5764 |
msgstr "Responsiv Modus aktivieren"
|
5765 |
|
5766 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:463
|
5767 |
-
#: templates/edit_table.inc.php:311
|
5768 |
msgid "Scrollable"
|
5769 |
msgstr "Bildlaufleiste"
|
5770 |
|
5771 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:471
|
5772 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:378
|
5773 |
msgid "Scrollable table"
|
5774 |
msgstr "Bildlaufleiste Tabelle"
|
5775 |
|
5776 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:475
|
5777 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:385
|
5778 |
msgid "Enable this to enable a horizontal scrollbar below the table."
|
5779 |
msgstr ""
|
5780 |
"Aktivieren Sie diese Option, um eine horizontale Bildlaufleiste unter der "
|
5781 |
"Tabelle zu aktivieren."
|
5782 |
|
5783 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:483
|
5784 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:394
|
5785 |
msgid "Show a horizontal scrollbar"
|
5786 |
msgstr "Horizontale Bildlaufleiste anzeigen"
|
5787 |
|
5788 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:490
|
5789 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:498
|
5790 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:438
|
5791 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:446
|
5792 |
msgid "Limit table width"
|
5793 |
msgstr "Tabellenbreite begrenzen"
|
5794 |
|
5795 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:502
|
5796 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:453
|
5797 |
msgid "Enable this to restrict table width to page width."
|
5798 |
msgstr ""
|
5799 |
"Aktivieren Sie diese Option, um die Tabellenbreite auf die Seitenbreite zu "
|
5800 |
"beschränken."
|
5801 |
|
5802 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:510
|
5803 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:462
|
5804 |
msgid "Limit table width to page width"
|
5805 |
msgstr "Tabellenbreite auf die Seitenbreite begrenzen"
|
5806 |
|
5807 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:517
|
5808 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:525
|
5809 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:469
|
5810 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:477
|
5811 |
-
#: templates/edit_table.inc.php:392
|
5812 |
msgid "Word wrap"
|
5813 |
msgstr "Wortumbruch"
|
5814 |
|
5815 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:529
|
5816 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:484
|
5817 |
msgid ""
|
5818 |
"Enable this to wrap long strings into multiple lines and stretch the cells "
|
5819 |
"height."
|
@@ -5821,85 +6254,85 @@ msgstr ""
|
|
5821 |
"Aktivieren Sie diese Option, um lange Strings in mehrere Zeilen "
|
5822 |
"einzuschließen und die Zellenhöhe zu verlängern."
|
5823 |
|
5824 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:537
|
5825 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:492
|
5826 |
msgid "Wrap words to newlines"
|
5827 |
msgstr "Wortumbruch in neue Zeilen einfügen"
|
5828 |
|
5829 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:546
|
5830 |
msgid "Vertical scroll"
|
5831 |
msgstr "Senkrechte Bildlaufleiste"
|
5832 |
|
5833 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:554
|
5834 |
msgid "Add Vertical scroll"
|
5835 |
msgstr "Senkrechte Bildlaufleiste einfügen"
|
5836 |
|
5837 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:558
|
5838 |
msgid "Enable this to enable a vertical scrollbar in the table."
|
5839 |
msgstr ""
|
5840 |
"Aktivieren Sie diese Option, um eine senkrechte Bildlaufleiste in der "
|
5841 |
"Tabelle zu aktivieren."
|
5842 |
|
5843 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:566
|
5844 |
msgid "Show a vertical scrollbar"
|
5845 |
msgstr "Senkrechte Bildlaufleiste anzeigen"
|
5846 |
|
5847 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:573
|
5848 |
msgid "Vertical scroll height"
|
5849 |
msgstr "Vertikale Bildlaufhöhe"
|
5850 |
|
5851 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:19
|
5852 |
msgid "Table preview and columns setup"
|
5853 |
msgstr "Tabellenvorschau und Spalteneinrichtung"
|
5854 |
|
5855 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:28
|
5856 |
msgid "Complete column list"
|
5857 |
msgstr "Vollständige Spaltenliste"
|
5858 |
|
5859 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:31
|
5860 |
msgid "Column List"
|
5861 |
msgstr "Spaltenliste"
|
5862 |
|
5863 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:38
|
5864 |
msgid "Remove column"
|
5865 |
msgstr "Spalte entfernen"
|
5866 |
|
5867 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:44
|
5868 |
msgid "Add a Formula Column"
|
5869 |
msgstr "Fügen Sie eine Formelspalte hinzu"
|
5870 |
|
5871 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:49
|
5872 |
msgid "Add column"
|
5873 |
msgstr "Spalte hinzufügen"
|
5874 |
|
5875 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:57
|
5876 |
msgid "Switch View:"
|
5877 |
msgstr ""
|
5878 |
|
5879 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:59
|
5880 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:62
|
5881 |
msgid "STANDARD"
|
5882 |
msgstr ""
|
5883 |
|
5884 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:60
|
5885 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:63
|
5886 |
msgid "EXCEL-LIKE"
|
5887 |
msgstr ""
|
5888 |
|
5889 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:68
|
5890 |
msgid "Sorting and filtering"
|
5891 |
msgstr "Sortieren und Filtern"
|
5892 |
|
5893 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:76
|
5894 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1009
|
5895 |
msgid "Table Tools"
|
5896 |
msgstr "Tabellen-Tools"
|
5897 |
|
5898 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:84
|
5899 |
msgid " Customize"
|
5900 |
msgstr ""
|
5901 |
|
5902 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:103
|
5903 |
msgid ""
|
5904 |
"Please choose a type of the input data source - it can be a MySQL query, a "
|
5905 |
"file, or an URL. Only MySQL query-based tables can use server-side processing"
|
@@ -5908,39 +6341,39 @@ msgstr ""
|
|
5908 |
"Abfrage, eine Datei oder eine URL sein. Nur auf MySQL-Abfragen basierende "
|
5909 |
"Tabellen können die serverseitige Verarbeitung verwenden"
|
5910 |
|
5911 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:110
|
5912 |
msgid "Select a data source type"
|
5913 |
msgstr "Wählen Sie einen Datenquellentyp"
|
5914 |
|
5915 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:112
|
5916 |
msgid "SQL query "
|
5917 |
msgstr ""
|
5918 |
|
5919 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:113
|
5920 |
-
#: templates/edit_table.inc.php:85
|
5921 |
msgid "CSV file"
|
5922 |
msgstr "CSV-Datei"
|
5923 |
|
5924 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:114
|
5925 |
-
#: templates/edit_table.inc.php:86
|
5926 |
msgid "Excel file"
|
5927 |
msgstr "Excel-Datei"
|
5928 |
|
5929 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:117
|
5930 |
msgid "Google Spreadsheet "
|
5931 |
msgstr ""
|
5932 |
|
5933 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:118
|
5934 |
-
#: templates/edit_table.inc.php:89
|
5935 |
msgid "XML file"
|
5936 |
msgstr "XML-Datei"
|
5937 |
|
5938 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:119
|
5939 |
-
#: templates/edit_table.inc.php:90
|
5940 |
msgid "JSON file"
|
5941 |
msgstr "JSON-Datei"
|
5942 |
|
5943 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:133
|
5944 |
msgid ""
|
5945 |
"Upload your file or provide the full URL here. For CSV or Excel input "
|
5946 |
"sources only URLs or paths from same domain are supported. For Google "
|
@@ -5952,17 +6385,17 @@ msgstr ""
|
|
5952 |
"Domäne unterstützt. Für Google-Tabellen: Vergessen Sie nicht, die Tabelle zu "
|
5953 |
"veröffentlichen, bevor Sie die URL einfügen."
|
5954 |
|
5955 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:139
|
5956 |
msgid "Paste URL or path, or click Browse to choose"
|
5957 |
msgstr ""
|
5958 |
"Fügen Sie eine URL oder einen Pfad ein oder klicken Sie auf Durchsuchen, um "
|
5959 |
"eine Auswahl zu treffen"
|
5960 |
|
5961 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:143
|
5962 |
msgid "Browse..."
|
5963 |
msgstr "Durchsuche..."
|
5964 |
|
5965 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:155
|
5966 |
msgid ""
|
5967 |
"If it is turned on, all sorting, filtering, pagination and other data "
|
5968 |
"interaction will be done by MySQL server. This feature is recommended if you "
|
@@ -5973,15 +6406,15 @@ msgstr ""
|
|
5973 |
"Funktion wird empfohlen, wenn Sie mehr als 2000-3000 Zeilen haben. "
|
5974 |
"Obligatorisch für bearbeitbare Tabellen."
|
5975 |
|
5976 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:162
|
5977 |
msgid "Enable server-side processing"
|
5978 |
msgstr "Aktivieren Sie die serverseitige Verarbeitung"
|
5979 |
|
5980 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:177
|
5981 |
msgid "MySQL Query"
|
5982 |
msgstr ""
|
5983 |
|
5984 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:179
|
5985 |
msgid ""
|
5986 |
"Enter the text of your MySQL query here - please make sure it returns actual "
|
5987 |
"data first. You can use a number of placeholders to make the dataset in the "
|
@@ -5989,12 +6422,12 @@ msgid ""
|
|
5989 |
"with different shortcodes."
|
5990 |
msgstr ""
|
5991 |
|
5992 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:186
|
5993 |
-
#: templates/edit_table.inc.php:292
|
5994 |
msgid "Auto-refresh"
|
5995 |
msgstr "Automatische Aktualisierung"
|
5996 |
|
5997 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:188
|
5998 |
msgid ""
|
5999 |
"If you enter a non-zero value, table will auto-refresh to show actual data "
|
6000 |
"with a given interval of seconds. Leave zero or empty not to use auto-"
|
@@ -6005,27 +6438,27 @@ msgstr ""
|
|
6005 |
"Sekundenintervall anzuzeigen. Lassen Sie Null oder leer, um die automatische "
|
6006 |
"Aktualisierung nicht zu verwenden."
|
6007 |
|
6008 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:193
|
6009 |
msgid "Auto-refresh interval in seconds (zero or blank to disable)"
|
6010 |
msgstr ""
|
6011 |
"Intervall für die automatische Aktualisierung in Sekunden (Null oder leer "
|
6012 |
"zum Deaktivieren)"
|
6013 |
|
6014 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:242
|
6015 |
msgid "Responsiveness"
|
6016 |
msgstr "Reaktionsfähigkeit"
|
6017 |
|
6018 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:250
|
6019 |
msgid "Responsive design"
|
6020 |
msgstr "Responsive Design"
|
6021 |
|
6022 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:257
|
6023 |
msgid "Enable this to allow responsiveness in the table."
|
6024 |
msgstr ""
|
6025 |
"Aktivieren Sie diese Option, um die Reaktionsfähigkeit in der Tabelle zu "
|
6026 |
"ermöglichen."
|
6027 |
|
6028 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:258
|
6029 |
msgid ""
|
6030 |
"Please do not forget to define which columns will be hidden on mobiles and "
|
6031 |
"tablets in the column settings!"
|
@@ -6033,15 +6466,15 @@ msgstr ""
|
|
6033 |
"Bitte vergessen Sie nicht, in den Spalteneinstellungen festzulegen, welche "
|
6034 |
"Spalten auf Handys und Tablets ausgeblendet werden sollen!"
|
6035 |
|
6036 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:269
|
6037 |
msgid "Allow collapsing on mobiles and tablets"
|
6038 |
msgstr "Auf Handys und Tablets ausblenden zulassen"
|
6039 |
|
6040 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:277
|
6041 |
msgid "Hide until loaded"
|
6042 |
msgstr "Ausblenden bis geladen"
|
6043 |
|
6044 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:279
|
6045 |
msgid ""
|
6046 |
"Enable to make whole table hidden until it is initialized to prevent "
|
6047 |
"unformatted data flashing"
|
@@ -6049,28 +6482,28 @@ msgstr ""
|
|
6049 |
"Aktivieren Sie diese Option, um die gesamte Tabelle bis zur Initialisierung "
|
6050 |
"auszublenden, um zu verhindern, dass unformatierte Daten blinken"
|
6051 |
|
6052 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:284
|
6053 |
msgid "Hide the table before it is fully loaded"
|
6054 |
msgstr "Blenden Sie die Tabelle aus, bevor sie vollständig geladen ist"
|
6055 |
|
6056 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:296
|
6057 |
msgid "Default rows per page"
|
6058 |
msgstr "Standardzeilen pro Seite"
|
6059 |
|
6060 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:304
|
6061 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:339
|
6062 |
msgid "Rows per page"
|
6063 |
msgstr "Zeilen pro Seite"
|
6064 |
|
6065 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:311
|
6066 |
msgid "How many rows to show per page by default."
|
6067 |
msgstr "Wie viele Zeilen pro Seite standardmäßig angezeigt werden sollen."
|
6068 |
|
6069 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:347
|
6070 |
msgid "Show X entries"
|
6071 |
msgstr "X Einträge anzeigen"
|
6072 |
|
6073 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:354
|
6074 |
msgid ""
|
6075 |
"Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
|
6076 |
"frontend."
|
@@ -6078,22 +6511,22 @@ msgstr ""
|
|
6078 |
"Aktivieren / Deaktivieren Sie diese Option, um \"X-Einträge anzeigen\" pro "
|
6079 |
"Dropdown-Seite im Frontend anzuzeigen / auszublenden."
|
6080 |
|
6081 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:362
|
6082 |
msgid "Show \"Show X entries\" dropdown"
|
6083 |
msgstr "Dropdown-Liste \"X-Einträge anzeigen\" anzeigen"
|
6084 |
|
6085 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:386
|
6086 |
msgid "This should be turned off if you want to set columns width manually."
|
6087 |
msgstr ""
|
6088 |
"Dies sollte deaktiviert werden, wenn Sie die Spaltenbreite manuell "
|
6089 |
"einstellen möchten."
|
6090 |
|
6091 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:407
|
6092 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:415
|
6093 |
msgid "Info block"
|
6094 |
msgstr "Infoblock"
|
6095 |
|
6096 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:422
|
6097 |
msgid ""
|
6098 |
"Enable to show a block of information about the number of records below the "
|
6099 |
"table."
|
@@ -6101,11 +6534,11 @@ msgstr ""
|
|
6101 |
"Aktivieren Sie diese Option, um einen Informationsblock über die Anzahl der "
|
6102 |
"Datensätze unterhalb der Tabelle anzuzeigen."
|
6103 |
|
6104 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:430
|
6105 |
msgid "Show information block below the table"
|
6106 |
msgstr "Informationsblock unter der Tabelle anzeigen"
|
6107 |
|
6108 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:454
|
6109 |
msgid ""
|
6110 |
"This should be turned on if you want to set columns width manually. Should "
|
6111 |
"be on to use word wrapping."
|
@@ -6113,82 +6546,82 @@ msgstr ""
|
|
6113 |
"Dies sollte aktiviert sein, wenn Sie die Spaltenbreite manuell einstellen "
|
6114 |
"möchten. Sollte aktiviert sein, um Zeilenumbruch zu verwenden."
|
6115 |
|
6116 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:516
|
6117 |
msgid "Enable to show a pagination"
|
6118 |
msgstr "Aktivieren Sie diese Option, um eine Paginierung anzuzeigen"
|
6119 |
|
6120 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:524
|
6121 |
msgid "Show pagination block below the table"
|
6122 |
msgstr "Paginierungsblock unter der Tabelle anzeigen"
|
6123 |
|
6124 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:532
|
6125 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:540
|
6126 |
msgid "Pagination Alignment"
|
6127 |
msgstr "Paginierungsausrichtung"
|
6128 |
|
6129 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:544
|
6130 |
msgid "Here you can set pagination position: right, center or left."
|
6131 |
msgstr ""
|
6132 |
"Hier können Sie die Paginierungsposition einstellen: rechts, zentriert oder "
|
6133 |
"links."
|
6134 |
|
6135 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:552
|
6136 |
msgid "Right"
|
6137 |
msgstr "Rechts"
|
6138 |
|
6139 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:553
|
6140 |
msgid "Center"
|
6141 |
msgstr "Zentriert"
|
6142 |
|
6143 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:554
|
6144 |
msgid "Left"
|
6145 |
msgstr "Links"
|
6146 |
|
6147 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:563
|
6148 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:571
|
6149 |
msgid "Pagination Layout"
|
6150 |
msgstr "Paginierungslayout"
|
6151 |
|
6152 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:575
|
6153 |
msgid "Here you can choose between different pagination layout."
|
6154 |
msgstr "Hier können Sie zwischen verschiedenen Paginierungslayouts wählen."
|
6155 |
|
6156 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:583
|
6157 |
msgid ""
|
6158 |
"\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
|
6159 |
msgstr ""
|
6160 |
"Schaltflächen \"Erste\", \"Zurück\", \"Weiter\" und \"Letzte\" sowie "
|
6161 |
"Seitenzahlen"
|
6162 |
|
6163 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:584
|
6164 |
msgid "\"Previous\" and \"Next\" buttons only"
|
6165 |
msgstr "Nur die Schaltflächen \"Zurück\" und \"Weiter\""
|
6166 |
|
6167 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:585
|
6168 |
msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
|
6169 |
msgstr "Schaltflächen \"Zurück\" und \"Weiter\" sowie Seitenzahlen"
|
6170 |
|
6171 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:586
|
6172 |
msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
|
6173 |
msgstr "Schaltflächen \"Erste\", \"Zurück\", \"Weiter\" und \"Letzte\""
|
6174 |
|
6175 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:587
|
6176 |
msgid "Page number buttons only"
|
6177 |
msgstr "Nur Seitenzahlschaltflächen"
|
6178 |
|
6179 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:588
|
6180 |
msgid "\"First\" and \"Last\" buttons, plus page numbers"
|
6181 |
msgstr "Schaltflächen \"Erste\" und \"Letzte\" sowie Seitenzahlen"
|
6182 |
|
6183 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:609
|
6184 |
msgid "Advanced column filters"
|
6185 |
msgstr "Erweiterte Spaltenfilter"
|
6186 |
|
6187 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:617
|
6188 |
msgid "Advanced filter"
|
6189 |
msgstr "Erweiterter Filter"
|
6190 |
|
6191 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:624
|
6192 |
msgid ""
|
6193 |
"Enable to show an advanced filter for each of the columns, filters can be "
|
6194 |
"shown in table footer, header or in a separate form."
|
@@ -6197,11 +6630,11 @@ msgstr ""
|
|
6197 |
"Spalten anzuzeigen. Filter können in Tabellenfußzeile, Kopfzeile oder in "
|
6198 |
"einem separaten Formular angezeigt werden."
|
6199 |
|
6200 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:635
|
6201 |
msgid "Enable advanced column filters"
|
6202 |
msgstr "Aktivieren Sie erweiterte Spaltenfilter"
|
6203 |
|
6204 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:658
|
6205 |
msgid ""
|
6206 |
"If this is enabled, each column header will be clickable; clicking will sort "
|
6207 |
"the whole table by the content of this column cells ascending or descending."
|
@@ -6210,15 +6643,15 @@ msgstr ""
|
|
6210 |
"Durch Klicken wird die gesamte Tabelle nach dem Inhalt dieser Spaltenzellen "
|
6211 |
"aufsteigend oder absteigend sortiert."
|
6212 |
|
6213 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:666
|
6214 |
msgid "Allow sorting for the table"
|
6215 |
msgstr "Sortierung für die Tabelle zulassen"
|
6216 |
|
6217 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:674
|
6218 |
msgid "Main search block"
|
6219 |
msgstr "Hauptsuchblock"
|
6220 |
|
6221 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:689
|
6222 |
msgid ""
|
6223 |
"If this is enabled, a search block will be displayed on the top right of the "
|
6224 |
"table, allowing to search through whole table with a single input."
|
@@ -6227,20 +6660,20 @@ msgstr ""
|
|
6227 |
"angezeigt, mit dem Sie die gesamte Tabelle mit einer einzigen Eingabe "
|
6228 |
"durchsuchen können."
|
6229 |
|
6230 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:697
|
6231 |
msgid "Enable search block"
|
6232 |
msgstr "Suchblock aktivieren"
|
6233 |
|
6234 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:711
|
6235 |
msgid "Filters in a form"
|
6236 |
msgstr "Filter in einem Formular"
|
6237 |
|
6238 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:718
|
6239 |
-
#: templates/edit_table.inc.php:340
|
6240 |
msgid "Filter in form"
|
6241 |
msgstr "Filter in Formular"
|
6242 |
|
6243 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:725
|
6244 |
msgid ""
|
6245 |
"Enable to show the advanced column filter in a form above the table, instead "
|
6246 |
"of showing in the table footer/header."
|
@@ -6249,25 +6682,25 @@ msgstr ""
|
|
6249 |
"Formular über der Tabelle anzuzeigen, anstatt in der Fußzeile / Kopfzeile "
|
6250 |
"der Tabelle."
|
6251 |
|
6252 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:734
|
6253 |
msgid "Show filters in a form above the table"
|
6254 |
msgstr "Filter in einem Formular über der Tabelle anzeigen"
|
6255 |
|
6256 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:742
|
6257 |
msgid "Clear filters button"
|
6258 |
msgstr "Schaltfläche Filter löschen"
|
6259 |
|
6260 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:749
|
6261 |
-
#: templates/frontend/filter_form.inc.php:32
|
6262 |
msgid "Clear filters"
|
6263 |
msgstr "Filter löschen"
|
6264 |
|
6265 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:753
|
6266 |
msgid "Enable to show the clear filters button."
|
6267 |
msgstr ""
|
6268 |
"Aktivieren Sie diese Option, um die Schaltfläche Filter löschen anzuzeigen."
|
6269 |
|
6270 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:754
|
6271 |
msgid ""
|
6272 |
"If filter in form is enabled, clear button will be rendered after the last "
|
6273 |
"filter."
|
@@ -6275,7 +6708,7 @@ msgstr ""
|
|
6275 |
"Wenn der Filter im Formular aktiviert ist, wird nach dem letzten Filter die "
|
6276 |
"Schaltfläche Löschen gerendert."
|
6277 |
|
6278 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:759
|
6279 |
msgid ""
|
6280 |
"Otherwise, clear filter button will be rendered above the table next to "
|
6281 |
"\"Table Tools\" buttons."
|
@@ -6283,37 +6716,37 @@ msgstr ""
|
|
6283 |
"Andernfalls wird die Schaltfläche zum Löschen des Filters über der Tabelle "
|
6284 |
"neben den Schaltflächen \"Tabellentools\" gerendert."
|
6285 |
|
6286 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:772
|
6287 |
msgid "Show clear filters button"
|
6288 |
msgstr "Filter löschen Schaltfläche anzeigen"
|
6289 |
|
6290 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:792
|
6291 |
msgid "Allow editing"
|
6292 |
msgstr "Bearbeitung zulassen"
|
6293 |
|
6294 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:800
|
6295 |
-
#: templates/edit_table.inc.php:180
|
6296 |
msgid "Front-end editing"
|
6297 |
msgstr "Front-end-Bearbeitung"
|
6298 |
|
6299 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:807
|
6300 |
msgid "Allow editing the table from the front-end."
|
6301 |
msgstr "Ermöglichen Sie das Bearbeiten der Tabelle vom Frontend aus."
|
6302 |
|
6303 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:815
|
6304 |
msgid "Allow front-end editing"
|
6305 |
msgstr "Front-end-Bearbeitung zulassen"
|
6306 |
|
6307 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:823
|
6308 |
msgid "Popover edit block"
|
6309 |
msgstr "Popover-Bearbeitungsblock"
|
6310 |
|
6311 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:831
|
6312 |
-
#: templates/edit_table.inc.php:232
|
6313 |
msgid "Popover tools"
|
6314 |
msgstr "Popover-Tools"
|
6315 |
|
6316 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:838
|
6317 |
msgid ""
|
6318 |
"If this is enabled, the New, Edit and Delete buttons will appear in a "
|
6319 |
"popover when you click on any row, instead of Table Tools block above the "
|
@@ -6323,16 +6756,16 @@ msgstr ""
|
|
6323 |
"Löschen in einem Popover angezeigt, wenn Sie auf eine beliebige Zeile "
|
6324 |
"klicken, anstatt auf den Block Tabellentools über der Tabelle."
|
6325 |
|
6326 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:846
|
6327 |
msgid "Editing buttons in a popover"
|
6328 |
msgstr "Bearbeiten von Schaltflächen in einem Popover"
|
6329 |
|
6330 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:854
|
6331 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:862
|
6332 |
msgid "In-line editing"
|
6333 |
msgstr "Inline-Bearbeitung"
|
6334 |
|
6335 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:869
|
6336 |
msgid ""
|
6337 |
"If this is enabled, front-end users will be able to edit cells by double-"
|
6338 |
"clicking them, not only with the editor dialog."
|
@@ -6340,32 +6773,32 @@ msgstr ""
|
|
6340 |
"Wenn dies aktiviert ist, können die Front-End-Benutzer die Zellen nicht nur "
|
6341 |
"im Editor-Dialogfeld durch Doppelklicken bearbeiten."
|
6342 |
|
6343 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:877
|
6344 |
msgid "Allow in-line editing"
|
6345 |
msgstr "Inline-Bearbeitung zulassen"
|
6346 |
|
6347 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:892
|
6348 |
-
#: templates/edit_table.inc.php:192
|
6349 |
msgid "MySQL table name for editing"
|
6350 |
msgstr "MySQL-Tabellenname zum Bearbeiten"
|
6351 |
|
6352 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:894
|
6353 |
msgid ""
|
6354 |
"Name of the MySQL table which will be updated when edited from front-end."
|
6355 |
msgstr ""
|
6356 |
"Name der MySQL-Tabelle, die aktualisiert wird, wenn sie vom Front-End aus "
|
6357 |
"bearbeitet wird."
|
6358 |
|
6359 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:899
|
6360 |
msgid "MySQL table name"
|
6361 |
msgstr "Name der MySQL-Tabelle"
|
6362 |
|
6363 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:908
|
6364 |
-
#: templates/edit_table.inc.php:203
|
6365 |
msgid "ID column for editing"
|
6366 |
msgstr "ID-Spalte zum Bearbeiten"
|
6367 |
|
6368 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:910
|
6369 |
msgid ""
|
6370 |
"Choose the column values from which will be used as row identifiers. MUST be "
|
6371 |
"a unique auto-increment integer on MySQL side so insert/edit/delete would "
|
@@ -6378,12 +6811,12 @@ msgstr ""
|
|
6378 |
"wpDataTables errät die richtige Spalte, wenn sie auf MySQL-Seite \"id\" oder "
|
6379 |
"\"ID\" heißt."
|
6380 |
|
6381 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:924
|
6382 |
-
#: templates/edit_table.inc.php:267
|
6383 |
msgid "Editor roles"
|
6384 |
msgstr "Editor-Rollen"
|
6385 |
|
6386 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:926
|
6387 |
msgid ""
|
6388 |
"If you want only specific user roles to be able to edit the table, choose in "
|
6389 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
@@ -6392,39 +6825,39 @@ msgstr ""
|
|
6392 |
"können, wählen Sie in dieser Dropdown-Liste. Lassen Sie das Kontrollkästchen "
|
6393 |
"deaktiviert, um die Bearbeitung für alle zu ermöglichen."
|
6394 |
|
6395 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:931
|
6396 |
msgid "Everyone"
|
6397 |
msgstr "Alle"
|
6398 |
|
6399 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:932
|
6400 |
msgid "Administrators"
|
6401 |
msgstr ""
|
6402 |
|
6403 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:933
|
6404 |
msgid "Editors"
|
6405 |
msgstr ""
|
6406 |
|
6407 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:934
|
6408 |
msgid "Authors"
|
6409 |
msgstr ""
|
6410 |
|
6411 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:935
|
6412 |
msgid "Contributors"
|
6413 |
msgstr ""
|
6414 |
|
6415 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:936
|
6416 |
msgid "Subscribers"
|
6417 |
msgstr ""
|
6418 |
|
6419 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:951
|
6420 |
msgid "Users see and edit only own data"
|
6421 |
msgstr "Benutzer sehen und bearbeiten nur eigene Daten"
|
6422 |
|
6423 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:959
|
6424 |
msgid "Users see and edit only their own data"
|
6425 |
msgstr "Benutzer sehen und bearbeiten nur ihre eigenen Daten"
|
6426 |
|
6427 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:966
|
6428 |
msgid ""
|
6429 |
"If this is enabled, users will see and edit only the rows that are related "
|
6430 |
"to them or were created by them (associated using the User ID column)."
|
@@ -6433,16 +6866,16 @@ msgstr ""
|
|
6433 |
"sich auf sie beziehen oder von ihnen erstellt wurden (über die Spalte "
|
6434 |
"Benutzer-ID zugeordnet)."
|
6435 |
|
6436 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:974
|
6437 |
msgid "Limit editing to own data only"
|
6438 |
msgstr "Bearbeitung nur auf eigene Daten beschränken"
|
6439 |
|
6440 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:982
|
6441 |
-
#: templates/edit_table.inc.php:250
|
6442 |
msgid "User ID column"
|
6443 |
msgstr "Benutzer-ID-Spalte"
|
6444 |
|
6445 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:984
|
6446 |
msgid ""
|
6447 |
"Choose the column values from which will be used as User identifiers. "
|
6448 |
"References the ID from WordPress Users table (wp_users), MUST be defined as "
|
@@ -6452,37 +6885,37 @@ msgstr ""
|
|
6452 |
"werden sollen. Verweist auf die ID aus der WordPress-Benutzertabelle "
|
6453 |
"(wp_users), MUSS auf MySQL-Seite als Integer definiert sein."
|
6454 |
|
6455 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1017
|
6456 |
-
#: templates/edit_table.inc.php:350
|
6457 |
msgid "Table tools"
|
6458 |
msgstr "Tabellen Tools"
|
6459 |
|
6460 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1024
|
6461 |
msgid ""
|
6462 |
"If this is enabled, a toolbar with useful tools will be shown above the table"
|
6463 |
msgstr ""
|
6464 |
"Wenn dies aktiviert ist, wird über der Tabelle eine Symbolleiste mit "
|
6465 |
"nützlichen Tools angezeigt"
|
6466 |
|
6467 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1032
|
6468 |
msgid "Enable Table Tools"
|
6469 |
msgstr "Aktivieren Sie die Tabellen Tools"
|
6470 |
|
6471 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1040
|
6472 |
msgid "Buttons"
|
6473 |
msgstr "Schaltflächen"
|
6474 |
|
6475 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1042
|
6476 |
msgid "Choose which buttons to show in the Table Tools block."
|
6477 |
msgstr ""
|
6478 |
"Wählen Sie aus, welche Schaltflächen im Block Tabellen Tools angezeigt "
|
6479 |
"werden sollen."
|
6480 |
|
6481 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1048
|
6482 |
msgid "Columns visibility"
|
6483 |
msgstr "Spalten Sichtbarkeit"
|
6484 |
|
6485 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1080
|
6486 |
msgid ""
|
6487 |
"Placeholders can be understood as predefined ‘search and replace‘ templates; "
|
6488 |
"that will be replaced with some actual values at the execution time; usually "
|
@@ -6491,9 +6924,9 @@ msgid ""
|
|
6491 |
"Excel, CSV, Google Spreadsheet and PHP Serialized array."
|
6492 |
msgstr ""
|
6493 |
|
6494 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1094
|
6495 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1109
|
6496 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1124
|
6497 |
msgid ""
|
6498 |
"This placeholder will be replaced with any value that you will provide in a "
|
6499 |
"shortcode. Provide a default value here that will be used for table "
|
@@ -6504,23 +6937,23 @@ msgstr ""
|
|
6504 |
"Tabellengenerierung verwendet wird und wenn im Shortcode kein anderer "
|
6505 |
"definiert ist."
|
6506 |
|
6507 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1099
|
6508 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1114
|
6509 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1129
|
6510 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1152
|
6511 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1170
|
6512 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1188
|
6513 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1210
|
6514 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1228
|
6515 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1246
|
6516 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1271
|
6517 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1291
|
6518 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1310
|
6519 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1332
|
6520 |
msgid "Default for table generation"
|
6521 |
msgstr "Standard für die Tabellengenerierung"
|
6522 |
|
6523 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1145
|
6524 |
msgid ""
|
6525 |
"This placeholder will be replaced with the ID of currently logged in user. "
|
6526 |
"Provide a value here to be used for table generation"
|
@@ -6529,7 +6962,7 @@ msgstr ""
|
|
6529 |
"ersetzt. Geben Sie hier einen Wert an, der für die Tabellengenerierung "
|
6530 |
"verwendet werden soll"
|
6531 |
|
6532 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1162
|
6533 |
msgid ""
|
6534 |
"This placeholder will be replaced with the login of currently logged in "
|
6535 |
"user. Provide a value here to be used for table generation"
|
@@ -6538,7 +6971,7 @@ msgstr ""
|
|
6538 |
"Benutzers ersetzt. Geben Sie hier einen Wert an, der für die "
|
6539 |
"Tabellengenerierung verwendet werden soll"
|
6540 |
|
6541 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1180
|
6542 |
msgid ""
|
6543 |
"This placeholder will be replaced with the Email of currently logged in "
|
6544 |
"user. Provide a value here to be used for table generation"
|
@@ -6547,7 +6980,7 @@ msgstr ""
|
|
6547 |
"ersetzt. Geben Sie hier einen Wert an, der für die Tabellengenerierung "
|
6548 |
"verwendet werden soll"
|
6549 |
|
6550 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1204
|
6551 |
msgid ""
|
6552 |
"This placeholder will be replaced with the ID of current post. Provide a "
|
6553 |
"value here to be used for table generation"
|
@@ -6555,7 +6988,7 @@ msgstr ""
|
|
6555 |
"Dieser Platzhalter wird durch die ID des aktuellen Beitrags ersetzt. Geben "
|
6556 |
"Sie hier einen Wert an, der für die Tabellengenerierung verwendet werden soll"
|
6557 |
|
6558 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1220
|
6559 |
msgid ""
|
6560 |
"This placeholder will be replaced with the First Name of currently logged in "
|
6561 |
"user. Provide a value here to be used for table generation"
|
@@ -6564,7 +6997,7 @@ msgstr ""
|
|
6564 |
"Benutzers ersetzt. Geben Sie hier einen Wert an, der für die "
|
6565 |
"Tabellengenerierung verwendet werden soll"
|
6566 |
|
6567 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1238
|
6568 |
msgid ""
|
6569 |
"This placeholder will be replaced with the Last Name of currently logged in "
|
6570 |
"user. Provide a value here to be used for table generation"
|
@@ -6573,19 +7006,19 @@ msgstr ""
|
|
6573 |
"Benutzers ersetzt. Geben Sie hier einen Wert an, der für die "
|
6574 |
"Tabellengenerierung verwendet werden soll"
|
6575 |
|
6576 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1262
|
6577 |
msgid "This placeholder will be replaced with current date."
|
6578 |
msgstr "Dieser Platzhalter wird durch das aktuelle Datum ersetzt."
|
6579 |
|
6580 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1281
|
6581 |
msgid "This placeholder will be replaced with current datetime."
|
6582 |
msgstr "Dieser Platzhalter wird durch die aktuelle Datum/Uhrzeit ersetzt."
|
6583 |
|
6584 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1301
|
6585 |
msgid "This placeholder will be replaced with current time."
|
6586 |
msgstr "Dieser Platzhalter wird durch die aktuelle Uhrzeit ersetzt."
|
6587 |
|
6588 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1325
|
6589 |
msgid ""
|
6590 |
"This placeholder will be replaced with the current prefix of WordPress "
|
6591 |
"database. Provide a value here to be used for table generation"
|
@@ -6594,84 +7027,84 @@ msgstr ""
|
|
6594 |
"ersetzt. Geben Sie hier einen Wert an, der für die Tabellengenerierung "
|
6595 |
"verwendet werden soll"
|
6596 |
|
6597 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1356
|
6598 |
msgid ""
|
6599 |
"In premium version you can customize each table with different skin, font, "
|
6600 |
"background , colors and lot more. Checkout new table customize settings "
|
6601 |
"below."
|
6602 |
msgstr ""
|
6603 |
|
6604 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1363
|
6605 |
msgid "Main"
|
6606 |
msgstr ""
|
6607 |
|
6608 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1375
|
6609 |
msgid "Table border"
|
6610 |
msgstr ""
|
6611 |
|
6612 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1391
|
6613 |
msgid "Custom CSS"
|
6614 |
msgstr ""
|
6615 |
|
6616 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1716
|
6617 |
msgid "Remove borders in table header"
|
6618 |
msgstr ""
|
6619 |
|
6620 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:2028
|
6621 |
msgid ""
|
6622 |
"This CSS will be inserted as an inline style block on every page that has "
|
6623 |
"this wpDataTable."
|
6624 |
msgstr ""
|
6625 |
|
6626 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:26
|
6627 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:333
|
6628 |
msgid "Go to Dashboard"
|
6629 |
msgstr "Gehen Sie zum Instrumententafel"
|
6630 |
|
6631 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:48
|
6632 |
msgid "Welcome to wpDataTables!"
|
6633 |
msgstr "Willkommen bei wpDataTables!"
|
6634 |
|
6635 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:51
|
6636 |
msgid "The Best Tables & Charts WordPress Plugin"
|
6637 |
msgstr "Das beste Tabellen & Diagramme WordPress Plugin"
|
6638 |
|
6639 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:54
|
6640 |
msgid ""
|
6641 |
"wpDataTables is a best-selling WordPress table plugin which makes your work "
|
6642 |
"with tables, charts and data management easy. 40,000+ companies."
|
6643 |
msgstr ""
|
6644 |
|
6645 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:62
|
6646 |
msgid "View changelog"
|
6647 |
msgstr "Änderungsprotokoll anzeigen"
|
6648 |
|
6649 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:85
|
6650 |
msgid "NEW! Create Simple tables"
|
6651 |
msgstr "NEU! Erstellen Sie einfache Tabellen"
|
6652 |
|
6653 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:86
|
6654 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:97
|
6655 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:108
|
6656 |
msgid "Available in Lite "
|
6657 |
msgstr ""
|
6658 |
|
6659 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:107
|
6660 |
msgid "Create charts with Google Charts"
|
6661 |
msgstr ""
|
6662 |
|
6663 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:125
|
6664 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:136
|
6665 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:147
|
6666 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:164
|
6667 |
msgid "Available in Premium "
|
6668 |
msgstr ""
|
6669 |
|
6670 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:176
|
6671 |
msgid "Getting started with your first table and chart"
|
6672 |
msgstr "Erste Schritte mit Ihrer ersten Tabelle und Diagramm"
|
6673 |
|
6674 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:179
|
6675 |
msgid ""
|
6676 |
"By following the step-by-step instructions in the walkthrough, you can "
|
6677 |
"easily publish your first table or chart on your website."
|
@@ -6680,11 +7113,11 @@ msgstr ""
|
|
6680 |
"Vorgehensweise, um Ihre erste Tabelle oder Tabelle auf Ihrer Website zu "
|
6681 |
"veröffentlichen."
|
6682 |
|
6683 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:190
|
6684 |
msgid "Table and chart wizard"
|
6685 |
msgstr "Tabellen- und Diagrammassistent"
|
6686 |
|
6687 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:193
|
6688 |
msgid ""
|
6689 |
"Through several different tutorials we will show you how to create your "
|
6690 |
"first table and chart."
|
@@ -6692,21 +7125,21 @@ msgstr ""
|
|
6692 |
"In verschiedenen Tutorials zeigen wir Ihnen, wie Sie Ihre erste Tabelle und "
|
6693 |
"Ihr erstes Diagramm erstellen."
|
6694 |
|
6695 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:197
|
6696 |
msgid "Start creating"
|
6697 |
msgstr "Beginnen Sie mit dem Erstellen"
|
6698 |
|
6699 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:207
|
6700 |
msgid ""
|
6701 |
"Check out our FAQ section to find the answers to the popular questions about "
|
6702 |
"plugin functionality and many more."
|
6703 |
msgstr ""
|
6704 |
|
6705 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:212
|
6706 |
msgid "View FAQ"
|
6707 |
msgstr "FAQ anzeigen"
|
6708 |
|
6709 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:222
|
6710 |
msgid ""
|
6711 |
"If you need a detailed video and text explanation about every feature in our "
|
6712 |
"plugin, check out our Documentation."
|
@@ -6714,15 +7147,15 @@ msgstr ""
|
|
6714 |
"Wenn Sie eine detaillierte Video- und Texterklärung zu allen Funktionen in "
|
6715 |
"unserem Plugin benötigen, lesen Sie unsere Dokumentation."
|
6716 |
|
6717 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:239
|
6718 |
msgid "Check wpDataTables showcase"
|
6719 |
msgstr "Schauen Sie wpDataTables Showcase an"
|
6720 |
|
6721 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:241
|
6722 |
msgid "A proper solution for every industry"
|
6723 |
msgstr "Eine richtige Lösung für jede Branche"
|
6724 |
|
6725 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:244
|
6726 |
msgid ""
|
6727 |
"See how our clients use wpDataTables in completely different spheres like "
|
6728 |
"business, science, education and non-profit organization."
|
@@ -6731,47 +7164,47 @@ msgstr ""
|
|
6731 |
"Bereichen wie Wirtschaft, Wissenschaft, Bildung und gemeinnützigen "
|
6732 |
"Organisationen einsetzen."
|
6733 |
|
6734 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:248
|
6735 |
msgid "View all at wpdatatables.com"
|
6736 |
msgstr "Alle auf wpdatatables.com anzeigen"
|
6737 |
|
6738 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:264
|
6739 |
msgid "Statistics Table With Charts"
|
6740 |
msgstr "Statistiktabelle mit Diagrammen"
|
6741 |
|
6742 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:265
|
6743 |
msgid "Statistics market"
|
6744 |
msgstr "Statistikmarkt"
|
6745 |
|
6746 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:274
|
6747 |
msgid "Cryptocurrencies Rank Table"
|
6748 |
msgstr "Rangliste der Kryptowährungen"
|
6749 |
|
6750 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:275
|
6751 |
msgid "Cryptocurrency market"
|
6752 |
msgstr "Kryptowährungsmarkt"
|
6753 |
|
6754 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:284
|
6755 |
msgid "Laptop Online Catalog"
|
6756 |
msgstr "Laptop Online-Katalog"
|
6757 |
|
6758 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:285
|
6759 |
msgid "Computer sales"
|
6760 |
msgstr "Computerverkauf"
|
6761 |
|
6762 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:294
|
6763 |
msgid "Temperature Report - Maximums"
|
6764 |
msgstr "Temperaturbericht - Höchstwerte"
|
6765 |
|
6766 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:295
|
6767 |
msgid "Hydrometeorological Institute"
|
6768 |
msgstr "Hydrometeorologisches Institut"
|
6769 |
|
6770 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:326
|
6771 |
msgid "Thank you for choosing wpDataTables!"
|
6772 |
msgstr "Vielen Dank, dass Sie sich für wpDataTables entschieden haben!"
|
6773 |
|
6774 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:329
|
6775 |
msgid ""
|
6776 |
"We hope that you will enjoy using our plugin for managing data on your "
|
6777 |
"website."
|
@@ -6779,136 +7212,141 @@ msgstr ""
|
|
6779 |
"Wir wünschen Ihnen viel Spaß beim Verwenden unseres Plugins zum Verwalten "
|
6780 |
"von Daten auf Ihrer Website."
|
6781 |
|
6782 |
-
#: templates/browse.inc.php:8
|
6783 |
msgid "Add new"
|
6784 |
msgstr ""
|
6785 |
|
6786 |
-
#: templates/browse.inc.php:39
|
|
|
6787 |
msgid "Are you sure"
|
6788 |
msgstr ""
|
6789 |
|
6790 |
-
#: templates/browse.inc.php:57
|
6791 |
msgid "copy"
|
6792 |
msgstr ""
|
6793 |
|
6794 |
-
#: templates/chart_wizard.inc.php:16
|
6795 |
msgid "wpDataTables documentation on Charts"
|
6796 |
msgstr ""
|
6797 |
|
6798 |
-
#: templates/chart_wizard.inc.php:17
|
6799 |
msgid "wpDataTables Chart Wizard"
|
6800 |
msgstr ""
|
6801 |
|
6802 |
-
#: templates/chart_wizard.inc.php:24
|
6803 |
-
#:
|
6804 |
-
#:
|
6805 |
-
#: templates/
|
|
|
|
|
|
|
6806 |
msgid "Click to toggle"
|
6807 |
msgstr ""
|
6808 |
|
6809 |
-
#: templates/chart_wizard.inc.php:26
|
6810 |
msgid "Chart Creation Wizard"
|
6811 |
msgstr ""
|
6812 |
|
6813 |
-
#: templates/chart_wizard.inc.php:44
|
6814 |
msgid "Formatting"
|
6815 |
msgstr ""
|
6816 |
|
6817 |
-
#: templates/chart_wizard.inc.php:59
|
6818 |
msgid "Chart title, rendering engine and type"
|
6819 |
msgstr ""
|
6820 |
|
6821 |
-
#: templates/chart_wizard.inc.php:66
|
6822 |
msgid "What is the title of the chart that you will use to identify it?"
|
6823 |
msgstr ""
|
6824 |
|
6825 |
-
#: templates/chart_wizard.inc.php:88
|
6826 |
msgid "Pick a Google chart type"
|
6827 |
msgstr ""
|
6828 |
|
6829 |
-
#: templates/chart_wizard.inc.php:106
|
6830 |
msgid "Pick a Highcharts chart type"
|
6831 |
msgstr ""
|
6832 |
|
6833 |
-
#: templates/common/delete_modal.inc.php:28
|
6834 |
msgid "Please confirm deletion. There is no undo!"
|
6835 |
msgstr "Bitte bestätigen Sie die Löschung. Es gibt kein Rückgängigmachen!"
|
6836 |
|
6837 |
-
#: templates/constructor.inc.php:14
|
6838 |
msgid "wpDataTables documentation on Table Consturctor"
|
6839 |
msgstr ""
|
6840 |
|
6841 |
-
#: templates/constructor.inc.php:14
|
|
|
6842 |
msgid "if you have some questions or problems."
|
6843 |
msgstr ""
|
6844 |
|
6845 |
-
#: templates/constructor.inc.php:15
|
6846 |
msgid "wpDataTable constructor"
|
6847 |
msgstr ""
|
6848 |
|
6849 |
-
#: templates/constructor.inc.php:21
|
6850 |
msgid "Table Creation Wizard"
|
6851 |
msgstr ""
|
6852 |
|
6853 |
-
#: templates/edit_table.inc.php:11
|
6854 |
msgid "wpDataTables documentation on this page"
|
6855 |
msgstr ""
|
6856 |
|
6857 |
-
#: templates/edit_table.inc.php:19
|
6858 |
msgid "To insert the table on your page use the shortcode"
|
6859 |
msgstr ""
|
6860 |
|
6861 |
-
#: templates/edit_table.inc.php:32
|
6862 |
msgid "Data source and main settings"
|
6863 |
msgstr ""
|
6864 |
|
6865 |
-
#: templates/edit_table.inc.php:46
|
6866 |
msgid "General setup"
|
6867 |
msgstr ""
|
6868 |
|
6869 |
-
#: templates/edit_table.inc.php:62
|
6870 |
msgid "If you want to display a header above your table, enter it here"
|
6871 |
msgstr ""
|
6872 |
|
6873 |
-
#: templates/edit_table.inc.php:71
|
6874 |
msgid "Uncheck if you do not want to show the table title on the page"
|
6875 |
msgstr ""
|
6876 |
|
6877 |
-
#: templates/edit_table.inc.php:77
|
6878 |
msgid "Table type"
|
6879 |
msgstr ""
|
6880 |
|
6881 |
-
#: templates/edit_table.inc.php:81
|
6882 |
msgid "Select a table type..."
|
6883 |
msgstr ""
|
6884 |
|
6885 |
-
#: templates/edit_table.inc.php:83
|
6886 |
msgid ""
|
6887 |
"MySQL\n"
|
6888 |
"\t\t\t\t\t\t\t\t\t\t\t\t\t\tquery"
|
6889 |
msgstr ""
|
6890 |
|
6891 |
-
#: templates/edit_table.inc.php:93
|
6892 |
msgid "Choose a type of input source for your table"
|
6893 |
msgstr ""
|
6894 |
|
6895 |
-
#: templates/edit_table.inc.php:99
|
6896 |
msgid "Edit data"
|
6897 |
msgstr "Daten bearbeiten"
|
6898 |
|
6899 |
-
#: templates/edit_table.inc.php:102
|
6900 |
msgid "Go to editor"
|
6901 |
msgstr ""
|
6902 |
|
6903 |
-
#: templates/edit_table.inc.php:103
|
6904 |
msgid "Go to Excel-like editor"
|
6905 |
msgstr ""
|
6906 |
|
6907 |
-
#: templates/edit_table.inc.php:104
|
6908 |
msgid "Open the table in back-end editor to modify table data"
|
6909 |
msgstr ""
|
6910 |
|
6911 |
-
#: templates/edit_table.inc.php:110
|
6912 |
msgid ""
|
6913 |
"Enter MySQL SELECT query that will return the data for your wpDataTable. "
|
6914 |
"Make sure that this query works and returns data. If you are not sure what "
|
@@ -6916,34 +7354,34 @@ msgid ""
|
|
6916 |
"reading MySQL manuals"
|
6917 |
msgstr ""
|
6918 |
|
6919 |
-
#: templates/edit_table.inc.php:110
|
6920 |
msgid "MySQL query"
|
6921 |
msgstr ""
|
6922 |
|
6923 |
-
#: templates/edit_table.inc.php:116
|
6924 |
msgid ""
|
6925 |
"Enter the text of your MySQL query here. You can use a number of "
|
6926 |
"placeholders to make the dataset in the table flexible and be able to return "
|
6927 |
"different sets of data by calling it with different shortcodes"
|
6928 |
msgstr ""
|
6929 |
|
6930 |
-
#: templates/edit_table.inc.php:117
|
6931 |
msgid "MySQL query placeholders (toggle show/hide)"
|
6932 |
msgstr ""
|
6933 |
|
6934 |
-
#: templates/edit_table.inc.php:121
|
6935 |
msgid "Placeholder"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
-
#: templates/edit_table.inc.php:122
|
6939 |
msgid "Description, example"
|
6940 |
msgstr ""
|
6941 |
|
6942 |
-
#: templates/edit_table.inc.php:123
|
6943 |
msgid "Define default for table generation"
|
6944 |
msgstr ""
|
6945 |
|
6946 |
-
#: templates/edit_table.inc.php:130
|
6947 |
msgid ""
|
6948 |
"Returns the numeric value of the currently logged in user ID (wp_users "
|
6949 |
"table). Returns 0 for non-logged in users. If your current user does not "
|
@@ -6951,11 +7389,11 @@ msgid ""
|
|
6951 |
"only to read the table structure)."
|
6952 |
msgstr ""
|
6953 |
|
6954 |
-
#: templates/edit_table.inc.php:131
|
6955 |
msgid "Example: SELECT * FROM mytable WHERE user_id = %CURRENT_USER_ID%"
|
6956 |
msgstr ""
|
6957 |
|
6958 |
-
#: templates/edit_table.inc.php:138
|
6959 |
msgid ""
|
6960 |
"Variable for using in the shortcode. Can be used in filter values. It is "
|
6961 |
"necessary for wpDataTables to retrieve actual data from the DB at the moment "
|
@@ -6965,403 +7403,409 @@ msgid ""
|
|
6965 |
"shortcode."
|
6966 |
msgstr ""
|
6967 |
|
6968 |
-
#: templates/edit_table.inc.php:139
|
6969 |
msgid ""
|
6970 |
"Example: SELECT * FROM mytable WHERE mycolumn >= %VAR1% AND mycolumn <= "
|
6971 |
"%VAR2%"
|
6972 |
msgstr ""
|
6973 |
|
6974 |
-
#: templates/edit_table.inc.php:146
|
|
|
6975 |
msgid "Variable for using in the shortcode."
|
6976 |
msgstr ""
|
6977 |
|
6978 |
-
#: templates/edit_table.inc.php:160
|
6979 |
msgid ""
|
6980 |
"Prefix of the current WordPress DB installation. Defaults to \"wp_\", but "
|
6981 |
"may be different if defined so in WordPress config."
|
6982 |
msgstr ""
|
6983 |
|
6984 |
-
#: templates/edit_table.inc.php:170
|
6985 |
msgid "Input file or URL"
|
6986 |
msgstr ""
|
6987 |
|
6988 |
-
#: templates/edit_table.inc.php:175
|
6989 |
msgid "Upload your file or provide the full URL here"
|
6990 |
msgstr ""
|
6991 |
|
6992 |
-
#: templates/edit_table.inc.php:175
|
6993 |
msgid ""
|
6994 |
"It is allowed to use placeholders (variables) in URLs. Read about "
|
6995 |
"placeholders "
|
6996 |
msgstr ""
|
6997 |
|
6998 |
-
#: templates/edit_table.inc.php:175
|
6999 |
msgid "here."
|
7000 |
msgstr "hier."
|
7001 |
|
7002 |
-
#: templates/edit_table.inc.php:175
|
7003 |
msgid "For CSV or Excel input sources only uploaded files are supported"
|
7004 |
msgstr ""
|
7005 |
|
7006 |
-
#: templates/edit_table.inc.php:175
|
7007 |
msgid ""
|
7008 |
"For Google Spreadsheets: please do not forget to publish the spreadsheet "
|
7009 |
"before pasting the URL"
|
7010 |
msgstr ""
|
7011 |
|
7012 |
-
#: templates/edit_table.inc.php:186
|
7013 |
msgid "Make table editable from the front-end"
|
7014 |
msgstr ""
|
7015 |
|
7016 |
-
#: templates/edit_table.inc.php:186
|
7017 |
msgid ""
|
7018 |
"Works only for MySQL-based tables with server-side processing, and can only "
|
7019 |
"update one table on MySQL side"
|
7020 |
msgstr ""
|
7021 |
|
7022 |
-
#: templates/edit_table.inc.php:187
|
7023 |
msgid ""
|
7024 |
"Please save the table first so wpDataTables would read the columns data so "
|
7025 |
"that feature would become available."
|
7026 |
msgstr ""
|
7027 |
|
7028 |
-
#: templates/edit_table.inc.php:198
|
7029 |
msgid "Name of the MySQL table which will be used for updates from front-end"
|
7030 |
msgstr ""
|
7031 |
|
7032 |
-
#: templates/edit_table.inc.php:207
|
|
|
7033 |
msgid ""
|
7034 |
"Please save the table first so wpDataTables would initialize the columns"
|
7035 |
msgstr ""
|
7036 |
|
7037 |
-
#: templates/edit_table.inc.php:210
|
7038 |
msgid "Please choose an ID column for editing..."
|
7039 |
msgstr ""
|
7040 |
|
7041 |
-
#: templates/edit_table.inc.php:217
|
7042 |
msgid ""
|
7043 |
"Please choose a column, values from which will be used as row unique "
|
7044 |
"identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
|
7045 |
"delete would work correctly!"
|
7046 |
msgstr ""
|
7047 |
|
7048 |
-
#: templates/edit_table.inc.php:218
|
7049 |
msgid ""
|
7050 |
"wpDataTables will guess the correct column if it is called \"id\" or \"ID\" "
|
7051 |
"on MySQL side"
|
7052 |
msgstr ""
|
7053 |
|
7054 |
-
#: templates/edit_table.inc.php:223
|
7055 |
msgid "Inline editing"
|
7056 |
msgstr ""
|
7057 |
|
7058 |
-
#: templates/edit_table.inc.php:227
|
7059 |
msgid ""
|
7060 |
"Check this checkbox if you would like to be able to edit the table data "
|
7061 |
"inline, by double-clicking a cell, not only in a modal dialog"
|
7062 |
msgstr ""
|
7063 |
|
7064 |
-
#: templates/edit_table.inc.php:236
|
7065 |
msgid ""
|
7066 |
"Check this checkbox if you would like to get the New, Edit and Delete "
|
7067 |
"buttons in a popover on click on a table row, instead of in TableTools block "
|
7068 |
"above the table"
|
7069 |
msgstr ""
|
7070 |
|
7071 |
-
#: templates/edit_table.inc.php:241
|
7072 |
msgid "Users see and edit only their data"
|
7073 |
msgstr ""
|
7074 |
|
7075 |
-
#: templates/edit_table.inc.php:245
|
7076 |
msgid "Limit editing to user's own data only"
|
7077 |
msgstr ""
|
7078 |
|
7079 |
-
#: templates/edit_table.inc.php:245
|
7080 |
msgid ""
|
7081 |
"Set this to checked if you would like front-end users to see and edit only "
|
7082 |
"their own data, i.e. rows with their WordPress user ID"
|
7083 |
msgstr ""
|
7084 |
|
7085 |
-
#: templates/edit_table.inc.php:257
|
7086 |
msgid "Please choose a user ID column..."
|
7087 |
msgstr ""
|
7088 |
|
7089 |
-
#: templates/edit_table.inc.php:271
|
7090 |
msgid "Choose roles"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
-
#: templates/edit_table.inc.php:272
|
7094 |
msgid ""
|
7095 |
"Roles which are allowed to edit the table (leave blank to alllow editing for "
|
7096 |
"everyone)"
|
7097 |
msgstr ""
|
7098 |
|
7099 |
-
#: templates/edit_table.inc.php:277
|
7100 |
msgid "Additional settings"
|
7101 |
msgstr ""
|
7102 |
|
7103 |
-
#: templates/edit_table.inc.php:287
|
7104 |
msgid ""
|
7105 |
"Server-side processing for MySQL-based tables. Required for front-end editing"
|
7106 |
msgstr ""
|
7107 |
|
7108 |
-
#: templates/edit_table.inc.php:296
|
7109 |
msgid ""
|
7110 |
"Auto-refresh interval in seconds for tables with server-side processing. "
|
7111 |
"Leave blank or zero to disable auto-refresh."
|
7112 |
msgstr ""
|
7113 |
|
7114 |
-
#: templates/edit_table.inc.php:306
|
7115 |
msgid ""
|
7116 |
"Check this checkbox if you would like this table to be responsive - display "
|
7117 |
"differently on desktops, tablets and mobiles"
|
7118 |
msgstr ""
|
7119 |
|
7120 |
-
#: templates/edit_table.inc.php:315
|
7121 |
msgid ""
|
7122 |
"Check this checkbox if you would like this table to be horizontal scrollable"
|
7123 |
msgstr ""
|
7124 |
|
7125 |
-
#: templates/edit_table.inc.php:320
|
7126 |
msgid "Hide table until page is completely loaded"
|
7127 |
msgstr ""
|
7128 |
|
7129 |
-
#: templates/edit_table.inc.php:324
|
7130 |
msgid ""
|
7131 |
"Check this checkbox if you would prevent table from showing until the page "
|
7132 |
"loads completely. May be useful for slowly loading pages"
|
7133 |
msgstr ""
|
7134 |
|
7135 |
-
#: templates/edit_table.inc.php:335
|
7136 |
msgid ""
|
7137 |
"Check this checkbox if you would like to have a filter below each column"
|
7138 |
msgstr ""
|
7139 |
|
7140 |
-
#: templates/edit_table.inc.php:345
|
7141 |
msgid ""
|
7142 |
"Check this checkbox if you would like to have the advanced filter in a form"
|
7143 |
msgstr ""
|
7144 |
|
7145 |
-
#: templates/edit_table.inc.php:354
|
7146 |
msgid ""
|
7147 |
"Check this checkbox if you would like to have the table tools (copy, save to "
|
7148 |
"excel, save to CSV, etc) enabled for this table"
|
7149 |
msgstr ""
|
7150 |
|
7151 |
-
#: templates/edit_table.inc.php:361
|
7152 |
msgid "Configure table tools (toggle show/hide)"
|
7153 |
msgstr ""
|
7154 |
|
7155 |
-
#: templates/edit_table.inc.php:363
|
7156 |
msgid "Show column visibility button"
|
7157 |
msgstr ""
|
7158 |
|
7159 |
-
#: templates/edit_table.inc.php:364
|
7160 |
msgid "Show print button"
|
7161 |
msgstr ""
|
7162 |
|
7163 |
-
#: templates/edit_table.inc.php:365
|
7164 |
msgid "Show copy to clipboard button"
|
7165 |
msgstr ""
|
7166 |
|
7167 |
-
#: templates/edit_table.inc.php:366
|
7168 |
msgid "Show Excel export button"
|
7169 |
msgstr ""
|
7170 |
|
7171 |
-
#: templates/edit_table.inc.php:367
|
7172 |
msgid "Show CSV export button"
|
7173 |
msgstr ""
|
7174 |
|
7175 |
-
#: templates/edit_table.inc.php:368
|
7176 |
msgid "Show PDF export button"
|
7177 |
msgstr ""
|
7178 |
|
7179 |
-
#: templates/edit_table.inc.php:374
|
7180 |
msgid "Enable sorting"
|
7181 |
msgstr ""
|
7182 |
|
7183 |
-
#: templates/edit_table.inc.php:378
|
7184 |
msgid ""
|
7185 |
"Check this checkbox if you would like to have sorting feature in your table"
|
7186 |
msgstr ""
|
7187 |
|
7188 |
-
#: templates/edit_table.inc.php:383
|
7189 |
msgid "Limit table layout"
|
7190 |
msgstr ""
|
7191 |
|
7192 |
-
#: templates/edit_table.inc.php:387
|
7193 |
#, php-format
|
7194 |
msgid ""
|
7195 |
"Check this checkbox if you would like to limit the table's width to 100% of "
|
7196 |
"parent container (div)"
|
7197 |
msgstr ""
|
7198 |
|
7199 |
-
#: templates/edit_table.inc.php:396
|
7200 |
msgid ""
|
7201 |
"Check this checkbox if you would like words in cells to wrap and to extend "
|
7202 |
"row's height. Leave unchecked if you want to leave one-line row heights."
|
7203 |
msgstr ""
|
7204 |
|
7205 |
-
#: templates/edit_table.inc.php:401
|
7206 |
msgid "Display length"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#: templates/edit_table.inc.php:405
|
7210 |
-
#:
|
|
|
|
|
7211 |
msgid "entries"
|
7212 |
msgstr ""
|
7213 |
|
7214 |
-
#: templates/edit_table.inc.php:411
|
7215 |
msgid ""
|
7216 |
"This options defines the default number of entries on the page for this table"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
-
#: templates/edit_table.inc.php:433
|
7220 |
msgid "Optional column setup"
|
7221 |
msgstr ""
|
7222 |
|
7223 |
-
#: templates/edit_table.inc.php:436
|
|
|
7224 |
msgid "Ungroup"
|
7225 |
msgstr ""
|
7226 |
|
7227 |
-
#: templates/edit_table.inc.php:437
|
|
|
7228 |
msgid "Add formula..."
|
7229 |
msgstr ""
|
7230 |
|
7231 |
-
#: templates/edit_table.inc.php:448
|
7232 |
msgid ""
|
7233 |
"You can change the column settings in this step, but this is not required, "
|
7234 |
"since default options have already been generated for you"
|
7235 |
msgstr ""
|
7236 |
|
7237 |
-
#: templates/edit_table.inc.php:449
|
7238 |
msgid "Warning"
|
7239 |
msgstr ""
|
7240 |
|
7241 |
-
#: templates/edit_table.inc.php:449
|
7242 |
msgid ""
|
7243 |
"If you change the table settings, save the table before modifying the column "
|
7244 |
"settings, because the column set can be changed and you may lose your changes"
|
7245 |
msgstr ""
|
7246 |
|
7247 |
-
#: templates/edit_table.inc.php:484
|
7248 |
msgid "Merge values"
|
7249 |
msgstr ""
|
7250 |
|
7251 |
-
#: templates/edit_table.inc.php:485
|
7252 |
msgid "There are already defined possible values."
|
7253 |
msgstr ""
|
7254 |
|
7255 |
-
#: templates/edit_table.inc.php:486
|
7256 |
msgid "Do you want to merge new values with existing?"
|
7257 |
msgstr ""
|
7258 |
|
7259 |
-
#: templates/edit_table.inc.php:544
|
7260 |
msgid "Separate with"
|
7261 |
msgstr ""
|
7262 |
|
7263 |
-
#: templates/edit_table.inc.php:544
|
7264 |
msgid "Used in advanced filterdropdown and in the editor dialog"
|
7265 |
msgstr ""
|
7266 |
|
7267 |
-
#: templates/edit_table.inc.php:547
|
7268 |
msgid "Create from column values"
|
7269 |
msgstr ""
|
7270 |
|
7271 |
-
#: templates/edit_table.inc.php:548
|
7272 |
msgid "Clear values"
|
7273 |
msgstr ""
|
7274 |
|
7275 |
-
#: templates/edit_table.inc.php:558
|
7276 |
msgid "Default value(s)"
|
7277 |
msgstr ""
|
7278 |
|
7279 |
-
#: templates/edit_table.inc.php:560
|
7280 |
msgid ""
|
7281 |
"Predefined filter value, default editor input value. Separate multiple "
|
7282 |
"values with \"|\". Placeholders supported."
|
7283 |
msgstr ""
|
7284 |
|
7285 |
-
#: templates/edit_table.inc.php:594
|
7286 |
msgid "Formula for calculation:"
|
7287 |
msgstr ""
|
7288 |
|
7289 |
-
#: templates/edit_table.inc.php:595
|
7290 |
msgid "Formula constructor"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
-
#: templates/edit_table.inc.php:603
|
7294 |
msgid "Editor input type:"
|
7295 |
msgstr ""
|
7296 |
|
7297 |
-
#: templates/edit_table.inc.php:613
|
7298 |
msgid "Cannot be empty:"
|
7299 |
msgstr ""
|
7300 |
|
7301 |
-
#: templates/edit_table.inc.php:658
|
7302 |
msgid "Default sort column"
|
7303 |
msgstr ""
|
7304 |
|
7305 |
-
#: templates/edit_table.inc.php:672
|
7306 |
msgid "Show a total for this column in footer"
|
7307 |
msgstr ""
|
7308 |
|
7309 |
-
#: templates/edit_table.inc.php:704
|
7310 |
msgid "Width"
|
7311 |
msgstr "Breite"
|
7312 |
|
7313 |
-
#: templates/edit_table.inc.php:706
|
7314 |
#, php-format
|
7315 |
msgid ""
|
7316 |
"Input width for column (in percents with % or pixels without \"px\"). Leave "
|
7317 |
"blank if you want to leave auto width"
|
7318 |
msgstr ""
|
7319 |
|
7320 |
-
#: templates/edit_table.inc.php:714
|
7321 |
msgid "Display text before"
|
7322 |
msgstr ""
|
7323 |
|
7324 |
-
#: templates/edit_table.inc.php:722
|
7325 |
msgid "Display text after"
|
7326 |
msgstr ""
|
7327 |
|
7328 |
-
#: templates/edit_table.inc.php:738
|
7329 |
msgid "Visible"
|
7330 |
msgstr ""
|
7331 |
|
7332 |
-
#: templates/edit_table.inc.php:752
|
7333 |
msgid ""
|
7334 |
"Conditional formatting allows you to add special formatting rules depending "
|
7335 |
"on different values of the cell in this column. E.g. you can add a CSS class "
|
7336 |
"or color to cell or whole row, etc"
|
7337 |
msgstr ""
|
7338 |
|
7339 |
-
#: templates/edit_table.inc.php:756
|
7340 |
msgid "Define rules"
|
7341 |
msgstr ""
|
7342 |
|
7343 |
-
#: templates/edit_table.inc.php:802
|
7344 |
msgid "Table saved!"
|
7345 |
msgstr ""
|
7346 |
|
7347 |
-
#: templates/frontend/excel_table_main.inc.php:28
|
7348 |
-
#: templates/wpdatatables_excel_table_main.inc.php:26
|
7349 |
msgid "Search"
|
7350 |
msgstr "Suche"
|
7351 |
|
7352 |
-
#: templates/settings.inc.php:12
|
7353 |
msgid "wpDataTables documentation on this feature"
|
7354 |
msgstr ""
|
7355 |
|
7356 |
-
#: templates/settings.inc.php:13
|
7357 |
msgid "wpDataTables settings"
|
7358 |
msgstr ""
|
7359 |
|
7360 |
-
#: templates/settings.inc.php:35
|
7361 |
msgid "Use separate MySQL connection"
|
7362 |
msgstr "Verwenden Sie eine separate MySQL-Verbindung"
|
7363 |
|
7364 |
-
#: templates/settings.inc.php:39
|
7365 |
msgid ""
|
7366 |
"If this checkbox is checked, wpDataTables will use its own connection to "
|
7367 |
"MySQL bases. In other case it will use the main WordPress MySQL connection."
|
@@ -7370,314 +7814,317 @@ msgstr ""
|
|
7370 |
"eigene Verbindung zu MySQL-Basen. In anderen Fällen wird die Hauptverbindung "
|
7371 |
"von WordPress MySQL verwendet."
|
7372 |
|
7373 |
-
#: templates/settings.inc.php:56
|
7374 |
msgid "Pick the language which will be used in tables interface"
|
7375 |
msgstr ""
|
7376 |
|
7377 |
-
#: templates/settings.inc.php:69
|
7378 |
msgid "How many tables to show in the browse page"
|
7379 |
msgstr ""
|
7380 |
|
7381 |
-
#: templates/settings.inc.php:78
|
|
|
7382 |
msgid "Skin"
|
7383 |
msgstr ""
|
7384 |
|
7385 |
-
#: templates/settings.inc.php:81
|
7386 |
msgid "Choose the base skin for the plugin"
|
7387 |
msgstr ""
|
7388 |
|
7389 |
-
#: templates/settings.inc.php:93
|
7390 |
msgid ""
|
7391 |
"Choose where you would like to render the advanced filter for tables where "
|
7392 |
"enabled"
|
7393 |
msgstr ""
|
7394 |
|
7395 |
-
#: templates/settings.inc.php:114
|
7396 |
msgid "Pick the date format to use in date column type"
|
7397 |
msgstr ""
|
7398 |
|
7399 |
-
#: templates/settings.inc.php:126
|
7400 |
msgid "Pick the time format to use in datetime and time column type"
|
7401 |
msgstr ""
|
7402 |
|
7403 |
-
#: templates/settings.inc.php:147
|
7404 |
msgid "Define the amount of decimal places for the float numbers"
|
7405 |
msgstr ""
|
7406 |
|
7407 |
-
#: templates/settings.inc.php:152
|
7408 |
msgid "Timepicker step (min)"
|
7409 |
msgstr ""
|
7410 |
|
7411 |
-
#: templates/settings.inc.php:156
|
7412 |
msgid "Define the minutes step for the timepicker based filters and editors."
|
7413 |
msgstr ""
|
7414 |
|
7415 |
-
#: templates/settings.inc.php:165
|
7416 |
msgid ""
|
7417 |
"If this checkbox is checked all numerical values will be aligned to the "
|
7418 |
"right of the cell"
|
7419 |
msgstr ""
|
7420 |
|
7421 |
-
#: templates/settings.inc.php:185
|
7422 |
msgid "Here you can specify width (in pixels) will be treated as a mobile."
|
7423 |
msgstr ""
|
7424 |
|
7425 |
-
#: templates/settings.inc.php:192
|
7426 |
-
#: templates/settings.inc.php:
|
|
|
7427 |
msgid "Save options"
|
7428 |
msgstr ""
|
7429 |
|
7430 |
-
#: templates/settings.inc.php:207
|
|
|
7431 |
msgid "Leave the setting blank to use default value"
|
7432 |
msgstr ""
|
7433 |
|
7434 |
-
#: templates/settings.inc.php:212
|
7435 |
msgid "Table font color"
|
7436 |
msgstr ""
|
7437 |
|
7438 |
-
#: templates/settings.inc.php:216
|
7439 |
msgid "This color is used for the main font in table cells"
|
7440 |
msgstr ""
|
7441 |
|
7442 |
-
#: templates/settings.inc.php:221
|
7443 |
msgid "Header background color"
|
7444 |
msgstr ""
|
7445 |
|
7446 |
-
#: templates/settings.inc.php:225
|
7447 |
msgid "The color is used for background of the table header"
|
7448 |
msgstr ""
|
7449 |
|
7450 |
-
#: templates/settings.inc.php:230
|
7451 |
msgid "Header border color"
|
7452 |
msgstr ""
|
7453 |
|
7454 |
-
#: templates/settings.inc.php:234
|
7455 |
msgid "This color is used for the border in the table header"
|
7456 |
msgstr ""
|
7457 |
|
7458 |
-
#: templates/settings.inc.php:239
|
7459 |
msgid "Header font color"
|
7460 |
msgstr ""
|
7461 |
|
7462 |
-
#: templates/settings.inc.php:243
|
7463 |
msgid "This color is used for the font in the table header"
|
7464 |
msgstr ""
|
7465 |
|
7466 |
-
#: templates/settings.inc.php:248
|
7467 |
msgid "Header active and hover color"
|
7468 |
msgstr ""
|
7469 |
|
7470 |
-
#: templates/settings.inc.php:252
|
7471 |
msgid ""
|
7472 |
"This color is used when you hover the mouse above the table header, or when "
|
7473 |
"you choose a column"
|
7474 |
msgstr ""
|
7475 |
|
7476 |
-
#: templates/settings.inc.php:257
|
7477 |
msgid "Table inner border color"
|
7478 |
msgstr ""
|
7479 |
|
7480 |
-
#: templates/settings.inc.php:261
|
7481 |
msgid "This color is used for the inner border in the table between cells"
|
7482 |
msgstr ""
|
7483 |
|
7484 |
-
#: templates/settings.inc.php:266
|
7485 |
msgid "Table outer border color"
|
7486 |
msgstr ""
|
7487 |
|
7488 |
-
#: templates/settings.inc.php:270
|
7489 |
msgid "This color is used for the outer border of the whole table body"
|
7490 |
msgstr ""
|
7491 |
|
7492 |
-
#: templates/settings.inc.php:275
|
7493 |
msgid "Even row background color"
|
7494 |
msgstr ""
|
7495 |
|
7496 |
-
#: templates/settings.inc.php:279
|
7497 |
msgid "This color is used for for background in even rows"
|
7498 |
msgstr ""
|
7499 |
|
7500 |
-
#: templates/settings.inc.php:284
|
7501 |
msgid "Odd row background color"
|
7502 |
msgstr ""
|
7503 |
|
7504 |
-
#: templates/settings.inc.php:288
|
7505 |
msgid "This color is used for for background in odd rows"
|
7506 |
msgstr ""
|
7507 |
|
7508 |
-
#: templates/settings.inc.php:293
|
7509 |
msgid "Hover row color"
|
7510 |
msgstr ""
|
7511 |
|
7512 |
-
#: templates/settings.inc.php:297
|
7513 |
msgid ""
|
7514 |
"This color is used for to highlight the row when you hover your mouse above "
|
7515 |
"it"
|
7516 |
msgstr ""
|
7517 |
|
7518 |
-
#: templates/settings.inc.php:302
|
7519 |
msgid "Cell color in active (sorted) columns for even rows"
|
7520 |
msgstr ""
|
7521 |
|
7522 |
-
#: templates/settings.inc.php:306
|
7523 |
msgid ""
|
7524 |
"This color is used for background in cells which are in the active columns "
|
7525 |
"(columns used for sorting) in even rows"
|
7526 |
msgstr ""
|
7527 |
|
7528 |
-
#: templates/settings.inc.php:311
|
7529 |
msgid "Cell color in active (sorted) columns for odd rows"
|
7530 |
msgstr ""
|
7531 |
|
7532 |
-
#: templates/settings.inc.php:315
|
7533 |
msgid ""
|
7534 |
"This color is used for background in cells which are in the active columns "
|
7535 |
"(columns used for sorting) in odd rows"
|
7536 |
msgstr ""
|
7537 |
|
7538 |
-
#: templates/settings.inc.php:320
|
7539 |
msgid "Backround color for selected rows"
|
7540 |
msgstr ""
|
7541 |
|
7542 |
-
#: templates/settings.inc.php:324
|
7543 |
msgid "This color is used for background in selected rows"
|
7544 |
msgstr ""
|
7545 |
|
7546 |
-
#: templates/settings.inc.php:329
|
7547 |
msgid "Buttons background color"
|
7548 |
msgstr ""
|
7549 |
|
7550 |
-
#: templates/settings.inc.php:333
|
7551 |
msgid "This color is used for background in buttons"
|
7552 |
msgstr ""
|
7553 |
|
7554 |
-
#: templates/settings.inc.php:338
|
7555 |
msgid "Buttons border color"
|
7556 |
msgstr ""
|
7557 |
|
7558 |
-
#: templates/settings.inc.php:342
|
7559 |
msgid "This color is used for border in buttons"
|
7560 |
msgstr ""
|
7561 |
|
7562 |
-
#: templates/settings.inc.php:347
|
7563 |
msgid "Buttons font color"
|
7564 |
msgstr ""
|
7565 |
|
7566 |
-
#: templates/settings.inc.php:351
|
7567 |
msgid "This color is used for font in buttons"
|
7568 |
msgstr ""
|
7569 |
|
7570 |
-
#: templates/settings.inc.php:356
|
7571 |
msgid "Buttons background hover color"
|
7572 |
msgstr ""
|
7573 |
|
7574 |
-
#: templates/settings.inc.php:360
|
7575 |
msgid ""
|
7576 |
"This color will be used for button backgrounds when you hover above them"
|
7577 |
msgstr ""
|
7578 |
|
7579 |
-
#: templates/settings.inc.php:365
|
7580 |
msgid "Buttons hover font color"
|
7581 |
msgstr ""
|
7582 |
|
7583 |
-
#: templates/settings.inc.php:369
|
7584 |
msgid "This color will be used for buttons font when you hover above them"
|
7585 |
msgstr ""
|
7586 |
|
7587 |
-
#: templates/settings.inc.php:378
|
7588 |
msgid ""
|
7589 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts"
|
7590 |
msgstr ""
|
7591 |
|
7592 |
-
#: templates/settings.inc.php:383
|
7593 |
msgid "Modals background color"
|
7594 |
msgstr ""
|
7595 |
|
7596 |
-
#: templates/settings.inc.php:387
|
7597 |
msgid ""
|
7598 |
"This color will be used for wpDataTable popup (filter, datepicker) background"
|
7599 |
msgstr ""
|
7600 |
|
7601 |
-
#: templates/settings.inc.php:392
|
7602 |
msgid "Overlay background color"
|
7603 |
msgstr ""
|
7604 |
|
7605 |
-
#: templates/settings.inc.php:396
|
7606 |
msgid ""
|
7607 |
"This color will be used for overlay which appears below the plugin popups"
|
7608 |
msgstr ""
|
7609 |
|
7610 |
-
#: templates/settings.inc.php:405
|
7611 |
msgid "This color will be used for button borders when you hover above them"
|
7612 |
msgstr ""
|
7613 |
|
7614 |
-
#: templates/settings.inc.php:419
|
7615 |
msgid "Table font"
|
7616 |
msgstr ""
|
7617 |
|
7618 |
-
#: templates/settings.inc.php:458
|
7619 |
msgid ""
|
7620 |
"This JS will be inserted as an inline script block on every page that has a "
|
7621 |
"wpDataTable"
|
7622 |
msgstr ""
|
7623 |
|
7624 |
-
#: templates/settings.inc.php:467
|
7625 |
msgid ""
|
7626 |
"This CSS will be inserted as an inline style block on every page that has a "
|
7627 |
"wpDataTable"
|
7628 |
msgstr ""
|
7629 |
|
7630 |
-
#: templates/settings.inc.php:472
|
7631 |
msgid "Use minified wpDataTables Javascript"
|
7632 |
msgstr ""
|
7633 |
|
7634 |
-
#: templates/settings.inc.php:476
|
7635 |
msgid ""
|
7636 |
"Uncheck if you would like to make some changes to the main wpDataTables JS "
|
7637 |
"file (assets/js/wpdatatables/wpdatatables.js). Minified is inserted by "
|
7638 |
"default (better performance)"
|
7639 |
msgstr ""
|
7640 |
|
7641 |
-
#: templates/settings.inc.php:521
|
7642 |
msgid "Premium version only!"
|
7643 |
msgstr ""
|
7644 |
|
7645 |
-
#: templates/settings.inc.php:521
|
7646 |
msgid ""
|
7647 |
"Sorry, this function is available only in FULL version of wpDataTables along "
|
7648 |
"with many others! Please go to our <a href=\\\"http://wpdatatables.com/\\"
|
7649 |
"\">website</a> to see the full list and to purchase!"
|
7650 |
msgstr ""
|
7651 |
|
7652 |
-
#: templates/settings.inc.php:625
|
7653 |
msgid "Settings saved successfully"
|
7654 |
msgstr ""
|
7655 |
|
7656 |
-
#: templates/settings.inc.php:627
|
7657 |
msgid "There was a problem saving your settings"
|
7658 |
msgstr ""
|
7659 |
|
7660 |
-
#: widgets/class.wpDataChartsElementorWidget.php:28
|
7661 |
msgid "wpDataChart content"
|
7662 |
msgstr "wpDataChart-Inhalt"
|
7663 |
|
7664 |
-
#: widgets/class.wpDataChartsElementorWidget.php:35
|
7665 |
msgid "Select wpDataChart:"
|
7666 |
msgstr "Wählen Sie wpDataChart:"
|
7667 |
|
7668 |
-
#: widgets/class.wpDataTablesElementorWidget.php:28
|
7669 |
msgid "wpDataTable content"
|
7670 |
msgstr "wpDataTable-Inhalt"
|
7671 |
|
7672 |
-
#: widgets/class.wpDataTablesElementorWidget.php:35
|
7673 |
msgid "Select wpDataTable:"
|
7674 |
msgstr "wpDataTable wählen:"
|
7675 |
|
7676 |
-
#: widgets/class.wpDataTablesElementorWidget.php:45
|
7677 |
msgid "Set name for export file:"
|
7678 |
msgstr "Name für Exportdatei festlegen:"
|
7679 |
|
7680 |
-
#: widgets/class.wpDataTablesElementorWidget.php:48
|
7681 |
msgid "Insert name for export file"
|
7682 |
msgstr "Name für Exportdatei einfügen"
|
7683 |
|
@@ -8411,9 +8858,6 @@ msgstr "Name für Exportdatei einfügen"
|
|
8411 |
#~ msgid "Purchase"
|
8412 |
#~ msgstr "Kauf"
|
8413 |
|
8414 |
-
#~ msgid "Installed"
|
8415 |
-
#~ msgstr "Eingerichtet"
|
8416 |
-
|
8417 |
#~ msgid "Vertical axis"
|
8418 |
#~ msgstr "Vertikale Achse"
|
8419 |
|
@@ -9182,9 +9626,6 @@ msgstr "Name für Exportdatei einfügen"
|
|
9182 |
#~ msgid "PostgreSQL"
|
9183 |
#~ msgstr "PostgreSQL"
|
9184 |
|
9185 |
-
#~ msgid "Name"
|
9186 |
-
#~ msgstr "Name"
|
9187 |
-
|
9188 |
#~ msgid "Database name."
|
9189 |
#~ msgstr "Datenbankname."
|
9190 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
+
"POT-Creation-Date: 2021-05-21 17:52+0200\n"
|
5 |
+
"PO-Revision-Date: 2021-05-21 17:52+0200\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: wpdatatables <cjbug@yandex.ru>\n"
|
8 |
"Language: en\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Generator: Poedit 1.8.7.1\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__;esc_html_e;esc_attr_e\n"
|
14 |
+
"X-Poedit-Basepath: ../../..\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: wpdatatables-lite\n"
|
18 |
+
"X-Poedit-SearchPath-1: wdt-forminator-integration\n"
|
19 |
+
"X-Poedit-SearchPathExcluded-0: wpdatatables-lite/assets/js/tagsinput/jquery."
|
20 |
+
"tagsinput.js\n"
|
21 |
+
"X-Poedit-SearchPathExcluded-1: wpdatatables-lite/assets/js/ace/ace.js\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-2: wpdatatables-lite/assets/js/chartjs/Chart.js\n"
|
23 |
+
"X-Poedit-SearchPathExcluded-3: wpdatatables-lite/assets/js/export-tools\n"
|
24 |
+
"X-Poedit-SearchPathExcluded-4: wpdatatables-lite/assets/js/handsontable\n"
|
25 |
+
"X-Poedit-SearchPathExcluded-5: wpdatatables-lite/assets/js/jquery-"
|
26 |
+
"datatables\n"
|
27 |
+
"X-Poedit-SearchPathExcluded-6: wpdatatables-lite/assets/js/moment\n"
|
28 |
+
"X-Poedit-SearchPathExcluded-7: wpdatatables-lite/assets/js/tagsinput\n"
|
29 |
+
"X-Poedit-SearchPathExcluded-8: wpdatatables-lite/lib\n"
|
30 |
+
"X-Poedit-SearchPathExcluded-9: wpdatatables-lite/lib/squizlabs/"
|
31 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2."
|
32 |
+
"js\n"
|
33 |
+
"X-Poedit-SearchPathExcluded-10: wpdatatables-lite/lib/squizlabs/"
|
34 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1."
|
35 |
+
"js.fixed\n"
|
36 |
+
"X-Poedit-SearchPathExcluded-11: wpdatatables-lite/lib/squizlabs/"
|
37 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2."
|
38 |
+
"js\n"
|
39 |
+
"X-Poedit-SearchPathExcluded-12: wpdatatables-lite/lib/squizlabs/"
|
40 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1."
|
41 |
+
"js\n"
|
42 |
+
"X-Poedit-SearchPathExcluded-13: wpdatatables-lite/lib/squizlabs/"
|
43 |
+
"php_codesniffer/src/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest."
|
44 |
+
"js\n"
|
45 |
+
"X-Poedit-SearchPathExcluded-14: wpdatatables-lite/lib/doctrine/annotations/"
|
46 |
+
"docs/en/annotations.rst\n"
|
47 |
+
"X-Poedit-SearchPathExcluded-15: wpdatatables-lite/lib\n"
|
48 |
+
|
49 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:13
|
50 |
+
msgid "Choose a Forminator Form"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:21
|
54 |
+
msgid "Pick a Forminator form..."
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:24
|
58 |
+
msgid "Form -> "
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:29
|
62 |
+
msgid "Quiz -> "
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:29
|
66 |
+
msgid "(Personality)"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:29
|
70 |
+
msgid "(Knowledge)"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:33
|
74 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:35
|
75 |
+
msgid "Poll -> "
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:33
|
79 |
+
msgid "(for Bar chart)"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:35
|
83 |
+
msgid "(for Pie chart)"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:47
|
87 |
+
msgid "Choose fields to show as columns"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: wdt-forminator-integration/templates/tab.inc.php:5
|
91 |
+
msgid "Forminator Settings"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:10
|
95 |
+
msgid "Filter by entry ID range"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:12
|
99 |
+
msgid "Here you can filter table by providing range entry ID value"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:57
|
103 |
+
msgid "Filter by entry date"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:59
|
107 |
+
msgid "Chose date filter logic if you want to filter form entries by date"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:67
|
111 |
+
msgid "Select date filter logic"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:68
|
115 |
+
msgid "Filter by date range"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:69
|
119 |
+
msgid "Filter by last X time period"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:114
|
123 |
+
msgid "Day(s)"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:115
|
127 |
+
msgid "Week(s)"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:116
|
131 |
+
msgid "Month(s)"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:117
|
135 |
+
msgid "Year(s)"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:132
|
139 |
+
msgid "Reset filters"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:107
|
143 |
+
msgid ""
|
144 |
+
"wpDataTables integration for Forminator Forms is an add-on - please install "
|
145 |
+
"and activate wpDataTables (Free or Premium) and Forminator Forms (Free or "
|
146 |
+
"PRO) to be able to use it!"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:116
|
150 |
+
msgid ""
|
151 |
+
"wpDataTables integration for Forminator Forms add-on requires wpDataTables "
|
152 |
+
"version "
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:436
|
156 |
+
msgid "Poll answers"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:437
|
160 |
+
msgid "Total Votes"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:443
|
164 |
+
msgid "Email"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:444
|
168 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:414
|
169 |
+
msgid "Name"
|
170 |
+
msgstr "Name"
|
171 |
+
|
172 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:447
|
173 |
+
msgid "Quiz results"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:449
|
177 |
+
msgid "Correct answers"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:450
|
181 |
+
msgid "Incorrect answers"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:451
|
185 |
+
msgid "Quiz results (Correct/Total)"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:1037
|
189 |
+
msgid "Transaction ID"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:1057
|
193 |
+
msgid "(no filename)"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:20
|
197 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:21
|
198 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:23
|
199 |
msgid "Dashboard"
|
200 |
msgstr "Instrumententafel"
|
201 |
|
202 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:28
|
203 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:29
|
204 |
msgid "wpDataTables"
|
205 |
msgstr "wpDataTables"
|
206 |
|
207 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:36
|
208 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:37
|
209 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:23
|
210 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:24
|
211 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:53
|
212 |
msgid "Create a Table"
|
213 |
msgstr "Tabelle erstellen"
|
214 |
|
215 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:44
|
216 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:45
|
217 |
msgid "wpDataCharts"
|
218 |
msgstr "wpDataCharts"
|
219 |
|
220 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:52
|
221 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:53
|
222 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:33
|
223 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:34
|
224 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:57
|
225 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:177
|
226 |
msgid "Create a Chart"
|
227 |
msgstr "Diagramm erstellen"
|
228 |
|
229 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:60
|
230 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:61
|
231 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:255
|
232 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:23
|
233 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:35
|
234 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:34
|
235 |
msgid "Settings"
|
236 |
msgstr "Einstellungen"
|
237 |
|
238 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:68
|
239 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:69
|
240 |
msgid "System info"
|
241 |
msgstr "System Informationen"
|
242 |
|
243 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:76
|
244 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:77
|
245 |
msgid "Getting Started"
|
246 |
msgstr "Einstieg"
|
247 |
|
248 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:84
|
249 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:85
|
250 |
msgid "Get Help"
|
251 |
msgstr "Hilfe bekommen"
|
252 |
|
253 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:92
|
254 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:93
|
255 |
msgid "Lite vs Premium"
|
256 |
msgstr "Lite vs Premium"
|
257 |
|
258 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:100
|
259 |
msgid "Add-ons"
|
260 |
msgstr "Add-ons"
|
261 |
|
262 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:101
|
263 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:23
|
264 |
msgid "Addons"
|
265 |
msgstr "Addons"
|
266 |
|
267 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:108
|
268 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:109
|
269 |
msgid "Welcome page"
|
270 |
msgstr "Startseite"
|
271 |
|
272 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:116
|
273 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:117
|
274 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:849
|
275 |
msgid "Go Premium"
|
276 |
msgstr "Gehen Sie Premium"
|
277 |
|
278 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:518
|
279 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:567
|
280 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:610
|
281 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:631
|
282 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:678
|
283 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:704
|
284 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:723
|
285 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:743
|
286 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:762
|
287 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:782
|
288 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:802
|
289 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:822
|
290 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:841
|
291 |
msgid "You do not have sufficient permissions to access this page."
|
292 |
msgstr ""
|
293 |
"Sie haben nicht genügend Berechtigungen, um auf diese Seite zuzugreifen."
|
294 |
|
295 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:507
|
296 |
msgid "wpDataChart with provided ID not found!"
|
297 |
msgstr "wpDataChart mit angegebener ID nicht gefunden!"
|
298 |
|
299 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:543
|
300 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:624
|
301 |
msgid "wpDataTable with provided ID not found!"
|
302 |
msgstr "wpDataTable mit angegebener ID nicht gefunden!"
|
303 |
|
304 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:634
|
305 |
msgid "Provided column is not Integer or Float column type"
|
306 |
msgstr "Die angegebene Spalte ist kein Integer- oder Float-Spaltentyp"
|
307 |
|
308 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:844
|
309 |
msgid "Go to Settings"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:873
|
313 |
#, php-format
|
314 |
msgid "By %s"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:877
|
318 |
msgid "Docs"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:905
|
322 |
msgid "Choose a table"
|
323 |
msgstr "Tabelle auswählen"
|
324 |
|
325 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:937
|
326 |
msgid "Interactive Responsive Table"
|
327 |
msgstr "Interaktive responsive Tabelle"
|
328 |
|
329 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:938
|
330 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:999
|
331 |
msgid "Content"
|
332 |
msgstr "Inhalt"
|
333 |
|
334 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:944
|
335 |
msgid "wpDataTable"
|
336 |
msgstr "wpDataTable"
|
337 |
|
338 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:948
|
339 |
msgid "Choose the wpDataTable from a dropdown"
|
340 |
msgstr "Wählen Sie die wpDataTable aus einer Dropdown-Liste"
|
341 |
|
342 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:953
|
343 |
msgid "Table view"
|
344 |
msgstr "Tabellenansicht"
|
345 |
|
346 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:957
|
347 |
msgid "Regular wpDataTable"
|
348 |
msgstr "Regelmäßige wpDataTable"
|
349 |
|
350 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:959
|
351 |
msgid "Excel-like table"
|
352 |
msgstr "Excel-ähnliche Tabelle"
|
353 |
|
354 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:965
|
355 |
msgid "Variable placeholder #1"
|
356 |
msgstr "Variabler Platzhalter #1"
|
357 |
|
358 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:968
|
359 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:976
|
360 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:984
|
361 |
msgid "Variables"
|
362 |
msgstr "Variablen"
|
363 |
|
364 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:969
|
365 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
366 |
msgstr ""
|
367 |
"Wenn Sie den Platzhalter VAR1 verwendet haben, können Sie ihm einen Wert "
|
368 |
"hier zuweisen"
|
369 |
|
370 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:973
|
371 |
msgid "Variable placeholder #2"
|
372 |
msgstr "Variabler Platzhalter #2"
|
373 |
|
374 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:977
|
375 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
376 |
msgstr ""
|
377 |
"Wenn Sie den Platzhalter VAR2 verwendet haben, können Sie ihm einen Wert "
|
378 |
"hier zuweisen"
|
379 |
|
380 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:981
|
381 |
msgid "Variable placeholder #3"
|
382 |
msgstr "Variabler Platzhalter #3"
|
383 |
|
384 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:985
|
385 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
386 |
msgstr ""
|
387 |
"Wenn Sie den Platzhalter VAR3 verwendet haben, können Sie ihm einen Wert "
|
388 |
"hier zuweisen"
|
389 |
|
390 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:998
|
391 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
392 |
msgstr "Google- oder Highcharts-Diagramm basierend auf einer wpDataTable"
|
393 |
|
394 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:1005
|
395 |
msgid "wpDataChart"
|
396 |
msgstr "wpDataChart"
|
397 |
|
398 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:1009
|
399 |
msgid "Choose one of wpDataCharts from the list"
|
400 |
msgstr "Wählen Sie eines von wpDataCharts aus der Liste"
|
401 |
|
402 |
+
#: wpdatatables-lite/source/WpDataChartsGutenbergBlock.php:28
|
403 |
msgid ""
|
404 |
"Choose the chart that you’ve just created in the dropdown below, and the "
|
405 |
"shortcode will be inserted automatically."
|
407 |
"Wählen Sie das soeben erstellte Diagramm in der Dropdown-Liste aus. Der "
|
408 |
"Shortcode wird automatisch eingefügt."
|
409 |
|
410 |
+
#: wpdatatables-lite/source/WpDataTablesGutenbergBlock.php:29
|
411 |
msgid ""
|
412 |
"Choose the table that you’ve just created in the dropdown below, and the "
|
413 |
"shortcode will be inserted automatically. You are able to provide values for "
|
417 |
"unten aus. Der Shortcode wird automatisch eingefügt. Sie können Werte für "
|
418 |
"Platzhalter und auch für den Exportdateinamen angeben."
|
419 |
|
420 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:29
|
421 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:30
|
422 |
msgid "ID"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:30
|
426 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:31
|
427 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:17
|
428 |
msgid "Title"
|
429 |
msgstr "Titel"
|
430 |
|
431 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:31
|
432 |
msgid "Render Engine"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:32
|
436 |
msgid "Chart Type"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:33
|
440 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:33
|
441 |
msgid "Shortcode"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:153
|
445 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:168
|
446 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step5.inc.php:12
|
447 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:153
|
448 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:222
|
449 |
msgid "Click to copy shortcode"
|
450 |
msgstr "Klicken Sie hier, um den Shortcode zu kopieren"
|
451 |
|
452 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:162
|
453 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:179
|
454 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
|
455 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:64
|
456 |
msgid "Duplicate"
|
457 |
msgstr "Duplizieren"
|
458 |
|
459 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:168
|
460 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:185
|
461 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:261
|
462 |
msgid "Configure"
|
463 |
msgstr "Konfigurieren"
|
464 |
|
465 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:174
|
466 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:192
|
467 |
+
#: wpdatatables-lite/source/class.wdttools.php:222
|
468 |
+
#: wpdatatables-lite/templates/admin/browse/bulk_actions.inc.php:14
|
469 |
+
#: wpdatatables-lite/templates/common/delete_modal.inc.php:42
|
470 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:15
|
471 |
msgid "Delete"
|
472 |
msgstr "Löschen"
|
473 |
|
474 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:229
|
475 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:238
|
476 |
msgid "Column Chart"
|
477 |
msgstr "Säulendiagramm"
|
478 |
|
479 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:232
|
480 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:256
|
481 |
msgid "Line Chart"
|
482 |
msgstr "Liniendiagramm"
|
483 |
|
484 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:235
|
485 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:259
|
486 |
msgid "Pie Chart"
|
487 |
msgstr "Kreisdiagramm"
|
488 |
|
489 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:241
|
490 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
|
491 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:91
|
492 |
msgid "Histogram"
|
493 |
msgstr "Histogramm"
|
494 |
|
495 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:244
|
496 |
msgid "Bar Chart"
|
497 |
msgstr "Balkendiagramm"
|
498 |
|
499 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:247
|
500 |
msgid "Stacked Bar Chart"
|
501 |
msgstr "Gestapeltes Balkendiagramm"
|
502 |
|
503 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:250
|
504 |
msgid "Area Chart"
|
505 |
msgstr "Flächendiagramm"
|
506 |
|
507 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:253
|
508 |
msgid "Stepped Area Chart"
|
509 |
msgstr "Gestapeltes Flächendiagramm"
|
510 |
|
511 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:262
|
512 |
msgid "Bubble Chart"
|
513 |
msgstr "Blasendiagramm"
|
514 |
|
515 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:265
|
516 |
msgid "Donut Chart"
|
517 |
msgstr "Donut-Diagramm"
|
518 |
|
519 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:268
|
520 |
msgid "Gauge Chart"
|
521 |
msgstr "Gauge-Diagramm"
|
522 |
|
523 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:271
|
524 |
msgid "Scatter Chart"
|
525 |
msgstr "Streudiagramm"
|
526 |
|
527 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:274
|
528 |
msgid "Candlestick Chart"
|
529 |
msgstr "Candlestick-Diagramm"
|
530 |
|
531 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:277
|
532 |
msgid "Waterfall Chart"
|
533 |
msgstr "Wasserfalldiagramm"
|
534 |
|
535 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:290
|
536 |
msgid "Google"
|
537 |
msgstr "Google"
|
538 |
|
539 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:357
|
540 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:298
|
541 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:11
|
542 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:32
|
543 |
msgid "Select All"
|
544 |
msgstr "Alle auswählen"
|
545 |
|
546 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:410
|
547 |
msgid "No wpDataCharts in the system yet."
|
548 |
msgstr "Noch keine wpDataCharts im System."
|
549 |
|
550 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:32
|
551 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:47
|
552 |
msgid "Type"
|
553 |
msgstr "Typ"
|
554 |
|
555 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:231
|
556 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:279
|
557 |
msgid "MySQL"
|
558 |
msgstr "MySQL"
|
559 |
|
560 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:234
|
561 |
msgid "Manual"
|
562 |
msgstr "Handbuch"
|
563 |
|
564 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:237
|
565 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2190
|
566 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2260
|
567 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1050
|
568 |
msgid "Excel"
|
569 |
msgstr "Excel"
|
570 |
|
571 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:240
|
572 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2199
|
573 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2270
|
574 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1051
|
575 |
msgid "CSV"
|
576 |
msgstr "CSV"
|
577 |
|
578 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:243
|
579 |
msgid "XML"
|
580 |
msgstr "XML"
|
581 |
|
582 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:246
|
583 |
msgid "JSON"
|
584 |
msgstr "JSON"
|
585 |
|
586 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:249
|
587 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:120
|
588 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:91
|
589 |
msgid "Serialized PHP array"
|
590 |
msgstr "Serialisierter PHP-Array"
|
591 |
|
592 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:252
|
593 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:88
|
594 |
msgid "Google spreadsheet"
|
595 |
msgstr "Google-Tabellen"
|
596 |
|
597 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:255
|
598 |
msgid "Simple"
|
599 |
msgstr "Einfach"
|
600 |
|
601 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:262
|
602 |
msgid "Unknown"
|
603 |
msgstr "Unbekannt"
|
604 |
|
605 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:373
|
606 |
msgid "No wpDataTables in the system yet."
|
607 |
msgstr "Noch keine wpDataTables im System."
|
608 |
|
609 |
+
#: wpdatatables-lite/source/class.wdtconfigcontroller.php:139
|
610 |
msgid "There was an error trying to fetch the table data: "
|
611 |
msgstr "Beim Abrufen der Tabellendaten ist ein Fehler aufgetreten: "
|
612 |
|
613 |
+
#: wpdatatables-lite/source/class.wdtconfigcontroller.php:479
|
614 |
msgid "Table in data source has no rows."
|
615 |
msgstr "Die Tabelle in der Datenquelle enthält keine Zeilen."
|
616 |
|
617 |
+
#: wpdatatables-lite/source/class.wdttools.php:17
|
618 |
msgid "One line string"
|
619 |
msgstr "Einzeiliger String"
|
620 |
|
621 |
+
#: wpdatatables-lite/source/class.wdttools.php:18
|
622 |
msgid "Multi-line string"
|
623 |
msgstr "Mehrzeiliger String"
|
624 |
|
625 |
+
#: wpdatatables-lite/source/class.wdttools.php:19
|
626 |
msgid "One-line selectbox"
|
627 |
msgstr "Einzeiliges Auswahlfeld"
|
628 |
|
629 |
+
#: wpdatatables-lite/source/class.wdttools.php:20
|
630 |
msgid "Multi-line selectbox"
|
631 |
msgstr "Mehrzeiliges Auswahlfeld"
|
632 |
|
633 |
+
#: wpdatatables-lite/source/class.wdttools.php:21
|
634 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:353
|
635 |
msgid "Integer"
|
636 |
msgstr "Integer"
|
637 |
|
638 |
+
#: wpdatatables-lite/source/class.wdttools.php:22
|
639 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:354
|
640 |
msgid "Float"
|
641 |
msgstr "Float"
|
642 |
|
643 |
+
#: wpdatatables-lite/source/class.wdttools.php:23
|
644 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:355
|
645 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:984
|
646 |
msgid "Date"
|
647 |
msgstr "Datum"
|
648 |
|
649 |
+
#: wpdatatables-lite/source/class.wdttools.php:24
|
650 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:985
|
651 |
msgid "Datetime"
|
652 |
msgstr "Datum/Uhrzeit"
|
653 |
|
654 |
+
#: wpdatatables-lite/source/class.wdttools.php:25
|
655 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:357
|
656 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:986
|
657 |
msgid "Time"
|
658 |
msgstr "Uhrzeit"
|
659 |
|
660 |
+
#: wpdatatables-lite/source/class.wdttools.php:26
|
661 |
msgid "URL Link"
|
662 |
msgstr "URL Link"
|
663 |
|
664 |
+
#: wpdatatables-lite/source/class.wdttools.php:27
|
665 |
msgid "E-mail"
|
666 |
msgstr "Email"
|
667 |
|
668 |
+
#: wpdatatables-lite/source/class.wdttools.php:28
|
669 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:360
|
670 |
msgid "Image"
|
671 |
msgstr "Bild"
|
672 |
|
673 |
+
#: wpdatatables-lite/source/class.wdttools.php:29
|
674 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:989
|
675 |
msgid "Attachment"
|
676 |
msgstr "Anhang"
|
677 |
|
678 |
+
#: wpdatatables-lite/source/class.wdttools.php:78
|
679 |
msgid ""
|
680 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
681 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
685 |
"nicht korrekt veröffentlicht. <br/> Sie können es veröffentlichen , idem Sie "
|
686 |
"auf <b> Datei -> Im Web veröffentlichen </ b> gehen "
|
687 |
|
688 |
+
#: wpdatatables-lite/source/class.wdttools.php:206
|
689 |
msgid "Back to date"
|
690 |
msgstr "Zurück zum Datum"
|
691 |
|
692 |
+
#: wpdatatables-lite/source/class.wdttools.php:207
|
693 |
msgid "Browse"
|
694 |
msgstr "Durchsuche"
|
695 |
|
696 |
+
#: wpdatatables-lite/source/class.wdttools.php:208
|
697 |
+
#: wpdatatables-lite/source/class.wdttools.php:330
|
698 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:43
|
699 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:61
|
700 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:39
|
701 |
+
#: wpdatatables-lite/templates/admin/common/HTMLModal.inc.php:43
|
702 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:117
|
703 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:48
|
704 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:73
|
705 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:29
|
706 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:28
|
707 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:126
|
708 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:20
|
709 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1095
|
710 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:89
|
711 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
|
712 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:81
|
713 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:42
|
714 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:86
|
715 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:41
|
716 |
+
#: wpdatatables-lite/templates/common/delete_modal.inc.php:39
|
717 |
msgid "Cancel"
|
718 |
msgstr "Abbrechen"
|
719 |
|
720 |
+
#: wpdatatables-lite/source/class.wdttools.php:209
|
721 |
#, fuzzy
|
722 |
msgid " field cannot be empty!"
|
723 |
msgstr " Feld darf nicht leer sein!"
|
724 |
|
725 |
+
#: wpdatatables-lite/source/class.wdttools.php:210
|
726 |
msgid "Use selected file"
|
727 |
msgstr "Verwenden Sie die ausgewählte Datei"
|
728 |
|
729 |
+
#: wpdatatables-lite/source/class.wdttools.php:211
|
730 |
msgid "Choose file"
|
731 |
msgstr "Datei auswählen"
|
732 |
|
733 |
+
#: wpdatatables-lite/source/class.wdttools.php:212
|
734 |
+
#: wpdatatables-lite/templates/admin/common/error_modal.inc.php:23
|
735 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:33
|
736 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:94
|
737 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:36
|
738 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:418
|
739 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:439
|
740 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:462
|
741 |
msgid "Close"
|
742 |
msgstr "Schließen"
|
743 |
|
744 |
+
#: wpdatatables-lite/source/class.wdttools.php:213
|
745 |
msgid "Column has been added!"
|
746 |
msgstr "Spalte wurde hinzugefügt!"
|
747 |
|
748 |
+
#: wpdatatables-lite/source/class.wdttools.php:214
|
749 |
msgid "Column header cannot be empty!"
|
750 |
msgstr "Spaltenkopfzeile darf nicht leer sein!"
|
751 |
|
752 |
+
#: wpdatatables-lite/source/class.wdttools.php:215
|
753 |
msgid "Please confirm column deletion!"
|
754 |
msgstr "Bitte bestätigen Sie das Löschen der Spalte!"
|
755 |
|
756 |
+
#: wpdatatables-lite/source/class.wdttools.php:216
|
757 |
msgid "Column has been removed!"
|
758 |
msgstr "Spalte wurde entfernt!"
|
759 |
|
760 |
+
#: wpdatatables-lite/source/class.wdttools.php:217
|
761 |
msgid "Please select columns that you want to use in table"
|
762 |
msgstr "Bitte wählen Sie Spalten aus, die Sie in der Tabelle verwenden möchten"
|
763 |
|
764 |
+
#: wpdatatables-lite/source/class.wdttools.php:218
|
765 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2208
|
766 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2280
|
767 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1052
|
768 |
msgid "Copy"
|
769 |
msgstr "Kopieren"
|
770 |
|
771 |
+
#: wpdatatables-lite/source/class.wdttools.php:219
|
772 |
msgid "There was an error trying to insert a new row!"
|
773 |
msgstr "Beim Einfügen einer neuen Zeile ist ein Fehler aufgetreten!"
|
774 |
|
775 |
+
#: wpdatatables-lite/source/class.wdttools.php:220
|
776 |
msgid "Data has been saved!"
|
777 |
msgstr "Daten wurden gespeichert!"
|
778 |
|
779 |
+
#: wpdatatables-lite/source/class.wdttools.php:221
|
780 |
msgid "detach"
|
781 |
msgstr "ablösen"
|
782 |
|
783 |
+
#: wpdatatables-lite/source/class.wdttools.php:223
|
784 |
msgid "Delete selected"
|
785 |
msgstr "Ausgewählte löschen"
|
786 |
|
787 |
+
#: wpdatatables-lite/source/class.wdttools.php:224
|
788 |
+
#: wpdatatables-lite/templates/settings.inc.php:553
|
789 |
+
#: wpdatatables-lite/templates/settings.inc.php:627
|
790 |
msgid "Error!"
|
791 |
msgstr "Fehler!"
|
792 |
|
793 |
+
#: wpdatatables-lite/source/class.wdttools.php:225
|
794 |
msgid "Please upload or choose a file from Media Library!"
|
795 |
msgstr ""
|
796 |
"Bitte laden Sie eine Datei aus der Medienbibliothek hoch oder wählen Sie sie "
|
797 |
"aus!"
|
798 |
|
799 |
+
#: wpdatatables-lite/source/class.wdttools.php:226
|
800 |
msgid "From"
|
801 |
msgstr "Von"
|
802 |
|
803 |
+
#: wpdatatables-lite/source/class.wdttools.php:227
|
804 |
msgid "Please provide a valid e-mail address for field"
|
805 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse für das Feld an"
|
806 |
|
807 |
+
#: wpdatatables-lite/source/class.wdttools.php:228
|
808 |
msgid "Please provide a valid URL link for field"
|
809 |
msgstr "Bitte geben Sie einen gültigen URL-Link für das Feld an"
|
810 |
|
811 |
+
#: wpdatatables-lite/source/class.wdttools.php:229
|
812 |
msgid "You have entered invalid value. Press ESC to cancel."
|
813 |
msgstr ""
|
814 |
"Sie haben einen ungültigen Wert eingegeben. Drücken Sie ESC, um den Vorgang "
|
815 |
"abzubrechen."
|
816 |
|
817 |
+
#: wpdatatables-lite/source/class.wdttools.php:230
|
818 |
+
#: wpdatatables-lite/source/class.wdttools.php:260
|
819 |
msgid "Show _MENU_ entries"
|
820 |
msgstr "_MENU_ Einträge anzeigen"
|
821 |
|
822 |
+
#: wpdatatables-lite/source/class.wdttools.php:231
|
823 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
824 |
msgid "Merge"
|
825 |
msgstr "Zusammenfügen"
|
826 |
|
827 |
+
#: wpdatatables-lite/source/class.wdttools.php:232
|
828 |
msgid "New column"
|
829 |
msgstr "Neue Spalte"
|
830 |
|
831 |
+
#: wpdatatables-lite/source/class.wdttools.php:233
|
832 |
msgid "Number of columns can not be empty or 0"
|
833 |
msgstr "Anzahl der Spalten darf nicht leer oder 0 sein"
|
834 |
|
835 |
+
#: wpdatatables-lite/source/class.wdttools.php:234
|
836 |
msgid "Number of rows can not be empty or 0"
|
837 |
msgstr "Die Anzahl der Zeilen darf nicht leer oder 0 sein"
|
838 |
|
839 |
+
#: wpdatatables-lite/source/class.wdttools.php:236
|
840 |
msgid ": activate to sort column ascending"
|
841 |
msgstr ": aktivieren, um die Spalte aufsteigend zu sortieren"
|
842 |
|
843 |
+
#: wpdatatables-lite/source/class.wdttools.php:237
|
844 |
msgid ": activate to sort column descending"
|
845 |
msgstr ": aktivieren, um die Spalte absteigend zu sortieren"
|
846 |
|
847 |
+
#: wpdatatables-lite/source/class.wdttools.php:239
|
848 |
msgid "Ok"
|
849 |
msgstr "Ok"
|
850 |
|
851 |
+
#: wpdatatables-lite/source/class.wdttools.php:241
|
852 |
msgid "First"
|
853 |
msgstr "Erste"
|
854 |
|
855 |
+
#: wpdatatables-lite/source/class.wdttools.php:242
|
856 |
msgid "Last"
|
857 |
msgstr "Letzte"
|
858 |
|
859 |
+
#: wpdatatables-lite/source/class.wdttools.php:243
|
860 |
msgid "Next"
|
861 |
msgstr "Nächste"
|
862 |
|
863 |
+
#: wpdatatables-lite/source/class.wdttools.php:244
|
864 |
msgid "Previous"
|
865 |
msgstr "Zurück"
|
866 |
|
867 |
+
#: wpdatatables-lite/source/class.wdttools.php:246
|
868 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
869 |
msgid "Replace"
|
870 |
msgstr "Ersetzen"
|
871 |
|
872 |
+
#: wpdatatables-lite/source/class.wdttools.php:247
|
873 |
msgid "Row has been deleted!"
|
874 |
msgstr "Zeile wurde gelöscht!"
|
875 |
|
876 |
+
#: wpdatatables-lite/source/class.wdttools.php:248
|
877 |
msgid "Save chart"
|
878 |
msgstr "Diagramm speichern"
|
879 |
|
880 |
+
#: wpdatatables-lite/source/class.wdttools.php:249
|
881 |
msgid "Select a file to use in table"
|
882 |
msgstr "Wählen Sie eine Datei aus, die in der Tabelle verwendet werden soll"
|
883 |
|
884 |
+
#: wpdatatables-lite/source/class.wdttools.php:250
|
885 |
msgid "Select an Excel or CSV file"
|
886 |
msgstr "Wählen Sie eine Excel- oder CSV-Datei aus"
|
887 |
|
888 |
+
#: wpdatatables-lite/source/class.wdttools.php:251
|
889 |
msgid "No data available in table"
|
890 |
msgstr "Keine Daten in der Tabelle verfügbar"
|
891 |
|
892 |
+
#: wpdatatables-lite/source/class.wdttools.php:252
|
893 |
msgid "Plugin settings saved successfully"
|
894 |
msgstr "Plugin-Einstellungen erfolgreich gespeichert"
|
895 |
|
896 |
+
#: wpdatatables-lite/source/class.wdttools.php:253
|
897 |
msgid ""
|
898 |
"Unable to save settings of plugin. Please try again or contact us over "
|
899 |
"Support page."
|
901 |
"Einstellungen des Plugins können nicht gespeichert werden. Bitte versuchen "
|
902 |
"Sie es erneut oder kontaktieren Sie uns über die Support-Seite."
|
903 |
|
904 |
+
#: wpdatatables-lite/source/class.wdttools.php:254
|
905 |
msgid "Shortcode has been copied to the clipboard."
|
906 |
msgstr "Der Shortcode wurde in die Zwischenablage kopiert."
|
907 |
|
908 |
+
#: wpdatatables-lite/source/class.wdttools.php:255
|
909 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
910 |
msgstr "_START_ bis _END_ von _TOTAL_-Einträgen anzeigen"
|
911 |
|
912 |
+
#: wpdatatables-lite/source/class.wdttools.php:256
|
913 |
msgid "Showing 0 to 0 of 0 entries"
|
914 |
msgstr "0 bis 0 von 0 Einträgen anzeigen"
|
915 |
|
916 |
+
#: wpdatatables-lite/source/class.wdttools.php:257
|
917 |
msgid "(filtered from _MAX_ total entries)"
|
918 |
msgstr "(gefiltert aus _MAX_ Gesamteinträgen)"
|
919 |
|
920 |
+
#: wpdatatables-lite/source/class.wdttools.php:259
|
921 |
msgid ","
|
922 |
msgstr ","
|
923 |
|
924 |
+
#: wpdatatables-lite/source/class.wdttools.php:261
|
925 |
msgid "Loading..."
|
926 |
msgstr "Wird geladen..."
|
927 |
|
928 |
+
#: wpdatatables-lite/source/class.wdttools.php:262
|
929 |
msgid "Processing..."
|
930 |
msgstr "Wird bearbeitet..."
|
931 |
|
932 |
+
#: wpdatatables-lite/source/class.wdttools.php:263
|
933 |
msgid "SQL error"
|
934 |
msgstr "SQL Fehler"
|
935 |
|
936 |
+
#: wpdatatables-lite/source/class.wdttools.php:264
|
937 |
msgid "Search: "
|
938 |
msgstr "Suche: "
|
939 |
|
940 |
+
#: wpdatatables-lite/source/class.wdttools.php:265
|
941 |
+
#: wpdatatables-lite/templates/settings.inc.php:559
|
942 |
+
#: wpdatatables-lite/templates/settings.inc.php:625
|
943 |
msgid "Success!"
|
944 |
msgstr "Erfolg!"
|
945 |
|
946 |
+
#: wpdatatables-lite/source/class.wdttools.php:266
|
947 |
msgid "No matching records found"
|
948 |
msgstr "Keine übereinstimmenden Aufzeichnungen gefunden"
|
949 |
|
950 |
+
#: wpdatatables-lite/source/class.wdttools.php:267
|
951 |
msgid ""
|
952 |
"System info data has been copied to the clipboard. You can now paste it in "
|
953 |
"file or in support topic."
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: wpdatatables-lite/source/class.wdttools.php:268
|
957 |
msgid "Table saved successfully!"
|
958 |
msgstr "Tabelle erfolgreich gespeichert!"
|
959 |
|
960 |
+
#: wpdatatables-lite/source/class.wdttools.php:269
|
961 |
msgid "To"
|
962 |
msgstr "Zu"
|
963 |
|
964 |
+
#: wpdatatables-lite/source/class.wdttools.php:305
|
965 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:17
|
966 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1072
|
967 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1348
|
968 |
msgid "This is a premium feature"
|
969 |
msgstr "Dies ist eine Premium-Funktion"
|
970 |
|
971 |
+
#: wpdatatables-lite/source/class.wdttools.php:306
|
972 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:26
|
973 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1073
|
974 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1349
|
975 |
msgid "This feature is available only in premium version of wpDataTables"
|
976 |
msgstr ""
|
977 |
"Diese Funktion ist nur in der Premium-Version von wpDataTables verfügbar"
|
978 |
|
979 |
+
#: wpdatatables-lite/source/class.wdttools.php:307
|
980 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:133
|
981 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:145
|
982 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:157
|
983 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:169
|
984 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1077
|
985 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1353
|
986 |
msgid "Compare and View Pricing"
|
987 |
msgstr "Preise vergleichen und anzeigen"
|
988 |
|
989 |
+
#: wpdatatables-lite/source/class.wdttools.php:326
|
990 |
msgid "Field cannot be empty!"
|
991 |
msgstr "Feld darf nicht leer sein!"
|
992 |
|
993 |
+
#: wpdatatables-lite/source/class.wdttools.php:327
|
994 |
msgid "Please choose chart type."
|
995 |
msgstr "Bitte wählen Sie einen Diagrammtyp."
|
996 |
|
997 |
+
#: wpdatatables-lite/source/class.wdttools.php:328
|
998 |
msgid "Please select wpDataTable from dropdown."
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: wpdatatables-lite/source/class.wdttools.php:329
|
1002 |
msgid "Columns field cannot be empty"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: wpdatatables-lite/source/class.wdttools.php:331
|
1006 |
msgid ""
|
1007 |
"Tutorial is not canceled, closed or end properly. Please cancel it by "
|
1008 |
"clicking on Cancel button."
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: wpdatatables-lite/source/class.wdttools.php:332
|
1012 |
msgid "Finish Tutorial"
|
1013 |
msgstr "Tutorial beenden"
|
1014 |
|
1015 |
+
#: wpdatatables-lite/source/class.wdttools.php:333
|
1016 |
msgid "Continue"
|
1017 |
msgstr "Weiter"
|
1018 |
|
1019 |
+
#: wpdatatables-lite/source/class.wdttools.php:334
|
1020 |
msgid "Start"
|
1021 |
msgstr "Start"
|
1022 |
|
1023 |
+
#: wpdatatables-lite/source/class.wdttools.php:335
|
1024 |
msgid "Skip Tutorial"
|
1025 |
msgstr "Tutorial überspringen"
|
1026 |
|
1027 |
+
#: wpdatatables-lite/source/class.wdttools.php:338
|
1028 |
+
#: wpdatatables-lite/source/class.wdttools.php:404
|
1029 |
+
#: wpdatatables-lite/source/class.wdttools.php:446
|
1030 |
msgid "Welcome to the tutorial!"
|
1031 |
msgstr "Willkommen zum Tutorial!"
|
1032 |
|
1033 |
+
#: wpdatatables-lite/source/class.wdttools.php:339
|
1034 |
+
#: wpdatatables-lite/source/class.wdttools.php:405
|
1035 |
+
#: wpdatatables-lite/source/class.wdttools.php:447
|
1036 |
msgid "Hello "
|
1037 |
msgstr "Hallo "
|
1038 |
|
1039 |
+
#: wpdatatables-lite/source/class.wdttools.php:339
|
1040 |
msgid ""
|
1041 |
", in this tutorial, we will show you how to create a simple table from "
|
1042 |
"scratch by choosing a custom number of columns and rows. How to customize "
|
1047 |
"Spalten und Zeilen auswählen. So passen Sie jede Zelle an, führen Zellen "
|
1048 |
"zusammen und vieles mehr."
|
1049 |
|
1050 |
+
#: wpdatatables-lite/source/class.wdttools.php:342
|
1051 |
msgid " Let's create a new wpDataTable from scratch!"
|
1052 |
msgstr " Lassen Sie uns eine neue wpDataTable von Grund auf neu erstellen!"
|
1053 |
|
1054 |
+
#: wpdatatables-lite/source/class.wdttools.php:343
|
1055 |
+
#: wpdatatables-lite/source/class.wdttools.php:409
|
1056 |
msgid "Click on 'Create a Table' to access the wpDataTables Table Wizard."
|
1057 |
msgstr ""
|
1058 |
"Klicken Sie auf \"Tabelle erstellen\", um auf den Tabellenassistenten "
|
1059 |
"wpDataTables zuzugreifen."
|
1060 |
|
1061 |
+
#: wpdatatables-lite/source/class.wdttools.php:346
|
1062 |
msgid "Choose this option"
|
1063 |
msgstr "Wählen Sie diese Option"
|
1064 |
|
1065 |
+
#: wpdatatables-lite/source/class.wdttools.php:347
|
1066 |
msgid "Please select 'Create a simple table from scratch'."
|
1067 |
msgstr "Bitte wählen Sie 'Einfache Tabelle von Grund auf neu erstellen'."
|
1068 |
|
1069 |
+
#: wpdatatables-lite/source/class.wdttools.php:350
|
1070 |
+
#: wpdatatables-lite/source/class.wdttools.php:416
|
1071 |
msgid "Click Next"
|
1072 |
msgstr "Klicken Sie auf Weiter"
|
1073 |
|
1074 |
+
#: wpdatatables-lite/source/class.wdttools.php:351
|
1075 |
+
#: wpdatatables-lite/source/class.wdttools.php:417
|
1076 |
msgid "Please click the 'Next' button to continue."
|
1077 |
msgstr "Bitte klicken Sie auf die Schaltfläche \"Weiter\", um fortzufahren."
|
1078 |
|
1079 |
+
#: wpdatatables-lite/source/class.wdttools.php:354
|
1080 |
msgid "Welcome to the Simple table wizard!"
|
1081 |
msgstr "Willkommen beim Einfachen Tabellen-Assistent!"
|
1082 |
|
1083 |
+
#: wpdatatables-lite/source/class.wdttools.php:355
|
1084 |
msgid "Please click 'Continue' button to move on."
|
1085 |
msgstr "Bitte klicken Sie auf \"Weiter\", um fortzufahren."
|
1086 |
|
1087 |
+
#: wpdatatables-lite/source/class.wdttools.php:358
|
1088 |
msgid "Choose a name for your table"
|
1089 |
msgstr "Wählen Sie einen Namen für Ihre Tabelle"
|
1090 |
|
1091 |
+
#: wpdatatables-lite/source/class.wdttools.php:359
|
1092 |
msgid "After inserting table name, click 'Continue' to move on."
|
1093 |
msgstr ""
|
1094 |
"Klicken Sie nach dem Einfügen des Tabellennamens auf \"Weiter\", um "
|
1095 |
"fortzufahren."
|
1096 |
|
1097 |
+
#: wpdatatables-lite/source/class.wdttools.php:362
|
1098 |
msgid "Choose the number of columns for your table"
|
1099 |
msgstr "Wählen Sie die Anzahl der Spalten für Ihre Tabelle"
|
1100 |
|
1101 |
+
#: wpdatatables-lite/source/class.wdttools.php:363
|
1102 |
msgid ""
|
1103 |
"Please choose how many columns it will have. Remember that you can always "
|
1104 |
"add or reduce the number of columns later. Click 'Continue' when you finish."
|
1107 |
"dass Sie die Anzahl der Spalten später jederzeit hinzufügen oder verringern "
|
1108 |
"können. Klicken Sie auf \"Weiter\", wenn Sie fertig sind."
|
1109 |
|
1110 |
+
#: wpdatatables-lite/source/class.wdttools.php:366
|
1111 |
msgid "Choose the number of rows for your table."
|
1112 |
msgstr "Wählen Sie die Anzahl der Zeilen für Ihre Tabelle."
|
1113 |
|
1114 |
+
#: wpdatatables-lite/source/class.wdttools.php:367
|
1115 |
msgid ""
|
1116 |
"Please choose how many rows it will have. Remember that you can always add "
|
1117 |
"or reduce the number of rows later. Click 'Continue' when you finish."
|
1120 |
"dass Sie die Anzahl der Zeilen später jederzeit hinzufügen oder verringern "
|
1121 |
"können. Klicken Sie auf \"Weiter\", wenn Sie fertig sind."
|
1122 |
|
1123 |
+
#: wpdatatables-lite/source/class.wdttools.php:370
|
1124 |
msgid "Click on the 'Generate Table' button"
|
1125 |
msgstr "Klicken Sie auf die Schaltfläche 'Tabelle generieren'"
|
1126 |
|
1127 |
+
#: wpdatatables-lite/source/class.wdttools.php:371
|
1128 |
msgid "When you click on the button, the empty table will be ready for you. "
|
1129 |
msgstr ""
|
1130 |
"Wenn Sie auf die Schaltfläche klicken, ist die leere Tabelle für Sie bereit. "
|
1131 |
|
1132 |
+
#: wpdatatables-lite/source/class.wdttools.php:374
|
1133 |
msgid "We are generating the table..."
|
1134 |
msgstr "Wir generieren die Tabelle..."
|
1135 |
|
1136 |
+
#: wpdatatables-lite/source/class.wdttools.php:375
|
1137 |
msgid "Please, when you see the table, click 'Continue' to move on."
|
1138 |
msgstr ""
|
1139 |
"Wenn die Tabelle erscheint, klicken Sie bitte auf \"Weiter\", um "
|
1140 |
"fortzufahren."
|
1141 |
|
1142 |
+
#: wpdatatables-lite/source/class.wdttools.php:378
|
1143 |
msgid ""
|
1144 |
"Nice job! You just configured your table and it is ready to fill it with "
|
1145 |
"data."
|
1147 |
"Gut gemacht! Sie haben gerade Ihre Tabelle konfiguriert und sie kann jetzt "
|
1148 |
"mit Daten gefüllt werden."
|
1149 |
|
1150 |
+
#: wpdatatables-lite/source/class.wdttools.php:379
|
1151 |
msgid ""
|
1152 |
"Now we will guide you on how to insert data and check table layout throw "
|
1153 |
"Simple table editor, table toolbar and table preview. Please click "
|
1158 |
"Tabellenvorschau erstellen. Bitte klicken Sie auf \"Weiter\", um "
|
1159 |
"fortzufahren."
|
1160 |
|
1161 |
+
#: wpdatatables-lite/source/class.wdttools.php:382
|
1162 |
msgid "This is Simple table editor"
|
1163 |
msgstr "Dies ist der Einfache Tabelleneditor"
|
1164 |
|
1165 |
+
#: wpdatatables-lite/source/class.wdttools.php:383
|
1166 |
msgid ""
|
1167 |
"Here you can populate your table with data. <br><br>You can move around the "
|
1168 |
"cells using keyboard arrows and the Tab button. <br><br>Rearrange columns or "
|
1178 |
"oder die unterste Zeile der Zeilenkopfzeile ziehen. Klicken Sie auf \"Weiter"
|
1179 |
"\", um fortzufahren."
|
1180 |
|
1181 |
+
#: wpdatatables-lite/source/class.wdttools.php:386
|
1182 |
msgid "Check out the Simple table toolbar"
|
1183 |
msgstr "Schauen Sie sich die Symbolleiste der Einfache Tabelle an"
|
1184 |
|
1185 |
+
#: wpdatatables-lite/source/class.wdttools.php:387
|
1186 |
msgid ""
|
1187 |
"Here you can style and insert custom data for each cell or range of cells. "
|
1188 |
"You can add or delete columns and rows, merge cells, customize sections by "
|
1195 |
"Hintergrund, Ausrichtung anpassen, benutzerdefinierte Links, Medien, "
|
1196 |
"Shortcodes, Sternebewertungen oder benutzerdefinierten HTML-Code einfügen."
|
1197 |
|
1198 |
+
#: wpdatatables-lite/source/class.wdttools.php:390
|
1199 |
msgid "Responsive table views"
|
1200 |
msgstr "Responsive Tabellenansichten"
|
1201 |
|
1202 |
+
#: wpdatatables-lite/source/class.wdttools.php:391
|
1203 |
msgid ""
|
1204 |
"You can switch between Desktop, Tablet or Mobile devices by clicking on the "
|
1205 |
"tab that you need, so you can make sure your table looks excellent across "
|
1209 |
"auf das gewünschte Tab klicken, um sicherzustellen, dass Ihre Tabelle auf "
|
1210 |
"allen Geräten hervorragend aussieht. "
|
1211 |
|
1212 |
+
#: wpdatatables-lite/source/class.wdttools.php:394
|
1213 |
msgid "Real-time preview"
|
1214 |
msgstr "Echtzeitvorschau"
|
1215 |
|
1216 |
+
#: wpdatatables-lite/source/class.wdttools.php:395
|
1217 |
msgid ""
|
1218 |
"Here you will see how your table will look like on the page. Please click "
|
1219 |
"'Continue' to move on."
|
1221 |
"Hier sehen Sie, wie Ihre Tabelle auf der Seite aussehen wird. Bitte klicken "
|
1222 |
"Sie auf \"Weiter\", um fortzufahren."
|
1223 |
|
1224 |
+
#: wpdatatables-lite/source/class.wdttools.php:398
|
1225 |
msgid "Congrats! Your table is ready."
|
1226 |
msgstr "Glückwunsch! Ihre Tabelle ist fertig."
|
1227 |
|
1228 |
+
#: wpdatatables-lite/source/class.wdttools.php:399
|
1229 |
msgid ""
|
1230 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
1231 |
"your website when you paste it to a post or page. You can always come back "
|
1236 |
"Seite einfügen. Sie können jederzeit zurückkehren und die Tabelle nach "
|
1237 |
"Belieben bearbeiten."
|
1238 |
|
1239 |
+
#: wpdatatables-lite/source/class.wdttools.php:405
|
1240 |
msgid ""
|
1241 |
", in this tutorial we will show you how to create a wpDataTable linked to an "
|
1242 |
"existing data source. \"Linked\" in this context means that if you create a "
|
1251 |
"gelesen werden, um sicherzustellen, dass alle Änderungen der Tabellenwerte "
|
1252 |
"sofort in der Tabelle angezeigt werden."
|
1253 |
|
1254 |
+
#: wpdatatables-lite/source/class.wdttools.php:408
|
1255 |
msgid "Let's create a new wpDataTable!"
|
1256 |
msgstr "Lassen Sie uns einen neuen wpDataTable erstellen!"
|
1257 |
|
1258 |
+
#: wpdatatables-lite/source/class.wdttools.php:412
|
1259 |
msgid "Choose this option."
|
1260 |
msgstr "Wählen Sie diese Option."
|
1261 |
|
1262 |
+
#: wpdatatables-lite/source/class.wdttools.php:413
|
1263 |
msgid "Please select 'Create a table linked to an existing data source'."
|
1264 |
msgstr ""
|
1265 |
"Bitte wählen Sie \"Tabelle erstellen, die mit einer vorhandenen Datenquelle "
|
1266 |
"verknüpft ist\"."
|
1267 |
|
1268 |
+
#: wpdatatables-lite/source/class.wdttools.php:420
|
1269 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:101
|
1270 |
msgid "Input data source type"
|
1271 |
msgstr "Typ der Eingabedatenquelle"
|
1272 |
|
1273 |
+
#: wpdatatables-lite/source/class.wdttools.php:421
|
1274 |
msgid "Please select a data source type that you need."
|
1275 |
msgstr "Bitte wählen Sie einen Datenquellentyp aus, den Sie benötigen."
|
1276 |
|
1277 |
+
#: wpdatatables-lite/source/class.wdttools.php:424
|
1278 |
msgid "Select Data source type"
|
1279 |
msgstr "Wählen Sie den Datenquellentyp"
|
1280 |
|
1281 |
+
#: wpdatatables-lite/source/class.wdttools.php:425
|
1282 |
msgid ""
|
1283 |
"Please choose the data source that you need ( Excel, CSV, JSON, XML or PHP "
|
1284 |
"array) and then click 'Continue' button.<br><br>(SQL and Google Spreadsheet "
|
1285 |
"are available in Premium version)"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: wpdatatables-lite/source/class.wdttools.php:428
|
1289 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:131
|
1290 |
msgid "Input file path or URL"
|
1291 |
msgstr "Dateipfad oder URL eingeben"
|
1292 |
|
1293 |
+
#: wpdatatables-lite/source/class.wdttools.php:429
|
1294 |
msgid ""
|
1295 |
"Upload your file or provide the full URL here. When you finish click "
|
1296 |
"'Continue' button."
|
1298 |
"Laden Sie Ihre Datei hoch oder geben Sie hier die vollständige URL an. Wenn "
|
1299 |
"Sie fertig sind, klicken Sie auf \"Weiter\"."
|
1300 |
|
1301 |
+
#: wpdatatables-lite/source/class.wdttools.php:432
|
1302 |
msgid "Click Save Changes"
|
1303 |
msgstr "Klicken Sie auf Änderungen speichern"
|
1304 |
|
1305 |
+
#: wpdatatables-lite/source/class.wdttools.php:433
|
1306 |
msgid ""
|
1307 |
"Please click on the 'Save Changes' button to create a table.<br><br> If you "
|
1308 |
"get an error message after button click and you are not able to solve it, "
|
1317 |
"Quelle, die Sie zum Erstellen dieser Tabelle verwendet haben, sowie die "
|
1318 |
"Fehlermeldung zur Verfügung und klicken Sie auf Tutorial überspringen."
|
1319 |
|
1320 |
+
#: wpdatatables-lite/source/class.wdttools.php:436
|
1321 |
msgid "The table is creating..."
|
1322 |
msgstr "Tabelle wird erstellt..."
|
1323 |
|
1324 |
+
#: wpdatatables-lite/source/class.wdttools.php:437
|
1325 |
msgid ""
|
1326 |
"Now the table is creating. Wait until you see it in the background and then "
|
1327 |
"click 'Continue'."
|
1329 |
"Jetzt wird die Tabelle erstellt. Warten Sie bitte, bis sie im Hintergrund "
|
1330 |
"erscheint, und klicken Sie dann auf \"Weiter\"."
|
1331 |
|
1332 |
+
#: wpdatatables-lite/source/class.wdttools.php:440
|
1333 |
msgid "Nice job! You just created your first wpDataTable!"
|
1334 |
msgstr "Gut gemacht! Sie haben gerade Ihre erste wpDataTable erstellt!"
|
1335 |
|
1336 |
+
#: wpdatatables-lite/source/class.wdttools.php:441
|
1337 |
msgid ""
|
1338 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
1339 |
"your website when you paste it to a post or page."
|
1342 |
"wie er auf Ihrer Website aussieht, wenn Sie ihn in einen Beitrag oder eine "
|
1343 |
"Seite einfügen."
|
1344 |
|
1345 |
+
#: wpdatatables-lite/source/class.wdttools.php:447
|
1346 |
msgid ""
|
1347 |
", in this tutorial we will show you how to create a chart in wpDataTables "
|
1348 |
"plugin."
|
1350 |
", in diesem Tutorial zeigen wir Ihnen, wie Sie ein Diagramm im wpDataTables-"
|
1351 |
"Plugin erstellen."
|
1352 |
|
1353 |
+
#: wpdatatables-lite/source/class.wdttools.php:450
|
1354 |
msgid "Let's create a new wpDataTables Chart!"
|
1355 |
msgstr "Erstellen wir ein neues wpDataTables-Diagramm!"
|
1356 |
|
1357 |
+
#: wpdatatables-lite/source/class.wdttools.php:451
|
1358 |
msgid "Click on 'Create a Chart' to access the wpDataTables Chart Wizard."
|
1359 |
msgstr ""
|
1360 |
"Klicken Sie auf \"Diagramm erstellen\", um auf den wpDataTables "
|
1361 |
"Diagrammassistenten zuzugreifen."
|
1362 |
|
1363 |
+
#: wpdatatables-lite/source/class.wdttools.php:454
|
1364 |
msgid "Welcome to the Chart Wizard!"
|
1365 |
msgstr "Willkommen beim Diagramm-Assistenten!"
|
1366 |
|
1367 |
+
#: wpdatatables-lite/source/class.wdttools.php:455
|
1368 |
msgid ""
|
1369 |
"You are at the first step now; we will introduce you the wpDataTables Chart "
|
1370 |
"Wizard section by section.<br><br> Click 'Continue' button to move forward."
|
1373 |
"wpDataTables-Diagramme abschnittsweise vorstellen. <br> <br> Klicken Sie auf "
|
1374 |
"die Schaltfläche 'Weiter', um fortzufahren."
|
1375 |
|
1376 |
+
#: wpdatatables-lite/source/class.wdttools.php:458
|
1377 |
msgid "Follow the steps in the Chart Wizard"
|
1378 |
msgstr "Befolgen Sie die Schritte im Diagrammassistenten"
|
1379 |
|
1380 |
+
#: wpdatatables-lite/source/class.wdttools.php:459
|
1381 |
msgid ""
|
1382 |
"By following these steps, you will finish building your chart in the Chart "
|
1383 |
"Wizard. The current step will always be highlighted in blue.<br><br> Click "
|
1388 |
"hervorgehoben. <br> <br> Klicken Sie auf die Schaltfläche 'Weiter', um "
|
1389 |
"fortzufahren."
|
1390 |
|
1391 |
+
#: wpdatatables-lite/source/class.wdttools.php:462
|
1392 |
msgid "Choose a name for your Chart"
|
1393 |
msgstr "Wählen Sie einen Namen für Ihr Diagramm"
|
1394 |
|
1395 |
+
#: wpdatatables-lite/source/class.wdttools.php:463
|
1396 |
msgid "Click 'Continue' button when you’re ready to move forward."
|
1397 |
msgstr "Klicken Sie auf 'Weiter', wenn Sie bereit sind, fortzufahren."
|
1398 |
|
1399 |
+
#: wpdatatables-lite/source/class.wdttools.php:466
|
1400 |
msgid "In wpDataTables you can find several charts render engines."
|
1401 |
msgstr "In wpDataTables finden Sie mehrere Render-Engines für Diagramme."
|
1402 |
|
1403 |
+
#: wpdatatables-lite/source/class.wdttools.php:467
|
1404 |
msgid ""
|
1405 |
"Click on the dropdown, and you will see several options that you can choose "
|
1406 |
"from.(Google charts are only available) <br><br>To continue, click on the "
|
1407 |
"dropdown."
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: wpdatatables-lite/source/class.wdttools.php:470
|
1411 |
msgid "Choose Google chart engine."
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: wpdatatables-lite/source/class.wdttools.php:471
|
1415 |
msgid ""
|
1416 |
"By clicking on Google chart options, you will choose the engine that will "
|
1417 |
"render your chart.<br><br> When you finish, please click 'Continue' button "
|
1418 |
"to move forward."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: wpdatatables-lite/source/class.wdttools.php:474
|
1422 |
msgid "Different charts types. "
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: wpdatatables-lite/source/class.wdttools.php:475
|
1426 |
msgid ""
|
1427 |
"Here you can choose a chart type. Please, click on the chart type that you "
|
1428 |
"prefer.<br><br> When you finish, please click 'Continue' button to move "
|
1432 |
"Diagrammtyp. <br> <br> Wenn Sie fertig sind, klicken Sie auf die "
|
1433 |
"Schaltfläche 'Weiter', um fortzufahren."
|
1434 |
|
1435 |
+
#: wpdatatables-lite/source/class.wdttools.php:478
|
1436 |
msgid "The first step is finished!"
|
1437 |
msgstr "Der erste Schritt ist beendet!"
|
1438 |
|
1439 |
+
#: wpdatatables-lite/source/class.wdttools.php:479
|
1440 |
msgid "Let's move on. Please, click 'Next' to continue."
|
1441 |
msgstr ""
|
1442 |
"Lass uns weitermachen. Bitte klicken Sie auf 'Weiter', um fortzufahren."
|
1443 |
|
1444 |
+
#: wpdatatables-lite/source/class.wdttools.php:482
|
1445 |
msgid ""
|
1446 |
"Now you need to choose a wpDataTable based on which we will build a chart "
|
1447 |
"for you"
|
1449 |
"Jetzt müssen Sie eine wpDataTable auswählen, auf deren Grundlage wir ein "
|
1450 |
"Diagramm für Sie erstellen"
|
1451 |
|
1452 |
+
#: wpdatatables-lite/source/class.wdttools.php:483
|
1453 |
msgid ""
|
1454 |
"Click on the dropdown, and all your tables will be listed. The columns of "
|
1455 |
"the table that you choose will be used for creating the chart.<br><br>If you "
|
1463 |
"und erstellen Sie eine wpDataTable, die die Daten zuerst zu visualisieren "
|
1464 |
"enthalten würde."
|
1465 |
|
1466 |
+
#: wpdatatables-lite/source/class.wdttools.php:486
|
1467 |
msgid "Pick your wpDataTable"
|
1468 |
msgstr "Wählen Sie Ihre wpDataTable"
|
1469 |
|
1470 |
+
#: wpdatatables-lite/source/class.wdttools.php:487
|
1471 |
msgid ""
|
1472 |
"Pick a wpDataTable from which you want to render a chart and when you "
|
1473 |
"finish, please click 'Continue' to move on."
|
1475 |
"Wählen Sie eine wpDataTable aus, aus der Sie ein Diagramm rendern möchten. "
|
1476 |
"Wenn Sie fertig sind, klicken Sie auf \"Weiter\", um fortzufahren."
|
1477 |
|
1478 |
+
#: wpdatatables-lite/source/class.wdttools.php:490
|
1479 |
msgid "The second step is finished!"
|
1480 |
msgstr "Der zweite Schritt ist beendet!"
|
1481 |
|
1482 |
+
#: wpdatatables-lite/source/class.wdttools.php:491
|
1483 |
msgid ""
|
1484 |
"Let's see what is coming up next. <br><br> Please, click 'Next' to continue."
|
1485 |
msgstr ""
|
1486 |
"Mal sehen, was als nächstes kommt. <br> <br> Bitte klicken Sie auf 'Weiter', "
|
1487 |
"um fortzufahren."
|
1488 |
|
1489 |
+
#: wpdatatables-lite/source/class.wdttools.php:494
|
1490 |
msgid "Just a heads up!"
|
1491 |
msgstr "Passen Sie auf!"
|
1492 |
|
1493 |
+
#: wpdatatables-lite/source/class.wdttools.php:495
|
1494 |
msgid ""
|
1495 |
"Here you will choose from which columns you will create a chart.<br><br> "
|
1496 |
"Please click 'Continue' button to move forward."
|
1498 |
"Hier wählen Sie aus, aus welchen Spalten Sie ein Diagramm erstellen möchten. "
|
1499 |
"<br> <br> Klicken Sie auf die Schaltfläche \"Weiter\", um fortzufahren."
|
1500 |
|
1501 |
+
#: wpdatatables-lite/source/class.wdttools.php:498
|
1502 |
msgid "Meet the wpDataTable Column Blocks"
|
1503 |
msgstr "Treffen Sie die wpDataTable-Spaltenblöcke"
|
1504 |
|
1505 |
+
#: wpdatatables-lite/source/class.wdttools.php:499
|
1506 |
msgid ""
|
1507 |
"Here you will choose columns you want to use in the chart. Drag and drop it, "
|
1508 |
"or click on the arrow to move the desired column to the 'Columns used in the "
|
1513 |
"Spalte in den Abschnitt \"Im Diagramm verwendete Spalten\" zu verschieben. "
|
1514 |
"<br> <br> Wenn Sie fertig sind, klicken Sie auf 'Weiter'."
|
1515 |
|
1516 |
+
#: wpdatatables-lite/source/class.wdttools.php:502
|
1517 |
msgid "Well done!"
|
1518 |
msgstr "Gut gemacht!"
|
1519 |
|
1520 |
+
#: wpdatatables-lite/source/class.wdttools.php:503
|
1521 |
msgid "Just two more steps to go. Please click 'Next' to continue."
|
1522 |
msgstr ""
|
1523 |
"Nur noch zwei Schritte. Bitte klicken Sie auf 'Weiter', um fortzufahren."
|
1524 |
|
1525 |
+
#: wpdatatables-lite/source/class.wdttools.php:506
|
1526 |
msgid "Chart settings and chart preview."
|
1527 |
msgstr "Diagrammeinstellungen und Diagrammvorschau."
|
1528 |
|
1529 |
+
#: wpdatatables-lite/source/class.wdttools.php:507
|
1530 |
msgid ""
|
1531 |
"Here you can adjust chart settings, different parameters are grouped in "
|
1532 |
"section; adjusting the parameters will be reflected in the preview of your "
|
1538 |
"Vorschau Ihres Diagramms in Echtzeit auf der rechten Seite angezeigt. <br> "
|
1539 |
"<br> Klicken Sie auf die Schaltfläche 'Weiter', um fortzufahren."
|
1540 |
|
1541 |
+
#: wpdatatables-lite/source/class.wdttools.php:510
|
1542 |
msgid "In this sidebar, you can find the chart settings section."
|
1543 |
msgstr "In dieser Seitenleiste finden Sie den Abschnitt Diagrammeinstellungen."
|
1544 |
|
1545 |
+
#: wpdatatables-lite/source/class.wdttools.php:511
|
1546 |
msgid ""
|
1547 |
"By clicking on each section, you can set your desired parameters per section."
|
1548 |
"<br><br> Please click 'Continue' button to move on."
|
1551 |
"Abschnitt festlegen. <br> <br> Klicken Sie auf die Schaltfläche 'Weiter', um "
|
1552 |
"fortzufahren."
|
1553 |
|
1554 |
+
#: wpdatatables-lite/source/class.wdttools.php:514
|
1555 |
msgid "Here are the available chart options"
|
1556 |
msgstr "Hier sind die verfügbaren Diagrammoptionen"
|
1557 |
|
1558 |
+
#: wpdatatables-lite/source/class.wdttools.php:515
|
1559 |
msgid ""
|
1560 |
"Set different chart options for the chosen section to get your desired chart "
|
1561 |
"look.<br><br> Please click 'Continue' button to move on."
|
1564 |
"ein, um das gewünschte Diagrammbild zu erhalten. <br> <br> Klicken Sie auf "
|
1565 |
"die Schaltfläche 'Weiter', um fortzufahren."
|
1566 |
|
1567 |
+
#: wpdatatables-lite/source/class.wdttools.php:518
|
1568 |
msgid "How your chart will look like on the page of your website"
|
1569 |
msgstr "Wie Ihr Diagramm auf der Seite Ihrer Website aussehen wird"
|
1570 |
|
1571 |
+
#: wpdatatables-lite/source/class.wdttools.php:519
|
1572 |
msgid ""
|
1573 |
"Here you can see a preview of your chart based on the settings you have "
|
1574 |
"chosen.<br><br> Please click 'Continue' button to move on."
|
1576 |
"Hier sehen Sie eine Vorschau Ihres Diagramms basierend auf den von Ihnen "
|
1577 |
"gewählten Einstellungen. <br> <br> Klicken Sie auf 'Weiter', um fortzufahren."
|
1578 |
|
1579 |
+
#: wpdatatables-lite/source/class.wdttools.php:522
|
1580 |
msgid "You can save your chart now"
|
1581 |
msgstr "Sie können Ihr Diagramm jetzt speichern"
|
1582 |
|
1583 |
+
#: wpdatatables-lite/source/class.wdttools.php:523
|
1584 |
msgid ""
|
1585 |
"If you are satisfied with your chart appearance, click on the 'Save chart' "
|
1586 |
"button and all your settings for this chart will be saved in the database."
|
1589 |
"Sie auf die Schaltfläche \"Diagramm speichern\". Alle Einstellungen für "
|
1590 |
"dieses Diagramm werden in der Datenbank gespeichert."
|
1591 |
|
1592 |
+
#: wpdatatables-lite/source/class.wdttools.php:526
|
1593 |
msgid "Congrats! Your first chart is ready!"
|
1594 |
msgstr "Glückwunsch! Ihr erstes Diagramm ist fertig!"
|
1595 |
|
1596 |
+
#: wpdatatables-lite/source/class.wdttools.php:527
|
1597 |
msgid ""
|
1598 |
"Now you can copy the shortcode for this chart and paste it in any WP post or "
|
1599 |
"page. <br><br>You may now finish this tutorial. "
|
1602 |
"beliebigen WP-Beitrag oder eine beliebige WP-Seite einfügen. <br> <br> Sie "
|
1603 |
"können dieses Tutorial jetzt beenden. "
|
1604 |
|
1605 |
+
#: wpdatatables-lite/source/class.wpdatachart.php:718
|
1606 |
msgid "Only one column can be of type String"
|
1607 |
msgstr "Es kann nur eine Spalte vom Typ String sein"
|
1608 |
|
1609 |
+
#: wpdatatables-lite/source/class.wpdatachart.php:721
|
1610 |
msgid "You are mixing data types (several date axes and several number)"
|
1611 |
msgstr "Sie mischen Datentypen (mehrere Datumsachsen und mehrere Zahlen)"
|
1612 |
|
1613 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:1877
|
1614 |
msgid ""
|
1615 |
"You are trying to load a table of an unknown type. Probably you did not "
|
1616 |
"activate the addon which is required to use this table type."
|
1619 |
"haben Sie das Addon, das für die Verwendung dieses Tabellentyps erforderlich "
|
1620 |
"ist, nicht aktiviert."
|
1621 |
|
1622 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2108
|
1623 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2111
|
1624 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:86
|
1625 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:554
|
1626 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:327
|
1627 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:409
|
1628 |
msgid "All"
|
1629 |
msgstr "Alle"
|
1630 |
|
1631 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2169
|
1632 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2238
|
1633 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:12
|
1634 |
msgid "Columns"
|
1635 |
msgstr "Spalten"
|
1636 |
|
1637 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2179
|
1638 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2248
|
1639 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1049
|
1640 |
msgid "Print"
|
1641 |
msgstr "Drucken"
|
1642 |
|
1643 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2218
|
1644 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2291
|
1645 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1053
|
1646 |
msgid "PDF"
|
1647 |
msgstr "PDF"
|
1648 |
|
1649 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2226
|
1650 |
msgid "Export"
|
1651 |
msgstr "Export"
|
1652 |
|
1653 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2304
|
1654 |
msgid "Search table"
|
1655 |
msgstr "Tabelle suchen"
|
1656 |
|
1657 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2305
|
1658 |
msgid "Showing _MENU_ Entries"
|
1659 |
msgstr "MENU_ Einträge_anzeigen"
|
1660 |
|
1661 |
+
#: wpdatatables-lite/templates/addons.inc.php:8
|
1662 |
+
#: wpdatatables-lite/templates/browse.inc.php:8
|
1663 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:16
|
1664 |
+
#: wpdatatables-lite/templates/constructor.inc.php:14
|
1665 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:11
|
1666 |
+
#: wpdatatables-lite/templates/settings.inc.php:12
|
1667 |
msgid "Please refer to"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
+
#: wpdatatables-lite/templates/addons.inc.php:8
|
1671 |
+
#: wpdatatables-lite/templates/browse.inc.php:8
|
1672 |
msgid "wpDataTables documentation"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: wpdatatables-lite/templates/addons.inc.php:8
|
1676 |
+
#: wpdatatables-lite/templates/browse.inc.php:8
|
1677 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:16
|
1678 |
+
#: wpdatatables-lite/templates/settings.inc.php:12
|
1679 |
msgid "if you have some questions or problems with the plugin."
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: wpdatatables-lite/templates/addons.inc.php:10
|
1683 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:536
|
1684 |
msgid "wpDataTables Addons"
|
1685 |
msgstr "wpDataTables Addons"
|
1686 |
|
1687 |
+
#: wpdatatables-lite/templates/addons.inc.php:12
|
1688 |
msgid ""
|
1689 |
"While wpDataTables itself provides quite a large amount of features and "
|
1690 |
"unlimited customisation flexibility, you can achieve even more with our "
|
1699 |
"Entwicklern und Entwicklern von Drittanbietern entwickelt, so bleiben Sie "
|
1700 |
"bitte dran."
|
1701 |
|
1702 |
+
#: wpdatatables-lite/templates/addons.inc.php:19
|
1703 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:130
|
1704 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:645
|
1705 |
msgid "Report Builder"
|
1706 |
msgstr "Report Builder"
|
1707 |
|
1708 |
+
#: wpdatatables-lite/templates/addons.inc.php:23
|
1709 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:133
|
1710 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:649
|
1711 |
msgid ""
|
1712 |
"A unique tool that allows you to generate almost any Word DOCX and Excel "
|
1713 |
"XLSX documents filled in with actual data from your database."
|
1716 |
"Dokumente generieren können, die mit tatsächlichen Daten aus Ihrer Datenbank "
|
1717 |
"gefüllt sind."
|
1718 |
|
1719 |
+
#: wpdatatables-lite/templates/addons.inc.php:24
|
1720 |
msgid "Find out more"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:28
|
1724 |
msgid ""
|
1725 |
"While wpDataTables itself provides quite a large amount of features and "
|
1726 |
"unlimited customisation flexibility, you can achieve even more with our "
|
1727 |
+
"premium addons(except Forminator Forms integrations add-on which is FREE). "
|
1728 |
+
"Each addon brings you some unique extension to the core functionality. There "
|
1729 |
+
"will be more addons developed over time by wpDataTables creators and 3rd "
|
1730 |
+
"party developers, so stay tuned. Please note that addons requires Premium "
|
1731 |
+
"version of wpDataTables(except Forminator Froms integration which can be use "
|
1732 |
+
"with Lite version as well)."
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:36
|
1736 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:76
|
1737 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:101
|
1738 |
msgid "NEW"
|
1739 |
msgstr "NEU"
|
1740 |
|
1741 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:40
|
1742 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:555
|
1743 |
+
msgid "Forminator Forms integration for wpDataTables"
|
1744 |
+
msgstr ""
|
1745 |
+
|
1746 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:43
|
1747 |
+
msgid ""
|
1748 |
+
"A powerful tool that adds “Forminator Form” as a new table type in "
|
1749 |
+
"wpDataTables and allows you to create responsive, sortable tables & charts "
|
1750 |
+
"based on Forminator Forms submissions."
|
1751 |
+
msgstr ""
|
1752 |
+
|
1753 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:48
|
1754 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:737
|
1755 |
+
msgid "Free Download"
|
1756 |
+
msgstr ""
|
1757 |
+
|
1758 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:55
|
1759 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:90
|
1760 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:117
|
1761 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:139
|
1762 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:164
|
1763 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:186
|
1764 |
+
msgid "Learn more"
|
1765 |
+
msgstr "Mehr erfahren"
|
1766 |
+
|
1767 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:65
|
1768 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:575
|
1769 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:281
|
1770 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:301
|
1771 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:319
|
1772 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:364
|
1773 |
+
msgid "Installed"
|
1774 |
+
msgstr "Eingerichtet"
|
1775 |
+
|
1776 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:80
|
1777 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:592
|
1778 |
msgid "Master Detail Tables for wpDataTables"
|
1779 |
msgstr "Master Detail Tabelle für wpDataTables"
|
1780 |
|
1781 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:83
|
1782 |
msgid ""
|
1783 |
"A wpDataTables addon which allows showing additional details for a specific "
|
1784 |
"row in a popup or a separate page or post. Handy when you would like to keep "
|
1791 |
"behalten möchten und dem Benutzer gleichzeitig den Zugriff auf alle Details "
|
1792 |
"bestimmter Einträge ermöglichen möchten."
|
1793 |
|
1794 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:107
|
1795 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:619
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1796 |
msgid "Powerful Filters for wpDataTables"
|
1797 |
msgstr "Leistungsstarke Filter für wpDataTables"
|
1798 |
|
1799 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:110
|
1800 |
msgid ""
|
1801 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
1802 |
"cascade filtering, applying filters on button click, show only filter "
|
1806 |
"Kaskadenfilterung, Anwenden von Filtern beim Klicken auf eine Schaltfläche, "
|
1807 |
"nur Filter ohne Tabelle anzeigen, bevor der Benutzer die Suchwerte definiert."
|
1808 |
|
1809 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:154
|
1810 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:672
|
1811 |
msgid "Formidable Forms integration for wpDataTables"
|
1812 |
msgstr "Formidable Forms-Integration für wpDataTables"
|
1813 |
|
1814 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:157
|
1815 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:676
|
1816 |
msgid ""
|
1817 |
"Tool that adds \"Formidable Form\" as a new table type and allows you to "
|
1818 |
"create wpDataTables from Formidable Forms entries data."
|
1820 |
"Tool, das \"Formidable Form\" als neuen Tabellentyp hinzufügt und es Ihnen "
|
1821 |
"ermöglicht, wpDataTables aus Formidable Forms-Eintragsdaten zu erstellen."
|
1822 |
|
1823 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:176
|
1824 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:698
|
1825 |
msgid "Gravity Forms integration for wpDataTables"
|
1826 |
msgstr "Gravity Forms-Integration für wpDataTables"
|
1827 |
|
1828 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:179
|
1829 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:702
|
1830 |
msgid ""
|
1831 |
"Tool that adds \"Gravity Form\" as a new table type and allows you to create "
|
1832 |
"wpDataTables from Gravity Forms entries data."
|
1834 |
"Tool, das \"Gravity Form\" als neuen Tabellentyp hinzufügt und es Ihnen "
|
1835 |
"ermöglicht, wpDataTables aus Gravity Forms-Eintragsdaten zu erstellen."
|
1836 |
|
1837 |
+
#: wpdatatables-lite/templates/admin/browse/chart/browse.inc.php:25
|
1838 |
msgid "Browse Charts"
|
1839 |
msgstr "Diagramme durchsuchen"
|
1840 |
|
1841 |
+
#: wpdatatables-lite/templates/admin/browse/chart/browse.inc.php:32
|
1842 |
+
#: wpdatatables-lite/templates/admin/browse/table/browse.inc.php:32
|
1843 |
msgid "Add New"
|
1844 |
msgstr "Neu hinzufügen"
|
1845 |
|
1846 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:18
|
1847 |
msgid "Duplicate chart"
|
1848 |
msgstr "Diagramm duplizieren"
|
1849 |
|
1850 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:27
|
1851 |
msgid "New chart title"
|
1852 |
msgstr "Neuer Diagrammtitel"
|
1853 |
|
1854 |
+
#: wpdatatables-lite/templates/admin/browse/search_box.inc.php:7
|
1855 |
msgid "Search for items..."
|
1856 |
msgstr "Nach Artikeln suchen ..."
|
1857 |
|
1858 |
+
#: wpdatatables-lite/templates/admin/browse/table/browse.inc.php:25
|
1859 |
msgid "Browse Tables"
|
1860 |
msgstr "Tabellen durchsuchen"
|
1861 |
|
1862 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:19
|
1863 |
+
#: wpdatatables-lite/templates/browse.inc.php:56
|
1864 |
msgid "Duplicate table"
|
1865 |
msgstr "Tabelle duplizieren"
|
1866 |
|
1867 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:28
|
1868 |
+
#: wpdatatables-lite/templates/browse.inc.php:19
|
1869 |
msgid "New table title"
|
1870 |
msgstr "Neuer Tabellentitel"
|
1871 |
|
1872 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:40
|
1873 |
msgid "Duplicate option"
|
1874 |
msgstr "Option duplizieren"
|
1875 |
|
1876 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1877 |
msgid "Unchecked"
|
1878 |
msgstr "Deaktiviert"
|
1879 |
|
1880 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1881 |
msgid ""
|
1882 |
"will create exact copy of this table which means that all changes made in "
|
1883 |
"one table will be reflected in all copies."
|
1885 |
"erstellt eine exakte Kopie dieser Tabelle, was bedeutet, dass alle in einer "
|
1886 |
"Tabelle vorgenommenen Änderungen in allen Kopien berücksichtigt werden."
|
1887 |
|
1888 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1889 |
msgid "Checked"
|
1890 |
msgstr "Aktiviert"
|
1891 |
|
1892 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1893 |
msgid ""
|
1894 |
"will create separate database table so changing one table won't affect other "
|
1895 |
"copies."
|
1897 |
"erstellt eine separate Datenbanktabelle, sodass alle in einer Tabelle "
|
1898 |
"vorgenommenen Änderungen keine Auswirkungen auf andere Kopien haben."
|
1899 |
|
1900 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:49
|
1901 |
msgid "Duplicate database table"
|
1902 |
msgstr "Datenbanktabelle duplizieren"
|
1903 |
|
1904 |
+
#: wpdatatables-lite/templates/admin/browse/table_list.inc.php:47
|
1905 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:114
|
1906 |
msgid " View Documentation"
|
1907 |
msgstr " Dokumentation anzeigen"
|
1908 |
|
1909 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:53
|
1910 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:32
|
1911 |
msgid "Chart title & type"
|
1912 |
msgstr "Diagrammtitel und -typ"
|
1913 |
|
1914 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:55
|
1915 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:60
|
1916 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:36
|
1917 |
msgid "Data source"
|
1918 |
msgstr "Datenquelle"
|
1919 |
|
1920 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:57
|
1921 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:40
|
1922 |
msgid "Data range"
|
1923 |
msgstr "Datenreichweite"
|
1924 |
|
1925 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:59
|
1926 |
msgid "Formatting and preview"
|
1927 |
msgstr "Formatierung und Vorschau"
|
1928 |
|
1929 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:61
|
1930 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:52
|
1931 |
msgid "Save and get shortcode"
|
1932 |
msgstr "Speichern und Shortcode abrufen"
|
1933 |
|
1934 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:105
|
1935 |
msgid "Browse charts"
|
1936 |
msgstr "Diagramme durchsuchen"
|
1937 |
|
1938 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:109
|
1939 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:61
|
1940 |
msgid "Next "
|
1941 |
msgstr "Nächste "
|
1942 |
|
1943 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:111
|
1944 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:63
|
1945 |
msgid " Previous"
|
1946 |
msgstr " Zurück"
|
1947 |
|
1948 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:138
|
1949 |
msgid "Serie"
|
1950 |
msgstr "Serie"
|
1951 |
|
1952 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:142
|
1953 |
msgid "Label"
|
1954 |
msgstr "Beschriftung"
|
1955 |
|
1956 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:156
|
1957 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:680
|
1958 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1902
|
1959 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:730
|
1960 |
msgid "Color"
|
1961 |
msgstr "Farbe"
|
1962 |
|
1963 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
|
1964 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
|
1965 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
|
1966 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:95
|
1967 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:108
|
1968 |
msgid "Line chart"
|
1969 |
msgstr "Liniendiagramm"
|
1970 |
|
1971 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
|
1972 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:48
|
1973 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:93
|
1974 |
msgid "Area chart"
|
1975 |
msgstr "Flächendiagramm"
|
1976 |
|
1977 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
|
1978 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
|
1979 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:110
|
1980 |
msgid "Stacked area chart"
|
1981 |
msgstr "Gestapeltes Flächendiagramm"
|
1982 |
|
1983 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
|
1984 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
|
1985 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:90
|
1986 |
msgid "Column chart"
|
1987 |
msgstr "Säulendiagramm"
|
1988 |
|
1989 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1990 |
msgid "Radar chart"
|
1991 |
msgstr "Radar-Diagramm"
|
1992 |
|
1993 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1994 |
msgid "Polar area chart"
|
1995 |
msgstr "Polar Flächendiagramm"
|
1996 |
|
1997 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
|
1998 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:36
|
1999 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
|
2000 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:96
|
2001 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:115
|
2002 |
msgid "Pie chart"
|
2003 |
msgstr "Kreisdiagramm"
|
2004 |
|
2005 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
2006 |
#, fuzzy
|
2007 |
msgid "Doughnut chart"
|
2008 |
msgstr "Doughnut-Diagramm"
|
2009 |
|
2010 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
|
2011 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
|
2012 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:97
|
2013 |
msgid "Bubble chart"
|
2014 |
msgstr "Blasendiagramm"
|
2015 |
|
2016 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
|
2017 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:94
|
2018 |
msgid "Stepped area chart"
|
2019 |
msgstr "Gestapeltes Flächendiagramm"
|
2020 |
|
2021 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
|
2022 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:92
|
2023 |
msgid "Bar chart"
|
2024 |
msgstr "Balkendiagramm"
|
2025 |
|
2026 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
|
2027 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
|
2028 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:112
|
2029 |
msgid "Stacked bar chart"
|
2030 |
msgstr "Gestapeltes Balkendiagramm"
|
2031 |
|
2032 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
|
2033 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
|
2034 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:98
|
2035 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:117
|
2036 |
#, fuzzy
|
2037 |
msgid "Donut chart"
|
2038 |
msgstr "Donut-Diagramm"
|
2039 |
|
2040 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
|
2041 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:99
|
2042 |
msgid "Gauge chart"
|
2043 |
msgstr "Gauge-Diagramm"
|
2044 |
|
2045 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
|
2046 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:100
|
2047 |
msgid "Scatter chart"
|
2048 |
msgstr "Streudiagramm"
|
2049 |
|
2050 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
2051 |
msgid "Candlestick chart"
|
2052 |
msgstr "Candlestick-Diagramm"
|
2053 |
|
2054 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
2055 |
msgid "Waterfall chart"
|
2056 |
msgstr "Wasserfalldiagramm"
|
2057 |
|
2058 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
2059 |
msgid "Spline chart"
|
2060 |
msgstr "Spline-Diagramm"
|
2061 |
|
2062 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
|
2063 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:109
|
2064 |
msgid "Basic area chart"
|
2065 |
msgstr "Grundlegendes Flächendiagramm"
|
2066 |
|
2067 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
|
2068 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:111
|
2069 |
msgid "Basic bar chart"
|
2070 |
msgstr "Grundlegendes Balkendiagramm"
|
2071 |
|
2072 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
|
2073 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:113
|
2074 |
msgid "Basic column chart"
|
2075 |
msgstr "Grundlegendes Säulendiagramm"
|
2076 |
|
2077 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
|
2078 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:114
|
2079 |
msgid "Stacked column chart"
|
2080 |
msgstr "Gestapeltes Säulendiagramm"
|
2081 |
|
2082 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
|
2083 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:116
|
2084 |
msgid "Pie with gradient chart"
|
2085 |
msgstr "Kreisdiagramm mit Farbverlauf"
|
2086 |
|
2087 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
|
2088 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:118
|
2089 |
msgid "Scatter plot"
|
2090 |
msgstr "Streudiagramm"
|
2091 |
|
2092 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
|
2093 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:119
|
2094 |
msgid "3D column chart"
|
2095 |
msgstr "3D-Säulendiagramm"
|
2096 |
|
2097 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
|
2098 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:120
|
2099 |
msgid "3D pie chart"
|
2100 |
msgstr "3D-Kreisdiagramm"
|
2101 |
|
2102 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
|
2103 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:121
|
2104 |
msgid "3D donut chart"
|
2105 |
msgstr "3D Donut-Diagramm"
|
2106 |
|
2107 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
2108 |
msgid "Treemap chart"
|
2109 |
msgstr "Treemap-Diagramm"
|
2110 |
|
2111 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
2112 |
msgid "Treemap level chart"
|
2113 |
msgstr "Treemap level - Diagramm"
|
2114 |
|
2115 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
2116 |
msgid "Polar chart"
|
2117 |
msgstr "Polardiagramm"
|
2118 |
|
2119 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
2120 |
msgid "Spiderweb chart"
|
2121 |
msgstr "Netzdiagramm"
|
2122 |
|
2123 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:9
|
2124 |
msgid ""
|
2125 |
"NEW awesome features!!! From version wpDataTables Lite 2.1 you can create "
|
2126 |
"all Google charts"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:15
|
2130 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:65
|
2131 |
msgid "Chart name"
|
2132 |
msgstr "Diagrammname"
|
2133 |
|
2134 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:17
|
2135 |
msgid "Please define the title of the chart that you will use to identify it"
|
2136 |
msgstr ""
|
2137 |
"Bitte definieren Sie den Titel des Diagramms, mit dem Sie sie identifizieren"
|
2138 |
|
2139 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:24
|
2140 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:69
|
2141 |
msgid "New wpDataTable Chart"
|
2142 |
msgstr "Neues wpDataTable-Diagramm"
|
2143 |
|
2144 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:35
|
2145 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:75
|
2146 |
msgid "Chart render engine"
|
2147 |
msgstr "Diagramm-Render-Engine"
|
2148 |
|
2149 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:38
|
2150 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:76
|
2151 |
msgid "Please choose the render engine."
|
2152 |
msgstr "Bitte wählen Sie die Render-Engine."
|
2153 |
|
2154 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:44
|
2155 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:80
|
2156 |
msgid "Pick the render engine"
|
2157 |
msgstr "Wählen Sie die Render-Engine"
|
2158 |
|
2159 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:47
|
2160 |
msgid "Google Charts"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:49
|
2164 |
msgid "HighCharts"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:49
|
2168 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:52
|
2169 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:132
|
2170 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:144
|
2171 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:156
|
2172 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:168
|
2173 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:112
|
2174 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:117
|
2175 |
msgid "Available in Premium"
|
2176 |
msgstr "Erhältlich in Premium"
|
2177 |
|
2178 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:52
|
2179 |
msgid "Chart.js"
|
2180 |
msgstr "Chart.js"
|
2181 |
|
2182 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step2.inc.php:6
|
2183 |
msgid "wpDataTable Data Source"
|
2184 |
msgstr "wpDataTable-Datenquelle"
|
2185 |
|
2186 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step2.inc.php:8
|
2187 |
msgid ""
|
2188 |
"Please pick a wpDataTable which will be used as a data source for this chart."
|
2189 |
msgstr ""
|
2190 |
"Bitte wählen Sie eine wpDataTable aus, die als Datenquelle für dieses "
|
2191 |
"Diagramm verwendet wird."
|
2192 |
|
2193 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step2.inc.php:15
|
2194 |
msgid "Pick a wpDataTable"
|
2195 |
msgstr "Wählen Sie eine wpDataTable"
|
2196 |
|
2197 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:7
|
2198 |
msgid "Columns in the data source"
|
2199 |
msgstr "Spalten in der Datenquelle"
|
2200 |
|
2201 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:9
|
2202 |
msgid ""
|
2203 |
"Choose table columns that you would like to use in the chart. You can either "
|
2204 |
"drag the column blocks, or click to select them and use controls in the "
|
2209 |
"auszuwählen, und Steuerelemente in der Mitte verwenden, um sie zum Diagramm "
|
2210 |
"hinzuzufügen oder daraus zu entfernen."
|
2211 |
|
2212 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:20
|
2213 |
msgid "Add all"
|
2214 |
msgstr "Alle hinzufügen"
|
2215 |
|
2216 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:22
|
2217 |
msgid "Add"
|
2218 |
msgstr "Hinzufügen"
|
2219 |
|
2220 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:24
|
2221 |
msgid "Remove"
|
2222 |
msgstr "Entfernen"
|
2223 |
|
2224 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:26
|
2225 |
msgid "Remove all"
|
2226 |
msgstr "Alle entfernen"
|
2227 |
|
2228 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:31
|
2229 |
msgid "Columns used in the chart"
|
2230 |
msgstr "Im Diagramm verwendete Spalten"
|
2231 |
|
2232 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:39
|
2233 |
msgid ""
|
2234 |
"Please do not add more then one string-type (date/time, image, email, URL) "
|
2235 |
"column since only one can be used as a label"
|
2237 |
"Bitte fügen Sie nicht mehr als eine String-Typen (Datum / Uhrzeit, Bild, E-"
|
2238 |
"Mail, URL) Spalte, da nur ein als Beschriftung verwendet werden"
|
2239 |
|
2240 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:43
|
2241 |
msgid "Minimum count of columns for this chart type is "
|
2242 |
msgstr "Die Mindestanzahl der Spalten für diesen Diagrammtyp beträgt "
|
2243 |
|
2244 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:47
|
2245 |
msgid "Maximum count of columns for this chart type is "
|
2246 |
msgstr "Die maximale Anzahl von Spalten für diesen Diagrammtyp beträgt "
|
2247 |
|
2248 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:58
|
2249 |
msgid "Charts data filtering"
|
2250 |
msgstr "Diagrammdatenfilterung"
|
2251 |
|
2252 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:60
|
2253 |
msgid ""
|
2254 |
"If you enable this, chart will automatically re-render with actual data "
|
2255 |
"every time you sort, filter, or switch pages in the table (chart must be in "
|
2260 |
"Daten neu gerendert (das Diagramm muss sich auf derselben Seite wie die "
|
2261 |
"Tabelle befinden)."
|
2262 |
|
2263 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:64
|
2264 |
msgid "Follow table filtering"
|
2265 |
msgstr "Befolgen Sie die Tabellenfilterung"
|
2266 |
|
2267 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:71
|
2268 |
msgid "Row range"
|
2269 |
msgstr "Zeilenbereich"
|
2270 |
|
2271 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:73
|
2272 |
msgid "Please choose the row range."
|
2273 |
msgstr "Bitte wählen Sie den Zeilenbereich."
|
2274 |
|
2275 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:73
|
2276 |
msgid ""
|
2277 |
"If you do not want data from all the table rows to be in the chart, you can "
|
2278 |
"pick the row range manually. Please note that if the data set is large the "
|
2283 |
"beachten Sie, dass der Range Picker bei einem großen Datensatz langsam "
|
2284 |
"geladen wird oder sogar einen Speicherfehler verursachen kann."
|
2285 |
|
2286 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:79
|
2287 |
msgid "All rows (default)"
|
2288 |
msgstr "Alle Zeilen (Standard)"
|
2289 |
|
2290 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:80
|
2291 |
msgid "Pick range (slow on large datasets)"
|
2292 |
msgstr "Auswahlbereich (langsam bei großen Datenmengen)"
|
2293 |
|
2294 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:85
|
2295 |
msgid "Rows picked"
|
2296 |
msgstr "Zeilen ausgewählt"
|
2297 |
|
2298 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:88
|
2299 |
msgid "Range picker..."
|
2300 |
msgstr "Bereich Picker..."
|
2301 |
|
2302 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:10
|
2303 |
msgid "Chart"
|
2304 |
msgstr "Diagramm"
|
2305 |
|
2306 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:13
|
2307 |
msgid "Series"
|
2308 |
msgstr "Serie"
|
2309 |
|
2310 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:15
|
2311 |
msgid "Axes"
|
2312 |
msgstr "Achsen"
|
2313 |
|
2314 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:19
|
2315 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:543
|
2316 |
msgid "Tooltip"
|
2317 |
msgstr "Tooltip"
|
2318 |
|
2319 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:21
|
2320 |
msgid "Legend"
|
2321 |
msgstr "Legende"
|
2322 |
|
2323 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:23
|
2324 |
msgid "Exporting"
|
2325 |
msgstr "Exportieren"
|
2326 |
|
2327 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:26
|
2328 |
msgid "Credits"
|
2329 |
msgstr "Credits"
|
2330 |
|
2331 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:35
|
2332 |
msgid "Series settings"
|
2333 |
msgstr "Serieneinstellungen"
|
2334 |
|
2335 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:37
|
2336 |
msgid ""
|
2337 |
"If you want to redefine the series labels and colors you can do it here."
|
2338 |
msgstr ""
|
2339 |
"Wenn Sie die Serienbeschriftungen und -farben neu definieren möchten, können "
|
2340 |
"Sie dies hier tun."
|
2341 |
|
2342 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:47
|
2343 |
msgid "Curve type"
|
2344 |
msgstr "Kurventyp"
|
2345 |
|
2346 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:49
|
2347 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:347
|
2348 |
msgid "Controls the curve of the lines"
|
2349 |
msgstr "Steuert die Kurve der Linien"
|
2350 |
|
2351 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:53
|
2352 |
msgid "Check for smoothed lines"
|
2353 |
msgstr "Auf geglättete Linien prüfen"
|
2354 |
|
2355 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:61
|
2356 |
msgid "Chart width"
|
2357 |
msgstr "Diagrammbreite"
|
2358 |
|
2359 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:63
|
2360 |
msgid "The width of the chart."
|
2361 |
msgstr "Die Breite des Diagramms."
|
2362 |
|
2363 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:86
|
2364 |
msgid "Responsive width"
|
2365 |
msgstr "Reaktionsbreite"
|
2366 |
|
2367 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:88
|
2368 |
msgid ""
|
2369 |
"If you tick this chart width will always adjust to 100% width of the "
|
2370 |
"container"
|
2372 |
"Wenn Sie dieses Diagramm ankreuzen, wird die Breite des Containers immer auf "
|
2373 |
"100% angepasst"
|
2374 |
|
2375 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:92
|
2376 |
msgid "Responsive chart width"
|
2377 |
msgstr "Responsive Diagrammbreite"
|
2378 |
|
2379 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:97
|
2380 |
msgid "Chart height"
|
2381 |
msgstr "Diagrammhöhe"
|
2382 |
|
2383 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:99
|
2384 |
msgid "The height of the chart."
|
2385 |
msgstr "Die Höhe des Diagramms."
|
2386 |
|
2387 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:122
|
2388 |
msgid "Group chart"
|
2389 |
msgstr "Gruppendiagramm"
|
2390 |
|
2391 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:124
|
2392 |
msgid ""
|
2393 |
"If you tick this checkbox, the values of the rows with same label will be "
|
2394 |
"summed up and rendered as a single series. If you leave it unticked all rows "
|
2399 |
"Wenn Sie das Kontrollkästchen nicht aktivieren, werden alle Zeilen als "
|
2400 |
"separate Serien gerendert."
|
2401 |
|
2402 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:128
|
2403 |
msgid "Enable grouping"
|
2404 |
msgstr "Gruppierung aktivieren"
|
2405 |
|
2406 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:133
|
2407 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:104
|
2408 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:425
|
2409 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:660
|
2410 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1549
|
2411 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1879
|
2412 |
msgid "Background color"
|
2413 |
msgstr "Hintergrundfarbe"
|
2414 |
|
2415 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:135
|
2416 |
msgid "The background color for the outer chart area."
|
2417 |
msgstr "Die Hintergrundfarbe für den äußeren Diagrammbereich."
|
2418 |
|
2419 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:152
|
2420 |
msgid "Border width"
|
2421 |
msgstr "Rahmenbreite"
|
2422 |
|
2423 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:154
|
2424 |
msgid "The pixel width of the outer chart border."
|
2425 |
msgstr "Die Pixelbreite des äußeren Diagrammrahmens."
|
2426 |
|
2427 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:177
|
2428 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:123
|
2429 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:444
|
2430 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1571
|
2431 |
msgid "Border color"
|
2432 |
msgstr "Rahmenfarbe"
|
2433 |
|
2434 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:179
|
2435 |
msgid "The color of the outer chart border."
|
2436 |
msgstr "Die Farbe des äußeren Diagrammrahmens."
|
2437 |
|
2438 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:197
|
2439 |
msgid "Border radius"
|
2440 |
msgstr "Rahmenradius"
|
2441 |
|
2442 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:199
|
2443 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:244
|
2444 |
msgid "The corner radius of the outer chart border."
|
2445 |
msgstr "Der Eckenradius des äußeren Diagrammrahmens."
|
2446 |
|
2447 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:223
|
2448 |
msgid "Plot background color"
|
2449 |
msgstr "Plot Hintergrundfarbe"
|
2450 |
|
2451 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:225
|
2452 |
msgid "The background color or gradient for the plot area."
|
2453 |
msgstr "Die Hintergrundfarbe oder der Verlauf für den Plotbereich."
|
2454 |
|
2455 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:242
|
2456 |
msgid "Plot border width"
|
2457 |
msgstr "Plot Rahmenbreite"
|
2458 |
|
2459 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:267
|
2460 |
msgid "Plot border color"
|
2461 |
msgstr "Plot Rahmenfarbe"
|
2462 |
|
2463 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:269
|
2464 |
msgid "The color of the inner chart or plot area border."
|
2465 |
msgstr "Die Farbe des inneren Diagramm- oder Plotbereichsrahmens."
|
2466 |
|
2467 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:287
|
2468 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:45
|
2469 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1483
|
2470 |
msgid "Font size"
|
2471 |
msgstr "Schriftgröße"
|
2472 |
|
2473 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:289
|
2474 |
msgid "The default font size, in pixels, of all text in the chart."
|
2475 |
msgstr "Die Standardschriftgröße des gesamten Textes im Diagramm in Pixel."
|
2476 |
|
2477 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:313
|
2478 |
msgid "Font name"
|
2479 |
msgstr "Schriftartname"
|
2480 |
|
2481 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:315
|
2482 |
msgid "The default font face for all text in the chart."
|
2483 |
msgstr "Die Standardschriftart für den gesamten Text im Diagramm."
|
2484 |
|
2485 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:330
|
2486 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:336
|
2487 |
msgid "3D"
|
2488 |
msgstr "3D"
|
2489 |
|
2490 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:332
|
2491 |
msgid "Check for 3D pie chart"
|
2492 |
msgstr "Suchen Sie nach 3D-Kreisdiagramm"
|
2493 |
|
2494 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:345
|
2495 |
msgid "Grid"
|
2496 |
msgstr "Gitter"
|
2497 |
|
2498 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:351
|
2499 |
#, fuzzy
|
2500 |
msgid "Do you want to show grid on the chart"
|
2501 |
msgstr "Möchten Sie das Gitter im Diagramm anzeigen?"
|
2502 |
|
2503 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:356
|
2504 |
msgid "Horizontal axis label"
|
2505 |
msgstr "Beschriftung der waagerechten Achse"
|
2506 |
|
2507 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:358
|
2508 |
msgid "Name of the horizontal axis."
|
2509 |
msgstr "Name der waagerechten Achse."
|
2510 |
|
2511 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:373
|
2512 |
msgid "Horizontal crosshair"
|
2513 |
msgstr "Waagerechtes Fadenkreuz"
|
2514 |
|
2515 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:375
|
2516 |
msgid ""
|
2517 |
"Configure a horizontal crosshair that follows either the mouse pointer or "
|
2518 |
"the hovered point lines"
|
2520 |
"Konfigurieren Sie ein waagerechtes Fadenkreuz, das entweder dem Mauszeiger "
|
2521 |
"oder den schwebenden Punktlinien folgt"
|
2522 |
|
2523 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:379
|
2524 |
msgid "Show x-Axis crosshair"
|
2525 |
msgstr "X-Achsen-Fadenkreuz anzeigen"
|
2526 |
|
2527 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:384
|
2528 |
msgid "Horizontal axis direction"
|
2529 |
msgstr "Waagerechte Achsenrichtung"
|
2530 |
|
2531 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:386
|
2532 |
msgid ""
|
2533 |
"The direction in which the values along the horizontal axis grow. Specify -1 "
|
2534 |
"to reverse the order of the values"
|
2536 |
"Die Richtung, in der die Werte entlang der waagerechten Achse wachsen. Geben "
|
2537 |
"Sie -1 an, um die Reihenfolge der Werte umzukehren"
|
2538 |
|
2539 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:402
|
2540 |
msgid "Vertical axis label"
|
2541 |
msgstr "Beschriftung der senkrechten Achse"
|
2542 |
|
2543 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:404
|
2544 |
msgid "Name of the vertical axis."
|
2545 |
msgstr "Name der senkrechten Achse."
|
2546 |
|
2547 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:419
|
2548 |
msgid "Vertical crosshair"
|
2549 |
msgstr "Senkrechtes Fadenkreuz"
|
2550 |
|
2551 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:421
|
2552 |
msgid ""
|
2553 |
"Configure a vertical crosshair that follows either the mouse pointer or the "
|
2554 |
"hovered point lines"
|
2556 |
"Konfigurieren Sie ein senkrechtes Fadenkreuz, das entweder dem Mauszeiger "
|
2557 |
"oder den schwebenden Punktlinien folgt"
|
2558 |
|
2559 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:425
|
2560 |
msgid "Show y-Axis crosshair"
|
2561 |
msgstr "Y-Achsen-Fadenkreuz anzeigen"
|
2562 |
|
2563 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:430
|
2564 |
msgid "Vertical axis direction"
|
2565 |
msgstr "Senkrechte Achsenrichtung"
|
2566 |
|
2567 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:432
|
2568 |
msgid ""
|
2569 |
"The direction in which the values along the vertical axis grow. Specify -1 "
|
2570 |
"to reverse the order of the values"
|
2572 |
"Die Richtung, in der die Werte entlang der senkrechten Achse wachsen. Geben "
|
2573 |
"Sie -1 an, um die Reihenfolge der Werte umzukehren"
|
2574 |
|
2575 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:449
|
2576 |
msgid "Vertical axis min value"
|
2577 |
msgstr "Minimaler Wert der senkrechten Achse"
|
2578 |
|
2579 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:451
|
2580 |
msgid "The minimum value of the axis."
|
2581 |
msgstr "Der Mindestwert der Achse."
|
2582 |
|
2583 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:475
|
2584 |
msgid "Vertical axis max value"
|
2585 |
msgstr "Maximaler Wert der senkrechten Achse"
|
2586 |
|
2587 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:477
|
2588 |
msgid "The maximum value of the axis."
|
2589 |
msgstr "Der Maximalwert der Achse."
|
2590 |
|
2591 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:500
|
2592 |
msgid "Invert"
|
2593 |
msgstr "Umkehren"
|
2594 |
|
2595 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:502
|
2596 |
msgid ""
|
2597 |
"Whether to invert the axes so that the x axis is vertical and y axis is "
|
2598 |
"horizontal"
|
2600 |
"Gibt an, ob die Achsen so invertiert werden sollen, dass die x-Achse "
|
2601 |
"senkrecht und die y-Achse waagerecht ist"
|
2602 |
|
2603 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:506
|
2604 |
msgid "Invert chart axes"
|
2605 |
msgstr "Diagrammachsen umkehren"
|
2606 |
|
2607 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:516
|
2608 |
msgid "Chart title"
|
2609 |
msgstr "Diagrammtitel"
|
2610 |
|
2611 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:518
|
2612 |
#, fuzzy
|
2613 |
msgid "Do you want to show the chart title on the page"
|
2614 |
msgstr "Möchten Sie den Diagrammtitel auf der Seite anzeigen?"
|
2615 |
|
2616 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:522
|
2617 |
msgid "Show title"
|
2618 |
msgstr "Titel anzeigen"
|
2619 |
|
2620 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:527
|
2621 |
msgid "Title floating"
|
2622 |
msgstr "Titel schwebend"
|
2623 |
|
2624 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:529
|
2625 |
msgid ""
|
2626 |
"When the title is floating, the plot area will not move to make space for it"
|
2627 |
msgstr ""
|
2628 |
"Wenn der Titel schwebt, wird der Plotbereich nicht verschoben, um Platz "
|
2629 |
"dafür zu schaffen"
|
2630 |
|
2631 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:533
|
2632 |
msgid "Enable floating"
|
2633 |
msgstr "Schweben aktivieren"
|
2634 |
|
2635 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:545
|
2636 |
msgid "Enable or disable the tooltip"
|
2637 |
msgstr "Aktivieren oder deaktivieren Sie den Tooltip"
|
2638 |
|
2639 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:549
|
2640 |
msgid "Show tooltip"
|
2641 |
msgstr "Tooltip anzeigen"
|
2642 |
|
2643 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:560
|
2644 |
msgid "Position"
|
2645 |
msgstr "Position"
|
2646 |
|
2647 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:562
|
2648 |
msgid "Position of the legend"
|
2649 |
msgstr "Position der Legende"
|
2650 |
|
2651 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:580
|
2652 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:219
|
2653 |
msgid "Vertical align"
|
2654 |
msgstr "Senkrechte Ausrichtung"
|
2655 |
|
2656 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:582
|
2657 |
msgid "The vertical alignment of the legend box"
|
2658 |
msgstr "Die senkrechte Ausrichtung des Legendenfelds"
|
2659 |
|
2660 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step5.inc.php:5
|
2661 |
msgid "Your chart is ready!"
|
2662 |
msgstr "Ihr Diagramm ist fertig!"
|
2663 |
|
2664 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step5.inc.php:10
|
2665 |
msgid "Paste this shortcode to render this chart"
|
2666 |
msgstr "Fügen Sie diesen Shortcode ein, um dieses Diagramm zu rendern"
|
2667 |
|
2668 |
+
#: wpdatatables-lite/templates/admin/common/HTMLModal.inc.php:18
|
2669 |
msgid "HTML Editor"
|
2670 |
msgstr "HTML-Editor"
|
2671 |
|
2672 |
+
#: wpdatatables-lite/templates/admin/common/HTMLModal.inc.php:48
|
2673 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:278
|
2674 |
msgid "Insert HTML"
|
2675 |
msgstr "HTML einfügen"
|
2676 |
|
2677 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:17
|
2678 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:19
|
2679 |
+
#: wpdatatables-lite/templates/common/delete_modal.inc.php:19
|
2680 |
msgid "Are you sure?"
|
2681 |
msgstr "Sind Sie sicher?"
|
2682 |
|
2683 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:26
|
2684 |
msgid ""
|
2685 |
"You are about to cancel creating wizard, there is no undo! You will be "
|
2686 |
"redirect to Browse page."
|
2688 |
"Sie sind dabei, den Erstellungsassistenten abzubrechen. Es kann nicht "
|
2689 |
"rückgängig gemacht! Sie werden zur Seite Durchsuchen weitergeleitet."
|
2690 |
|
2691 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:37
|
2692 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:40
|
2693 |
msgid "No, Continue"
|
2694 |
msgstr "Nein, weiter"
|
2695 |
|
2696 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:39
|
2697 |
msgid "Yes, Cancel"
|
2698 |
msgstr "Ja, Abbrechen"
|
2699 |
|
2700 |
+
#: wpdatatables-lite/templates/admin/common/error_modal.inc.php:16
|
2701 |
+
#: wpdatatables-lite/templates/common/error.inc.php:3
|
2702 |
msgid "Error"
|
2703 |
msgstr "Fehler"
|
2704 |
|
2705 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:18
|
2706 |
msgid "Link editor"
|
2707 |
msgstr "Link-Editor"
|
2708 |
|
2709 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:28
|
2710 |
msgid "Insert URL:"
|
2711 |
msgstr "URL einfügen:"
|
2712 |
|
2713 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:38
|
2714 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:55
|
2715 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:35
|
2716 |
msgid "Field can not be empty!"
|
2717 |
msgstr "Feld darf nicht leer sein!"
|
2718 |
|
2719 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:45
|
2720 |
msgid "Insert Link text:"
|
2721 |
msgstr "Linktext einfügen:"
|
2722 |
|
2723 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:65
|
2724 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:661
|
2725 |
msgid "Open link in the new tab"
|
2726 |
msgstr "Öffnen Sie den Link in dem neuen Tab"
|
2727 |
|
2728 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:76
|
2729 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:720
|
2730 |
msgid "Make NOFOLLOW link"
|
2731 |
msgstr "Machen Sie einen NOFOLLOW-Link"
|
2732 |
|
2733 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:87
|
2734 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:677
|
2735 |
msgid "Set the link to appear as a button"
|
2736 |
msgstr "Stellen Sie den Link so ein, dass er als Schaltfläche angezeigt wird"
|
2737 |
|
2738 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:96
|
2739 |
msgid "Button class:"
|
2740 |
msgstr "Schaltfläche-Calss:"
|
2741 |
|
2742 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:121
|
2743 |
msgid "Insert link"
|
2744 |
msgstr "Link einfügen"
|
2745 |
|
2746 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:35
|
2747 |
msgid "Compare"
|
2748 |
msgstr "Vergleichen Sie"
|
2749 |
|
2750 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:36
|
2751 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:73
|
2752 |
msgid "or"
|
2753 |
msgstr "oder"
|
2754 |
|
2755 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:37
|
2756 |
msgid "View Pricing"
|
2757 |
msgstr "Preise anzeigen"
|
2758 |
|
2759 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:6
|
2760 |
#, php-format
|
2761 |
msgid ""
|
2762 |
"Awesome! %s You are a wpDataTables Master! %s You’ve created more than 100 "
|
2765 |
"Wunderbar! %s Sie sind ein wpDataTables-Meister! %s Sie haben mehr als 100 "
|
2766 |
"Tabellen erstellt!"
|
2767 |
|
2768 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:8
|
2769 |
#, php-format
|
2770 |
msgid ""
|
2771 |
"Well done! %s You’ve created more than 50 tables - you are a wpDataTables "
|
2774 |
"Gut gemacht! %s Sie haben mehr als 50 Tabellen erstellt - Sie sind ein "
|
2775 |
"wpDataTables Professional! %s"
|
2776 |
|
2777 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:10
|
2778 |
#, php-format
|
2779 |
msgid "Nice job! %s You created more than 10 tables. %s"
|
2780 |
msgstr "Gut gemacht! %s Sie haben mehr als 10 Tabellen erstellt. %s"
|
2781 |
|
2782 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:12
|
2783 |
msgid "We hope you’ve enjoyed using wpDataTables."
|
2784 |
msgstr "Wir hoffen, Ihnen hat die Verwendung von wpDataTables gefallen."
|
2785 |
|
2786 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:21
|
2787 |
msgid "Would you consider leaving us a review on WordPress.org?"
|
2788 |
msgstr "Würden Sie uns eine Bewertung auf WordPress.org hinterlassen?"
|
2789 |
|
2790 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:24
|
2791 |
msgid "Sure! I Like wpDataTables"
|
2792 |
msgstr "Sicher! Ich mag wpDataTables"
|
2793 |
|
2794 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:30
|
2795 |
msgid "I've already left a review"
|
2796 |
msgstr "Ich habe bereits eine Bewertung abgegeben"
|
2797 |
|
2798 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:31
|
2799 |
msgid "Maybe Later"
|
2800 |
msgstr "Vielleicht später"
|
2801 |
|
2802 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:32
|
2803 |
msgid "Never show again"
|
2804 |
msgstr "Nie wieder anzeigen"
|
2805 |
|
2806 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:18
|
2807 |
msgid "Shortcode Editor"
|
2808 |
msgstr "Shortcode-Editor"
|
2809 |
|
2810 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:28
|
2811 |
msgid "Insert shortcode:"
|
2812 |
msgstr "Shortcode einfügen:"
|
2813 |
|
2814 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:53
|
2815 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:282
|
2816 |
msgid "Insert shortcode"
|
2817 |
msgstr "Shortcode einfügen"
|
2818 |
|
2819 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:19
|
2820 |
msgid "Star Rating Editor"
|
2821 |
msgstr "Sternebewertung Editor"
|
2822 |
|
2823 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:27
|
2824 |
msgid "Select star rating:"
|
2825 |
msgstr "Sternebewertung auswählen:"
|
2826 |
|
2827 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:40
|
2828 |
msgid "Choose number of stars:"
|
2829 |
msgstr "Wählen Sie die Anzahl der Sterne:"
|
2830 |
|
2831 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:59
|
2832 |
msgid "Show star number rating"
|
2833 |
msgstr "Sternezahl anzeigen"
|
2834 |
|
2835 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:78
|
2836 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:286
|
2837 |
msgid "Insert star rating"
|
2838 |
msgstr "Sternebewertung einfügen"
|
2839 |
|
2840 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:27
|
2841 |
msgid "You are about to delete all table data."
|
2842 |
msgstr "Sie sind dabei, alle Tabellendaten zu löschen."
|
2843 |
|
2844 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:45
|
2845 |
msgid "Yes, Delete"
|
2846 |
msgstr "Ja, löschen"
|
2847 |
|
2848 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:54
|
2849 |
msgid "Open in standard editor"
|
2850 |
msgstr "Im Standardeditor öffnen"
|
2851 |
|
2852 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:56
|
2853 |
msgid "Open in Excel-like editor"
|
2854 |
msgstr "Öffnen Sie im Excel-ähnlichen Editor"
|
2855 |
|
2856 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:67
|
2857 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:30
|
2858 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:34
|
2859 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:31
|
2860 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:100
|
2861 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:31
|
2862 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:47
|
2863 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:29
|
2864 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1090
|
2865 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:606
|
2866 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:81
|
2867 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:2063
|
2868 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:228
|
2869 |
msgid "View Documentation"
|
2870 |
msgstr "Dokumentation anzeigen"
|
2871 |
|
2872 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:5
|
2873 |
+
#: wpdatatables-lite/templates/constructor.inc.php:29
|
2874 |
msgid "Choose what kind of table would you like to construct"
|
2875 |
msgstr "Wählen Sie aus, welche Art von Tabelle Sie erstellen möchten"
|
2876 |
|
2877 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:19
|
2878 |
msgid "Create a simple table from scratch"
|
2879 |
msgstr "Erstellen Sie eine einfache Tabelle von Grund auf neu"
|
2880 |
|
2881 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:20
|
2882 |
msgid ""
|
2883 |
"Create a simple table with any data, merged cells, styling, star rating and "
|
2884 |
"a lot more.<br> You get full control of formatting, but no sorting, "
|
2889 |
"die Formatierung, jedoch keine Sortier-, Such-, Paginierungs- oder "
|
2890 |
"Exportfunktionen wie in Datentabellen."
|
2891 |
|
2892 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:31
|
2893 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:14
|
2894 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:96
|
2895 |
msgid "Create a data table linked to an existing data source"
|
2896 |
msgstr ""
|
2897 |
"Erstellen Sie eine Datentabelle, die mit einer vorhandenen Datenquelle "
|
2898 |
"verknüpft ist"
|
2899 |
|
2900 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:32
|
2901 |
msgid ""
|
2902 |
"Excel, CSV, Google Spreadsheet, SQL query, XML, JSON, serialized PHP array. "
|
2903 |
"Data will be read from the source every time on page load. Only SQL-based "
|
2907 |
"Array. Die Daten werden jedes Mal beim Laden der Seite aus der Quelle "
|
2908 |
"gelesen. Nur SQL-basierte Tabellen können bearbeitet werden."
|
2909 |
|
2910 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:45
|
2911 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:124
|
2912 |
msgid "Create a data table manually"
|
2913 |
msgstr "Erstellen Sie eine Datentabelle manuell"
|
2914 |
|
2915 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:46
|
2916 |
msgid ""
|
2917 |
"Define the number and type of columns, and fill in the data manually in WP "
|
2918 |
"admin. Data table will be stored in the database and can be edited from WP "
|
2919 |
"admin, or made front-end editable."
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:57
|
2923 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:135
|
2924 |
msgid "Create a data table by importing data from a data source"
|
2925 |
msgstr ""
|
2926 |
"Erstellen Sie eine Datentabelle, indem Sie Daten aus einer Datenquelle "
|
2927 |
"importieren"
|
2928 |
|
2929 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:58
|
2930 |
msgid ""
|
2931 |
"Excel, CSV, Google Spreadsheet. Data will be imported to the database, the "
|
2932 |
"data table can be edited in WP admin, or made front-end editable."
|
2933 |
msgstr ""
|
2934 |
|
2935 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:72
|
2936 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:163
|
2937 |
msgid "Generate a query to the MySQL database"
|
2938 |
msgstr "Generieren Sie eine Abfrage an die MySQL-Datenbank"
|
2939 |
|
2940 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:73
|
2941 |
msgid ""
|
2942 |
"Create a SQL-query-based data table by generating a query to any custom SQL "
|
2943 |
"database with a GUI tool."
|
2945 |
"Erstellen Sie eine SQL-abfragebasierte Datentabelle, indem Sie mit einem GUI-"
|
2946 |
"Tool eine Abfrage für eine benutzerdefinierte SQL-Datenbank generieren."
|
2947 |
|
2948 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:84
|
2949 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:146
|
2950 |
msgid "Generate a query to the WordPress database"
|
2951 |
msgstr "Generieren Sie eine Abfrage an die WordPress-Datenbank"
|
2952 |
|
2953 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:85
|
2954 |
msgid ""
|
2955 |
"Create a MySQL-query-based data table by generating a query to the WordPress "
|
2956 |
"database (posts, taxonomies, postmeta) with a GUI tool."
|
2959 |
"einem GUI-Tool eine Abfrage an die WordPress-Datenbank (Beiträge, "
|
2960 |
"Taxonomien, Postmeta) generieren."
|
2961 |
|
2962 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:9
|
2963 |
msgid "Table name"
|
2964 |
msgstr "Tabellenname"
|
2965 |
|
2966 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:11
|
2967 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:27
|
2968 |
#, fuzzy
|
2969 |
msgid ""
|
2970 |
"What is the header of the table that will be visible to the site visitors"
|
2972 |
"Was ist die Kopfzeile der Tabelle, die für die Site-Besucher sichtbar sein "
|
2973 |
"wird?"
|
2974 |
|
2975 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:25
|
2976 |
msgid "Number of columns"
|
2977 |
msgstr "Spaltenanzahl"
|
2978 |
|
2979 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:47
|
2980 |
msgid "Number of rows"
|
2981 |
msgstr "Zeilenanzahl"
|
2982 |
|
2983 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:49
|
2984 |
msgid ""
|
2985 |
"How many columns table will it have? You can also modify it below with + and "
|
2986 |
"x buttons"
|
2988 |
"Wie viele Spalten wird die Tabelle haben? Sie können es auch unten mit den "
|
2989 |
"Tasten + und x ändern"
|
2990 |
|
2991 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:71
|
2992 |
msgid "Generate table"
|
2993 |
msgstr "Tabelle generieren"
|
2994 |
|
2995 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:45
|
2996 |
msgid "Welcome to wpDataTables "
|
2997 |
msgstr "Willkommen bei wpDataTables"
|
2998 |
|
2999 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:46
|
3000 |
msgid "Lite version "
|
3001 |
msgstr "Lite-Version"
|
3002 |
|
3003 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:48
|
3004 |
msgid ""
|
3005 |
"Congratulations! You are about to use the most powerful WordPress table "
|
3006 |
"plugin - wpDataTables is designed to make the process of data "
|
3010 |
"zu verwenden - wpDataTables wurde entwickelt, um den Prozess der "
|
3011 |
"Datendarstellung und -interaktion schnell, einfach und effektiv zu gestalten."
|
3012 |
|
3013 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:62
|
3014 |
msgid "I need help, show me tutorials"
|
3015 |
msgstr "Ich brauche Hilfe, zeige mir Tutorials"
|
3016 |
|
3017 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:68
|
3018 |
msgid "Learn how to create table and charts"
|
3019 |
msgstr ""
|
3020 |
|
3021 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:69
|
3022 |
msgid "Or skip tutorials and"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:72
|
3026 |
msgid "Create a table"
|
3027 |
msgstr "Erstellen Sie eine Tabelle"
|
3028 |
|
3029 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:76
|
3030 |
msgid "Create a chart"
|
3031 |
msgstr "Erstellen Sie ein Diagramm"
|
3032 |
|
3033 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:97
|
3034 |
msgid "Tables"
|
3035 |
msgstr "Tabellen"
|
3036 |
|
3037 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:105
|
3038 |
msgid "Create Table"
|
3039 |
msgstr "Tabelle erstellen"
|
3040 |
|
3041 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:109
|
3042 |
msgid "Browse all tables"
|
3043 |
msgstr "Alle Tabellen durhsuchen"
|
3044 |
|
3045 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:121
|
3046 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:142
|
3047 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:193
|
3048 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:211
|
3049 |
msgid "Created"
|
3050 |
msgstr "Erstellt"
|
3051 |
|
3052 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:124
|
3053 |
msgid "You have no tables created."
|
3054 |
msgstr "Sie haben keine Tabellen erstellt."
|
3055 |
|
3056 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:127
|
3057 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:199
|
3058 |
msgid "View tutorials"
|
3059 |
msgstr "Tutorials anzeigen"
|
3060 |
|
3061 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:158
|
3062 |
msgid "Latest table created."
|
3063 |
msgstr "Neueste Tabelle erstellt."
|
3064 |
|
3065 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:169
|
3066 |
msgid "Charts"
|
3067 |
msgstr "Diagramme"
|
3068 |
|
3069 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:181
|
3070 |
msgid "Browse all charts"
|
3071 |
msgstr "Alle Diagramme durchsuchen"
|
3072 |
|
3073 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:196
|
3074 |
msgid "You have no charts created."
|
3075 |
msgstr "Sie haben keine Diagramme erstellt."
|
3076 |
|
3077 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:227
|
3078 |
msgid "Latest chart created."
|
3079 |
msgstr "Neuestes Diagramm erstellt."
|
3080 |
|
3081 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:239
|
3082 |
msgid "Still need help? "
|
3083 |
msgstr "Brauchen Sie noch Hilfe? "
|
3084 |
|
3085 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:242
|
3086 |
msgid ""
|
3087 |
"We provide professional support to all our users via our ticketing system."
|
3088 |
msgstr ""
|
3089 |
"Wir bieten allen unseren Benutzern professionelle Unterstützung über unser "
|
3090 |
"Ticketsystem."
|
3091 |
|
3092 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:245
|
3093 |
msgid "Visit Support Center"
|
3094 |
msgstr "Besuchen Sie das Support Center"
|
3095 |
|
3096 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:269
|
3097 |
msgid "Basic system info:"
|
3098 |
msgstr "Grundlegende Systeminformationen:"
|
3099 |
|
3100 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:272
|
3101 |
+
msgid "PHP"
|
3102 |
+
msgstr ""
|
3103 |
+
|
3104 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:289
|
3105 |
+
msgid "Zip extension "
|
3106 |
+
msgstr ""
|
3107 |
+
|
3108 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:299
|
3109 |
+
msgid "Curl extension "
|
3110 |
+
msgstr ""
|
3111 |
+
|
3112 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:311
|
3113 |
msgid "View Full System Info"
|
3114 |
msgstr "Vollständige Systeminformationen anzeigen"
|
3115 |
|
3116 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:320
|
3117 |
msgid "Changelog"
|
3118 |
msgstr "Änderungsprotokoll"
|
3119 |
|
3120 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:326
|
3121 |
msgid "View Changelog"
|
3122 |
msgstr "Änderungsprotokoll anschauen"
|
3123 |
|
3124 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:333
|
3125 |
msgid "You are currently using "
|
3126 |
msgstr "Sie verwenden derzeit "
|
3127 |
|
3128 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:335
|
3129 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:58
|
3130 |
msgid "Version "
|
3131 |
msgstr "Version "
|
3132 |
|
3133 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:340
|
3134 |
+
msgid "A minor update with a couple of bug fixes and stability improvements:"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:345
|
3138 |
+
msgid ""
|
3139 |
+
"<strong>New FREE addon: “Forminator Froms integration for wpDataTables” "
|
3140 |
+
"available. </strong> Tool that adds \"Forminator Form\" as a new table type "
|
3141 |
+
"and allows you to create wpDataTables from Forminator Forms submissions. "
|
3142 |
+
"More on this"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:346
|
3146 |
+
msgid "link."
|
|
|
|
|
3147 |
msgstr ""
|
3148 |
|
3149 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:348
|
3150 |
msgid ""
|
3151 |
+
"<strong>Bugfix:</strong> Fixed issue with strings in loops (conflict with "
|
3152 |
+
"other plugins)."
|
3153 |
msgstr ""
|
3154 |
|
3155 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:349
|
3156 |
+
msgid ""
|
3157 |
+
"<strong>Bugfix:</strong> Fixed issue with color-picker visibility in column "
|
3158 |
+
"color option on small screens."
|
3159 |
msgstr ""
|
3160 |
|
3161 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:350
|
3162 |
+
msgid "<strong>BugFix:</strong> Fixed issue with showing quotes in chart."
|
|
|
|
|
3163 |
msgstr ""
|
3164 |
|
3165 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:351
|
3166 |
msgid ""
|
3167 |
+
"<strong>BugFix:</strong> Fixed issue with Notice message on Dashboard page."
|
|
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:352
|
3171 |
msgid ""
|
3172 |
+
"<strong>BugFix:</strong> Fixed issue with JS notices about sourceMappingURLs."
|
|
|
3173 |
msgstr ""
|
3174 |
|
3175 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:353
|
3176 |
+
msgid "Compatibility with WordPress 5.7.2 approved."
|
3177 |
msgstr ""
|
3178 |
|
3179 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:354
|
3180 |
msgid "Other small bug fixes and stability improvements."
|
3181 |
msgstr "Andere kleine Fehlerbehebungen und Stabilitätsverbesserungen."
|
3182 |
|
3183 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:366
|
3184 |
msgid "Go Premium!"
|
3185 |
msgstr "Gehen Sie Premium!"
|
3186 |
|
3187 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:372
|
3188 |
msgid "View Comparison"
|
3189 |
msgstr "Vergleich anzeigen"
|
3190 |
|
3191 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:380
|
3192 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
|
3193 |
msgid ""
|
3194 |
"Get the most out of wpDataTables by upgrading to Premium and unlocking all "
|
3195 |
"of the powerful features."
|
3196 |
msgstr ""
|
3197 |
|
3198 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:384
|
3199 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:292
|
3200 |
msgid "Create a table manually"
|
3201 |
msgstr ""
|
3202 |
|
3203 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:387
|
3204 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:304
|
3205 |
msgid "Creating tables from Google Spreadsheet"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:390
|
3209 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:316
|
3210 |
msgid "Creating tables via Google Sheet API"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:393
|
3214 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:329
|
3215 |
msgid "Creating tables from Private Google Spreadsheet"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:396
|
3219 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:342
|
3220 |
msgid "Creating MySQL-based tables from database"
|
3221 |
msgstr ""
|
3222 |
|
3223 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:399
|
3224 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:354
|
3225 |
msgid "Creating MySQL-based tables from Wordpress post types"
|
3226 |
msgstr ""
|
3227 |
|
3228 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:402
|
3229 |
msgid "Creating tables where users can see and edit own data"
|
3230 |
msgstr ""
|
3231 |
|
3232 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:405
|
3233 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:378
|
3234 |
msgid "Creating table relations (Foreign key)"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:408
|
3238 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:414
|
3239 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:329
|
3240 |
msgid "Advanced filtering"
|
3241 |
msgstr "Erweiterte Filterung"
|
3242 |
|
3243 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:411
|
3244 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:426
|
3245 |
msgid "Pre-filtering tables through URL"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:414
|
3249 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
|
3250 |
msgid "Table Customization"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:417
|
3254 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:390
|
3255 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:153
|
3256 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:282
|
3257 |
msgid "Server-side processing"
|
3258 |
msgstr "Serverseitige Verarbeitung"
|
3259 |
|
3260 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:420
|
3261 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:402
|
3262 |
msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
|
3263 |
msgstr ""
|
3264 |
|
3265 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:423
|
3266 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:438
|
3267 |
msgid "Front-end table editing"
|
3268 |
msgstr "Front-End-Tabellenbearbeitung"
|
3269 |
|
3270 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:426
|
3271 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:450
|
3272 |
msgid "Excel-like editing"
|
3273 |
msgstr "Excel-ähnliche Bearbeitung"
|
3274 |
|
3275 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:429
|
3276 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:462
|
3277 |
msgid "Creating charts with Highcharts"
|
3278 |
msgstr "Erstellen von Diagrammen mit Highcharts"
|
3279 |
|
3280 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:432
|
3281 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:474
|
3282 |
msgid "Creating charts with Chart.js"
|
3283 |
msgstr "Erstellen von Diagramme mit Chart.js"
|
3284 |
|
3285 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:435
|
3286 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:486
|
3287 |
msgid "Follow table filtering in charts"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:438
|
3291 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:498
|
3292 |
msgid "Grouping data in Charts"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:441
|
3296 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:510
|
3297 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:68
|
3298 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:301
|
3299 |
msgid "Responsive"
|
3300 |
msgstr "Responsiv"
|
3301 |
|
3302 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:444
|
3303 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:522
|
3304 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:60
|
3305 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:750
|
3306 |
msgid "Conditional formatting"
|
3307 |
msgstr "Bedingte Formatierung"
|
3308 |
|
3309 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:447
|
3310 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:534
|
3311 |
msgid "Calculating Tools"
|
3312 |
msgstr "Berechnungstools"
|
3313 |
|
3314 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:450
|
3315 |
msgid "Formula columns"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:453
|
3319 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:546
|
3320 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:80
|
3321 |
msgid "Placeholders"
|
3322 |
msgstr "Platzhalter"
|
3323 |
|
3324 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:456
|
3325 |
msgid "Premium support"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:460
|
3329 |
msgid "Get Premium Today"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:467
|
3333 |
msgid "News Blog"
|
3334 |
msgstr "News Blog"
|
3335 |
|
3336 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:472
|
3337 |
msgid "Checkout useful articles from wpdatatables.com"
|
3338 |
msgstr "Schauen Sie den nützlichen Artikel von wpdatatables.com an"
|
3339 |
|
3340 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:519
|
3341 |
msgid ""
|
3342 |
"Never miss notifications about new cool features, promotions,\n"
|
3343 |
" giveaways or freebies – subscribe to our "
|
3351 |
" ca. 1 Nachricht pro Monat und niemals "
|
3352 |
"Spam!"
|
3353 |
|
3354 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:537
|
3355 |
msgid "Premium "
|
3356 |
msgstr ""
|
3357 |
|
3358 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:540
|
3359 |
msgid ""
|
3360 |
"While wpDataTables itself provides quite a large amount of features and "
|
3361 |
"unlimited customisation, flexibility, you can achieve even more with our "
|
3362 |
+
"premium addons.<br>(except Forminator Forms integration which is free and "
|
3363 |
+
"can be used with Lite version as well, all others requires wpDataTables "
|
3364 |
+
"Premium version)"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:548
|
3368 |
+
msgid "Free"
|
3369 |
+
msgstr ""
|
3370 |
+
|
3371 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:559
|
3372 |
+
msgid ""
|
3373 |
+
"Tool that adds \"Forminator Form\" as a new table type and allows you to "
|
3374 |
+
"create wpDataTables from Forminator Forms submissions."
|
3375 |
+
msgstr ""
|
3376 |
+
|
3377 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:566
|
3378 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:602
|
3379 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:629
|
3380 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:655
|
3381 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:682
|
3382 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:708
|
3383 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:741
|
3384 |
+
msgid "Learn More"
|
3385 |
+
msgstr "Mehr erfahren"
|
3386 |
+
|
3387 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:596
|
3388 |
msgid ""
|
3389 |
"A wpDataTables addon which allows showing additional details for a specific "
|
3390 |
"row in a popup or a separate page or post."
|
3393 |
"in einem Popup, einer separaten Seite oder einem separaten Beitrag angezeigt "
|
3394 |
"werden können."
|
3395 |
|
3396 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3397 |
msgid ""
|
3398 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
3399 |
"cascade filtering, applying filters on button click, hide table before "
|
3403 |
"Kaskadenfilterung, Anwenden von Filtern beim Klicken auf Schaltflächen, "
|
3404 |
"Ausblenden der Tabelle vor dem Filtern."
|
3405 |
|
3406 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:719
|
3407 |
msgid "Need free booking plugin?"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:728
|
3411 |
msgid "Appointments and Events WordPress Booking Plugin"
|
3412 |
msgstr "Termine und Veranstaltungen WordPress Booking Plugin"
|
3413 |
|
3414 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:731
|
3415 |
msgid ""
|
3416 |
"Amelia Lite is a free appointment booking WordPress plugin that allows to "
|
3417 |
"set up a fully-featured automated booking system on your WordPress website "
|
3422 |
"each month."
|
3423 |
msgstr ""
|
3424 |
|
3425 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:734
|
3426 |
msgid "Rating: 4.3 - 97 reviews"
|
3427 |
msgstr ""
|
3428 |
|
3429 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:752
|
3430 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:184
|
3431 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:589
|
3432 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:78
|
3433 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:509
|
3434 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:358
|
|
|
|
|
|
|
|
|
3435 |
msgid "Made by"
|
3436 |
msgstr "Hergestellt von"
|
3437 |
|
3438 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:760
|
3439 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:192
|
3440 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:597
|
3441 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:45
|
3442 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:86
|
3443 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:517
|
3444 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:219
|
3445 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:369
|
3446 |
msgid "Documentation"
|
3447 |
msgstr "Dokumentation"
|
3448 |
|
3449 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:764
|
3450 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:196
|
3451 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:601
|
3452 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:24
|
3453 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:90
|
3454 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:521
|
3455 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:373
|
3456 |
msgid "Support Center"
|
3457 |
msgstr "Support Center"
|
3458 |
|
3459 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:27
|
3460 |
msgid "Table and Charts tutorials"
|
3461 |
msgstr "Tutorials zu Tabellen und Diagrammen"
|
3462 |
|
3463 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:50
|
3464 |
msgid ""
|
3465 |
"Getting started: a crash course on wpDataTables basic tables and charts "
|
3466 |
"features"
|
3468 |
"Erste Schritte: Ein Crashkurs zu den grundlegenden Funktionen von Tabellen "
|
3469 |
"und Diagrammen von wpDataTables"
|
3470 |
|
3471 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:51
|
3472 |
msgid ""
|
3473 |
"Hi there. In order to make your acquaintance with wpDataTables smooth and "
|
3474 |
"easy, we created these short interactive tutorials for different basic "
|
3476 |
"click "
|
3477 |
msgstr ""
|
3478 |
|
3479 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:51
|
3480 |
msgid "\"Launch tutorial\""
|
3481 |
msgstr "\"Tutorial starten\""
|
3482 |
|
3483 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:51
|
3484 |
msgid ""
|
3485 |
" - it will then guide you through the process, making sure you do everything "
|
3486 |
"right. Additionally, you can check out our documentation and video database."
|
3489 |
"alles richtig machen. Darüber hinaus können Sie unsere Dokumentation und "
|
3490 |
"Videodatenbank einsehen."
|
3491 |
|
3492 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:61
|
3493 |
msgid "Create a simple table from scratch:"
|
3494 |
msgstr "Erstellen Sie eine einfache Tabelle von Grund auf neu:"
|
3495 |
|
3496 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:61
|
3497 |
msgid ""
|
3498 |
" create a simple table with any data, merged cells, styling, star rating and "
|
3499 |
"a lot more."
|
3501 |
" Erstellen Sie eine einfache Tabelle mit Daten, zusammengeführten Zellen, "
|
3502 |
"Stil, Sternebewertung und vielem mehr."
|
3503 |
|
3504 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:63
|
3505 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:83
|
3506 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:104
|
3507 |
msgid "View documentation"
|
3508 |
msgstr "Dokumentation anzeigen"
|
3509 |
|
3510 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:68
|
3511 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:88
|
3512 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:109
|
3513 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:119
|
3514 |
msgid "Launch tutorial"
|
3515 |
msgstr "Tutorial starten"
|
3516 |
|
3517 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:81
|
3518 |
msgid "Create a data table linked to an existing data source:"
|
3519 |
msgstr ""
|
3520 |
"Erstellen Sie eine Datentabelle, die mit einer vorhandenen Datenquelle "
|
3521 |
"verknüpft ist:"
|
3522 |
|
3523 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:81
|
3524 |
msgid ""
|
3525 |
" create a wpDataTables based on your Excel, CSV file or other data source in "
|
3526 |
"a few steps."
|
3528 |
" Erstellen Sie in wenigen Schritten eine wpDataTables basierend auf Ihrer "
|
3529 |
"Excel-, CSV-Datei oder einer anderen Datenquelle."
|
3530 |
|
3531 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:102
|
3532 |
msgid "Create a chart:"
|
3533 |
msgstr "Diagramm erstellen:"
|
3534 |
|
3535 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:102
|
3536 |
msgid ""
|
3537 |
" create dynamic charts in WordPress with Google Charts rendering engine."
|
3538 |
msgstr ""
|
3539 |
|
3540 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:114
|
3541 |
#, fuzzy
|
3542 |
msgid ""
|
3543 |
"You dont have any table created. Please create a table first and then you "
|
3546 |
"Sie haben keine Tabelle erstellt. Bitte erstellen Sie zuerst eine Tabelle "
|
3547 |
"und dann können Sie ein Diagramm erstellen."
|
3548 |
|
3549 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:131
|
3550 |
msgid "Create a data table manually:"
|
3551 |
msgstr ""
|
3552 |
|
3553 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:131
|
3554 |
msgid " learn how to build a data table completely from the WordPress admin."
|
3555 |
msgstr ""
|
3556 |
|
3557 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:143
|
3558 |
msgid "Create a data table by importing data from a data source:"
|
3559 |
msgstr ""
|
3560 |
"Erstellen Sie eine Datentabelle, indem Sie Daten aus einer Datenquelle "
|
3561 |
"importieren:"
|
3562 |
|
3563 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:143
|
3564 |
msgid ""
|
3565 |
" extract data from your existing table to be able to edit it from WordPress."
|
3566 |
msgstr ""
|
3567 |
" Extrahieren Sie Daten aus Ihrer vorhandenen Tabelle, um sie in WordPress "
|
3568 |
"bearbeiten zu können."
|
3569 |
|
3570 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:155
|
3571 |
msgid "Generate a query to the MySQL database:"
|
3572 |
msgstr "Generieren Sie eine Abfrage an die MySQL-Datenbank:"
|
3573 |
|
3574 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:155
|
3575 |
msgid " create a data table based on your DB data without having to learn SQL"
|
3576 |
msgstr ""
|
3577 |
" Erstellen Sie eine Datentabelle basierend auf Ihren DB-Daten, ohne SQL "
|
3578 |
"lernen zu müssen"
|
3579 |
|
3580 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:167
|
3581 |
msgid "Generate a query to the WordPress database:"
|
3582 |
msgstr "Generieren Sie eine Abfrage an die WordPress-Datenbank:"
|
3583 |
|
3584 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:167
|
3585 |
msgid " create a data table based on your WP data (posts, meta, taxonomies)"
|
3586 |
msgstr ""
|
3587 |
" Erstellen Sie eine Datentabelle basierend auf Ihren WP-Daten (Beiträge, "
|
3588 |
"Meta, Taxonomien)."
|
3589 |
|
3590 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:24
|
3591 |
msgid "Plans"
|
3592 |
msgstr "Pläne"
|
3593 |
|
3594 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:47
|
3595 |
msgid "Lite vs Premium comparison"
|
3596 |
msgstr "Lite vs Premium Vergleich"
|
3597 |
|
3598 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:52
|
3599 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:581
|
3600 |
msgid "Go Premium Now"
|
3601 |
msgstr "Gehen Sie jetzt Premium"
|
3602 |
|
3603 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:58
|
3604 |
msgid "Features"
|
3605 |
msgstr "Funktionen"
|
3606 |
|
3607 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:61
|
3608 |
msgid "Lite"
|
3609 |
msgstr "Lite"
|
3610 |
|
3611 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:64
|
3612 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:568
|
3613 |
msgid "Premium"
|
3614 |
msgstr "Premium"
|
3615 |
|
3616 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:70
|
3617 |
msgid "Creating tables from Excel files"
|
3618 |
msgstr "Erstellen von Tabellen aus Excel-Dateien"
|
3619 |
|
3620 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:82
|
3621 |
msgid "Creating tables from CSV files"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:94
|
3625 |
msgid "Creating tables from JSON files"
|
3626 |
msgstr ""
|
3627 |
|
3628 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:106
|
3629 |
msgid "Creating tables from XML files"
|
3630 |
msgstr ""
|
3631 |
|
3632 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:118
|
3633 |
msgid "Creating tables from Serialized PHP array"
|
3634 |
msgstr ""
|
3635 |
|
3636 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:130
|
3637 |
msgid "Create a Simple tables"
|
3638 |
msgstr "Erstellen Sie eine einfache Tabelle"
|
3639 |
|
3640 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:131
|
3641 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:144
|
3642 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:280
|
3643 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:317
|
3644 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:330
|
3645 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:84
|
3646 |
msgid "NEW!"
|
3647 |
msgstr "NEU!"
|
3648 |
|
3649 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:143
|
3650 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:295
|
3651 |
msgid "Merge cells"
|
3652 |
msgstr "Zellen zusammenführen"
|
3653 |
|
3654 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:156
|
3655 |
msgid ""
|
3656 |
"Column types <span style=\"font-size: 8px;\">(String, Integer, Float, Date, "
|
3657 |
"DateTime, Time, Image, URL link and E-mail)</span>"
|
3659 |
"Spaltentypen <span style=\"font-size: 8px;\">(String, Integer, Float, Datum, "
|
3660 |
"Datum/Uhrzeit, Uhrzeit, Bild, URL-Link und E-Mail) </span>"
|
3661 |
|
3662 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
|
3663 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:47
|
3664 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:643
|
3665 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:651
|
3666 |
msgid "Sorting"
|
3667 |
msgstr "Sortieren"
|
3668 |
|
3669 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
|
3670 |
msgid "Row grouping"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:192
|
3674 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:653
|
3675 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:504
|
3676 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:512
|
3677 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1387
|
3678 |
msgid "Pagination"
|
3679 |
msgstr "Paginierung"
|
3680 |
|
3681 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:204
|
3682 |
msgid ""
|
3683 |
"Export table data <span style=\"font-size: 8px;\">(Export to Excel, CSV, "
|
3684 |
"PDF, and Copy and Print options)</span>"
|
3685 |
msgstr ""
|
3686 |
|
3687 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:216
|
3688 |
msgid "Column Customization"
|
3689 |
msgstr "Spaltenanpassung"
|
3690 |
|
3691 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:228
|
3692 |
msgid "Global Table Customization"
|
3693 |
msgstr "Globale Tabellenanpassung"
|
3694 |
|
3695 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:240
|
3696 |
msgid "WP Bakery, Elementor and Gutenberg support"
|
3697 |
msgstr ""
|
3698 |
|
3699 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:252
|
3700 |
msgid "Creating Google charts"
|
3701 |
msgstr "Google-Diagramme erstellen"
|
3702 |
|
3703 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:264
|
3704 |
msgid "Customize charts"
|
3705 |
msgstr ""
|
3706 |
|
3707 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:268
|
3708 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:562
|
3709 |
msgid "Limited"
|
3710 |
msgstr "Begrenzt"
|
3711 |
|
3712 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:270
|
3713 |
msgid "Some options are not available."
|
3714 |
msgstr ""
|
3715 |
|
3716 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:366
|
3717 |
msgid "Creating tables where users can see and edit only their own data"
|
3718 |
msgstr ""
|
3719 |
|
3720 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:558
|
3721 |
msgid "Support"
|
3722 |
msgstr "Support"
|
3723 |
|
3724 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:564
|
3725 |
msgid "Response time is slow and can be up to 5 business days."
|
3726 |
msgstr ""
|
3727 |
|
3728 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:575
|
3729 |
msgid ""
|
3730 |
"* Please note that wpDataTables add-ons are not included in premium version "
|
3731 |
"of plugin."
|
3732 |
msgstr ""
|
3733 |
|
3734 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:33
|
3735 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:95
|
3736 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:25
|
3737 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1098
|
3738 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:47
|
3739 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:48
|
3740 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:89
|
3741 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:48
|
3742 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:49
|
3743 |
msgid "Save Changes"
|
3744 |
msgstr "Änderungen speichern"
|
3745 |
|
3746 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:44
|
3747 |
+
#: wpdatatables-lite/templates/settings.inc.php:18
|
3748 |
+
#: wpdatatables-lite/templates/settings.inc.php:26
|
3749 |
msgid "Main settings"
|
3750 |
msgstr "Haupteinstellungen"
|
3751 |
|
3752 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:49
|
3753 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:15
|
3754 |
msgid "Separate DB connection"
|
3755 |
msgstr "Separate DB-Verbindung"
|
3756 |
|
3757 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:54
|
3758 |
+
#: wpdatatables-lite/templates/settings.inc.php:19
|
3759 |
+
#: wpdatatables-lite/templates/settings.inc.php:204
|
3760 |
msgid "Color and font settings"
|
3761 |
msgstr "Farb- und Schriftarteinstellungen"
|
3762 |
|
3763 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:58
|
3764 |
+
#: wpdatatables-lite/templates/settings.inc.php:20
|
3765 |
+
#: wpdatatables-lite/templates/settings.inc.php:446
|
3766 |
msgid "Custom JS and CSS"
|
3767 |
msgstr "Benutzerdefiniertes JS und CSS"
|
3768 |
|
3769 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:62
|
3770 |
msgid "Google Spreadsheet API settings"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:92
|
3774 |
+
#: wpdatatables-lite/templates/settings.inc.php:434
|
3775 |
msgid "Reset colors and fonts to default"
|
3776 |
msgstr "Farben und Schriftarten auf die Standardeinstellungen zurücksetzen"
|
3777 |
|
3778 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:18
|
3779 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:25
|
3780 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1367
|
3781 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1461
|
3782 |
msgid "Font"
|
3783 |
msgstr "Schriftart"
|
3784 |
|
3785 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:27
|
3786 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1464
|
3787 |
+
#: wpdatatables-lite/templates/settings.inc.php:428
|
3788 |
msgid ""
|
3789 |
"This font will be used in rendered tables. Leave blank not to override "
|
3790 |
"default theme settings"
|
3792 |
"Diese Schriftart wird in gerenderten Tabellen verwendet. Lassen Sie das Feld "
|
3793 |
"leer, um die Standarddesigneinstellungen nicht zu überschreiben"
|
3794 |
|
3795 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:47
|
3796 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1486
|
3797 |
msgid "Define the font size"
|
3798 |
msgstr "Definieren Sie die Schriftgröße"
|
3799 |
|
3800 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:70
|
3801 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:143
|
3802 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:464
|
3803 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1519
|
3804 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1594
|
3805 |
msgid "Font color"
|
3806 |
msgstr "Schriftfarbe"
|
3807 |
|
3808 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:72
|
3809 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1522
|
3810 |
msgid "This color is used for the main font in table cells."
|
3811 |
msgstr "Diese Farbe wird für die Hauptschriftart in Tabellenzellen verwendet."
|
3812 |
|
3813 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:97
|
3814 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:348
|
3815 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1371
|
3816 |
msgid "Header"
|
3817 |
msgstr "Kopfzeile"
|
3818 |
|
3819 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:106
|
3820 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1552
|
3821 |
msgid "The color is used for background of the table header."
|
3822 |
msgstr "Die Farbe wird für den Hintergrund der Tabellenkopfzeile verwendet."
|
3823 |
|
3824 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:125
|
3825 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1574
|
3826 |
msgid "This color is used for the border in the table header."
|
3827 |
msgstr "Diese Farbe wird für den Rand in der Tabellenkopfzeile verwendet."
|
3828 |
|
3829 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:145
|
3830 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1597
|
3831 |
msgid "This color is used for the font in the table header."
|
3832 |
msgstr ""
|
3833 |
"Diese Farbe wird für die Schriftart in der Tabellenkopfzeile verwendet."
|
3834 |
|
3835 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:162
|
3836 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1616
|
3837 |
msgid "Active and hover color\t"
|
3838 |
msgstr "Aktive- und Schwebefarbe\t"
|
3839 |
|
3840 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:164
|
3841 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1619
|
3842 |
msgid ""
|
3843 |
"This color is used when you hover the mouse above the table header, or when "
|
3844 |
"you choose a column."
|
3846 |
"Diese Farbe wird verwendet, wenn Sie den Mauszeiger über die "
|
3847 |
"Tabellenüberschrift halten oder wenn Sie eine Spalte auswählen."
|
3848 |
|
3849 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:191
|
3850 |
msgid "Table border "
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:198
|
3854 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1647
|
3855 |
msgid "Inner border"
|
3856 |
msgstr "Innenrahmen"
|
3857 |
|
3858 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:200
|
3859 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1650
|
3860 |
msgid "This color is used for the inner border in the table between cells."
|
3861 |
msgstr ""
|
3862 |
"Diese Farbe wird für den inneren Rahmen in der Tabelle zwischen den Zellen "
|
3863 |
"verwendet."
|
3864 |
|
3865 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:218
|
3866 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1670
|
3867 |
msgid "Outer border"
|
3868 |
msgstr "Außenrahmen"
|
3869 |
|
3870 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:220
|
3871 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1673
|
3872 |
msgid "This color is used for the outer border of the whole table body."
|
3873 |
msgstr ""
|
3874 |
"Diese Farbe wird für den äußeren Rahmen des gesamten Tabellekörpers "
|
3875 |
"verwendet."
|
3876 |
|
3877 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:238
|
3878 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1693
|
3879 |
msgid "Table borders"
|
3880 |
msgstr "Tabellenrahmen"
|
3881 |
|
3882 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:240
|
3883 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1696
|
3884 |
msgid "When this is checked, borders in table will be removed "
|
3885 |
msgstr "Wenn dies aktiviert ist, werden die Rahmen in der Tabelle entfernt "
|
3886 |
|
3887 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:244
|
3888 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1702
|
3889 |
msgid "Remove borders in table"
|
3890 |
msgstr "Rahmen in der Tabelle entfernen"
|
3891 |
|
3892 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:249
|
3893 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1707
|
3894 |
msgid "Header border"
|
3895 |
msgstr "Kopfzeile-Rahmen"
|
3896 |
|
3897 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:251
|
3898 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1710
|
3899 |
msgid "When this is checked,borders in header will be removed "
|
3900 |
msgstr "Wenn dies aktiviert ist, werden die Rahmen in der Kopfzeile entfernt "
|
3901 |
|
3902 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:255
|
3903 |
msgid "Remove borders in header"
|
3904 |
msgstr "Entfernen Sie die Rahmen in der Kopfzeile"
|
3905 |
|
3906 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:269
|
3907 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1379
|
3908 |
msgid "Row color"
|
3909 |
msgstr "Zeilenfarbe"
|
3910 |
|
3911 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:276
|
3912 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1729
|
3913 |
msgid "Even row background"
|
3914 |
msgstr "Hintergrund der geraden Zeilen"
|
3915 |
|
3916 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:278
|
3917 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1732
|
3918 |
msgid "This color is used for for background in even rows."
|
3919 |
msgstr "Diese Farbe wird für den Hintergrund in geraden Zeilen verwendet."
|
3920 |
|
3921 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:295
|
3922 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1751
|
3923 |
msgid "Odd row background"
|
3924 |
msgstr "Hintergrund der ungeraden Zeilen"
|
3925 |
|
3926 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:297
|
3927 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1754
|
3928 |
msgid "This color is used for for background in odd rows."
|
3929 |
msgstr "Diese Farbe wird für den Hintergrund in ungeraden Zeilen verwendet."
|
3930 |
|
3931 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:314
|
3932 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1773
|
3933 |
msgid "Hover row"
|
3934 |
msgstr "Schweben über Reihe"
|
3935 |
|
3936 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:316
|
3937 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1776
|
3938 |
msgid ""
|
3939 |
"This color is used for to highlight the row when you hover your mouse above "
|
3940 |
"it."
|
3942 |
"Diese Farbe wird verwendet, um die Zeile hervorzuheben, wenn Sie den "
|
3943 |
"Mauszeiger darüber halten."
|
3944 |
|
3945 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:333
|
3946 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1795
|
3947 |
msgid "Background for selected rows"
|
3948 |
msgstr "Hintergrund für ausgewählte Zeilen"
|
3949 |
|
3950 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:335
|
3951 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1798
|
3952 |
msgid "This color is used for background in selected rows."
|
3953 |
msgstr "Diese Farbe wird für den Hintergrund in ausgewählten Zeilen verwendet."
|
3954 |
|
3955 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:362
|
3956 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1383
|
3957 |
msgid "Cell color"
|
3958 |
msgstr ""
|
3959 |
|
3960 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:369
|
3961 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1826
|
3962 |
msgid "Sorted columns, even rows"
|
3963 |
msgstr "Sortierte Spalten, gerade Zeilen"
|
3964 |
|
3965 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:371
|
3966 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1829
|
3967 |
msgid ""
|
3968 |
"This color is used for background in cells which are in the active columns "
|
3969 |
"(columns used for sorting) in even rows."
|
3971 |
"Diese Farbe wird für den Hintergrund in Zellen verwendet, die sich in den "
|
3972 |
"aktiven Spalten (Spalten zum Sortieren) in geraden Zeilen befinden."
|
3973 |
|
3974 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:389
|
3975 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1849
|
3976 |
msgid "Sorted columns, odd rows"
|
3977 |
msgstr "Sortierte Spalten, ungerade Zeilen"
|
3978 |
|
3979 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:391
|
3980 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1852
|
3981 |
msgid ""
|
3982 |
"This color is used for background in cells which are in the active columns "
|
3983 |
"(columns used for sorting) in odd rows."
|
3985 |
"Diese Farbe wird für den Hintergrund in Zellen verwendet, die sich in den "
|
3986 |
"aktiven Spalten (Spalten zum Sortieren) in ungeraden Zeilen befinden."
|
3987 |
|
3988 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:418
|
3989 |
msgid "Buttons color in modals"
|
3990 |
msgstr ""
|
3991 |
|
3992 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:427
|
3993 |
msgid "This color is used for background in buttons."
|
3994 |
msgstr "Diese Farbe wird für den Hintergrund in Schaltflächen verwendet."
|
3995 |
|
3996 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:446
|
3997 |
msgid "This color is used for border in buttons."
|
3998 |
msgstr "Diese Farbe wird für Rahmen in Schaltflächen verwendet."
|
3999 |
|
4000 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:466
|
4001 |
msgid "This color is used for font in buttons."
|
4002 |
msgstr "Diese Farbe wird für die Schriftart in Schaltflächen verwendet."
|
4003 |
|
4004 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:483
|
4005 |
msgid "Background hover color"
|
4006 |
msgstr "Hintergrundschwebefarbe"
|
4007 |
|
4008 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:485
|
4009 |
msgid ""
|
4010 |
"This color will be used for button backgrounds when you hover above them."
|
4011 |
msgstr ""
|
4012 |
"Diese Farbe wird für Schaltflächenhintergründe verwendet, wenn Sie den "
|
4013 |
"Mauszeiger darüber halten."
|
4014 |
|
4015 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:503
|
4016 |
msgid "Hover font color"
|
4017 |
msgstr "Schriftfarbe beim Schweben"
|
4018 |
|
4019 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:505
|
4020 |
msgid "This color will be used for buttons font when you hover above them."
|
4021 |
msgstr ""
|
4022 |
"Diese Farbe wird für die Schriftart der Schaltflächen verwendet, wenn Sie "
|
4023 |
"den Mauszeiger darüber halten."
|
4024 |
|
4025 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:523
|
4026 |
+
#: wpdatatables-lite/templates/settings.inc.php:401
|
4027 |
msgid "Buttons hover border color"
|
4028 |
msgstr "Schaltflächen Randfarbe beim Schweben"
|
4029 |
|
4030 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:525
|
4031 |
msgid "This color will be used for button borders when you hover above them."
|
4032 |
msgstr ""
|
4033 |
"Diese Farbe wird für Schaltflächenränder verwendet, wenn Sie den Mauszeiger "
|
4034 |
"darüber halten."
|
4035 |
|
4036 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:543
|
4037 |
+
#: wpdatatables-lite/templates/settings.inc.php:410
|
4038 |
msgid "Buttons and inputs border radius (in px)"
|
4039 |
msgstr "Schaltflächen und Eingaben Rahmenradius (in px)"
|
4040 |
|
4041 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:545
|
4042 |
+
#: wpdatatables-lite/templates/settings.inc.php:414
|
4043 |
msgid "This is a border radius for inputs in buttons. Default is 3px."
|
4044 |
msgstr ""
|
4045 |
"Dies ist ein Rahmenradius für Eingaben in Schaltflächen. Standard ist 3px."
|
4046 |
|
4047 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:577
|
4048 |
msgid "Modals and overlay color"
|
4049 |
msgstr ""
|
4050 |
|
4051 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:584
|
4052 |
+
#: wpdatatables-lite/templates/settings.inc.php:374
|
4053 |
msgid "Modals font color"
|
4054 |
msgstr "Modale Schriftfarbe"
|
4055 |
|
4056 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:586
|
4057 |
msgid ""
|
4058 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
4059 |
msgstr ""
|
4060 |
"Diese Farbe wird für wpDataTable-Popup-Schriftarten (Filter, Datepicker) "
|
4061 |
"verwendet."
|
4062 |
|
4063 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:604
|
4064 |
msgid "Modals background"
|
4065 |
msgstr "Modals Hintergrund"
|
4066 |
|
4067 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:606
|
4068 |
msgid ""
|
4069 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
4070 |
"background."
|
4072 |
"Diese Farbe wird für den Popup-Hintergrund von wpDataTable (Filter, "
|
4073 |
"Datepicker) verwendet."
|
4074 |
|
4075 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:625
|
4076 |
msgid "Overlay background"
|
4077 |
msgstr "Overlay Hintergrund"
|
4078 |
|
4079 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:627
|
4080 |
msgid ""
|
4081 |
"This color will be used for overlay which appears below the plugin popups."
|
4082 |
msgstr ""
|
4083 |
"Diese Farbe wird für das Overlay verwendet, die unter den Plugin-Popups "
|
4084 |
"angezeigt wird."
|
4085 |
|
4086 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:662
|
4087 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1882
|
4088 |
msgid "This color is used for the background of the pagination"
|
4089 |
msgstr "Diese Farbe wird für den Hintergrund der Paginierung verwendet"
|
4090 |
|
4091 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:682
|
4092 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1905
|
4093 |
msgid "This color is used for the color of the links in the pagination."
|
4094 |
msgstr "Diese Farbe wird für die Farbe der Links in der Paginierung verwendet."
|
4095 |
|
4096 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:700
|
4097 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1924
|
4098 |
msgid "Current page background color"
|
4099 |
msgstr "Aktuelle Seitenhintergrundfarbe"
|
4100 |
|
4101 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:702
|
4102 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1927
|
4103 |
msgid "The color is used for background of the current page"
|
4104 |
msgstr "Die Farbe wird für den Hintergrund der aktuellen Seite verwendet"
|
4105 |
|
4106 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:719
|
4107 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1948
|
4108 |
msgid "Current page color"
|
4109 |
msgstr "Aktuelle Seitenfarbe"
|
4110 |
|
4111 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:721
|
4112 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1951
|
4113 |
msgid "This color is used for the color of the current page."
|
4114 |
msgstr "Diese Farbe wird für die Farbe der aktuellen Seite verwendet."
|
4115 |
|
4116 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:739
|
4117 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1971
|
4118 |
msgid "Other pages hover background color"
|
4119 |
msgstr "Andere Seiten Hintergrundfarbe beim Schweben"
|
4120 |
|
4121 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:741
|
4122 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1974
|
4123 |
msgid ""
|
4124 |
"This background color is used when you hover the mouse above the other pages"
|
4125 |
msgstr ""
|
4126 |
"Diese Hintergrundfarbe wird verwendet, wenn Sie den Mauszeiger über die "
|
4127 |
"anderen Seiten halten"
|
4128 |
|
4129 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:758
|
4130 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1995
|
4131 |
msgid "Other pages hover color"
|
4132 |
msgstr "Andere Seiten Farbe beim Schweben"
|
4133 |
|
4134 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:760
|
4135 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1998
|
4136 |
msgid "This color is used when you hover the mouse above the other pages."
|
4137 |
msgstr ""
|
4138 |
"Diese Farbe wird verwendet, wenn Sie den Mauszeiger über die anderen Seiten "
|
4139 |
"halten."
|
4140 |
|
4141 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:15
|
4142 |
+
#: wpdatatables-lite/templates/settings.inc.php:454
|
4143 |
msgid "Custom wpDataTables JS"
|
4144 |
msgstr "Benutzerdefinierte wpDataTables JS"
|
4145 |
|
4146 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:17
|
4147 |
msgid ""
|
4148 |
"This JS will be inserted as an inline script block on every page that has a "
|
4149 |
"wpDataTable."
|
4151 |
"Dieser JS wird als Inline-Skriptblock auf jeder Seite mit einer wpDataTable "
|
4152 |
"eingefügt."
|
4153 |
|
4154 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:30
|
4155 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:2025
|
4156 |
+
#: wpdatatables-lite/templates/settings.inc.php:463
|
4157 |
msgid "Custom wpDataTables CSS"
|
4158 |
msgstr "Benutzerdefiniertes wpDataTables-CSS"
|
4159 |
|
4160 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:32
|
4161 |
msgid ""
|
4162 |
"This CSS will be inserted as an inline style block on every page that has a "
|
4163 |
"wpDataTable."
|
4165 |
"Dieses CSS wird als Inline-Stilblock auf jeder Seite mit einer wpDataTable "
|
4166 |
"eingefügt."
|
4167 |
|
4168 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:45
|
4169 |
msgid "Use minified wpDataTables Javascript "
|
4170 |
msgstr "Verwenden Sie minimiertes wpDataTables-Javascript "
|
4171 |
|
4172 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:51
|
4173 |
msgid "Use minified version of Javascript files"
|
4174 |
msgstr "Verwenden Sie eine minimierte Version von Javascript-Dateien"
|
4175 |
|
4176 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:15
|
4177 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1407
|
4178 |
+
#: wpdatatables-lite/templates/settings.inc.php:45
|
4179 |
msgid "Interface language"
|
4180 |
msgstr "Schnittstellensprache"
|
4181 |
|
4182 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:17
|
4183 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1410
|
4184 |
msgid "Pick the language which will be used in tables interface."
|
4185 |
msgstr ""
|
4186 |
"Wählen Sie die Sprache aus, die in der Tabellenschnittstelle verwendet "
|
4187 |
"werden soll."
|
4188 |
|
4189 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:23
|
4190 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1417
|
4191 |
msgid "English (default)"
|
4192 |
msgstr "Englisch (Standard)"
|
4193 |
|
4194 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:36
|
4195 |
+
#: wpdatatables-lite/templates/settings.inc.php:98
|
4196 |
msgid "Date format"
|
4197 |
msgstr "Datumsformat"
|
4198 |
|
4199 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:38
|
4200 |
msgid "Pick the date format to use in date column type."
|
4201 |
msgstr ""
|
4202 |
"Wählen Sie das Datumsformat aus, das im Datumsspalten-Typ verwendet werden "
|
4203 |
"soll."
|
4204 |
|
4205 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:74
|
4206 |
+
#: wpdatatables-lite/templates/settings.inc.php:119
|
4207 |
msgid "Time format"
|
4208 |
msgstr "Zeitformat"
|
4209 |
|
4210 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:76
|
4211 |
msgid "Pick the time format to use in datetime and time column type."
|
4212 |
msgstr ""
|
4213 |
"Wählen Sie das Zeitformat aus, das in Datums- und Zeitspalten verwendet "
|
4214 |
"werden soll."
|
4215 |
|
4216 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:91
|
4217 |
msgid "Parse shortcodes"
|
4218 |
msgstr "Shortcodes analysieren"
|
4219 |
|
4220 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:93
|
4221 |
msgid ""
|
4222 |
"If the option is enabled, you can use shortcodes of other plugins for "
|
4223 |
"generating content."
|
4224 |
msgstr ""
|
4225 |
|
4226 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:97
|
4227 |
msgid "Parse shortcodes in strings"
|
4228 |
msgstr "Zergliedern Sie Shortcodes in Strings"
|
4229 |
|
4230 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:104
|
4231 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1430
|
4232 |
+
#: wpdatatables-lite/templates/settings.inc.php:74
|
4233 |
msgid "Base skin"
|
4234 |
msgstr "Basis-Skin"
|
4235 |
|
4236 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:106
|
4237 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1433
|
4238 |
msgid "Choose the base skin for the plugin."
|
4239 |
msgstr "Wählen Sie die Basis-Skin für das Plugin."
|
4240 |
|
4241 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:112
|
4242 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1440
|
4243 |
msgid "Material"
|
4244 |
msgstr "Material"
|
4245 |
|
4246 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:113
|
4247 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1441
|
4248 |
msgid "Light"
|
4249 |
msgstr "Licht"
|
4250 |
|
4251 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:114
|
4252 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1442
|
4253 |
msgid "Graphite"
|
4254 |
msgstr "Graphit"
|
4255 |
|
4256 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:115
|
4257 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1443
|
4258 |
msgid "Aqua"
|
4259 |
msgstr "Aqua"
|
4260 |
|
4261 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:116
|
4262 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1444
|
4263 |
msgid "Purple"
|
4264 |
msgstr "Lila"
|
4265 |
|
4266 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:117
|
4267 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1445
|
4268 |
msgid "Dark"
|
4269 |
msgstr "Dunkel"
|
4270 |
|
4271 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:125
|
4272 |
+
#: wpdatatables-lite/templates/settings.inc.php:131
|
4273 |
msgid "Number format"
|
4274 |
msgstr "Zahlenformat"
|
4275 |
|
4276 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:127
|
4277 |
+
#: wpdatatables-lite/templates/settings.inc.php:138
|
4278 |
msgid "Pick the number format (thousands and decimals separator)"
|
4279 |
msgstr "Wählen Sie das Zahlenformat (Tausender- und Dezimaltrennzeichen)"
|
4280 |
|
4281 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:144
|
4282 |
+
#: wpdatatables-lite/templates/settings.inc.php:86
|
4283 |
msgid "Render advanced filter"
|
4284 |
msgstr "Erweiterten Filter rendern"
|
4285 |
|
4286 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:146
|
4287 |
msgid ""
|
4288 |
"Choose where you would like to render the advanced filter for tables where "
|
4289 |
"enabled."
|
4291 |
"Wählen Sie aus, wo Sie den erweiterten Filter für Tabellen rendern möchten, "
|
4292 |
"sofern diese aktiviert sind."
|
4293 |
|
4294 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:152
|
4295 |
+
#: wpdatatables-lite/templates/settings.inc.php:90
|
4296 |
msgid "In the header"
|
4297 |
msgstr "In der Kopfzeile"
|
4298 |
|
4299 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:153
|
4300 |
+
#: wpdatatables-lite/templates/settings.inc.php:91
|
4301 |
msgid "In the footer"
|
4302 |
msgstr "In der Fußzeile"
|
4303 |
|
4304 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:161
|
4305 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:385
|
4306 |
+
#: wpdatatables-lite/templates/settings.inc.php:143
|
4307 |
msgid "Decimal places"
|
4308 |
msgstr "Dezimalstellen"
|
4309 |
|
4310 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:163
|
4311 |
msgid "Define the amount of decimal places for the float numbers."
|
4312 |
msgstr "Definieren Sie die Anzahl der Dezimalstellen für die Float-Zahlen."
|
4313 |
|
4314 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:188
|
4315 |
msgid "CSV delimiter"
|
4316 |
msgstr "CSV-Trennzeichen"
|
4317 |
|
4318 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:190
|
4319 |
msgid "Pick the CSV delimiter"
|
4320 |
msgstr "Wählen Sie das CSV-Trennzeichen"
|
4321 |
|
4322 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:209
|
4323 |
msgid "Tables sorting direction in admin page"
|
4324 |
msgstr "Sortierrichtung der Tabellen auf der Administrationsseite"
|
4325 |
|
4326 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:211
|
4327 |
msgid ""
|
4328 |
"Here you can set sorting direction by id for browse tables and charts. By "
|
4329 |
"default is ascending order."
|
4331 |
"Hier können Sie die Sortierrichtung nach ID für das Durchsuchen von Tabellen "
|
4332 |
"und Diagrammen festlegen. Standardmäßig ist die Reihenfolge aufsteigend."
|
4333 |
|
4334 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:217
|
4335 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:783
|
4336 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:663
|
4337 |
msgid "Ascending"
|
4338 |
msgstr "Aufsteigend"
|
4339 |
|
4340 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:218
|
4341 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:784
|
4342 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:665
|
4343 |
msgid "Descending"
|
4344 |
msgstr "Absteigend"
|
4345 |
|
4346 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:229
|
4347 |
+
#: wpdatatables-lite/templates/settings.inc.php:171
|
4348 |
msgid "Tablet width"
|
4349 |
msgstr "Tablettbreite"
|
4350 |
|
4351 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:231
|
4352 |
+
#: wpdatatables-lite/templates/settings.inc.php:175
|
4353 |
msgid ""
|
4354 |
"Here you can specify width of the screen (in pixels) that will be treated as "
|
4355 |
"a tablet. You can set it wider if you want responsive effect on desktops."
|
4358 |
"Tablet behandelt wird. Sie können es weiter einstellen, wenn Sie einen "
|
4359 |
"responsiven Effekt auf Desktops wünschen."
|
4360 |
|
4361 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:255
|
4362 |
+
#: wpdatatables-lite/templates/settings.inc.php:181
|
4363 |
msgid "Mobile width"
|
4364 |
msgstr "Handybreite"
|
4365 |
|
4366 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:257
|
4367 |
msgid "Here you can specify width (in pixels) will be treated as a mobile.."
|
4368 |
msgstr "Hier können Sie angeben, Breite (in Pixel) wird als Handy behandelt."
|
4369 |
|
4370 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:282
|
4371 |
+
#: wpdatatables-lite/templates/settings.inc.php:61
|
4372 |
msgid "Tables per admin page"
|
4373 |
msgstr "Tabellen pro Administrationsseite"
|
4374 |
|
4375 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:284
|
4376 |
#, fuzzy
|
4377 |
msgid "How many tables to show in the browse page."
|
4378 |
msgstr "Wie viele Tabellen sollen auf der Suchseite angezeigt werden?"
|
4379 |
|
4380 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:300
|
4381 |
msgid "Align numbers"
|
4382 |
msgstr "Zahlen ausrichten"
|
4383 |
|
4384 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:302
|
4385 |
msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
|
4386 |
msgstr ""
|
4387 |
|
4388 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:306
|
4389 |
+
#: wpdatatables-lite/templates/settings.inc.php:161
|
4390 |
msgid "Align numbers to the right"
|
4391 |
msgstr "Zahlen rechts ausrichten"
|
4392 |
|
4393 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:316
|
4394 |
msgid "Sum functions label"
|
4395 |
msgstr "Summenfunktionsbezeichnung"
|
4396 |
|
4397 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:318
|
4398 |
msgid ""
|
4399 |
"Enter a label that will be used for Sum functions. If you leave it blank "
|
4400 |
"default label will be Σ ="
|
4402 |
"Geben Sie eine Bezeichnung ein, die für Summenfunktionen verwendet wird. "
|
4403 |
"Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung Σ ="
|
4404 |
|
4405 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:336
|
4406 |
msgid "Average functions label"
|
4407 |
msgstr "Durchschnittliche Funktionsbezeichnung"
|
4408 |
|
4409 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:338
|
4410 |
msgid ""
|
4411 |
"Enter a label that will be used for Average functions. If you leave it blank "
|
4412 |
"default label will be Avg ="
|
4415 |
"wird. Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung "
|
4416 |
"Durchschn. ="
|
4417 |
|
4418 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:361
|
4419 |
msgid "Minimum functions label"
|
4420 |
msgstr "Beschriftung der minimalen Funktionen"
|
4421 |
|
4422 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:363
|
4423 |
msgid ""
|
4424 |
"Enter a label that will be used for Minimum functions. If you leave it blank "
|
4425 |
"default label will be Min ="
|
4427 |
"Geben Sie eine Bezeichnung ein, die für die minimalen Funktionen verwendet "
|
4428 |
"wird. Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung Min ="
|
4429 |
|
4430 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:381
|
4431 |
msgid "Maximum functions label"
|
4432 |
msgstr "Beschriftung der maximalen Funktionen"
|
4433 |
|
4434 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:383
|
4435 |
msgid ""
|
4436 |
"Enter a label that will be used for Maximum functions. If you leave it blank "
|
4437 |
"default label will be Max ="
|
4439 |
"Geben Sie eine Bezeichnung ein, die für maximale Funktionen verwendet wird. "
|
4440 |
"Wenn Sie das Feld leer lassen, lautet die Standardbezeichnung Max ="
|
4441 |
|
4442 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:409
|
4443 |
msgid "Include full bootstrap front-end"
|
4444 |
msgstr "Schließen Sie das vollständige Bootstrap-Frontend ein"
|
4445 |
|
4446 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:411
|
4447 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:422
|
4448 |
msgid ""
|
4449 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
4450 |
"in one of the theme files. Unchecked option means that there is still "
|
4455 |
"bootstrap.js nur im Noconflict-Modus noch enthalten ist, um Fehler zu "
|
4456 |
"vermeiden."
|
4457 |
|
4458 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:415
|
4459 |
msgid "Include full bootstrap.js on the front-end"
|
4460 |
msgstr "Schließen Sie die vollständige Datei bootstrap.js in das Front-End ein"
|
4461 |
|
4462 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:420
|
4463 |
msgid "Include full bootstrap back-end"
|
4464 |
msgstr "Schließen Sie das vollständige Bootstrap-Backend ein"
|
4465 |
|
4466 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:426
|
4467 |
msgid "Include full bootstrap.js on the back-end"
|
4468 |
msgstr "Schließen Sie die vollständige Datei bootstrap.js in das Back-End ein"
|
4469 |
|
4470 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:434
|
4471 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:440
|
4472 |
+
#: wpdatatables-lite/templates/settings.inc.php:32
|
4473 |
msgid "Show plugin credentials below tables"
|
4474 |
msgstr ""
|
4475 |
|
4476 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:436
|
4477 |
+
#: wpdatatables-lite/templates/settings.inc.php:32
|
4478 |
msgid ""
|
4479 |
"If you want to support our project, please, keep this checkbox as checked"
|
4480 |
msgstr ""
|
4481 |
|
4482 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:445
|
4483 |
msgid "Prevent deleting tables in database"
|
4484 |
msgstr "Verhindern Sie das Löschen von Tabellen in der Datenbank"
|
4485 |
|
4486 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:447
|
4487 |
msgid ""
|
4488 |
"It is recommended to leave this option as checked if you what to keep your "
|
4489 |
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
4490 |
"this option, it will be deleted all tables in database after deleting plugin"
|
4491 |
msgstr ""
|
4492 |
|
4493 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:451
|
4494 |
msgid ""
|
4495 |
"Prevent deleting tables in database after deleting plugin from Plugins page"
|
4496 |
msgstr ""
|
4497 |
"Verhindern Sie das Löschen von Tabellen in der Datenbank, nachdem Sie das "
|
4498 |
"Plugin von der Seite Plugins gelöscht haben"
|
4499 |
|
4500 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:458
|
4501 |
msgid "Remove Getting Started page"
|
4502 |
msgstr "Entfernen Sie die Seite Erste Schritte"
|
4503 |
|
4504 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:460
|
4505 |
msgid ""
|
4506 |
"Check this option if you want to remove Getting Started page from admin menu."
|
4507 |
msgstr ""
|
4508 |
"Aktivieren Sie diese Option, wenn Sie die Seite Erste Schritte aus dem "
|
4509 |
"Administratormenü entfernen möchten."
|
4510 |
|
4511 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:464
|
4512 |
msgid "Remove \"Getting Started\" page from admin menu."
|
4513 |
msgstr "Entfernen Sie die Seite \"Erste Schritte\" aus dem Admin-Menü."
|
4514 |
|
4515 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:17
|
4516 |
msgid ""
|
4517 |
"If this checkbox is checked, you have option to add more than one separate "
|
4518 |
"database connection (MySQL, MS SQL, Postgre SQL)"
|
4519 |
msgstr ""
|
4520 |
|
4521 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:22
|
4522 |
msgid "Use separate connection"
|
4523 |
msgstr "Verwenden Sie eine separate Verbindung"
|
4524 |
|
4525 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:28
|
4526 |
msgid "Test connection"
|
4527 |
msgstr "Verbindung testen"
|
4528 |
|
4529 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:30
|
4530 |
msgid ""
|
4531 |
"Click this button to test if wpDataTables is able to connect to the MySQL "
|
4532 |
"server with the details you provided."
|
4535 |
"von Ihnen angegebenen Details eine Verbindung zum MySQL-Server herstellen "
|
4536 |
"kann."
|
4537 |
|
4538 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:41
|
4539 |
msgid "MySQL host"
|
4540 |
msgstr "MySQL-Host"
|
4541 |
|
4542 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:43
|
4543 |
msgid "MySQL host address."
|
4544 |
msgstr "MySQL-Hostadresse."
|
4545 |
|
4546 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:47
|
4547 |
msgid "MySQL host address"
|
4548 |
msgstr "MySQL-Hostadresse"
|
4549 |
|
4550 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:52
|
4551 |
msgid "MySQL database"
|
4552 |
msgstr "MySQL-Datenbank"
|
4553 |
|
4554 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:54
|
4555 |
msgid "MySQL database name."
|
4556 |
msgstr "Name der MySQL-Datenbank."
|
4557 |
|
4558 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:58
|
4559 |
msgid "MySQL database name"
|
4560 |
msgstr "Name der MySQL-Datenbank"
|
4561 |
|
4562 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:66
|
4563 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:73
|
4564 |
msgid "MySQL user"
|
4565 |
msgstr "MySQL-Benutzer"
|
4566 |
|
4567 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:68
|
4568 |
msgid "MySQL username for the connection."
|
4569 |
msgstr "MySQL-Benutzername für die Verbindung."
|
4570 |
|
4571 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:78
|
4572 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:83
|
4573 |
msgid "MySQL password"
|
4574 |
msgstr "MySQL-Kennwort"
|
4575 |
|
4576 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:80
|
4577 |
msgid "MySQL password for the provided user."
|
4578 |
msgstr "MySQL-Kennwort für den angegebenen Benutzer."
|
4579 |
|
4580 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:92
|
4581 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:98
|
4582 |
msgid "MySQL port"
|
4583 |
msgstr "MySQL-Port"
|
4584 |
|
4585 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:94
|
4586 |
msgid "MySQL port for the connection (default: 3306)."
|
4587 |
msgstr "MySQL-Port für die Verbindung (Standard: 3306)."
|
4588 |
|
4589 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:46
|
4590 |
msgid "Get started with detailed explanation of every plugin feature."
|
4591 |
msgstr ""
|
4592 |
"Beginnen Sie mit einer detaillierten Erläuterung aller Plugin-Funktionen."
|
4593 |
|
4594 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:52
|
4595 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:204
|
4596 |
msgid "FAQ"
|
4597 |
msgstr "FAQ"
|
4598 |
|
4599 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:53
|
4600 |
msgid ""
|
4601 |
"Find a list of frequently asked questions about wpDataTables functionality."
|
4602 |
msgstr ""
|
4603 |
"Hier finden Sie eine Liste häufig gestellter Fragen zur Funktionalität von "
|
4604 |
"wpDataTables."
|
4605 |
|
4606 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:54
|
4607 |
msgid "Visit FAQ"
|
4608 |
msgstr "FAQ besuchen"
|
4609 |
|
4610 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:59
|
4611 |
msgid "Feature suggestion"
|
4612 |
msgstr "Funktionsvorschlag"
|
4613 |
|
4614 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:60
|
4615 |
msgid "Great opportunity to our users to submit ideas for new features."
|
4616 |
msgstr ""
|
4617 |
"Eine großartige Gelegenheit für unsere Benutzer, Ideen für neue Funktionen "
|
4618 |
"einzureichen."
|
4619 |
|
4620 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:61
|
4621 |
msgid "Suggest a Feature"
|
4622 |
msgstr "Schlagen Sie eine Funktion vor"
|
4623 |
|
4624 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:68
|
4625 |
msgid "Still need help?"
|
4626 |
msgstr "Benötigen Sie weitere Hilfe?"
|
4627 |
|
4628 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:69
|
4629 |
msgid "We provide support to all our users over WordPress.org "
|
4630 |
msgstr ""
|
4631 |
|
4632 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:70
|
4633 |
msgid "Open a topic"
|
4634 |
msgstr ""
|
4635 |
|
4636 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:22
|
4637 |
msgid "System Info"
|
4638 |
msgstr "Systeminformationen"
|
4639 |
|
4640 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:34
|
4641 |
+
msgid "Copy System Info data"
|
4642 |
+
msgstr ""
|
4643 |
+
|
4644 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:53
|
4645 |
+
msgid "WordPress Environment"
|
4646 |
+
msgstr ""
|
4647 |
+
|
4648 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:58
|
4649 |
+
msgid "Home URL:"
|
4650 |
+
msgstr ""
|
4651 |
+
|
4652 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:61
|
4653 |
msgid "The URL of your site's homepage."
|
4654 |
msgstr "Die URL der Homepage Ihrer Website."
|
4655 |
|
4656 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:65
|
4657 |
+
msgid "Site URL:"
|
4658 |
+
msgstr ""
|
4659 |
+
|
4660 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:68
|
4661 |
msgid "The root URL of your site."
|
4662 |
msgstr "Die Stamm-URL Ihrer Website."
|
4663 |
|
4664 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:72
|
4665 |
+
msgid "WP Content Path:"
|
4666 |
+
msgstr ""
|
4667 |
+
|
4668 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:75
|
4669 |
msgid "System path of your wp-content directory."
|
4670 |
msgstr "Systempfad Ihres wp-content-Verzeichnisses."
|
4671 |
|
4672 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:79
|
4673 |
+
msgid "WP Path:"
|
4674 |
+
msgstr ""
|
4675 |
+
|
4676 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:82
|
4677 |
msgid "System path of your WP root directory."
|
4678 |
msgstr "Systempfad Ihres WP-Stammverzeichnisses."
|
4679 |
|
4680 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:86
|
4681 |
+
msgid "WP Version:"
|
4682 |
+
msgstr ""
|
4683 |
+
|
4684 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:89
|
4685 |
msgid "The version of WordPress installed on your site."
|
4686 |
msgstr "Die Version von WordPress installiert auf Ihrer Website."
|
4687 |
|
4688 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:93
|
4689 |
+
msgid "WP Multisite:"
|
4690 |
+
msgstr ""
|
4691 |
+
|
4692 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:96
|
4693 |
msgid "Whether or not you have WordPress Multisite enabled."
|
4694 |
msgstr ""
|
4695 |
|
4696 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:112
|
4697 |
+
msgid "PHP Memory Limit:"
|
4698 |
+
msgstr ""
|
4699 |
+
|
4700 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:120
|
4701 |
#, php-format
|
4702 |
msgid ""
|
4703 |
"%1$s </span> - We recommend setting memory to at least <strong>128MB</"
|
4711 |
"\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\"> Erhöhen des PHP "
|
4712 |
"zugewiesenen Speichers. </a>"
|
4713 |
|
4714 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:130
|
4715 |
msgid "The maximum amount of memory (RAM) that your site can use at one time."
|
4716 |
msgstr ""
|
4717 |
"Die maximale Speichermenge (RAM), die Ihre Site gleichzeitig verwenden kann."
|
4718 |
|
4719 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:134
|
4720 |
+
msgid "WP Debug Mode:"
|
4721 |
+
msgstr ""
|
4722 |
+
|
4723 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:137
|
4724 |
+
msgid "Active"
|
4725 |
+
msgstr ""
|
4726 |
+
|
4727 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:139
|
4728 |
+
msgid "Inactive"
|
4729 |
+
msgstr ""
|
4730 |
+
|
4731 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:143
|
4732 |
msgid "Displays whether or not WordPress is in Debug Mode."
|
4733 |
msgstr "Zeigt an, ob sich WordPress im Debug-Modus befindet oder nicht."
|
4734 |
|
4735 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:147
|
4736 |
+
msgid "Language:"
|
4737 |
+
msgstr ""
|
4738 |
+
|
4739 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:150
|
4740 |
msgid "The current language used by WordPress. Default = English"
|
4741 |
msgstr "Die aktuell von WordPress verwendete Sprache. Standard = Englisch"
|
4742 |
|
4743 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:162
|
4744 |
+
msgid "Server Environment"
|
4745 |
+
msgstr ""
|
4746 |
+
|
4747 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:167
|
4748 |
+
msgid "Operating System: "
|
4749 |
+
msgstr ""
|
4750 |
+
|
4751 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:170
|
4752 |
msgid "Information about your operating system."
|
4753 |
msgstr "Informationen zu Ihrem Betriebssystem."
|
4754 |
|
4755 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:175
|
4756 |
+
msgid "Server Info:"
|
4757 |
+
msgstr ""
|
4758 |
+
|
4759 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:178
|
4760 |
msgid "Information about the web server that is currently hosting your site."
|
4761 |
msgstr ""
|
4762 |
"Informationen zu dem Webserver, auf dem Ihre Website derzeit gehostet wird."
|
4763 |
|
4764 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:207
|
4765 |
+
msgid "PHP Version:"
|
4766 |
+
msgstr ""
|
4767 |
+
|
4768 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:220
|
4769 |
msgid "The version of PHP installed on your hosting server."
|
4770 |
msgstr "Die auf Ihrem Hosting-Server installierte Version von PHP."
|
4771 |
|
4772 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:226
|
4773 |
+
msgid "PHP Post Max Size:"
|
4774 |
+
msgstr ""
|
4775 |
+
|
4776 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:231
|
4777 |
msgid "The largest file size that can be contained in one post."
|
4778 |
msgstr "Die größte Dateigröße, die in einem Beitrag enthalten sein kann."
|
4779 |
|
4780 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:236
|
4781 |
+
msgid "PHP Time Limit:"
|
4782 |
+
msgstr ""
|
4783 |
+
|
4784 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:240
|
4785 |
#, php-format
|
4786 |
msgid ""
|
4787 |
"%1$s </span> - We recommend setting max execution time to at least 180.<br /"
|
4792 |
"180 festzulegen. <br /> Siehe: <a href=\"%2$s\" target=\"_blank\" rel="
|
4793 |
"\"noopener noreferrer\"> Erhöhen der max Ausführung auf PHP </a>"
|
4794 |
|
4795 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:248
|
4796 |
msgid ""
|
4797 |
"The amount of time (in seconds) that your site will spend on a single "
|
4798 |
"operation before timing out (to avoid server lockups)"
|
4800 |
"Die Zeit (in Sekunden), die Ihre Site für einen einzelnen Vorgang benötigt, "
|
4801 |
"bevor das Zeitlimit überschritten wird (um Server-Abstürze zu vermeiden)."
|
4802 |
|
4803 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:256
|
4804 |
+
msgid "MySQL Version:"
|
4805 |
+
msgstr ""
|
4806 |
+
|
4807 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:263
|
4808 |
msgid "The version of MySQL installed on your hosting server."
|
4809 |
msgstr "Die auf Ihrem Hosting-Server installierte Version von MySQL."
|
4810 |
|
4811 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:267
|
4812 |
+
msgid "Max Upload Size:"
|
4813 |
+
msgstr ""
|
4814 |
+
|
4815 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:271
|
4816 |
msgid ""
|
4817 |
"The largest file size that can be uploaded to your WordPress installation."
|
4818 |
msgstr ""
|
4819 |
"Die größte Dateigröße, die in Ihre WordPress-Installation hochgeladen werden "
|
4820 |
"kann."
|
4821 |
|
4822 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:276
|
4823 |
+
msgid "Multibyte String:"
|
4824 |
+
msgstr ""
|
4825 |
+
|
4826 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:288
|
4827 |
+
msgid ""
|
4828 |
+
"Not installed - Please install or enable PHP mbstring Extension on your "
|
4829 |
+
"server."
|
4830 |
+
msgstr ""
|
4831 |
+
|
4832 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:293
|
4833 |
msgid "Multibyte String (mbstring) is used to convert character encoding."
|
4834 |
msgstr ""
|
4835 |
"Multibyte String (mbstring) wird zum Konvertieren der Zeichenkodierung "
|
4836 |
"verwendet."
|
4837 |
|
4838 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:297
|
4839 |
+
msgid "XML extension:"
|
4840 |
+
msgstr ""
|
4841 |
+
|
4842 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:307
|
4843 |
+
msgid ""
|
4844 |
+
"Not installed - Please install or enable PHP XML Extension on your server."
|
4845 |
+
msgstr ""
|
4846 |
+
|
4847 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:311
|
4848 |
msgid ""
|
4849 |
"XML support is something that needs to be installed on the server for proper "
|
4850 |
"wpDataTables functionality."
|
4851 |
msgstr ""
|
4852 |
|
4853 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:315
|
4854 |
+
msgid "DOM extension:"
|
4855 |
+
msgstr ""
|
4856 |
+
|
4857 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:325
|
4858 |
+
msgid ""
|
4859 |
+
"Not installed - Please install or enable PHP DOM Extension on your server."
|
4860 |
+
msgstr ""
|
4861 |
+
|
4862 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:329
|
4863 |
msgid ""
|
4864 |
"DOM support is something that needs to be installed on the server for proper "
|
4865 |
"wpDataTables functionality."
|
4866 |
msgstr ""
|
4867 |
|
4868 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:334
|
4869 |
+
msgid "Libxml extension: "
|
4870 |
+
msgstr ""
|
4871 |
+
|
4872 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:351
|
4873 |
+
msgid ""
|
4874 |
+
"Not installed - Please install or enable PHP libxml Extension on your server."
|
4875 |
+
msgstr ""
|
4876 |
+
|
4877 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:355
|
4878 |
msgid "Multibyte String (mbstring) require libxml to be installed. "
|
4879 |
msgstr "Für Multibyte String (mbstring) muss libxml installiert sein. "
|
4880 |
|
4881 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:360
|
4882 |
+
msgid "Zip extension:"
|
4883 |
+
msgstr ""
|
4884 |
+
|
4885 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:370
|
4886 |
+
msgid ""
|
4887 |
+
"Not installed - Please install or enable PHP Zip Extension on your server."
|
4888 |
+
msgstr ""
|
4889 |
+
|
4890 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:374
|
4891 |
msgid ""
|
4892 |
"ZIP support is something that needs to be installed on the server, as a "
|
4893 |
"package for the Linux operating system, or rather to the PHP software on the "
|
4897 |
"Betriebssystem oder vielmehr für die PHP-Software auf dem Server installiert "
|
4898 |
"werden."
|
4899 |
|
4900 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:378
|
4901 |
+
msgid "Curl extension:"
|
4902 |
+
msgstr ""
|
4903 |
+
|
4904 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:390
|
4905 |
+
msgid ""
|
4906 |
+
"Not installed - Please install or enable PHP cURL Extension on your server."
|
4907 |
+
msgstr ""
|
4908 |
+
|
4909 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:394
|
4910 |
msgid "wpDataTables use cURL for getting data from other servers."
|
4911 |
msgstr "wpDataTables verwenden cURL, um Daten von anderen Servern abzurufen."
|
4912 |
|
4913 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:409
|
4914 |
+
msgid "Theme"
|
4915 |
+
msgstr ""
|
4916 |
+
|
4917 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:417
|
4918 |
msgid "The name of the current active theme."
|
4919 |
msgstr "Der Name des aktuell aktiven Themas."
|
4920 |
|
4921 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:421
|
4922 |
+
msgid "Version"
|
4923 |
+
msgstr ""
|
4924 |
+
|
4925 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:428
|
4926 |
msgid "The installed version of the current active theme."
|
4927 |
msgstr "Die installierte Version des aktuell aktiven Themas."
|
4928 |
|
4929 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:432
|
4930 |
+
msgid "Author"
|
4931 |
+
msgstr ""
|
4932 |
+
|
4933 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:435
|
4934 |
msgid "The theme developers."
|
4935 |
msgstr "Die Theme-Entwickler."
|
4936 |
|
4937 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:438
|
4938 |
+
msgid "Author URL"
|
4939 |
+
msgstr ""
|
4940 |
+
|
4941 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:441
|
4942 |
msgid "The theme developers URL."
|
4943 |
msgstr "Die URL des Theme-Entwicklers."
|
4944 |
|
4945 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:459
|
4946 |
+
msgid "Active Plugins"
|
4947 |
+
msgstr ""
|
4948 |
+
|
4949 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:478
|
4950 |
msgid "Visit plugin homepage"
|
4951 |
msgstr "Besuchen Sie die Plugin-Homepage"
|
4952 |
|
4953 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:21
|
4954 |
msgid "Add Column"
|
4955 |
msgstr "Spalte hinzufügen"
|
4956 |
|
4957 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:35
|
4958 |
msgid "Column header"
|
4959 |
msgstr "Spaltenkopfzeile"
|
4960 |
|
4961 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:64
|
4962 |
msgid "Insert after"
|
4963 |
msgstr "Nach einfügen"
|
4964 |
|
4965 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:70
|
4966 |
msgid "Beginning of table"
|
4967 |
msgstr "Anfang der Tabelle"
|
4968 |
|
4969 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:71
|
4970 |
msgid "End of table"
|
4971 |
msgstr "Ende der Tabelle"
|
4972 |
|
4973 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:85
|
4974 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:542
|
4975 |
msgid "Possible values"
|
4976 |
msgstr "Mögliche Werte"
|
4977 |
|
4978 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:96
|
4979 |
msgid "Editor predefined value"
|
4980 |
msgstr "Vom Editor vordefinierter Wert"
|
4981 |
|
4982 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:110
|
4983 |
msgid "Fill with default value"
|
4984 |
msgstr "Mit Standardwert füllen"
|
4985 |
|
4986 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:130
|
4987 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:85
|
4988 |
msgid "OK"
|
4989 |
msgstr "OK"
|
4990 |
|
4991 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:14
|
4992 |
msgid "Column settings"
|
4993 |
msgstr "Spalteneinstellungen"
|
4994 |
|
4995 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:39
|
4996 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:64
|
4997 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:64
|
4998 |
msgid "Display"
|
4999 |
msgstr "Anzeige"
|
5000 |
|
5001 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:43
|
5002 |
msgid "Data"
|
5003 |
msgstr "Daten"
|
5004 |
|
5005 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:51
|
5006 |
msgid "Global Filtering"
|
5007 |
msgstr ""
|
5008 |
|
5009 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:55
|
5010 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:72
|
5011 |
msgid "Editing"
|
5012 |
msgstr "Bearbeitung"
|
5013 |
|
5014 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:72
|
5015 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:525
|
5016 |
msgid "Displayed header"
|
5017 |
msgstr "Angezeigte Kopfzeile"
|
5018 |
|
5019 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:86
|
5020 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:696
|
5021 |
msgid "Column position"
|
5022 |
msgstr "Spaltenposition"
|
5023 |
|
5024 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:110
|
5025 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:118
|
5026 |
msgid "Cell content prefix"
|
5027 |
msgstr "Präfix für Zelleninhalte"
|
5028 |
|
5029 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:125
|
5030 |
msgid ""
|
5031 |
"Any text or symbol entered here will be shown before the value in every cell "
|
5032 |
"inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
|
5036 |
"Zelle in dieser Spalte angezeigt. Zum Beispiel: $, €. Beeinflusst nicht das "
|
5037 |
"Filtern und Sortieren. Praktisch für Preise, Prozentsätze usw."
|
5038 |
|
5039 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:140
|
5040 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:148
|
5041 |
msgid "Cell content suffix"
|
5042 |
msgstr "Suffix für den Zelleninhalt"
|
5043 |
|
5044 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:155
|
5045 |
msgid ""
|
5046 |
"Any text or symbol entered here will be shown after the value in every cell "
|
5047 |
"inside of this column. E.g.: %, pcs. Does not influence filtering and "
|
5051 |
"Zelle in dieser Spalte angezeigt. Zum Beispiel:%, Stck. Beeinflusst nicht "
|
5052 |
"das Filtern und Sortieren. Praktisch für Preise, Prozentsätze usw."
|
5053 |
|
5054 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:176
|
5055 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:633
|
5056 |
msgid "Hide on mobiles"
|
5057 |
msgstr "Verstecken auf dem Handy"
|
5058 |
|
5059 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:185
|
5060 |
msgid "Collapse column on mobile devices"
|
5061 |
msgstr "Spalte auf Mobilgeräten reduzieren"
|
5062 |
|
5063 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:192
|
5064 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:622
|
5065 |
msgid "Hide on tablets"
|
5066 |
msgstr "Verstecken auf Tablets"
|
5067 |
|
5068 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:201
|
5069 |
msgid "Collapse column on tablet devices"
|
5070 |
msgstr "Spalte auf Tablet-Geräten reduzieren"
|
5071 |
|
5072 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:214
|
5073 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:533
|
5074 |
msgid "CSS class(es)"
|
5075 |
msgstr "CSS-Klasse (n)"
|
5076 |
|
5077 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:228
|
5078 |
msgid "Visible on front-end"
|
5079 |
msgstr "Sichtbar am Frontend"
|
5080 |
|
5081 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:237
|
5082 |
msgid "Show column in front-end"
|
5083 |
msgstr "Spalte im Frontend anzeigen"
|
5084 |
|
5085 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:251
|
5086 |
msgid "Column width"
|
5087 |
msgstr "Spaltenbreite"
|
5088 |
|
5089 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:264
|
5090 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:272
|
5091 |
msgid "Column color"
|
5092 |
msgstr "Spaltenfarbe"
|
5093 |
|
5094 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:279
|
5095 |
msgid "Here you can override the default color for the complete column"
|
5096 |
msgstr "Hier können Sie die Standardfarbe für die gesamte Spalte überschreiben"
|
5097 |
|
5098 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:300
|
5099 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:308
|
5100 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:645
|
5101 |
msgid "Group column"
|
5102 |
msgstr "Gruppenspalte"
|
5103 |
|
5104 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:315
|
5105 |
msgid ""
|
5106 |
"If one column of your table contains similar values for many rows, maybe it "
|
5107 |
"makes sense to use it as a “group column”: it means that it will not be "
|
5115 |
"zum Gruppieren der Zeilen verwendet werden. Jede Gruppe wird mit einer Zeile "
|
5116 |
"mit verbundenen Zellen, die den Gruppenwert enthalten, oben markiert."
|
5117 |
|
5118 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:316
|
5119 |
msgid ""
|
5120 |
"Group column will not work with MySQL tables with server-side processing "
|
5121 |
"enabled and with manual tables!"
|
5123 |
"Die Gruppenspalte funktioniert nicht mit MySQL-Tabellen mit aktivierter "
|
5124 |
"serverseitiger Verarbeitung und mit manuellen Tabellen!"
|
5125 |
|
5126 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:325
|
5127 |
msgid "Toggle column grouping"
|
5128 |
msgstr "Spaltengruppierung umschalten"
|
5129 |
|
5130 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:343
|
5131 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:582
|
5132 |
msgid "Column type"
|
5133 |
msgstr "Spaltentyp"
|
5134 |
|
5135 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:345
|
5136 |
msgid ""
|
5137 |
"You can redefine the column data type here. Affects sorting, filtering and "
|
5138 |
"display logic. For manually created tables this will change the column type "
|
5143 |
"sich dadurch auch der Spaltentyp in der Datenbank, was zu Datenverlust "
|
5144 |
"führen kann."
|
5145 |
|
5146 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:352
|
5147 |
msgid "String"
|
5148 |
msgstr "String"
|
5149 |
|
5150 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:356
|
5151 |
msgid "DateTime"
|
5152 |
msgstr "Datum/Uhrzeit"
|
5153 |
|
5154 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:358
|
5155 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:987
|
5156 |
msgid "URL link"
|
5157 |
msgstr "URL-Link"
|
5158 |
|
5159 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:359
|
5160 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:988
|
5161 |
msgid "E-mail link"
|
5162 |
msgstr "E-Mail-Link"
|
5163 |
|
5164 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:362
|
5165 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:37
|
5166 |
msgid "Formula"
|
5167 |
msgstr "Formel"
|
5168 |
|
5169 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:372
|
5170 |
msgid "Formula for calculation"
|
5171 |
msgstr "Formel zur Berechnung"
|
5172 |
|
5173 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:374
|
5174 |
msgid ""
|
5175 |
"You can create a formula (calculated column) based on other numeric columns "
|
5176 |
"(Integer and Float)"
|
5178 |
"Sie können eine Formel (berechnete Spalte) basierend auf anderen numerischen "
|
5179 |
"Spalten (Integer und Float) erstellen."
|
5180 |
|
5181 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:378
|
5182 |
msgid "Open formula editor"
|
5183 |
msgstr "Formeleditor öffnen"
|
5184 |
|
5185 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:387
|
5186 |
msgid ""
|
5187 |
"You can redefine the visible decimal places for a float and formula columns "
|
5188 |
"here. If you leave this field empty amount of decimal places will be loaded "
|
5193 |
"leere Anzahl von Dezimalstellen von der Einstellungsseite geladen. 0 ist nur "
|
5194 |
"für Formelspalten verfügbar "
|
5195 |
|
5196 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:405
|
5197 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:413
|
5198 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:684
|
5199 |
msgid "Skip thousands separator"
|
5200 |
msgstr "Überspringen Sie Tausende Trennzeichen"
|
5201 |
|
5202 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:407
|
5203 |
msgid ""
|
5204 |
"Do not show thousands separator for this column (e.g. when showing years, "
|
5205 |
"IDs)."
|
5207 |
"Zeigen Sie für diese Spalte kein Tausendertrennzeichen an (z. B. wenn Jahre, "
|
5208 |
"IDs angezeigt werden)."
|
5209 |
|
5210 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:420
|
5211 |
msgid "Possible values for column"
|
5212 |
msgstr "Mögliche Werte für Spalte"
|
5213 |
|
5214 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:422
|
5215 |
msgid ""
|
5216 |
"Define the logic for fetching the possible values for this column for "
|
5217 |
"filtering, and for editing: read from table itself on page load (will always "
|
5226 |
"einer anderen wpDataTable (Werte in dieser Spalte als Fremdschlüssel "
|
5227 |
"verwenden)."
|
5228 |
|
5229 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:429
|
5230 |
msgid "Read from table on page load"
|
5231 |
msgstr "Lesen Sie aus der Tabelle beim Laden der Seite"
|
5232 |
|
5233 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:430
|
5234 |
msgid "Define values list"
|
5235 |
msgstr "Werteliste definieren"
|
5236 |
|
5237 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:431
|
5238 |
msgid "Use values from another wpDataTable (foreign key)"
|
5239 |
msgstr "Verwenden Sie Werte aus einer anderen wpDataTable (Fremdschlüssel)"
|
5240 |
|
5241 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:440
|
5242 |
msgid "Date input format"
|
5243 |
msgstr "Datumseingabeformat"
|
5244 |
|
5245 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:442
|
5246 |
msgid ""
|
5247 |
"Define date format which is used in the provided data source. Necessary for "
|
5248 |
"smooth reading of your dates."
|
5250 |
"Definieren Sie das Datumsformat, das in der bereitgestellten Datenquelle "
|
5251 |
"verwendet wird. Notwendig für ein reibungsloses Lesen Ihrer Daten."
|
5252 |
|
5253 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:481
|
5254 |
msgid "Values list"
|
5255 |
msgstr "Werteliste"
|
5256 |
|
5257 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:483
|
5258 |
msgid ""
|
5259 |
"Enter the possible values for this column in this list, separate by pressing "
|
5260 |
"ENTER or comma. Click \"Read from table\" to fetch the list from existing "
|
5266 |
"\", um die Liste aus vorhandenen Spaltenwerten abzurufen. Werte werden in "
|
5267 |
"Selectbox- und Checkbox-Filtern und Editoren für die Spalte verwendet."
|
5268 |
|
5269 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:485
|
5270 |
msgid "Reset"
|
5271 |
msgstr "Zurücksetzen"
|
5272 |
|
5273 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:487
|
5274 |
msgid "Read from table"
|
5275 |
msgstr "Aus Tabelle lesen"
|
5276 |
|
5277 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:501
|
5278 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:12
|
5279 |
msgid "Use values from another wpDataTable"
|
5280 |
msgstr "Verwenden Sie Werte aus einer anderen wpDataTable"
|
5281 |
|
5282 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:503
|
5283 |
msgid ""
|
5284 |
"Configure a relation with a separate wpDataTable: values in this column will "
|
5285 |
"be used as a foreign key, and replaced with values of a remote table column "
|
5289 |
"dieser Spalte werden als Fremdschlüssel verwendet und durch Werte einer "
|
5290 |
"Remote-Tabellenspalte ersetzt (z. B. Benutzername anstelle von Benutzer-ID)."
|
5291 |
|
5292 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:507
|
5293 |
msgid "Configure relation..."
|
5294 |
msgstr "Beziehung konfigurieren ..."
|
5295 |
|
5296 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:527
|
5297 |
msgid "Allow empty value"
|
5298 |
msgstr "Leerer Wert zulassen"
|
5299 |
|
5300 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:529
|
5301 |
msgid ""
|
5302 |
"Add an empty value to the possible values list, to allow empty editing and "
|
5303 |
"filtering inputs."
|
5305 |
"Fügen Sie der Liste der möglichen Werte einen leeren Wert hinzu, um leere "
|
5306 |
"Bearbeitungs- und Filtereingaben zu ermöglichen."
|
5307 |
|
5308 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:535
|
5309 |
msgid "Add an empty value to the list"
|
5310 |
msgstr "Fügen Sie der Liste einen leeren Wert hinzu"
|
5311 |
|
5312 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:542
|
5313 |
msgid "Number of possible values to load"
|
5314 |
msgstr "Anzahl der möglichen zu ladenden Werte"
|
5315 |
|
5316 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:544
|
5317 |
msgid ""
|
5318 |
"Define here how many possible values per page will be loaded in selectbox "
|
5319 |
"filters and editor inputs. It is recommended not to be set to All if you "
|
5327 |
"Option funktioniert nicht, wenn die Option \"Kaskadenfilterung\" im "
|
5328 |
"Leistungsstarke Filter Add-On aktiviert ist."
|
5329 |
|
5330 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:569
|
5331 |
msgid "Calculate total"
|
5332 |
msgstr "Summe berechnen"
|
5333 |
|
5334 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:571
|
5335 |
msgid ""
|
5336 |
"Enable this to show a total (sum) for all cells in this column in table "
|
5337 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
5342 |
"irgendwo außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den "
|
5343 |
"Schalter einfügen."
|
5344 |
|
5345 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:577
|
5346 |
msgid "Calculate a total for this column"
|
5347 |
msgstr "Berechnen Sie eine Summe für diese Spalte"
|
5348 |
|
5349 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:580
|
5350 |
msgid ""
|
5351 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
5352 |
"posts or pages you can see the total for this column."
|
5355 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
5356 |
"die Gesamtsumme für diese Spalte anzeigen."
|
5357 |
|
5358 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:589
|
5359 |
msgid "Calculate average"
|
5360 |
msgstr "Durchschnitt berechnen"
|
5361 |
|
5362 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:591
|
5363 |
msgid ""
|
5364 |
"Enable this to show an average value for all cells in this column in table "
|
5365 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
5370 |
"irgendwo außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den "
|
5371 |
"Schalter einfügen."
|
5372 |
|
5373 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:597
|
5374 |
msgid "Calculate average for this column"
|
5375 |
msgstr "Berechnen Sie den Durchschnitt für diese Spalte"
|
5376 |
|
5377 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:600
|
5378 |
msgid ""
|
5379 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
5380 |
"posts or pages you can see the average for this column."
|
5383 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
5384 |
"den Durchschnitt für diese Spalte anzeigen."
|
5385 |
|
5386 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:609
|
5387 |
msgid "Calculate MIN value"
|
5388 |
msgstr "Berechnen Sie den MIN-Wert"
|
5389 |
|
5390 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:611
|
5391 |
msgid ""
|
5392 |
"Enable this to show a minimum value within all cells in this column in table "
|
5393 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
5398 |
"außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den Schalter "
|
5399 |
"einfügen."
|
5400 |
|
5401 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:617
|
5402 |
msgid "Find a minimum value for this column"
|
5403 |
msgstr "Suchen Sie einen Mindestwert für diese Spalte"
|
5404 |
|
5405 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:620
|
5406 |
msgid ""
|
5407 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
5408 |
"posts or pages you can see the minimum for this column."
|
5411 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
5412 |
"das Minimum für diese Spalte anzeigen."
|
5413 |
|
5414 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:629
|
5415 |
msgid "Calculate MAX value"
|
5416 |
msgstr "Berechnen Sie den MAX-Wert"
|
5417 |
|
5418 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:631
|
5419 |
msgid ""
|
5420 |
"Enable this to show a maximum value within all cells in this column in table "
|
5421 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
5426 |
"außerhalb der Tabelle anzeigen, indem Sie den Shortcode unter den Schalter "
|
5427 |
"einfügen."
|
5428 |
|
5429 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:637
|
5430 |
msgid "Find a maximum value for this column"
|
5431 |
msgstr "Suchen Sie einen Maximalwert für diese Spalte"
|
5432 |
|
5433 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:640
|
5434 |
msgid ""
|
5435 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
5436 |
"posts or pages you can see the maximum for this column."
|
5439 |
"an einer beliebigen Stelle in Ihren Posts oder Seiten platzieren, können Sie "
|
5440 |
"das Maximum für diese Spalte anzeigen."
|
5441 |
|
5442 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:653
|
5443 |
msgid "URL target attribute"
|
5444 |
msgstr "URL-Zielattribut"
|
5445 |
|
5446 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:655
|
5447 |
msgid "Set how to open URL Target"
|
5448 |
msgstr "Legen Sie fest, wie das URL-Ziel geöffnet werden soll"
|
5449 |
|
5450 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:669
|
5451 |
msgid "Show link as a button"
|
5452 |
msgstr "Link als Schaltfläche anzeigen"
|
5453 |
|
5454 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:671
|
5455 |
msgid "The link will be shown as a button "
|
5456 |
msgstr "Der Link wird als Schaltfläche angezeigt "
|
5457 |
|
5458 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:684
|
5459 |
msgid "Button text"
|
5460 |
msgstr "Schaltflächentext"
|
5461 |
|
5462 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:698
|
5463 |
msgid "Button class"
|
5464 |
msgstr "Button-Klasse"
|
5465 |
|
5466 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:712
|
5467 |
msgid "URL relation attribute"
|
5468 |
msgstr ""
|
5469 |
|
5470 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:714
|
5471 |
msgid "Set the link relation"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:740
|
5475 |
msgid "Allow sorting"
|
5476 |
msgstr "Sortierung zulassen"
|
5477 |
|
5478 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:742
|
5479 |
msgid "Disable this to disallow sorting for this column."
|
5480 |
msgstr ""
|
5481 |
"Deaktivieren Sie diese Option, um die Sortierung für diese Spalte nicht "
|
5482 |
"zuzulassen."
|
5483 |
|
5484 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:748
|
5485 |
msgid "Allow sorting for this column"
|
5486 |
msgstr "Sortierung für diese Spalte zulassen"
|
5487 |
|
5488 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:755
|
5489 |
msgid "Use as default sorting column"
|
5490 |
msgstr "Als Standardsortierspalte verwenden"
|
5491 |
|
5492 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:757
|
5493 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:763
|
5494 |
msgid "Sort table by this column on load"
|
5495 |
msgstr "Sortieren Sie die Tabelle beim Laden nach dieser Spalte"
|
5496 |
|
5497 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:774
|
5498 |
msgid "Default sorting direction"
|
5499 |
msgstr "Standard-Sortierrichtung"
|
5500 |
|
5501 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:776
|
5502 |
msgid "Choose whether to sort ascending or descending by default."
|
5503 |
msgstr ""
|
5504 |
"Wählen Sie, ob standardmäßig aufsteigend oder absteigend sortiert werden "
|
5505 |
"soll."
|
5506 |
|
5507 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:803
|
5508 |
msgid "Add a filter for this column"
|
5509 |
msgstr "Fügen Sie einen Filter für diese Spalte hinzu"
|
5510 |
|
5511 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:811
|
5512 |
msgid "Enable filtering for column"
|
5513 |
msgstr "Aktivieren Sie die Filterung für die Spalte"
|
5514 |
|
5515 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:818
|
5516 |
msgid ""
|
5517 |
"Enabling this switch will add a filter for this column. Disable to remove "
|
5518 |
"the filter for this column."
|
5521 |
"hinzugefügt. Deaktivieren Sie diese Option, um den Filter für diese Spalte "
|
5522 |
"zu entfernen."
|
5523 |
|
5524 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:827
|
5525 |
msgid "Allow filtering"
|
5526 |
msgstr "Filterung zulassen"
|
5527 |
|
5528 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:834
|
5529 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:682
|
5530 |
msgid "Global search"
|
5531 |
msgstr "Globale Suche"
|
5532 |
|
5533 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:836
|
5534 |
msgid ""
|
5535 |
"If this option is turned off, the column data will not appear in your global "
|
5536 |
"search results."
|
5537 |
msgstr ""
|
5538 |
|
5539 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:842
|
5540 |
msgid "Enable this column in Global search"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:850
|
5544 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:570
|
5545 |
msgid "Filter type"
|
5546 |
msgstr "Filtertyp"
|
5547 |
|
5548 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:852
|
5549 |
msgid ""
|
5550 |
"You can redefine the filter type here, it will affect the filtering logic."
|
5551 |
msgstr ""
|
5552 |
"Sie können den Filtertyp hier neu definieren. Dies wirkt sich auf die "
|
5553 |
"Filterlogik aus."
|
5554 |
|
5555 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:859
|
5556 |
msgid "Text"
|
5557 |
msgstr "Text"
|
5558 |
|
5559 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:860
|
5560 |
msgid "Number"
|
5561 |
msgstr "Nummer"
|
5562 |
|
5563 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:861
|
5564 |
msgid "Number range"
|
5565 |
msgstr "Zahlenbereich"
|
5566 |
|
5567 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:862
|
5568 |
msgid "Date range"
|
5569 |
msgstr "Datumsbereich"
|
5570 |
|
5571 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:863
|
5572 |
msgid "DateTime range"
|
5573 |
msgstr "Datum/Uhrzeit-Bereich"
|
5574 |
|
5575 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:864
|
5576 |
msgid "Time range"
|
5577 |
msgstr "Zeitbereich"
|
5578 |
|
5579 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:865
|
5580 |
msgid "Selectbox"
|
5581 |
msgstr "Selectbox"
|
5582 |
|
5583 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:866
|
5584 |
msgid "Checkbox"
|
5585 |
msgstr "Kontrollkästchen"
|
5586 |
|
5587 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:877
|
5588 |
msgid "Filter label"
|
5589 |
msgstr "Filterüberschrift"
|
5590 |
|
5591 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:885
|
5592 |
msgid "Custom filter label"
|
5593 |
msgstr "Benutzerdefiniertes Filterüberschrift"
|
5594 |
|
5595 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:892
|
5596 |
msgid ""
|
5597 |
"You can change the filter label (placeholder) for this column here, if you "
|
5598 |
"would like to show some custom text instead of default."
|
5600 |
"Sie können die Filterüberschrift (Platzhalter) für diese Spalte hier ändern, "
|
5601 |
"wenn Sie anstelle von Standardtext benutzerdefinierten Text anzeigen möchten."
|
5602 |
|
5603 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:907
|
5604 |
msgid "Exact filtering"
|
5605 |
msgstr "Exakte Filterung"
|
5606 |
|
5607 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:909
|
5608 |
msgid ""
|
5609 |
"Enable exact search to use exact match logic for filtering, disable to allow "
|
5610 |
"partial match."
|
5613 |
"Filtern zu verwenden. Deaktivieren Sie diese Option, um eine teilweise "
|
5614 |
"Übereinstimmung zuzulassen."
|
5615 |
|
5616 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:915
|
5617 |
msgid "Enable exact filtering"
|
5618 |
msgstr "Exakte Filterung aktivieren"
|
5619 |
|
5620 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:922
|
5621 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1019
|
5622 |
msgid "Predefined value(s)"
|
5623 |
msgstr "Vordefinierte Wert/e"
|
5624 |
|
5625 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:924
|
5626 |
msgid ""
|
5627 |
"Define value(s) that will be set as default pre-defined filter value(s) on "
|
5628 |
"page load."
|
5630 |
"Definieren Sie Wert/e, die beim Laden der Seite als vordefinierte "
|
5631 |
"Standardfilterwert/e festgelegt werden."
|
5632 |
|
5633 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:970
|
5634 |
msgid "Editor input type"
|
5635 |
msgstr "Eingabetyp des Editors"
|
5636 |
|
5637 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:972
|
5638 |
msgid "Choose which kind of editor input to use for this column."
|
5639 |
msgstr ""
|
5640 |
"Wählen Sie aus, welche Art von Editor-Eingabe für diese Spalte verwendet "
|
5641 |
"werden soll."
|
5642 |
|
5643 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:978
|
5644 |
msgid "None"
|
5645 |
msgstr "Keine"
|
5646 |
|
5647 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:979
|
5648 |
msgid "One-line edit"
|
5649 |
msgstr "Einzeilige Bearbeitung"
|
5650 |
|
5651 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:980
|
5652 |
msgid "Multi-line edit"
|
5653 |
msgstr "Mehrzeilige Bearbeitung"
|
5654 |
|
5655 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:981
|
5656 |
msgid "HTML editor"
|
5657 |
msgstr "HTML-Editor"
|
5658 |
|
5659 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:982
|
5660 |
msgid "Single-value selectbox"
|
5661 |
msgstr "Einwertiges Auswahlfeld"
|
5662 |
|
5663 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:983
|
5664 |
msgid "Multi-value selectbox"
|
5665 |
msgstr "Mehrwertiges Auswahlfeld"
|
5666 |
|
5667 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:999
|
5668 |
msgid "Column cannot be empty"
|
5669 |
msgstr "Die Spalte darf nicht leer sein"
|
5670 |
|
5671 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1001
|
5672 |
msgid ""
|
5673 |
"Enable to make this column mandatory. Users will see a warning when trying "
|
5674 |
"to save with empty input."
|
5676 |
"Aktivieren, um diese Spalte obligatorisch zu machen. Die Benutzer sehen eine "
|
5677 |
"Warnung, wenn sie versuchen, mit leerer Eingabe zu speichern."
|
5678 |
|
5679 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1007
|
5680 |
msgid "Cannot be empty"
|
5681 |
msgstr "Kann nicht leer sein"
|
5682 |
|
5683 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1021
|
5684 |
msgid ""
|
5685 |
"If you would like to have some values pre-defined in editors (i.e. default "
|
5686 |
"editor values) please enter these here."
|
5688 |
"Wenn Sie möchten, dass einige Werte in Editoren vordefiniert sind (d. H. "
|
5689 |
"Standard-Editorwerte), geben Sie diese bitte hier ein."
|
5690 |
|
5691 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1067
|
5692 |
msgid "Add New Rule"
|
5693 |
msgstr "Neue Regel hinzufügen"
|
5694 |
|
5695 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:16
|
5696 |
msgid "Enable/disable in global search"
|
5697 |
msgstr ""
|
5698 |
|
5699 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:18
|
5700 |
msgid "Show/hide sorting"
|
5701 |
msgstr "Anzeigen/Ausblenden Sortierung"
|
5702 |
|
5703 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:20
|
5704 |
msgid "Show/hide the column"
|
5705 |
msgstr "Anzeigen/Ausblenden die Spalte"
|
5706 |
|
5707 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:26
|
5708 |
msgid "Open column settings"
|
5709 |
msgstr "Spalteneinstellungen öffnen"
|
5710 |
|
5711 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:20
|
5712 |
msgid "List of the columns in the data source with quickaccess tools."
|
5713 |
msgstr "Liste der Spalten in der Datenquelle mit Schnellzugriffstools."
|
5714 |
|
5715 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:22
|
5716 |
msgid ""
|
5717 |
"Click column header to rename it, toggle column visibility by clicking on "
|
5718 |
"the eye icon, open column settings by clicking on the wrench icon, drag and "
|
5723 |
"die Spalteneinstellungen, indem Sie auf das Schraubenschlüsselsymbol "
|
5724 |
"klicken, und ziehen Sie die Blöcke, um die Spalten neu anzuordnen."
|
5725 |
|
5726 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:37
|
5727 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:98
|
5728 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:93
|
5729 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:34
|
5730 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:416
|
5731 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:435
|
5732 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:458
|
5733 |
msgid "Save"
|
5734 |
msgstr "Speichern"
|
5735 |
|
5736 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:7
|
5737 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:770
|
5738 |
msgid "If cell value"
|
5739 |
msgstr "Wenn Zellenwert"
|
5740 |
|
5741 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:18
|
5742 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:778
|
5743 |
msgid "contains"
|
5744 |
msgstr "enthält"
|
5745 |
|
5746 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:19
|
5747 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:779
|
5748 |
msgid "does not contain"
|
5749 |
msgstr "enthält nicht"
|
5750 |
|
5751 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:32
|
5752 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:783
|
5753 |
msgid "Set cell color"
|
5754 |
msgstr "Zellenfarbe einstellen"
|
5755 |
|
5756 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:33
|
5757 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:784
|
5758 |
msgid "Reset cell color to default"
|
5759 |
msgstr "Zellenfarbe auf die Standardeinstellung zurücksetzen"
|
5760 |
|
5761 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:34
|
5762 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:785
|
5763 |
msgid "Set cell content"
|
5764 |
msgstr "Zelleninhalt einstellen"
|
5765 |
|
5766 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:35
|
5767 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:786
|
5768 |
msgid "Set cell CSS class"
|
5769 |
msgstr "Zellen-CSS-Klasse festlegen"
|
5770 |
|
5771 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:36
|
5772 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:787
|
5773 |
msgid "Remove cell CSS class"
|
5774 |
msgstr "Zellen-CSS-Klasse entfernen"
|
5775 |
|
5776 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:37
|
5777 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:788
|
5778 |
msgid "Set row color"
|
5779 |
msgstr "Zeilenfarbe einstellen"
|
5780 |
|
5781 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:38
|
5782 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:789
|
5783 |
msgid "Reset row color to default"
|
5784 |
msgstr "Zeilenfarbe auf die Standardeinstellung zurücksetzen"
|
5785 |
|
5786 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:39
|
5787 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:790
|
5788 |
msgid "Set row CSS class"
|
5789 |
msgstr "Zeilen-CSS-Klasse festlegen"
|
5790 |
|
5791 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:40
|
5792 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:791
|
5793 |
msgid "Remove row CSS class"
|
5794 |
msgstr "Zeilen-CSS-Klasse entfernen"
|
5795 |
|
5796 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:41
|
5797 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:792
|
5798 |
msgid "Set column color"
|
5799 |
msgstr "Spaltenfarbe einstellen"
|
5800 |
|
5801 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:42
|
5802 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:793
|
5803 |
msgid "Add column CSS class"
|
5804 |
msgstr "Spalte CSS-Klasse hinzufügen"
|
5805 |
|
5806 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:53
|
5807 |
msgid "Remove rule"
|
5808 |
msgstr "Regel entfernen"
|
5809 |
|
5810 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:18
|
5811 |
msgid "Choose a source wpDataTable"
|
5812 |
msgstr "Wählen Sie eine Quelle wpDataTable"
|
5813 |
|
5814 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:20
|
5815 |
msgid ""
|
5816 |
"Please choose a remote wpDataTable which will be used as the data source."
|
5817 |
msgstr ""
|
5818 |
"Bitte wählen Sie eine remote wpDataTable, die als Datenquelle verwendet wird."
|
5819 |
|
5820 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:27
|
5821 |
msgid "Pick a table..."
|
5822 |
msgstr "Tabellenauswählen..."
|
5823 |
|
5824 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:47
|
5825 |
msgid "Display value"
|
5826 |
msgstr "Angezeigter Wert"
|
5827 |
|
5828 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:49
|
5829 |
msgid ""
|
5830 |
"Please choose which column values will be shown to the front-end user (e.g. "
|
5831 |
"Name)."
|
5833 |
"Bitte wählen Sie aus, welche Spaltenwerte dem Front-End-Benutzer angezeigt "
|
5834 |
"werden sollen (z. B. Name)."
|
5835 |
|
5836 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:71
|
5837 |
msgid "Store value"
|
5838 |
msgstr "Wert speichern"
|
5839 |
|
5840 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:73
|
5841 |
msgid ""
|
5842 |
"Please choose which column values will be stored in the table for reference "
|
5843 |
"- by default wdt_ID, or ID"
|
5845 |
"Bitte wählen Sie aus, welche Spaltenwerte als Referenz in der Tabelle "
|
5846 |
"gespeichert werden sollen - standardmäßig wdt_ID oder ID"
|
5847 |
|
5848 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:19
|
5849 |
msgid "Formula Editor"
|
5850 |
msgstr "Formel-Editor"
|
5851 |
|
5852 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:25
|
5853 |
msgid "Use this dialog to construct formulas and see a preview of the result."
|
5854 |
msgstr ""
|
5855 |
"In diesem Dialogfeld können Sie Formeln erstellen und eine Vorschau des "
|
5856 |
"Ergebnisses anzeigen."
|
5857 |
|
5858 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:27
|
5859 |
msgid ""
|
5860 |
"You can use columns (values for each cell will be inserted), or number "
|
5861 |
"values. Only numeric columns allowed (non-numeric will be parsed as 0). "
|
5867 |
"als 0 parsiert). Grundlegende mathematische Operationen und Klammern werden "
|
5868 |
"unterstützt. Beispiel: col1 * ((col2 + 2) -col3 * sin (col4-3))."
|
5869 |
|
5870 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:31
|
5871 |
msgid "Columns to use"
|
5872 |
msgstr "Zu verwendende Spalten"
|
5873 |
|
5874 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:41
|
5875 |
msgid "Type your formula here..."
|
5876 |
msgstr "Geben Sie hier Ihre Formel ein ..."
|
5877 |
|
5878 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:85
|
5879 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:48
|
5880 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:35
|
5881 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:417
|
5882 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:438
|
5883 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:461
|
5884 |
msgid "Preview"
|
5885 |
msgstr "Vorschau"
|
5886 |
|
5887 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
|
5888 |
msgid "Merge values?"
|
5889 |
msgstr "Werte zusammenführen?"
|
5890 |
|
5891 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
|
5892 |
msgid ""
|
5893 |
"There are already defined possible values. Do you want to merge or to "
|
5894 |
"replace new values with the existing?"
|
5896 |
"Es sind bereits mögliche Werte definiert. Möchten Sie neue Werte "
|
5897 |
"zusammenführen oder durch vorhandene ersetzen?"
|
5898 |
|
5899 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:21
|
5900 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:35
|
5901 |
msgid "Remove Column"
|
5902 |
msgstr "Spalte entfernen"
|
5903 |
|
5904 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:58
|
5905 |
msgid "Confirm"
|
5906 |
msgstr "Bestätigen"
|
5907 |
|
5908 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:63
|
5909 |
msgid "Are you sure? There is no undo!"
|
5910 |
msgstr "Bist du sicher? Es gibt kein Rückgängigmachen!"
|
5911 |
|
5912 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:9
|
5913 |
msgid "When working with this table type please note that at the moment:"
|
5914 |
msgstr ""
|
5915 |
|
5916 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:11
|
5917 |
msgid "There is no sorting, search, or pagination in this table type."
|
5918 |
msgstr ""
|
5919 |
|
5920 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:12
|
5921 |
msgid "Creating charts from this table type is not yet possible."
|
5922 |
msgstr ""
|
5923 |
|
5924 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:13
|
5925 |
msgid ""
|
5926 |
"If you need those features, please consider creating tables with option "
|
5927 |
msgstr ""
|
5928 |
|
5929 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:17
|
5930 |
msgid ""
|
5931 |
"Depends of users requests, we will add it in our road map and implement it "
|
5932 |
"based on priority. Thank you for understanding."
|
5933 |
msgstr ""
|
5934 |
|
5935 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:28
|
5936 |
msgid "Table preview"
|
5937 |
msgstr "Tabellenvorschau"
|
5938 |
|
5939 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:38
|
5940 |
msgid "Desktop"
|
5941 |
msgstr "Desktop"
|
5942 |
|
5943 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:41
|
5944 |
msgid "Tablet"
|
5945 |
msgstr "Tablet"
|
5946 |
|
5947 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:44
|
5948 |
msgid "Mobile"
|
5949 |
msgstr "Handy"
|
5950 |
|
5951 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:27
|
5952 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:26
|
5953 |
msgid "wpDataTable name, click to edit"
|
5954 |
msgstr "wpDataTable Name, klicken Sie zum Bearbeiten"
|
5955 |
|
5956 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:60
|
5957 |
msgid "Edit Data"
|
5958 |
msgstr "Daten bearbeiten"
|
5959 |
|
5960 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:83
|
5961 |
msgid "Undo"
|
5962 |
msgstr "Rückgängig"
|
5963 |
|
5964 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:87
|
5965 |
msgid "Redo"
|
5966 |
msgstr "Wiederholen"
|
5967 |
|
5968 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:94
|
5969 |
msgid "Manage columns"
|
5970 |
msgstr "Spalten verwalten"
|
5971 |
|
5972 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:97
|
5973 |
msgid "Column"
|
5974 |
msgstr "Spalte"
|
5975 |
|
5976 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:101
|
5977 |
msgid "Add column left"
|
5978 |
msgstr "Spalte links einfügen"
|
5979 |
|
5980 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:106
|
5981 |
msgid "Insert column before selection"
|
5982 |
msgstr "Spalte vor Markierung einfügen"
|
5983 |
|
5984 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:111
|
5985 |
msgid "Insert column after selection"
|
5986 |
msgstr "Spalte nach Markierung einfügen"
|
5987 |
|
5988 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:116
|
5989 |
msgid "Add column right"
|
5990 |
msgstr "Spalte rechts einfügen"
|
5991 |
|
5992 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:121
|
5993 |
msgid "Remove column/columns"
|
5994 |
msgstr "Spalte / Spalten entfernen"
|
5995 |
|
5996 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:130
|
5997 |
msgid "Manage rows"
|
5998 |
msgstr "Zeilen verwalten"
|
5999 |
|
6000 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:132
|
6001 |
msgid "Row"
|
6002 |
msgstr "Zeile"
|
6003 |
|
6004 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:136
|
6005 |
msgid "Add top row"
|
6006 |
msgstr "Oberste Reihe einfügen"
|
6007 |
|
6008 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:141
|
6009 |
msgid "Insert row before selection"
|
6010 |
msgstr "Zeile vor Markierung einfügen"
|
6011 |
|
6012 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:146
|
6013 |
msgid "Insert row after selection"
|
6014 |
msgstr "Zeile nach Markierung einfügen"
|
6015 |
|
6016 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:151
|
6017 |
msgid "Add bottom row"
|
6018 |
msgstr "Untere Reihe einfügen"
|
6019 |
|
6020 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:156
|
6021 |
msgid "Remove row/rows"
|
6022 |
msgstr "Zeile / Zeilen entfernen"
|
6023 |
|
6024 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:165
|
6025 |
msgid "Bold"
|
6026 |
msgstr "Bold"
|
6027 |
|
6028 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:169
|
6029 |
msgid "Italic"
|
6030 |
msgstr "Italic"
|
6031 |
|
6032 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:173
|
6033 |
msgid "Underline"
|
6034 |
msgstr "Unterstreichen"
|
6035 |
|
6036 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:178
|
6037 |
msgid "Text Color"
|
6038 |
msgstr "Textfarbe"
|
6039 |
|
6040 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:182
|
6041 |
msgid "Background Color"
|
6042 |
msgstr "Hintergrundfarbe"
|
6043 |
|
6044 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:189
|
6045 |
msgid "Horizontal align"
|
6046 |
msgstr "Horizontal ausrichten"
|
6047 |
|
6048 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:196
|
6049 |
msgid "Align Left"
|
6050 |
msgstr "Linksbündig ausrichten"
|
6051 |
|
6052 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:201
|
6053 |
msgid "Align Center"
|
6054 |
msgstr "Zentrieren"
|
6055 |
|
6056 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:206
|
6057 |
msgid "Align Right"
|
6058 |
msgstr "Rechtsbündig ausrichten"
|
6059 |
|
6060 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:211
|
6061 |
msgid "Align Justify"
|
6062 |
msgstr "Blocksatz ausrichten"
|
6063 |
|
6064 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:226
|
6065 |
msgid "Vertical Align Middle"
|
6066 |
msgstr "Vertikale Ausrichtung Mittel"
|
6067 |
|
6068 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:231
|
6069 |
msgid "Vertical Align Top"
|
6070 |
msgstr "Vertikale Ausrichtung Oben"
|
6071 |
|
6072 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:236
|
6073 |
msgid "Vertical Align Bottom"
|
6074 |
msgstr "Vertikale Ausrichtung Unterseite"
|
6075 |
|
6076 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:244
|
6077 |
msgid "Text wrapping"
|
6078 |
msgstr "Textumbruch"
|
6079 |
|
6080 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:251
|
6081 |
msgid "Wrap"
|
6082 |
msgstr "Wrap"
|
6083 |
|
6084 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:256
|
6085 |
msgid "Overflow"
|
6086 |
msgstr "Überlauf"
|
6087 |
|
6088 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:261
|
6089 |
msgid "Clip"
|
6090 |
msgstr "Clip"
|
6091 |
|
6092 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:270
|
6093 |
msgid "Link"
|
6094 |
msgstr "Link"
|
6095 |
|
6096 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:274
|
6097 |
msgid "Insert Media"
|
6098 |
msgstr "Medien einfügen"
|
6099 |
|
6100 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:290
|
6101 |
msgid "Clear data"
|
6102 |
msgstr "Daten löschen"
|
6103 |
|
6104 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:321
|
6105 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:211
|
6106 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:58
|
6107 |
msgid "Table title"
|
6108 |
msgstr "Tabellentitel"
|
6109 |
|
6110 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:329
|
6111 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:219
|
6112 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:67
|
6113 |
msgid "Show table title"
|
6114 |
msgstr "Tabellentitel anzeigen"
|
6115 |
|
6116 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:333
|
6117 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:226
|
6118 |
msgid ""
|
6119 |
"Enable this to show the table title in a h3 block above the table, disable "
|
6120 |
"to hide."
|
6122 |
"Aktivieren Sie diese Option, um den Tabellentitel in einem h3-Block über der "
|
6123 |
"Tabelle anzuzeigen, und deaktivieren Sie das Ausblenden."
|
6124 |
|
6125 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:341
|
6126 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:234
|
6127 |
msgid "Show table title on the page"
|
6128 |
msgstr "Tabellentitel auf der Seite anzeigen"
|
6129 |
|
6130 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:356
|
6131 |
msgid "Set Header"
|
6132 |
msgstr "Kopfzeile setzen"
|
6133 |
|
6134 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:360
|
6135 |
msgid "Enable this to set first row of the table as header."
|
6136 |
msgstr ""
|
6137 |
"Aktivieren Sie diese Option, um die erste Zeile der Tabelle als Header "
|
6138 |
"festzulegen."
|
6139 |
|
6140 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:368
|
6141 |
msgid "Use first row as table header"
|
6142 |
msgstr "Verwenden Sie die erste Zeile als Tabellenüberschrift"
|
6143 |
|
6144 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:375
|
6145 |
msgid "Stripe table"
|
6146 |
msgstr "Streifentabelle"
|
6147 |
|
6148 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:383
|
6149 |
msgid "Set Stripe table"
|
6150 |
msgstr "Streifentabelle setzen"
|
6151 |
|
6152 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:387
|
6153 |
msgid "Enable this to set odds and even classes in table"
|
6154 |
msgstr ""
|
6155 |
"Aktivieren Sie diese Option, um ungeraden und geraden Klassen in der Tabelle "
|
6156 |
"festzulegen"
|
6157 |
|
6158 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:395
|
6159 |
msgid "Set odds and even classes in table"
|
6160 |
msgstr "Ungeraden und geraden Klassen setzen"
|
6161 |
|
6162 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:404
|
6163 |
msgid "Cell padding (in px)"
|
6164 |
msgstr "Zell padding (in px)"
|
6165 |
|
6166 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:406
|
6167 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:575
|
6168 |
msgid ""
|
6169 |
"Here you can provide number of the padding size for cell in table without "
|
6170 |
"inserting px."
|
6172 |
"Hier können Sie die Nummer der Paddinggröße für die Zelle in der Tabelle "
|
6173 |
"angeben, ohne px einzufügen."
|
6174 |
|
6175 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:436
|
6176 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:444
|
6177 |
msgid "Basic responsive"
|
6178 |
msgstr "Basic responsiv"
|
6179 |
|
6180 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:448
|
6181 |
msgid ""
|
6182 |
"Enable this to enable responsive mode on tablet and mobile devices.<br> All "
|
6183 |
"cells will be shown in one column. If option \"Header\" on Display tab in "
|
6192 |
"wird in der ersten Zeile der Tabelle (Spaltenüberschriften) wiederholt und "
|
6193 |
"in der zweiten Spalte werden andere Zeilendaten transponiert."
|
6194 |
|
6195 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:456
|
6196 |
msgid "Enable responsive mode"
|
6197 |
msgstr "Responsiv Modus aktivieren"
|
6198 |
|
6199 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:463
|
6200 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:311
|
6201 |
msgid "Scrollable"
|
6202 |
msgstr "Bildlaufleiste"
|
6203 |
|
6204 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:471
|
6205 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:378
|
6206 |
msgid "Scrollable table"
|
6207 |
msgstr "Bildlaufleiste Tabelle"
|
6208 |
|
6209 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:475
|
6210 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:385
|
6211 |
msgid "Enable this to enable a horizontal scrollbar below the table."
|
6212 |
msgstr ""
|
6213 |
"Aktivieren Sie diese Option, um eine horizontale Bildlaufleiste unter der "
|
6214 |
"Tabelle zu aktivieren."
|
6215 |
|
6216 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:483
|
6217 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:394
|
6218 |
msgid "Show a horizontal scrollbar"
|
6219 |
msgstr "Horizontale Bildlaufleiste anzeigen"
|
6220 |
|
6221 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:490
|
6222 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:498
|
6223 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:438
|
6224 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:446
|
6225 |
msgid "Limit table width"
|
6226 |
msgstr "Tabellenbreite begrenzen"
|
6227 |
|
6228 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:502
|
6229 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:453
|
6230 |
msgid "Enable this to restrict table width to page width."
|
6231 |
msgstr ""
|
6232 |
"Aktivieren Sie diese Option, um die Tabellenbreite auf die Seitenbreite zu "
|
6233 |
"beschränken."
|
6234 |
|
6235 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:510
|
6236 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:462
|
6237 |
msgid "Limit table width to page width"
|
6238 |
msgstr "Tabellenbreite auf die Seitenbreite begrenzen"
|
6239 |
|
6240 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:517
|
6241 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:525
|
6242 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:469
|
6243 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:477
|
6244 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:392
|
6245 |
msgid "Word wrap"
|
6246 |
msgstr "Wortumbruch"
|
6247 |
|
6248 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:529
|
6249 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:484
|
6250 |
msgid ""
|
6251 |
"Enable this to wrap long strings into multiple lines and stretch the cells "
|
6252 |
"height."
|
6254 |
"Aktivieren Sie diese Option, um lange Strings in mehrere Zeilen "
|
6255 |
"einzuschließen und die Zellenhöhe zu verlängern."
|
6256 |
|
6257 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:537
|
6258 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:492
|
6259 |
msgid "Wrap words to newlines"
|
6260 |
msgstr "Wortumbruch in neue Zeilen einfügen"
|
6261 |
|
6262 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:546
|
6263 |
msgid "Vertical scroll"
|
6264 |
msgstr "Senkrechte Bildlaufleiste"
|
6265 |
|
6266 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:554
|
6267 |
msgid "Add Vertical scroll"
|
6268 |
msgstr "Senkrechte Bildlaufleiste einfügen"
|
6269 |
|
6270 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:558
|
6271 |
msgid "Enable this to enable a vertical scrollbar in the table."
|
6272 |
msgstr ""
|
6273 |
"Aktivieren Sie diese Option, um eine senkrechte Bildlaufleiste in der "
|
6274 |
"Tabelle zu aktivieren."
|
6275 |
|
6276 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:566
|
6277 |
msgid "Show a vertical scrollbar"
|
6278 |
msgstr "Senkrechte Bildlaufleiste anzeigen"
|
6279 |
|
6280 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:573
|
6281 |
msgid "Vertical scroll height"
|
6282 |
msgstr "Vertikale Bildlaufhöhe"
|
6283 |
|
6284 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:19
|
6285 |
msgid "Table preview and columns setup"
|
6286 |
msgstr "Tabellenvorschau und Spalteneinrichtung"
|
6287 |
|
6288 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:28
|
6289 |
msgid "Complete column list"
|
6290 |
msgstr "Vollständige Spaltenliste"
|
6291 |
|
6292 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:31
|
6293 |
msgid "Column List"
|
6294 |
msgstr "Spaltenliste"
|
6295 |
|
6296 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:38
|
6297 |
msgid "Remove column"
|
6298 |
msgstr "Spalte entfernen"
|
6299 |
|
6300 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:44
|
6301 |
msgid "Add a Formula Column"
|
6302 |
msgstr "Fügen Sie eine Formelspalte hinzu"
|
6303 |
|
6304 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:49
|
6305 |
msgid "Add column"
|
6306 |
msgstr "Spalte hinzufügen"
|
6307 |
|
6308 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:57
|
6309 |
msgid "Switch View:"
|
6310 |
msgstr ""
|
6311 |
|
6312 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:59
|
6313 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:62
|
6314 |
msgid "STANDARD"
|
6315 |
msgstr ""
|
6316 |
|
6317 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:60
|
6318 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:63
|
6319 |
msgid "EXCEL-LIKE"
|
6320 |
msgstr ""
|
6321 |
|
6322 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:68
|
6323 |
msgid "Sorting and filtering"
|
6324 |
msgstr "Sortieren und Filtern"
|
6325 |
|
6326 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:76
|
6327 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1009
|
6328 |
msgid "Table Tools"
|
6329 |
msgstr "Tabellen-Tools"
|
6330 |
|
6331 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:84
|
6332 |
msgid " Customize"
|
6333 |
msgstr ""
|
6334 |
|
6335 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:103
|
6336 |
msgid ""
|
6337 |
"Please choose a type of the input data source - it can be a MySQL query, a "
|
6338 |
"file, or an URL. Only MySQL query-based tables can use server-side processing"
|
6341 |
"Abfrage, eine Datei oder eine URL sein. Nur auf MySQL-Abfragen basierende "
|
6342 |
"Tabellen können die serverseitige Verarbeitung verwenden"
|
6343 |
|
6344 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:110
|
6345 |
msgid "Select a data source type"
|
6346 |
msgstr "Wählen Sie einen Datenquellentyp"
|
6347 |
|
6348 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:112
|
6349 |
msgid "SQL query "
|
6350 |
msgstr ""
|
6351 |
|
6352 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:113
|
6353 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:85
|
6354 |
msgid "CSV file"
|
6355 |
msgstr "CSV-Datei"
|
6356 |
|
6357 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:114
|
6358 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:86
|
6359 |
msgid "Excel file"
|
6360 |
msgstr "Excel-Datei"
|
6361 |
|
6362 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:117
|
6363 |
msgid "Google Spreadsheet "
|
6364 |
msgstr ""
|
6365 |
|
6366 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:118
|
6367 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:89
|
6368 |
msgid "XML file"
|
6369 |
msgstr "XML-Datei"
|
6370 |
|
6371 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:119
|
6372 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:90
|
6373 |
msgid "JSON file"
|
6374 |
msgstr "JSON-Datei"
|
6375 |
|
6376 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:133
|
6377 |
msgid ""
|
6378 |
"Upload your file or provide the full URL here. For CSV or Excel input "
|
6379 |
"sources only URLs or paths from same domain are supported. For Google "
|
6385 |
"Domäne unterstützt. Für Google-Tabellen: Vergessen Sie nicht, die Tabelle zu "
|
6386 |
"veröffentlichen, bevor Sie die URL einfügen."
|
6387 |
|
6388 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:139
|
6389 |
msgid "Paste URL or path, or click Browse to choose"
|
6390 |
msgstr ""
|
6391 |
"Fügen Sie eine URL oder einen Pfad ein oder klicken Sie auf Durchsuchen, um "
|
6392 |
"eine Auswahl zu treffen"
|
6393 |
|
6394 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:143
|
6395 |
msgid "Browse..."
|
6396 |
msgstr "Durchsuche..."
|
6397 |
|
6398 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:155
|
6399 |
msgid ""
|
6400 |
"If it is turned on, all sorting, filtering, pagination and other data "
|
6401 |
"interaction will be done by MySQL server. This feature is recommended if you "
|
6406 |
"Funktion wird empfohlen, wenn Sie mehr als 2000-3000 Zeilen haben. "
|
6407 |
"Obligatorisch für bearbeitbare Tabellen."
|
6408 |
|
6409 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:162
|
6410 |
msgid "Enable server-side processing"
|
6411 |
msgstr "Aktivieren Sie die serverseitige Verarbeitung"
|
6412 |
|
6413 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:177
|
6414 |
msgid "MySQL Query"
|
6415 |
msgstr ""
|
6416 |
|
6417 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:179
|
6418 |
msgid ""
|
6419 |
"Enter the text of your MySQL query here - please make sure it returns actual "
|
6420 |
"data first. You can use a number of placeholders to make the dataset in the "
|
6422 |
"with different shortcodes."
|
6423 |
msgstr ""
|
6424 |
|
6425 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:186
|
6426 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:292
|
6427 |
msgid "Auto-refresh"
|
6428 |
msgstr "Automatische Aktualisierung"
|
6429 |
|
6430 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:188
|
6431 |
msgid ""
|
6432 |
"If you enter a non-zero value, table will auto-refresh to show actual data "
|
6433 |
"with a given interval of seconds. Leave zero or empty not to use auto-"
|
6438 |
"Sekundenintervall anzuzeigen. Lassen Sie Null oder leer, um die automatische "
|
6439 |
"Aktualisierung nicht zu verwenden."
|
6440 |
|
6441 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:193
|
6442 |
msgid "Auto-refresh interval in seconds (zero or blank to disable)"
|
6443 |
msgstr ""
|
6444 |
"Intervall für die automatische Aktualisierung in Sekunden (Null oder leer "
|
6445 |
"zum Deaktivieren)"
|
6446 |
|
6447 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:242
|
6448 |
msgid "Responsiveness"
|
6449 |
msgstr "Reaktionsfähigkeit"
|
6450 |
|
6451 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:250
|
6452 |
msgid "Responsive design"
|
6453 |
msgstr "Responsive Design"
|
6454 |
|
6455 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:257
|
6456 |
msgid "Enable this to allow responsiveness in the table."
|
6457 |
msgstr ""
|
6458 |
"Aktivieren Sie diese Option, um die Reaktionsfähigkeit in der Tabelle zu "
|
6459 |
"ermöglichen."
|
6460 |
|
6461 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:258
|
6462 |
msgid ""
|
6463 |
"Please do not forget to define which columns will be hidden on mobiles and "
|
6464 |
"tablets in the column settings!"
|
6466 |
"Bitte vergessen Sie nicht, in den Spalteneinstellungen festzulegen, welche "
|
6467 |
"Spalten auf Handys und Tablets ausgeblendet werden sollen!"
|
6468 |
|
6469 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:269
|
6470 |
msgid "Allow collapsing on mobiles and tablets"
|
6471 |
msgstr "Auf Handys und Tablets ausblenden zulassen"
|
6472 |
|
6473 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:277
|
6474 |
msgid "Hide until loaded"
|
6475 |
msgstr "Ausblenden bis geladen"
|
6476 |
|
6477 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:279
|
6478 |
msgid ""
|
6479 |
"Enable to make whole table hidden until it is initialized to prevent "
|
6480 |
"unformatted data flashing"
|
6482 |
"Aktivieren Sie diese Option, um die gesamte Tabelle bis zur Initialisierung "
|
6483 |
"auszublenden, um zu verhindern, dass unformatierte Daten blinken"
|
6484 |
|
6485 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:284
|
6486 |
msgid "Hide the table before it is fully loaded"
|
6487 |
msgstr "Blenden Sie die Tabelle aus, bevor sie vollständig geladen ist"
|
6488 |
|
6489 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:296
|
6490 |
msgid "Default rows per page"
|
6491 |
msgstr "Standardzeilen pro Seite"
|
6492 |
|
6493 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:304
|
6494 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:339
|
6495 |
msgid "Rows per page"
|
6496 |
msgstr "Zeilen pro Seite"
|
6497 |
|
6498 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:311
|
6499 |
msgid "How many rows to show per page by default."
|
6500 |
msgstr "Wie viele Zeilen pro Seite standardmäßig angezeigt werden sollen."
|
6501 |
|
6502 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:347
|
6503 |
msgid "Show X entries"
|
6504 |
msgstr "X Einträge anzeigen"
|
6505 |
|
6506 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:354
|
6507 |
msgid ""
|
6508 |
"Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
|
6509 |
"frontend."
|
6511 |
"Aktivieren / Deaktivieren Sie diese Option, um \"X-Einträge anzeigen\" pro "
|
6512 |
"Dropdown-Seite im Frontend anzuzeigen / auszublenden."
|
6513 |
|
6514 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:362
|
6515 |
msgid "Show \"Show X entries\" dropdown"
|
6516 |
msgstr "Dropdown-Liste \"X-Einträge anzeigen\" anzeigen"
|
6517 |
|
6518 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:386
|
6519 |
msgid "This should be turned off if you want to set columns width manually."
|
6520 |
msgstr ""
|
6521 |
"Dies sollte deaktiviert werden, wenn Sie die Spaltenbreite manuell "
|
6522 |
"einstellen möchten."
|
6523 |
|
6524 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:407
|
6525 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:415
|
6526 |
msgid "Info block"
|
6527 |
msgstr "Infoblock"
|
6528 |
|
6529 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:422
|
6530 |
msgid ""
|
6531 |
"Enable to show a block of information about the number of records below the "
|
6532 |
"table."
|
6534 |
"Aktivieren Sie diese Option, um einen Informationsblock über die Anzahl der "
|
6535 |
"Datensätze unterhalb der Tabelle anzuzeigen."
|
6536 |
|
6537 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:430
|
6538 |
msgid "Show information block below the table"
|
6539 |
msgstr "Informationsblock unter der Tabelle anzeigen"
|
6540 |
|
6541 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:454
|
6542 |
msgid ""
|
6543 |
"This should be turned on if you want to set columns width manually. Should "
|
6544 |
"be on to use word wrapping."
|
6546 |
"Dies sollte aktiviert sein, wenn Sie die Spaltenbreite manuell einstellen "
|
6547 |
"möchten. Sollte aktiviert sein, um Zeilenumbruch zu verwenden."
|
6548 |
|
6549 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:516
|
6550 |
msgid "Enable to show a pagination"
|
6551 |
msgstr "Aktivieren Sie diese Option, um eine Paginierung anzuzeigen"
|
6552 |
|
6553 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:524
|
6554 |
msgid "Show pagination block below the table"
|
6555 |
msgstr "Paginierungsblock unter der Tabelle anzeigen"
|
6556 |
|
6557 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:532
|
6558 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:540
|
6559 |
msgid "Pagination Alignment"
|
6560 |
msgstr "Paginierungsausrichtung"
|
6561 |
|
6562 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:544
|
6563 |
msgid "Here you can set pagination position: right, center or left."
|
6564 |
msgstr ""
|
6565 |
"Hier können Sie die Paginierungsposition einstellen: rechts, zentriert oder "
|
6566 |
"links."
|
6567 |
|
6568 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:552
|
6569 |
msgid "Right"
|
6570 |
msgstr "Rechts"
|
6571 |
|
6572 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:553
|
6573 |
msgid "Center"
|
6574 |
msgstr "Zentriert"
|
6575 |
|
6576 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:554
|
6577 |
msgid "Left"
|
6578 |
msgstr "Links"
|
6579 |
|
6580 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:563
|
6581 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:571
|
6582 |
msgid "Pagination Layout"
|
6583 |
msgstr "Paginierungslayout"
|
6584 |
|
6585 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:575
|
6586 |
msgid "Here you can choose between different pagination layout."
|
6587 |
msgstr "Hier können Sie zwischen verschiedenen Paginierungslayouts wählen."
|
6588 |
|
6589 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:583
|
6590 |
msgid ""
|
6591 |
"\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
|
6592 |
msgstr ""
|
6593 |
"Schaltflächen \"Erste\", \"Zurück\", \"Weiter\" und \"Letzte\" sowie "
|
6594 |
"Seitenzahlen"
|
6595 |
|
6596 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:584
|
6597 |
msgid "\"Previous\" and \"Next\" buttons only"
|
6598 |
msgstr "Nur die Schaltflächen \"Zurück\" und \"Weiter\""
|
6599 |
|
6600 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:585
|
6601 |
msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
|
6602 |
msgstr "Schaltflächen \"Zurück\" und \"Weiter\" sowie Seitenzahlen"
|
6603 |
|
6604 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:586
|
6605 |
msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
|
6606 |
msgstr "Schaltflächen \"Erste\", \"Zurück\", \"Weiter\" und \"Letzte\""
|
6607 |
|
6608 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:587
|
6609 |
msgid "Page number buttons only"
|
6610 |
msgstr "Nur Seitenzahlschaltflächen"
|
6611 |
|
6612 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:588
|
6613 |
msgid "\"First\" and \"Last\" buttons, plus page numbers"
|
6614 |
msgstr "Schaltflächen \"Erste\" und \"Letzte\" sowie Seitenzahlen"
|
6615 |
|
6616 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:609
|
6617 |
msgid "Advanced column filters"
|
6618 |
msgstr "Erweiterte Spaltenfilter"
|
6619 |
|
6620 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:617
|
6621 |
msgid "Advanced filter"
|
6622 |
msgstr "Erweiterter Filter"
|
6623 |
|
6624 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:624
|
6625 |
msgid ""
|
6626 |
"Enable to show an advanced filter for each of the columns, filters can be "
|
6627 |
"shown in table footer, header or in a separate form."
|
6630 |
"Spalten anzuzeigen. Filter können in Tabellenfußzeile, Kopfzeile oder in "
|
6631 |
"einem separaten Formular angezeigt werden."
|
6632 |
|
6633 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:635
|
6634 |
msgid "Enable advanced column filters"
|
6635 |
msgstr "Aktivieren Sie erweiterte Spaltenfilter"
|
6636 |
|
6637 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:658
|
6638 |
msgid ""
|
6639 |
"If this is enabled, each column header will be clickable; clicking will sort "
|
6640 |
"the whole table by the content of this column cells ascending or descending."
|
6643 |
"Durch Klicken wird die gesamte Tabelle nach dem Inhalt dieser Spaltenzellen "
|
6644 |
"aufsteigend oder absteigend sortiert."
|
6645 |
|
6646 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:666
|
6647 |
msgid "Allow sorting for the table"
|
6648 |
msgstr "Sortierung für die Tabelle zulassen"
|
6649 |
|
6650 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:674
|
6651 |
msgid "Main search block"
|
6652 |
msgstr "Hauptsuchblock"
|
6653 |
|
6654 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:689
|
6655 |
msgid ""
|
6656 |
"If this is enabled, a search block will be displayed on the top right of the "
|
6657 |
"table, allowing to search through whole table with a single input."
|
6660 |
"angezeigt, mit dem Sie die gesamte Tabelle mit einer einzigen Eingabe "
|
6661 |
"durchsuchen können."
|
6662 |
|
6663 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:697
|
6664 |
msgid "Enable search block"
|
6665 |
msgstr "Suchblock aktivieren"
|
6666 |
|
6667 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:711
|
6668 |
msgid "Filters in a form"
|
6669 |
msgstr "Filter in einem Formular"
|
6670 |
|
6671 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:718
|
6672 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:340
|
6673 |
msgid "Filter in form"
|
6674 |
msgstr "Filter in Formular"
|
6675 |
|
6676 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:725
|
6677 |
msgid ""
|
6678 |
"Enable to show the advanced column filter in a form above the table, instead "
|
6679 |
"of showing in the table footer/header."
|
6682 |
"Formular über der Tabelle anzuzeigen, anstatt in der Fußzeile / Kopfzeile "
|
6683 |
"der Tabelle."
|
6684 |
|
6685 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:734
|
6686 |
msgid "Show filters in a form above the table"
|
6687 |
msgstr "Filter in einem Formular über der Tabelle anzeigen"
|
6688 |
|
6689 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:742
|
6690 |
msgid "Clear filters button"
|
6691 |
msgstr "Schaltfläche Filter löschen"
|
6692 |
|
6693 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:749
|
6694 |
+
#: wpdatatables-lite/templates/frontend/filter_form.inc.php:32
|
6695 |
msgid "Clear filters"
|
6696 |
msgstr "Filter löschen"
|
6697 |
|
6698 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:753
|
6699 |
msgid "Enable to show the clear filters button."
|
6700 |
msgstr ""
|
6701 |
"Aktivieren Sie diese Option, um die Schaltfläche Filter löschen anzuzeigen."
|
6702 |
|
6703 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:754
|
6704 |
msgid ""
|
6705 |
"If filter in form is enabled, clear button will be rendered after the last "
|
6706 |
"filter."
|
6708 |
"Wenn der Filter im Formular aktiviert ist, wird nach dem letzten Filter die "
|
6709 |
"Schaltfläche Löschen gerendert."
|
6710 |
|
6711 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:759
|
6712 |
msgid ""
|
6713 |
"Otherwise, clear filter button will be rendered above the table next to "
|
6714 |
"\"Table Tools\" buttons."
|
6716 |
"Andernfalls wird die Schaltfläche zum Löschen des Filters über der Tabelle "
|
6717 |
"neben den Schaltflächen \"Tabellentools\" gerendert."
|
6718 |
|
6719 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:772
|
6720 |
msgid "Show clear filters button"
|
6721 |
msgstr "Filter löschen Schaltfläche anzeigen"
|
6722 |
|
6723 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:792
|
6724 |
msgid "Allow editing"
|
6725 |
msgstr "Bearbeitung zulassen"
|
6726 |
|
6727 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:800
|
6728 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:180
|
6729 |
msgid "Front-end editing"
|
6730 |
msgstr "Front-end-Bearbeitung"
|
6731 |
|
6732 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:807
|
6733 |
msgid "Allow editing the table from the front-end."
|
6734 |
msgstr "Ermöglichen Sie das Bearbeiten der Tabelle vom Frontend aus."
|
6735 |
|
6736 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:815
|
6737 |
msgid "Allow front-end editing"
|
6738 |
msgstr "Front-end-Bearbeitung zulassen"
|
6739 |
|
6740 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:823
|
6741 |
msgid "Popover edit block"
|
6742 |
msgstr "Popover-Bearbeitungsblock"
|
6743 |
|
6744 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:831
|
6745 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:232
|
6746 |
msgid "Popover tools"
|
6747 |
msgstr "Popover-Tools"
|
6748 |
|
6749 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:838
|
6750 |
msgid ""
|
6751 |
"If this is enabled, the New, Edit and Delete buttons will appear in a "
|
6752 |
"popover when you click on any row, instead of Table Tools block above the "
|
6756 |
"Löschen in einem Popover angezeigt, wenn Sie auf eine beliebige Zeile "
|
6757 |
"klicken, anstatt auf den Block Tabellentools über der Tabelle."
|
6758 |
|
6759 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:846
|
6760 |
msgid "Editing buttons in a popover"
|
6761 |
msgstr "Bearbeiten von Schaltflächen in einem Popover"
|
6762 |
|
6763 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:854
|
6764 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:862
|
6765 |
msgid "In-line editing"
|
6766 |
msgstr "Inline-Bearbeitung"
|
6767 |
|
6768 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:869
|
6769 |
msgid ""
|
6770 |
"If this is enabled, front-end users will be able to edit cells by double-"
|
6771 |
"clicking them, not only with the editor dialog."
|
6773 |
"Wenn dies aktiviert ist, können die Front-End-Benutzer die Zellen nicht nur "
|
6774 |
"im Editor-Dialogfeld durch Doppelklicken bearbeiten."
|
6775 |
|
6776 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:877
|
6777 |
msgid "Allow in-line editing"
|
6778 |
msgstr "Inline-Bearbeitung zulassen"
|
6779 |
|
6780 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:892
|
6781 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:192
|
6782 |
msgid "MySQL table name for editing"
|
6783 |
msgstr "MySQL-Tabellenname zum Bearbeiten"
|
6784 |
|
6785 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:894
|
6786 |
msgid ""
|
6787 |
"Name of the MySQL table which will be updated when edited from front-end."
|
6788 |
msgstr ""
|
6789 |
"Name der MySQL-Tabelle, die aktualisiert wird, wenn sie vom Front-End aus "
|
6790 |
"bearbeitet wird."
|
6791 |
|
6792 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:899
|
6793 |
msgid "MySQL table name"
|
6794 |
msgstr "Name der MySQL-Tabelle"
|
6795 |
|
6796 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:908
|
6797 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:203
|
6798 |
msgid "ID column for editing"
|
6799 |
msgstr "ID-Spalte zum Bearbeiten"
|
6800 |
|
6801 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:910
|
6802 |
msgid ""
|
6803 |
"Choose the column values from which will be used as row identifiers. MUST be "
|
6804 |
"a unique auto-increment integer on MySQL side so insert/edit/delete would "
|
6811 |
"wpDataTables errät die richtige Spalte, wenn sie auf MySQL-Seite \"id\" oder "
|
6812 |
"\"ID\" heißt."
|
6813 |
|
6814 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:924
|
6815 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:267
|
6816 |
msgid "Editor roles"
|
6817 |
msgstr "Editor-Rollen"
|
6818 |
|
6819 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:926
|
6820 |
msgid ""
|
6821 |
"If you want only specific user roles to be able to edit the table, choose in "
|
6822 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
6825 |
"können, wählen Sie in dieser Dropdown-Liste. Lassen Sie das Kontrollkästchen "
|
6826 |
"deaktiviert, um die Bearbeitung für alle zu ermöglichen."
|
6827 |
|
6828 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:931
|
6829 |
msgid "Everyone"
|
6830 |
msgstr "Alle"
|
6831 |
|
6832 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:932
|
6833 |
msgid "Administrators"
|
6834 |
msgstr ""
|
6835 |
|
6836 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:933
|
6837 |
msgid "Editors"
|
6838 |
msgstr ""
|
6839 |
|
6840 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:934
|
6841 |
msgid "Authors"
|
6842 |
msgstr ""
|
6843 |
|
6844 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:935
|
6845 |
msgid "Contributors"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:936
|
6849 |
msgid "Subscribers"
|
6850 |
msgstr ""
|
6851 |
|
6852 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:951
|
6853 |
msgid "Users see and edit only own data"
|
6854 |
msgstr "Benutzer sehen und bearbeiten nur eigene Daten"
|
6855 |
|
6856 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:959
|
6857 |
msgid "Users see and edit only their own data"
|
6858 |
msgstr "Benutzer sehen und bearbeiten nur ihre eigenen Daten"
|
6859 |
|
6860 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:966
|
6861 |
msgid ""
|
6862 |
"If this is enabled, users will see and edit only the rows that are related "
|
6863 |
"to them or were created by them (associated using the User ID column)."
|
6866 |
"sich auf sie beziehen oder von ihnen erstellt wurden (über die Spalte "
|
6867 |
"Benutzer-ID zugeordnet)."
|
6868 |
|
6869 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:974
|
6870 |
msgid "Limit editing to own data only"
|
6871 |
msgstr "Bearbeitung nur auf eigene Daten beschränken"
|
6872 |
|
6873 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:982
|
6874 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:250
|
6875 |
msgid "User ID column"
|
6876 |
msgstr "Benutzer-ID-Spalte"
|
6877 |
|
6878 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:984
|
6879 |
msgid ""
|
6880 |
"Choose the column values from which will be used as User identifiers. "
|
6881 |
"References the ID from WordPress Users table (wp_users), MUST be defined as "
|
6885 |
"werden sollen. Verweist auf die ID aus der WordPress-Benutzertabelle "
|
6886 |
"(wp_users), MUSS auf MySQL-Seite als Integer definiert sein."
|
6887 |
|
6888 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1017
|
6889 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:350
|
6890 |
msgid "Table tools"
|
6891 |
msgstr "Tabellen Tools"
|
6892 |
|
6893 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1024
|
6894 |
msgid ""
|
6895 |
"If this is enabled, a toolbar with useful tools will be shown above the table"
|
6896 |
msgstr ""
|
6897 |
"Wenn dies aktiviert ist, wird über der Tabelle eine Symbolleiste mit "
|
6898 |
"nützlichen Tools angezeigt"
|
6899 |
|
6900 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1032
|
6901 |
msgid "Enable Table Tools"
|
6902 |
msgstr "Aktivieren Sie die Tabellen Tools"
|
6903 |
|
6904 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1040
|
6905 |
msgid "Buttons"
|
6906 |
msgstr "Schaltflächen"
|
6907 |
|
6908 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1042
|
6909 |
msgid "Choose which buttons to show in the Table Tools block."
|
6910 |
msgstr ""
|
6911 |
"Wählen Sie aus, welche Schaltflächen im Block Tabellen Tools angezeigt "
|
6912 |
"werden sollen."
|
6913 |
|
6914 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1048
|
6915 |
msgid "Columns visibility"
|
6916 |
msgstr "Spalten Sichtbarkeit"
|
6917 |
|
6918 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1080
|
6919 |
msgid ""
|
6920 |
"Placeholders can be understood as predefined ‘search and replace‘ templates; "
|
6921 |
"that will be replaced with some actual values at the execution time; usually "
|
6924 |
"Excel, CSV, Google Spreadsheet and PHP Serialized array."
|
6925 |
msgstr ""
|
6926 |
|
6927 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1094
|
6928 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1109
|
6929 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1124
|
6930 |
msgid ""
|
6931 |
"This placeholder will be replaced with any value that you will provide in a "
|
6932 |
"shortcode. Provide a default value here that will be used for table "
|
6937 |
"Tabellengenerierung verwendet wird und wenn im Shortcode kein anderer "
|
6938 |
"definiert ist."
|
6939 |
|
6940 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1099
|
6941 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1114
|
6942 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1129
|
6943 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1152
|
6944 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1170
|
6945 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1188
|
6946 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1210
|
6947 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1228
|
6948 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1246
|
6949 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1271
|
6950 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1291
|
6951 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1310
|
6952 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1332
|
6953 |
msgid "Default for table generation"
|
6954 |
msgstr "Standard für die Tabellengenerierung"
|
6955 |
|
6956 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1145
|
6957 |
msgid ""
|
6958 |
"This placeholder will be replaced with the ID of currently logged in user. "
|
6959 |
"Provide a value here to be used for table generation"
|
6962 |
"ersetzt. Geben Sie hier einen Wert an, der für die Tabellengenerierung "
|
6963 |
"verwendet werden soll"
|
6964 |
|
6965 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1162
|
6966 |
msgid ""
|
6967 |
"This placeholder will be replaced with the login of currently logged in "
|
6968 |
"user. Provide a value here to be used for table generation"
|
6971 |
"Benutzers ersetzt. Geben Sie hier einen Wert an, der für die "
|
6972 |
"Tabellengenerierung verwendet werden soll"
|
6973 |
|
6974 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1180
|
6975 |
msgid ""
|
6976 |
"This placeholder will be replaced with the Email of currently logged in "
|
6977 |
"user. Provide a value here to be used for table generation"
|
6980 |
"ersetzt. Geben Sie hier einen Wert an, der für die Tabellengenerierung "
|
6981 |
"verwendet werden soll"
|
6982 |
|
6983 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1204
|
6984 |
msgid ""
|
6985 |
"This placeholder will be replaced with the ID of current post. Provide a "
|
6986 |
"value here to be used for table generation"
|
6988 |
"Dieser Platzhalter wird durch die ID des aktuellen Beitrags ersetzt. Geben "
|
6989 |
"Sie hier einen Wert an, der für die Tabellengenerierung verwendet werden soll"
|
6990 |
|
6991 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1220
|
6992 |
msgid ""
|
6993 |
"This placeholder will be replaced with the First Name of currently logged in "
|
6994 |
"user. Provide a value here to be used for table generation"
|
6997 |
"Benutzers ersetzt. Geben Sie hier einen Wert an, der für die "
|
6998 |
"Tabellengenerierung verwendet werden soll"
|
6999 |
|
7000 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1238
|
7001 |
msgid ""
|
7002 |
"This placeholder will be replaced with the Last Name of currently logged in "
|
7003 |
"user. Provide a value here to be used for table generation"
|
7006 |
"Benutzers ersetzt. Geben Sie hier einen Wert an, der für die "
|
7007 |
"Tabellengenerierung verwendet werden soll"
|
7008 |
|
7009 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1262
|
7010 |
msgid "This placeholder will be replaced with current date."
|
7011 |
msgstr "Dieser Platzhalter wird durch das aktuelle Datum ersetzt."
|
7012 |
|
7013 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1281
|
7014 |
msgid "This placeholder will be replaced with current datetime."
|
7015 |
msgstr "Dieser Platzhalter wird durch die aktuelle Datum/Uhrzeit ersetzt."
|
7016 |
|
7017 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1301
|
7018 |
msgid "This placeholder will be replaced with current time."
|
7019 |
msgstr "Dieser Platzhalter wird durch die aktuelle Uhrzeit ersetzt."
|
7020 |
|
7021 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1325
|
7022 |
msgid ""
|
7023 |
"This placeholder will be replaced with the current prefix of WordPress "
|
7024 |
"database. Provide a value here to be used for table generation"
|
7027 |
"ersetzt. Geben Sie hier einen Wert an, der für die Tabellengenerierung "
|
7028 |
"verwendet werden soll"
|
7029 |
|
7030 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1356
|
7031 |
msgid ""
|
7032 |
"In premium version you can customize each table with different skin, font, "
|
7033 |
"background , colors and lot more. Checkout new table customize settings "
|
7034 |
"below."
|
7035 |
msgstr ""
|
7036 |
|
7037 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1363
|
7038 |
msgid "Main"
|
7039 |
msgstr ""
|
7040 |
|
7041 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1375
|
7042 |
msgid "Table border"
|
7043 |
msgstr ""
|
7044 |
|
7045 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1391
|
7046 |
msgid "Custom CSS"
|
7047 |
msgstr ""
|
7048 |
|
7049 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1716
|
7050 |
msgid "Remove borders in table header"
|
7051 |
msgstr ""
|
7052 |
|
7053 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:2028
|
7054 |
msgid ""
|
7055 |
"This CSS will be inserted as an inline style block on every page that has "
|
7056 |
"this wpDataTable."
|
7057 |
msgstr ""
|
7058 |
|
7059 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:26
|
7060 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:333
|
7061 |
msgid "Go to Dashboard"
|
7062 |
msgstr "Gehen Sie zum Instrumententafel"
|
7063 |
|
7064 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:48
|
7065 |
msgid "Welcome to wpDataTables!"
|
7066 |
msgstr "Willkommen bei wpDataTables!"
|
7067 |
|
7068 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:51
|
7069 |
msgid "The Best Tables & Charts WordPress Plugin"
|
7070 |
msgstr "Das beste Tabellen & Diagramme WordPress Plugin"
|
7071 |
|
7072 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:54
|
7073 |
msgid ""
|
7074 |
"wpDataTables is a best-selling WordPress table plugin which makes your work "
|
7075 |
"with tables, charts and data management easy. 40,000+ companies."
|
7076 |
msgstr ""
|
7077 |
|
7078 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:62
|
7079 |
msgid "View changelog"
|
7080 |
msgstr "Änderungsprotokoll anzeigen"
|
7081 |
|
7082 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:85
|
7083 |
msgid "NEW! Create Simple tables"
|
7084 |
msgstr "NEU! Erstellen Sie einfache Tabellen"
|
7085 |
|
7086 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:86
|
7087 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:97
|
7088 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:108
|
7089 |
msgid "Available in Lite "
|
7090 |
msgstr ""
|
7091 |
|
7092 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:107
|
7093 |
msgid "Create charts with Google Charts"
|
7094 |
msgstr ""
|
7095 |
|
7096 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:125
|
7097 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:136
|
7098 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:147
|
7099 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:164
|
7100 |
msgid "Available in Premium "
|
7101 |
msgstr ""
|
7102 |
|
7103 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:176
|
7104 |
msgid "Getting started with your first table and chart"
|
7105 |
msgstr "Erste Schritte mit Ihrer ersten Tabelle und Diagramm"
|
7106 |
|
7107 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:179
|
7108 |
msgid ""
|
7109 |
"By following the step-by-step instructions in the walkthrough, you can "
|
7110 |
"easily publish your first table or chart on your website."
|
7113 |
"Vorgehensweise, um Ihre erste Tabelle oder Tabelle auf Ihrer Website zu "
|
7114 |
"veröffentlichen."
|
7115 |
|
7116 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:190
|
7117 |
msgid "Table and chart wizard"
|
7118 |
msgstr "Tabellen- und Diagrammassistent"
|
7119 |
|
7120 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:193
|
7121 |
msgid ""
|
7122 |
"Through several different tutorials we will show you how to create your "
|
7123 |
"first table and chart."
|
7125 |
"In verschiedenen Tutorials zeigen wir Ihnen, wie Sie Ihre erste Tabelle und "
|
7126 |
"Ihr erstes Diagramm erstellen."
|
7127 |
|
7128 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:197
|
7129 |
msgid "Start creating"
|
7130 |
msgstr "Beginnen Sie mit dem Erstellen"
|
7131 |
|
7132 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:207
|
7133 |
msgid ""
|
7134 |
"Check out our FAQ section to find the answers to the popular questions about "
|
7135 |
"plugin functionality and many more."
|
7136 |
msgstr ""
|
7137 |
|
7138 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:212
|
7139 |
msgid "View FAQ"
|
7140 |
msgstr "FAQ anzeigen"
|
7141 |
|
7142 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:222
|
7143 |
msgid ""
|
7144 |
"If you need a detailed video and text explanation about every feature in our "
|
7145 |
"plugin, check out our Documentation."
|
7147 |
"Wenn Sie eine detaillierte Video- und Texterklärung zu allen Funktionen in "
|
7148 |
"unserem Plugin benötigen, lesen Sie unsere Dokumentation."
|
7149 |
|
7150 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:239
|
7151 |
msgid "Check wpDataTables showcase"
|
7152 |
msgstr "Schauen Sie wpDataTables Showcase an"
|
7153 |
|
7154 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:241
|
7155 |
msgid "A proper solution for every industry"
|
7156 |
msgstr "Eine richtige Lösung für jede Branche"
|
7157 |
|
7158 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:244
|
7159 |
msgid ""
|
7160 |
"See how our clients use wpDataTables in completely different spheres like "
|
7161 |
"business, science, education and non-profit organization."
|
7164 |
"Bereichen wie Wirtschaft, Wissenschaft, Bildung und gemeinnützigen "
|
7165 |
"Organisationen einsetzen."
|
7166 |
|
7167 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:248
|
7168 |
msgid "View all at wpdatatables.com"
|
7169 |
msgstr "Alle auf wpdatatables.com anzeigen"
|
7170 |
|
7171 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:264
|
7172 |
msgid "Statistics Table With Charts"
|
7173 |
msgstr "Statistiktabelle mit Diagrammen"
|
7174 |
|
7175 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:265
|
7176 |
msgid "Statistics market"
|
7177 |
msgstr "Statistikmarkt"
|
7178 |
|
7179 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:274
|
7180 |
msgid "Cryptocurrencies Rank Table"
|
7181 |
msgstr "Rangliste der Kryptowährungen"
|
7182 |
|
7183 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:275
|
7184 |
msgid "Cryptocurrency market"
|
7185 |
msgstr "Kryptowährungsmarkt"
|
7186 |
|
7187 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:284
|
7188 |
msgid "Laptop Online Catalog"
|
7189 |
msgstr "Laptop Online-Katalog"
|
7190 |
|
7191 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:285
|
7192 |
msgid "Computer sales"
|
7193 |
msgstr "Computerverkauf"
|
7194 |
|
7195 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:294
|
7196 |
msgid "Temperature Report - Maximums"
|
7197 |
msgstr "Temperaturbericht - Höchstwerte"
|
7198 |
|
7199 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:295
|
7200 |
msgid "Hydrometeorological Institute"
|
7201 |
msgstr "Hydrometeorologisches Institut"
|
7202 |
|
7203 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:326
|
7204 |
msgid "Thank you for choosing wpDataTables!"
|
7205 |
msgstr "Vielen Dank, dass Sie sich für wpDataTables entschieden haben!"
|
7206 |
|
7207 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:329
|
7208 |
msgid ""
|
7209 |
"We hope that you will enjoy using our plugin for managing data on your "
|
7210 |
"website."
|
7212 |
"Wir wünschen Ihnen viel Spaß beim Verwenden unseres Plugins zum Verwalten "
|
7213 |
"von Daten auf Ihrer Website."
|
7214 |
|
7215 |
+
#: wpdatatables-lite/templates/browse.inc.php:8
|
7216 |
msgid "Add new"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
+
#: wpdatatables-lite/templates/browse.inc.php:39
|
7220 |
+
#: wpdatatables-lite/templates/browse.inc.php:101
|
7221 |
msgid "Are you sure"
|
7222 |
msgstr ""
|
7223 |
|
7224 |
+
#: wpdatatables-lite/templates/browse.inc.php:57
|
7225 |
msgid "copy"
|
7226 |
msgstr ""
|
7227 |
|
7228 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:16
|
7229 |
msgid "wpDataTables documentation on Charts"
|
7230 |
msgstr ""
|
7231 |
|
7232 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:17
|
7233 |
msgid "wpDataTables Chart Wizard"
|
7234 |
msgstr ""
|
7235 |
|
7236 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:24
|
7237 |
+
#: wpdatatables-lite/templates/constructor.inc.php:19
|
7238 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:30
|
7239 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:431
|
7240 |
+
#: wpdatatables-lite/templates/settings.inc.php:24
|
7241 |
+
#: wpdatatables-lite/templates/settings.inc.php:202
|
7242 |
+
#: wpdatatables-lite/templates/settings.inc.php:444
|
7243 |
msgid "Click to toggle"
|
7244 |
msgstr ""
|
7245 |
|
7246 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:26
|
7247 |
msgid "Chart Creation Wizard"
|
7248 |
msgstr ""
|
7249 |
|
7250 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:44
|
7251 |
msgid "Formatting"
|
7252 |
msgstr ""
|
7253 |
|
7254 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:59
|
7255 |
msgid "Chart title, rendering engine and type"
|
7256 |
msgstr ""
|
7257 |
|
7258 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:66
|
7259 |
msgid "What is the title of the chart that you will use to identify it?"
|
7260 |
msgstr ""
|
7261 |
|
7262 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:88
|
7263 |
msgid "Pick a Google chart type"
|
7264 |
msgstr ""
|
7265 |
|
7266 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:106
|
7267 |
msgid "Pick a Highcharts chart type"
|
7268 |
msgstr ""
|
7269 |
|
7270 |
+
#: wpdatatables-lite/templates/common/delete_modal.inc.php:28
|
7271 |
msgid "Please confirm deletion. There is no undo!"
|
7272 |
msgstr "Bitte bestätigen Sie die Löschung. Es gibt kein Rückgängigmachen!"
|
7273 |
|
7274 |
+
#: wpdatatables-lite/templates/constructor.inc.php:14
|
7275 |
msgid "wpDataTables documentation on Table Consturctor"
|
7276 |
msgstr ""
|
7277 |
|
7278 |
+
#: wpdatatables-lite/templates/constructor.inc.php:14
|
7279 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:11
|
7280 |
msgid "if you have some questions or problems."
|
7281 |
msgstr ""
|
7282 |
|
7283 |
+
#: wpdatatables-lite/templates/constructor.inc.php:15
|
7284 |
msgid "wpDataTable constructor"
|
7285 |
msgstr ""
|
7286 |
|
7287 |
+
#: wpdatatables-lite/templates/constructor.inc.php:21
|
7288 |
msgid "Table Creation Wizard"
|
7289 |
msgstr ""
|
7290 |
|
7291 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:11
|
7292 |
msgid "wpDataTables documentation on this page"
|
7293 |
msgstr ""
|
7294 |
|
7295 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:19
|
7296 |
msgid "To insert the table on your page use the shortcode"
|
7297 |
msgstr ""
|
7298 |
|
7299 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:32
|
7300 |
msgid "Data source and main settings"
|
7301 |
msgstr ""
|
7302 |
|
7303 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:46
|
7304 |
msgid "General setup"
|
7305 |
msgstr ""
|
7306 |
|
7307 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:62
|
7308 |
msgid "If you want to display a header above your table, enter it here"
|
7309 |
msgstr ""
|
7310 |
|
7311 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:71
|
7312 |
msgid "Uncheck if you do not want to show the table title on the page"
|
7313 |
msgstr ""
|
7314 |
|
7315 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:77
|
7316 |
msgid "Table type"
|
7317 |
msgstr ""
|
7318 |
|
7319 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:81
|
7320 |
msgid "Select a table type..."
|
7321 |
msgstr ""
|
7322 |
|
7323 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:83
|
7324 |
msgid ""
|
7325 |
"MySQL\n"
|
7326 |
"\t\t\t\t\t\t\t\t\t\t\t\t\t\tquery"
|
7327 |
msgstr ""
|
7328 |
|
7329 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:93
|
7330 |
msgid "Choose a type of input source for your table"
|
7331 |
msgstr ""
|
7332 |
|
7333 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:99
|
7334 |
msgid "Edit data"
|
7335 |
msgstr "Daten bearbeiten"
|
7336 |
|
7337 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:102
|
7338 |
msgid "Go to editor"
|
7339 |
msgstr ""
|
7340 |
|
7341 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:103
|
7342 |
msgid "Go to Excel-like editor"
|
7343 |
msgstr ""
|
7344 |
|
7345 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:104
|
7346 |
msgid "Open the table in back-end editor to modify table data"
|
7347 |
msgstr ""
|
7348 |
|
7349 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:110
|
7350 |
msgid ""
|
7351 |
"Enter MySQL SELECT query that will return the data for your wpDataTable. "
|
7352 |
"Make sure that this query works and returns data. If you are not sure what "
|
7354 |
"reading MySQL manuals"
|
7355 |
msgstr ""
|
7356 |
|
7357 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:110
|
7358 |
msgid "MySQL query"
|
7359 |
msgstr ""
|
7360 |
|
7361 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:116
|
7362 |
msgid ""
|
7363 |
"Enter the text of your MySQL query here. You can use a number of "
|
7364 |
"placeholders to make the dataset in the table flexible and be able to return "
|
7365 |
"different sets of data by calling it with different shortcodes"
|
7366 |
msgstr ""
|
7367 |
|
7368 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:117
|
7369 |
msgid "MySQL query placeholders (toggle show/hide)"
|
7370 |
msgstr ""
|
7371 |
|
7372 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:121
|
7373 |
msgid "Placeholder"
|
7374 |
msgstr ""
|
7375 |
|
7376 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:122
|
7377 |
msgid "Description, example"
|
7378 |
msgstr ""
|
7379 |
|
7380 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:123
|
7381 |
msgid "Define default for table generation"
|
7382 |
msgstr ""
|
7383 |
|
7384 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:130
|
7385 |
msgid ""
|
7386 |
"Returns the numeric value of the currently logged in user ID (wp_users "
|
7387 |
"table). Returns 0 for non-logged in users. If your current user does not "
|
7389 |
"only to read the table structure)."
|
7390 |
msgstr ""
|
7391 |
|
7392 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:131
|
7393 |
msgid "Example: SELECT * FROM mytable WHERE user_id = %CURRENT_USER_ID%"
|
7394 |
msgstr ""
|
7395 |
|
7396 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:138
|
7397 |
msgid ""
|
7398 |
"Variable for using in the shortcode. Can be used in filter values. It is "
|
7399 |
"necessary for wpDataTables to retrieve actual data from the DB at the moment "
|
7403 |
"shortcode."
|
7404 |
msgstr ""
|
7405 |
|
7406 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:139
|
7407 |
msgid ""
|
7408 |
"Example: SELECT * FROM mytable WHERE mycolumn >= %VAR1% AND mycolumn <= "
|
7409 |
"%VAR2%"
|
7410 |
msgstr ""
|
7411 |
|
7412 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:146
|
7413 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:153
|
7414 |
msgid "Variable for using in the shortcode."
|
7415 |
msgstr ""
|
7416 |
|
7417 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:160
|
7418 |
msgid ""
|
7419 |
"Prefix of the current WordPress DB installation. Defaults to \"wp_\", but "
|
7420 |
"may be different if defined so in WordPress config."
|
7421 |
msgstr ""
|
7422 |
|
7423 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:170
|
7424 |
msgid "Input file or URL"
|
7425 |
msgstr ""
|
7426 |
|
7427 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:175
|
7428 |
msgid "Upload your file or provide the full URL here"
|
7429 |
msgstr ""
|
7430 |
|
7431 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:175
|
7432 |
msgid ""
|
7433 |
"It is allowed to use placeholders (variables) in URLs. Read about "
|
7434 |
"placeholders "
|
7435 |
msgstr ""
|
7436 |
|
7437 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:175
|
7438 |
msgid "here."
|
7439 |
msgstr "hier."
|
7440 |
|
7441 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:175
|
7442 |
msgid "For CSV or Excel input sources only uploaded files are supported"
|
7443 |
msgstr ""
|
7444 |
|
7445 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:175
|
7446 |
msgid ""
|
7447 |
"For Google Spreadsheets: please do not forget to publish the spreadsheet "
|
7448 |
"before pasting the URL"
|
7449 |
msgstr ""
|
7450 |
|
7451 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:186
|
7452 |
msgid "Make table editable from the front-end"
|
7453 |
msgstr ""
|
7454 |
|
7455 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:186
|
7456 |
msgid ""
|
7457 |
"Works only for MySQL-based tables with server-side processing, and can only "
|
7458 |
"update one table on MySQL side"
|
7459 |
msgstr ""
|
7460 |
|
7461 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:187
|
7462 |
msgid ""
|
7463 |
"Please save the table first so wpDataTables would read the columns data so "
|
7464 |
"that feature would become available."
|
7465 |
msgstr ""
|
7466 |
|
7467 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:198
|
7468 |
msgid "Name of the MySQL table which will be used for updates from front-end"
|
7469 |
msgstr ""
|
7470 |
|
7471 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:207
|
7472 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:254
|
7473 |
msgid ""
|
7474 |
"Please save the table first so wpDataTables would initialize the columns"
|
7475 |
msgstr ""
|
7476 |
|
7477 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:210
|
7478 |
msgid "Please choose an ID column for editing..."
|
7479 |
msgstr ""
|
7480 |
|
7481 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:217
|
7482 |
msgid ""
|
7483 |
"Please choose a column, values from which will be used as row unique "
|
7484 |
"identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
|
7485 |
"delete would work correctly!"
|
7486 |
msgstr ""
|
7487 |
|
7488 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:218
|
7489 |
msgid ""
|
7490 |
"wpDataTables will guess the correct column if it is called \"id\" or \"ID\" "
|
7491 |
"on MySQL side"
|
7492 |
msgstr ""
|
7493 |
|
7494 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:223
|
7495 |
msgid "Inline editing"
|
7496 |
msgstr ""
|
7497 |
|
7498 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:227
|
7499 |
msgid ""
|
7500 |
"Check this checkbox if you would like to be able to edit the table data "
|
7501 |
"inline, by double-clicking a cell, not only in a modal dialog"
|
7502 |
msgstr ""
|
7503 |
|
7504 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:236
|
7505 |
msgid ""
|
7506 |
"Check this checkbox if you would like to get the New, Edit and Delete "
|
7507 |
"buttons in a popover on click on a table row, instead of in TableTools block "
|
7508 |
"above the table"
|
7509 |
msgstr ""
|
7510 |
|
7511 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:241
|
7512 |
msgid "Users see and edit only their data"
|
7513 |
msgstr ""
|
7514 |
|
7515 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:245
|
7516 |
msgid "Limit editing to user's own data only"
|
7517 |
msgstr ""
|
7518 |
|
7519 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:245
|
7520 |
msgid ""
|
7521 |
"Set this to checked if you would like front-end users to see and edit only "
|
7522 |
"their own data, i.e. rows with their WordPress user ID"
|
7523 |
msgstr ""
|
7524 |
|
7525 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:257
|
7526 |
msgid "Please choose a user ID column..."
|
7527 |
msgstr ""
|
7528 |
|
7529 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:271
|
7530 |
msgid "Choose roles"
|
7531 |
msgstr ""
|
7532 |
|
7533 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:272
|
7534 |
msgid ""
|
7535 |
"Roles which are allowed to edit the table (leave blank to alllow editing for "
|
7536 |
"everyone)"
|
7537 |
msgstr ""
|
7538 |
|
7539 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:277
|
7540 |
msgid "Additional settings"
|
7541 |
msgstr ""
|
7542 |
|
7543 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:287
|
7544 |
msgid ""
|
7545 |
"Server-side processing for MySQL-based tables. Required for front-end editing"
|
7546 |
msgstr ""
|
7547 |
|
7548 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:296
|
7549 |
msgid ""
|
7550 |
"Auto-refresh interval in seconds for tables with server-side processing. "
|
7551 |
"Leave blank or zero to disable auto-refresh."
|
7552 |
msgstr ""
|
7553 |
|
7554 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:306
|
7555 |
msgid ""
|
7556 |
"Check this checkbox if you would like this table to be responsive - display "
|
7557 |
"differently on desktops, tablets and mobiles"
|
7558 |
msgstr ""
|
7559 |
|
7560 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:315
|
7561 |
msgid ""
|
7562 |
"Check this checkbox if you would like this table to be horizontal scrollable"
|
7563 |
msgstr ""
|
7564 |
|
7565 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:320
|
7566 |
msgid "Hide table until page is completely loaded"
|
7567 |
msgstr ""
|
7568 |
|
7569 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:324
|
7570 |
msgid ""
|
7571 |
"Check this checkbox if you would prevent table from showing until the page "
|
7572 |
"loads completely. May be useful for slowly loading pages"
|
7573 |
msgstr ""
|
7574 |
|
7575 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:335
|
7576 |
msgid ""
|
7577 |
"Check this checkbox if you would like to have a filter below each column"
|
7578 |
msgstr ""
|
7579 |
|
7580 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:345
|
7581 |
msgid ""
|
7582 |
"Check this checkbox if you would like to have the advanced filter in a form"
|
7583 |
msgstr ""
|
7584 |
|
7585 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:354
|
7586 |
msgid ""
|
7587 |
"Check this checkbox if you would like to have the table tools (copy, save to "
|
7588 |
"excel, save to CSV, etc) enabled for this table"
|
7589 |
msgstr ""
|
7590 |
|
7591 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:361
|
7592 |
msgid "Configure table tools (toggle show/hide)"
|
7593 |
msgstr ""
|
7594 |
|
7595 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:363
|
7596 |
msgid "Show column visibility button"
|
7597 |
msgstr ""
|
7598 |
|
7599 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:364
|
7600 |
msgid "Show print button"
|
7601 |
msgstr ""
|
7602 |
|
7603 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:365
|
7604 |
msgid "Show copy to clipboard button"
|
7605 |
msgstr ""
|
7606 |
|
7607 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:366
|
7608 |
msgid "Show Excel export button"
|
7609 |
msgstr ""
|
7610 |
|
7611 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:367
|
7612 |
msgid "Show CSV export button"
|
7613 |
msgstr ""
|
7614 |
|
7615 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:368
|
7616 |
msgid "Show PDF export button"
|
7617 |
msgstr ""
|
7618 |
|
7619 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:374
|
7620 |
msgid "Enable sorting"
|
7621 |
msgstr ""
|
7622 |
|
7623 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:378
|
7624 |
msgid ""
|
7625 |
"Check this checkbox if you would like to have sorting feature in your table"
|
7626 |
msgstr ""
|
7627 |
|
7628 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:383
|
7629 |
msgid "Limit table layout"
|
7630 |
msgstr ""
|
7631 |
|
7632 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:387
|
7633 |
#, php-format
|
7634 |
msgid ""
|
7635 |
"Check this checkbox if you would like to limit the table's width to 100% of "
|
7636 |
"parent container (div)"
|
7637 |
msgstr ""
|
7638 |
|
7639 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:396
|
7640 |
msgid ""
|
7641 |
"Check this checkbox if you would like words in cells to wrap and to extend "
|
7642 |
"row's height. Leave unchecked if you want to leave one-line row heights."
|
7643 |
msgstr ""
|
7644 |
|
7645 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:401
|
7646 |
msgid "Display length"
|
7647 |
msgstr ""
|
7648 |
|
7649 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:405
|
7650 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:406
|
7651 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:407
|
7652 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:408
|
7653 |
msgid "entries"
|
7654 |
msgstr ""
|
7655 |
|
7656 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:411
|
7657 |
msgid ""
|
7658 |
"This options defines the default number of entries on the page for this table"
|
7659 |
msgstr ""
|
7660 |
|
7661 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:433
|
7662 |
msgid "Optional column setup"
|
7663 |
msgstr ""
|
7664 |
|
7665 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:436
|
7666 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:459
|
7667 |
msgid "Ungroup"
|
7668 |
msgstr ""
|
7669 |
|
7670 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:437
|
7671 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:460
|
7672 |
msgid "Add formula..."
|
7673 |
msgstr ""
|
7674 |
|
7675 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:448
|
7676 |
msgid ""
|
7677 |
"You can change the column settings in this step, but this is not required, "
|
7678 |
"since default options have already been generated for you"
|
7679 |
msgstr ""
|
7680 |
|
7681 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:449
|
7682 |
msgid "Warning"
|
7683 |
msgstr ""
|
7684 |
|
7685 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:449
|
7686 |
msgid ""
|
7687 |
"If you change the table settings, save the table before modifying the column "
|
7688 |
"settings, because the column set can be changed and you may lose your changes"
|
7689 |
msgstr ""
|
7690 |
|
7691 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:484
|
7692 |
msgid "Merge values"
|
7693 |
msgstr ""
|
7694 |
|
7695 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:485
|
7696 |
msgid "There are already defined possible values."
|
7697 |
msgstr ""
|
7698 |
|
7699 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:486
|
7700 |
msgid "Do you want to merge new values with existing?"
|
7701 |
msgstr ""
|
7702 |
|
7703 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:544
|
7704 |
msgid "Separate with"
|
7705 |
msgstr ""
|
7706 |
|
7707 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:544
|
7708 |
msgid "Used in advanced filterdropdown and in the editor dialog"
|
7709 |
msgstr ""
|
7710 |
|
7711 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:547
|
7712 |
msgid "Create from column values"
|
7713 |
msgstr ""
|
7714 |
|
7715 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:548
|
7716 |
msgid "Clear values"
|
7717 |
msgstr ""
|
7718 |
|
7719 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:558
|
7720 |
msgid "Default value(s)"
|
7721 |
msgstr ""
|
7722 |
|
7723 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:560
|
7724 |
msgid ""
|
7725 |
"Predefined filter value, default editor input value. Separate multiple "
|
7726 |
"values with \"|\". Placeholders supported."
|
7727 |
msgstr ""
|
7728 |
|
7729 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:594
|
7730 |
msgid "Formula for calculation:"
|
7731 |
msgstr ""
|
7732 |
|
7733 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:595
|
7734 |
msgid "Formula constructor"
|
7735 |
msgstr ""
|
7736 |
|
7737 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:603
|
7738 |
msgid "Editor input type:"
|
7739 |
msgstr ""
|
7740 |
|
7741 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:613
|
7742 |
msgid "Cannot be empty:"
|
7743 |
msgstr ""
|
7744 |
|
7745 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:658
|
7746 |
msgid "Default sort column"
|
7747 |
msgstr ""
|
7748 |
|
7749 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:672
|
7750 |
msgid "Show a total for this column in footer"
|
7751 |
msgstr ""
|
7752 |
|
7753 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:704
|
7754 |
msgid "Width"
|
7755 |
msgstr "Breite"
|
7756 |
|
7757 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:706
|
7758 |
#, php-format
|
7759 |
msgid ""
|
7760 |
"Input width for column (in percents with % or pixels without \"px\"). Leave "
|
7761 |
"blank if you want to leave auto width"
|
7762 |
msgstr ""
|
7763 |
|
7764 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:714
|
7765 |
msgid "Display text before"
|
7766 |
msgstr ""
|
7767 |
|
7768 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:722
|
7769 |
msgid "Display text after"
|
7770 |
msgstr ""
|
7771 |
|
7772 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:738
|
7773 |
msgid "Visible"
|
7774 |
msgstr ""
|
7775 |
|
7776 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:752
|
7777 |
msgid ""
|
7778 |
"Conditional formatting allows you to add special formatting rules depending "
|
7779 |
"on different values of the cell in this column. E.g. you can add a CSS class "
|
7780 |
"or color to cell or whole row, etc"
|
7781 |
msgstr ""
|
7782 |
|
7783 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:756
|
7784 |
msgid "Define rules"
|
7785 |
msgstr ""
|
7786 |
|
7787 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:802
|
7788 |
msgid "Table saved!"
|
7789 |
msgstr ""
|
7790 |
|
7791 |
+
#: wpdatatables-lite/templates/frontend/excel_table_main.inc.php:28
|
7792 |
+
#: wpdatatables-lite/templates/wpdatatables_excel_table_main.inc.php:26
|
7793 |
msgid "Search"
|
7794 |
msgstr "Suche"
|
7795 |
|
7796 |
+
#: wpdatatables-lite/templates/settings.inc.php:12
|
7797 |
msgid "wpDataTables documentation on this feature"
|
7798 |
msgstr ""
|
7799 |
|
7800 |
+
#: wpdatatables-lite/templates/settings.inc.php:13
|
7801 |
msgid "wpDataTables settings"
|
7802 |
msgstr ""
|
7803 |
|
7804 |
+
#: wpdatatables-lite/templates/settings.inc.php:35
|
7805 |
msgid "Use separate MySQL connection"
|
7806 |
msgstr "Verwenden Sie eine separate MySQL-Verbindung"
|
7807 |
|
7808 |
+
#: wpdatatables-lite/templates/settings.inc.php:39
|
7809 |
msgid ""
|
7810 |
"If this checkbox is checked, wpDataTables will use its own connection to "
|
7811 |
"MySQL bases. In other case it will use the main WordPress MySQL connection."
|
7814 |
"eigene Verbindung zu MySQL-Basen. In anderen Fällen wird die Hauptverbindung "
|
7815 |
"von WordPress MySQL verwendet."
|
7816 |
|
7817 |
+
#: wpdatatables-lite/templates/settings.inc.php:56
|
7818 |
msgid "Pick the language which will be used in tables interface"
|
7819 |
msgstr ""
|
7820 |
|
7821 |
+
#: wpdatatables-lite/templates/settings.inc.php:69
|
7822 |
msgid "How many tables to show in the browse page"
|
7823 |
msgstr ""
|
7824 |
|
7825 |
+
#: wpdatatables-lite/templates/settings.inc.php:78
|
7826 |
+
#: wpdatatables-lite/templates/settings.inc.php:79
|
7827 |
msgid "Skin"
|
7828 |
msgstr ""
|
7829 |
|
7830 |
+
#: wpdatatables-lite/templates/settings.inc.php:81
|
7831 |
msgid "Choose the base skin for the plugin"
|
7832 |
msgstr ""
|
7833 |
|
7834 |
+
#: wpdatatables-lite/templates/settings.inc.php:93
|
7835 |
msgid ""
|
7836 |
"Choose where you would like to render the advanced filter for tables where "
|
7837 |
"enabled"
|
7838 |
msgstr ""
|
7839 |
|
7840 |
+
#: wpdatatables-lite/templates/settings.inc.php:114
|
7841 |
msgid "Pick the date format to use in date column type"
|
7842 |
msgstr ""
|
7843 |
|
7844 |
+
#: wpdatatables-lite/templates/settings.inc.php:126
|
7845 |
msgid "Pick the time format to use in datetime and time column type"
|
7846 |
msgstr ""
|
7847 |
|
7848 |
+
#: wpdatatables-lite/templates/settings.inc.php:147
|
7849 |
msgid "Define the amount of decimal places for the float numbers"
|
7850 |
msgstr ""
|
7851 |
|
7852 |
+
#: wpdatatables-lite/templates/settings.inc.php:152
|
7853 |
msgid "Timepicker step (min)"
|
7854 |
msgstr ""
|
7855 |
|
7856 |
+
#: wpdatatables-lite/templates/settings.inc.php:156
|
7857 |
msgid "Define the minutes step for the timepicker based filters and editors."
|
7858 |
msgstr ""
|
7859 |
|
7860 |
+
#: wpdatatables-lite/templates/settings.inc.php:165
|
7861 |
msgid ""
|
7862 |
"If this checkbox is checked all numerical values will be aligned to the "
|
7863 |
"right of the cell"
|
7864 |
msgstr ""
|
7865 |
|
7866 |
+
#: wpdatatables-lite/templates/settings.inc.php:185
|
7867 |
msgid "Here you can specify width (in pixels) will be treated as a mobile."
|
7868 |
msgstr ""
|
7869 |
|
7870 |
+
#: wpdatatables-lite/templates/settings.inc.php:192
|
7871 |
+
#: wpdatatables-lite/templates/settings.inc.php:433
|
7872 |
+
#: wpdatatables-lite/templates/settings.inc.php:481
|
7873 |
msgid "Save options"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
+
#: wpdatatables-lite/templates/settings.inc.php:207
|
7877 |
+
#: wpdatatables-lite/templates/settings.inc.php:449
|
7878 |
msgid "Leave the setting blank to use default value"
|
7879 |
msgstr ""
|
7880 |
|
7881 |
+
#: wpdatatables-lite/templates/settings.inc.php:212
|
7882 |
msgid "Table font color"
|
7883 |
msgstr ""
|
7884 |
|
7885 |
+
#: wpdatatables-lite/templates/settings.inc.php:216
|
7886 |
msgid "This color is used for the main font in table cells"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
+
#: wpdatatables-lite/templates/settings.inc.php:221
|
7890 |
msgid "Header background color"
|
7891 |
msgstr ""
|
7892 |
|
7893 |
+
#: wpdatatables-lite/templates/settings.inc.php:225
|
7894 |
msgid "The color is used for background of the table header"
|
7895 |
msgstr ""
|
7896 |
|
7897 |
+
#: wpdatatables-lite/templates/settings.inc.php:230
|
7898 |
msgid "Header border color"
|
7899 |
msgstr ""
|
7900 |
|
7901 |
+
#: wpdatatables-lite/templates/settings.inc.php:234
|
7902 |
msgid "This color is used for the border in the table header"
|
7903 |
msgstr ""
|
7904 |
|
7905 |
+
#: wpdatatables-lite/templates/settings.inc.php:239
|
7906 |
msgid "Header font color"
|
7907 |
msgstr ""
|
7908 |
|
7909 |
+
#: wpdatatables-lite/templates/settings.inc.php:243
|
7910 |
msgid "This color is used for the font in the table header"
|
7911 |
msgstr ""
|
7912 |
|
7913 |
+
#: wpdatatables-lite/templates/settings.inc.php:248
|
7914 |
msgid "Header active and hover color"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
+
#: wpdatatables-lite/templates/settings.inc.php:252
|
7918 |
msgid ""
|
7919 |
"This color is used when you hover the mouse above the table header, or when "
|
7920 |
"you choose a column"
|
7921 |
msgstr ""
|
7922 |
|
7923 |
+
#: wpdatatables-lite/templates/settings.inc.php:257
|
7924 |
msgid "Table inner border color"
|
7925 |
msgstr ""
|
7926 |
|
7927 |
+
#: wpdatatables-lite/templates/settings.inc.php:261
|
7928 |
msgid "This color is used for the inner border in the table between cells"
|
7929 |
msgstr ""
|
7930 |
|
7931 |
+
#: wpdatatables-lite/templates/settings.inc.php:266
|
7932 |
msgid "Table outer border color"
|
7933 |
msgstr ""
|
7934 |
|
7935 |
+
#: wpdatatables-lite/templates/settings.inc.php:270
|
7936 |
msgid "This color is used for the outer border of the whole table body"
|
7937 |
msgstr ""
|
7938 |
|
7939 |
+
#: wpdatatables-lite/templates/settings.inc.php:275
|
7940 |
msgid "Even row background color"
|
7941 |
msgstr ""
|
7942 |
|
7943 |
+
#: wpdatatables-lite/templates/settings.inc.php:279
|
7944 |
msgid "This color is used for for background in even rows"
|
7945 |
msgstr ""
|
7946 |
|
7947 |
+
#: wpdatatables-lite/templates/settings.inc.php:284
|
7948 |
msgid "Odd row background color"
|
7949 |
msgstr ""
|
7950 |
|
7951 |
+
#: wpdatatables-lite/templates/settings.inc.php:288
|
7952 |
msgid "This color is used for for background in odd rows"
|
7953 |
msgstr ""
|
7954 |
|
7955 |
+
#: wpdatatables-lite/templates/settings.inc.php:293
|
7956 |
msgid "Hover row color"
|
7957 |
msgstr ""
|
7958 |
|
7959 |
+
#: wpdatatables-lite/templates/settings.inc.php:297
|
7960 |
msgid ""
|
7961 |
"This color is used for to highlight the row when you hover your mouse above "
|
7962 |
"it"
|
7963 |
msgstr ""
|
7964 |
|
7965 |
+
#: wpdatatables-lite/templates/settings.inc.php:302
|
7966 |
msgid "Cell color in active (sorted) columns for even rows"
|
7967 |
msgstr ""
|
7968 |
|
7969 |
+
#: wpdatatables-lite/templates/settings.inc.php:306
|
7970 |
msgid ""
|
7971 |
"This color is used for background in cells which are in the active columns "
|
7972 |
"(columns used for sorting) in even rows"
|
7973 |
msgstr ""
|
7974 |
|
7975 |
+
#: wpdatatables-lite/templates/settings.inc.php:311
|
7976 |
msgid "Cell color in active (sorted) columns for odd rows"
|
7977 |
msgstr ""
|
7978 |
|
7979 |
+
#: wpdatatables-lite/templates/settings.inc.php:315
|
7980 |
msgid ""
|
7981 |
"This color is used for background in cells which are in the active columns "
|
7982 |
"(columns used for sorting) in odd rows"
|
7983 |
msgstr ""
|
7984 |
|
7985 |
+
#: wpdatatables-lite/templates/settings.inc.php:320
|
7986 |
msgid "Backround color for selected rows"
|
7987 |
msgstr ""
|
7988 |
|
7989 |
+
#: wpdatatables-lite/templates/settings.inc.php:324
|
7990 |
msgid "This color is used for background in selected rows"
|
7991 |
msgstr ""
|
7992 |
|
7993 |
+
#: wpdatatables-lite/templates/settings.inc.php:329
|
7994 |
msgid "Buttons background color"
|
7995 |
msgstr ""
|
7996 |
|
7997 |
+
#: wpdatatables-lite/templates/settings.inc.php:333
|
7998 |
msgid "This color is used for background in buttons"
|
7999 |
msgstr ""
|
8000 |
|
8001 |
+
#: wpdatatables-lite/templates/settings.inc.php:338
|
8002 |
msgid "Buttons border color"
|
8003 |
msgstr ""
|
8004 |
|
8005 |
+
#: wpdatatables-lite/templates/settings.inc.php:342
|
8006 |
msgid "This color is used for border in buttons"
|
8007 |
msgstr ""
|
8008 |
|
8009 |
+
#: wpdatatables-lite/templates/settings.inc.php:347
|
8010 |
msgid "Buttons font color"
|
8011 |
msgstr ""
|
8012 |
|
8013 |
+
#: wpdatatables-lite/templates/settings.inc.php:351
|
8014 |
msgid "This color is used for font in buttons"
|
8015 |
msgstr ""
|
8016 |
|
8017 |
+
#: wpdatatables-lite/templates/settings.inc.php:356
|
8018 |
msgid "Buttons background hover color"
|
8019 |
msgstr ""
|
8020 |
|
8021 |
+
#: wpdatatables-lite/templates/settings.inc.php:360
|
8022 |
msgid ""
|
8023 |
"This color will be used for button backgrounds when you hover above them"
|
8024 |
msgstr ""
|
8025 |
|
8026 |
+
#: wpdatatables-lite/templates/settings.inc.php:365
|
8027 |
msgid "Buttons hover font color"
|
8028 |
msgstr ""
|
8029 |
|
8030 |
+
#: wpdatatables-lite/templates/settings.inc.php:369
|
8031 |
msgid "This color will be used for buttons font when you hover above them"
|
8032 |
msgstr ""
|
8033 |
|
8034 |
+
#: wpdatatables-lite/templates/settings.inc.php:378
|
8035 |
msgid ""
|
8036 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts"
|
8037 |
msgstr ""
|
8038 |
|
8039 |
+
#: wpdatatables-lite/templates/settings.inc.php:383
|
8040 |
msgid "Modals background color"
|
8041 |
msgstr ""
|
8042 |
|
8043 |
+
#: wpdatatables-lite/templates/settings.inc.php:387
|
8044 |
msgid ""
|
8045 |
"This color will be used for wpDataTable popup (filter, datepicker) background"
|
8046 |
msgstr ""
|
8047 |
|
8048 |
+
#: wpdatatables-lite/templates/settings.inc.php:392
|
8049 |
msgid "Overlay background color"
|
8050 |
msgstr ""
|
8051 |
|
8052 |
+
#: wpdatatables-lite/templates/settings.inc.php:396
|
8053 |
msgid ""
|
8054 |
"This color will be used for overlay which appears below the plugin popups"
|
8055 |
msgstr ""
|
8056 |
|
8057 |
+
#: wpdatatables-lite/templates/settings.inc.php:405
|
8058 |
msgid "This color will be used for button borders when you hover above them"
|
8059 |
msgstr ""
|
8060 |
|
8061 |
+
#: wpdatatables-lite/templates/settings.inc.php:419
|
8062 |
msgid "Table font"
|
8063 |
msgstr ""
|
8064 |
|
8065 |
+
#: wpdatatables-lite/templates/settings.inc.php:458
|
8066 |
msgid ""
|
8067 |
"This JS will be inserted as an inline script block on every page that has a "
|
8068 |
"wpDataTable"
|
8069 |
msgstr ""
|
8070 |
|
8071 |
+
#: wpdatatables-lite/templates/settings.inc.php:467
|
8072 |
msgid ""
|
8073 |
"This CSS will be inserted as an inline style block on every page that has a "
|
8074 |
"wpDataTable"
|
8075 |
msgstr ""
|
8076 |
|
8077 |
+
#: wpdatatables-lite/templates/settings.inc.php:472
|
8078 |
msgid "Use minified wpDataTables Javascript"
|
8079 |
msgstr ""
|
8080 |
|
8081 |
+
#: wpdatatables-lite/templates/settings.inc.php:476
|
8082 |
msgid ""
|
8083 |
"Uncheck if you would like to make some changes to the main wpDataTables JS "
|
8084 |
"file (assets/js/wpdatatables/wpdatatables.js). Minified is inserted by "
|
8085 |
"default (better performance)"
|
8086 |
msgstr ""
|
8087 |
|
8088 |
+
#: wpdatatables-lite/templates/settings.inc.php:521
|
8089 |
msgid "Premium version only!"
|
8090 |
msgstr ""
|
8091 |
|
8092 |
+
#: wpdatatables-lite/templates/settings.inc.php:521
|
8093 |
msgid ""
|
8094 |
"Sorry, this function is available only in FULL version of wpDataTables along "
|
8095 |
"with many others! Please go to our <a href=\\\"http://wpdatatables.com/\\"
|
8096 |
"\">website</a> to see the full list and to purchase!"
|
8097 |
msgstr ""
|
8098 |
|
8099 |
+
#: wpdatatables-lite/templates/settings.inc.php:625
|
8100 |
msgid "Settings saved successfully"
|
8101 |
msgstr ""
|
8102 |
|
8103 |
+
#: wpdatatables-lite/templates/settings.inc.php:627
|
8104 |
msgid "There was a problem saving your settings"
|
8105 |
msgstr ""
|
8106 |
|
8107 |
+
#: wpdatatables-lite/widgets/class.wpDataChartsElementorWidget.php:28
|
8108 |
msgid "wpDataChart content"
|
8109 |
msgstr "wpDataChart-Inhalt"
|
8110 |
|
8111 |
+
#: wpdatatables-lite/widgets/class.wpDataChartsElementorWidget.php:35
|
8112 |
msgid "Select wpDataChart:"
|
8113 |
msgstr "Wählen Sie wpDataChart:"
|
8114 |
|
8115 |
+
#: wpdatatables-lite/widgets/class.wpDataTablesElementorWidget.php:28
|
8116 |
msgid "wpDataTable content"
|
8117 |
msgstr "wpDataTable-Inhalt"
|
8118 |
|
8119 |
+
#: wpdatatables-lite/widgets/class.wpDataTablesElementorWidget.php:35
|
8120 |
msgid "Select wpDataTable:"
|
8121 |
msgstr "wpDataTable wählen:"
|
8122 |
|
8123 |
+
#: wpdatatables-lite/widgets/class.wpDataTablesElementorWidget.php:45
|
8124 |
msgid "Set name for export file:"
|
8125 |
msgstr "Name für Exportdatei festlegen:"
|
8126 |
|
8127 |
+
#: wpdatatables-lite/widgets/class.wpDataTablesElementorWidget.php:48
|
8128 |
msgid "Insert name for export file"
|
8129 |
msgstr "Name für Exportdatei einfügen"
|
8130 |
|
8858 |
#~ msgid "Purchase"
|
8859 |
#~ msgstr "Kauf"
|
8860 |
|
|
|
|
|
|
|
8861 |
#~ msgid "Vertical axis"
|
8862 |
#~ msgstr "Vertikale Achse"
|
8863 |
|
9626 |
#~ msgid "PostgreSQL"
|
9627 |
#~ msgstr "PostgreSQL"
|
9628 |
|
|
|
|
|
|
|
9629 |
#~ msgid "Database name."
|
9630 |
#~ msgstr "Datenbankname."
|
9631 |
|
languages/en_US/wpdatatables-en_US.mo
CHANGED
Binary file
|
languages/en_US/wpdatatables-en_US.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
-
"POT-Creation-Date: 2021-
|
5 |
-
"PO-Revision-Date: 2021-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: wpdatatables <cjbug@yandex.ru>\n"
|
8 |
"Language: en\n"
|
@@ -10,914 +10,1113 @@ msgstr ""
|
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Generator: Poedit 1.8.7.1\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
14 |
-
"X-Poedit-Basepath:
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0:
|
18 |
-
"X-Poedit-
|
19 |
-
"X-Poedit-SearchPathExcluded-
|
20 |
-
"
|
21 |
-
"X-Poedit-SearchPathExcluded-
|
22 |
-
"X-Poedit-SearchPathExcluded-
|
23 |
-
"X-Poedit-SearchPathExcluded-
|
24 |
-
"X-Poedit-SearchPathExcluded-
|
25 |
-
"X-Poedit-SearchPathExcluded-
|
26 |
-
"
|
27 |
-
"X-Poedit-SearchPathExcluded-
|
28 |
-
"
|
29 |
-
"X-Poedit-SearchPathExcluded-
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"X-Poedit-SearchPathExcluded-
|
34 |
-
"Generic/Tests/Files/EndFileNoNewlineUnitTest.1.
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"X-Poedit-SearchPathExcluded-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
msgid "Dashboard"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: controllers/wdt_admin.php:28
|
|
|
47 |
msgid "wpDataTables"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: controllers/wdt_admin.php:36
|
51 |
-
#:
|
52 |
-
#: templates/admin/constructor/constructor.inc.php:
|
53 |
-
#: templates/admin/
|
|
|
54 |
msgid "Create a Table"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: controllers/wdt_admin.php:44
|
|
|
58 |
msgid "wpDataCharts"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: controllers/wdt_admin.php:52
|
62 |
-
#:
|
63 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:
|
64 |
-
#: templates/admin/
|
65 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
66 |
msgid "Create a Chart"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: controllers/wdt_admin.php:60
|
70 |
-
#:
|
71 |
-
#: templates/admin/
|
72 |
-
#: templates/admin/
|
73 |
-
#: templates/admin/table-settings/
|
|
|
74 |
msgid "Settings"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: controllers/wdt_admin.php:68
|
|
|
78 |
msgid "System info"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: controllers/wdt_admin.php:76
|
|
|
82 |
msgid "Getting Started"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: controllers/wdt_admin.php:84
|
|
|
86 |
msgid "Get Help"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: controllers/wdt_admin.php:92
|
|
|
90 |
msgid "Lite vs Premium"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: controllers/wdt_admin.php:100
|
94 |
msgid "Add-ons"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: controllers/wdt_admin.php:101
|
|
|
98 |
msgid "Addons"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: controllers/wdt_admin.php:108
|
|
|
102 |
msgid "Welcome page"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: controllers/wdt_admin.php:116
|
106 |
-
#: controllers/
|
|
|
107 |
msgid "Go Premium"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#:
|
111 |
-
#:
|
112 |
-
#:
|
113 |
-
#:
|
114 |
-
#:
|
115 |
-
#:
|
116 |
-
#: controllers/wdt_admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
msgid "You do not have sufficient permissions to access this page."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: controllers/wdt_functions.php:
|
121 |
msgid "wpDataChart with provided ID not found!"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#:
|
|
|
125 |
msgid "wpDataTable with provided ID not found!"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: controllers/wdt_functions.php:
|
129 |
msgid "Provided column is not Integer or Float column type"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: controllers/wdt_functions.php:
|
133 |
msgid "Go to Settings"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: controllers/wdt_functions.php:
|
137 |
#, php-format
|
138 |
msgid "By %s"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: controllers/wdt_functions.php:
|
142 |
msgid "Docs"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: controllers/wdt_functions.php:
|
146 |
msgid "Choose a table"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: controllers/wdt_functions.php:
|
150 |
msgid "Interactive Responsive Table"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#:
|
|
|
154 |
msgid "Content"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: controllers/wdt_functions.php:
|
158 |
msgid "wpDataTable"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: controllers/wdt_functions.php:
|
162 |
msgid "Choose the wpDataTable from a dropdown"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: controllers/wdt_functions.php:
|
166 |
msgid "Table view"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: controllers/wdt_functions.php:
|
170 |
msgid "Regular wpDataTable"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: controllers/wdt_functions.php:
|
174 |
msgid "Excel-like table"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: controllers/wdt_functions.php:
|
178 |
msgid "Variable placeholder #1"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#:
|
182 |
-
#: controllers/wdt_functions.php:
|
|
|
183 |
msgid "Variables"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: controllers/wdt_functions.php:
|
187 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: controllers/wdt_functions.php:
|
191 |
msgid "Variable placeholder #2"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: controllers/wdt_functions.php:
|
195 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: controllers/wdt_functions.php:
|
199 |
msgid "Variable placeholder #3"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: controllers/wdt_functions.php:
|
203 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: controllers/wdt_functions.php:
|
207 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: controllers/wdt_functions.php:
|
211 |
msgid "wpDataChart"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: controllers/wdt_functions.php:
|
215 |
msgid "Choose one of wpDataCharts from the list"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: source/WpDataChartsGutenbergBlock.php:28
|
219 |
msgid ""
|
220 |
"Choose the chart that you’ve just created in the dropdown below, and the "
|
221 |
"shortcode will be inserted automatically."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: source/WpDataTablesGutenbergBlock.php:29
|
225 |
msgid ""
|
226 |
"Choose the table that you’ve just created in the dropdown below, and the "
|
227 |
"shortcode will be inserted automatically. You are able to provide values for "
|
228 |
"placeholders and also for Export file name."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: source/class.wdtbrowsechartstable.php:29
|
|
|
232 |
msgid "ID"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: source/class.wdtbrowsechartstable.php:30
|
236 |
-
#:
|
|
|
237 |
msgid "Title"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: source/class.wdtbrowsechartstable.php:31
|
241 |
msgid "Render Engine"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: source/class.wdtbrowsechartstable.php:32
|
245 |
msgid "Chart Type"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: source/class.wdtbrowsechartstable.php:33
|
|
|
249 |
msgid "Shortcode"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: source/class.wdtbrowsechartstable.php:153
|
253 |
-
#: source/class.wdtbrowsetable.php:168
|
254 |
-
#: templates/admin/chart_wizard/steps/step5.inc.php:12
|
255 |
-
#: templates/admin/dashboard/dashboard.inc.php:153
|
256 |
-
#: templates/admin/dashboard/dashboard.inc.php:222
|
257 |
msgid "Click to copy shortcode"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: source/class.wdtbrowsechartstable.php:162
|
261 |
-
#: source/class.wdtbrowsetable.php:179
|
262 |
-
#: templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
|
263 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:64
|
264 |
msgid "Duplicate"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: source/class.wdtbrowsechartstable.php:168
|
268 |
-
#: source/class.wdtbrowsetable.php:185
|
269 |
-
#: templates/admin/dashboard/dashboard.inc.php:261
|
270 |
msgid "Configure"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: source/class.wdtbrowsechartstable.php:174
|
274 |
-
#: source/class.wdtbrowsetable.php:192
|
275 |
-
#:
|
276 |
-
#: templates/
|
|
|
|
|
277 |
msgid "Delete"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: source/class.wdtbrowsechartstable.php:229
|
281 |
-
#: source/class.wdtbrowsechartstable.php:238
|
282 |
msgid "Column Chart"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: source/class.wdtbrowsechartstable.php:232
|
286 |
-
#: source/class.wdtbrowsechartstable.php:256
|
287 |
msgid "Line Chart"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: source/class.wdtbrowsechartstable.php:235
|
291 |
-
#: source/class.wdtbrowsechartstable.php:259
|
292 |
msgid "Pie Chart"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: source/class.wdtbrowsechartstable.php:241
|
296 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
|
297 |
-
#: templates/chart_wizard.inc.php:91
|
298 |
msgid "Histogram"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: source/class.wdtbrowsechartstable.php:244
|
302 |
msgid "Bar Chart"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: source/class.wdtbrowsechartstable.php:247
|
306 |
msgid "Stacked Bar Chart"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: source/class.wdtbrowsechartstable.php:250
|
310 |
msgid "Area Chart"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: source/class.wdtbrowsechartstable.php:253
|
314 |
msgid "Stepped Area Chart"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: source/class.wdtbrowsechartstable.php:262
|
318 |
msgid "Bubble Chart"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: source/class.wdtbrowsechartstable.php:265
|
322 |
msgid "Donut Chart"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: source/class.wdtbrowsechartstable.php:268
|
326 |
msgid "Gauge Chart"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: source/class.wdtbrowsechartstable.php:271
|
330 |
msgid "Scatter Chart"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: source/class.wdtbrowsechartstable.php:274
|
334 |
msgid "Candlestick Chart"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: source/class.wdtbrowsechartstable.php:277
|
338 |
msgid "Waterfall Chart"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: source/class.wdtbrowsechartstable.php:290
|
342 |
msgid "Google"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: source/class.wdtbrowsechartstable.php:357
|
346 |
-
#: source/class.wdtbrowsetable.php:298
|
347 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:11
|
348 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:32
|
349 |
msgid "Select All"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: source/class.wdtbrowsechartstable.php:410
|
353 |
msgid "No wpDataCharts in the system yet."
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: source/class.wdtbrowsetable.php:32
|
357 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:47
|
358 |
msgid "Type"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: source/class.wdtbrowsetable.php:231
|
|
|
362 |
msgid "MySQL"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: source/class.wdtbrowsetable.php:234
|
366 |
msgid "Manual"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: source/class.wdtbrowsetable.php:237
|
370 |
-
#: source/class.wpdatatable.php:
|
371 |
-
#:
|
|
|
372 |
msgid "Excel"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: source/class.wdtbrowsetable.php:240
|
376 |
-
#: source/class.wpdatatable.php:
|
377 |
-
#:
|
|
|
378 |
msgid "CSV"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: source/class.wdtbrowsetable.php:243
|
382 |
msgid "XML"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: source/class.wdtbrowsetable.php:246
|
386 |
msgid "JSON"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: source/class.wdtbrowsetable.php:249
|
390 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:120
|
391 |
-
#: templates/edit_table.inc.php:91
|
392 |
msgid "Serialized PHP array"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: source/class.wdtbrowsetable.php:252
|
|
|
396 |
msgid "Google spreadsheet"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: source/class.wdtbrowsetable.php:255
|
400 |
msgid "Simple"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: source/class.wdtbrowsetable.php:262
|
404 |
msgid "Unknown"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: source/class.wdtbrowsetable.php:373
|
408 |
msgid "No wpDataTables in the system yet."
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: source/class.wdtconfigcontroller.php:139
|
412 |
msgid "There was an error trying to fetch the table data: "
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: source/class.wdtconfigcontroller.php:479
|
416 |
msgid "Table in data source has no rows."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: source/class.wdttools.php:17
|
420 |
msgid "One line string"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: source/class.wdttools.php:18
|
424 |
msgid "Multi-line string"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: source/class.wdttools.php:19
|
428 |
msgid "One-line selectbox"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: source/class.wdttools.php:20
|
432 |
msgid "Multi-line selectbox"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: source/class.wdttools.php:21
|
436 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:353
|
437 |
msgid "Integer"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: source/class.wdttools.php:22
|
441 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:354
|
442 |
msgid "Float"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: source/class.wdttools.php:23
|
446 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:355
|
447 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:984
|
448 |
msgid "Date"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: source/class.wdttools.php:24
|
452 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:985
|
453 |
msgid "Datetime"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: source/class.wdttools.php:25
|
457 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:357
|
458 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:986
|
459 |
msgid "Time"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: source/class.wdttools.php:26
|
463 |
msgid "URL Link"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: source/class.wdttools.php:27
|
467 |
msgid "E-mail"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: source/class.wdttools.php:28
|
471 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:360
|
472 |
msgid "Image"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: source/class.wdttools.php:29
|
476 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:989
|
477 |
msgid "Attachment"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: source/class.wdttools.php:78
|
481 |
msgid ""
|
482 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
483 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
484 |
"to the web</b> "
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: source/class.wdttools.php:206
|
488 |
msgid "Back to date"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: source/class.wdttools.php:207
|
492 |
msgid "Browse"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: source/class.wdttools.php:208
|
496 |
-
#:
|
497 |
-
#: templates/admin/browse/
|
498 |
-
#: templates/admin/
|
499 |
-
#: templates/admin/
|
500 |
-
#: templates/admin/common/
|
501 |
-
#: templates/admin/common/
|
502 |
-
#: templates/admin/common/
|
503 |
-
#: templates/admin/
|
504 |
-
#: templates/admin/
|
505 |
-
#: templates/admin/
|
506 |
-
#: templates/admin/table-settings/
|
507 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:
|
508 |
-
#: templates/admin/table-settings/
|
509 |
-
#: templates/admin/table-settings/
|
510 |
-
#: templates/admin/table-settings/
|
511 |
-
#: templates/admin/table-settings/
|
512 |
-
#: templates/admin/table-settings/
|
513 |
-
#: templates/admin/table-settings/
|
514 |
-
#: templates/
|
|
|
515 |
msgid "Cancel"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: source/class.wdttools.php:209
|
519 |
msgid " field cannot be empty!"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: source/class.wdttools.php:210
|
523 |
msgid "Use selected file"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: source/class.wdttools.php:211
|
527 |
msgid "Choose file"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: source/class.wdttools.php:212
|
531 |
-
#: templates/admin/
|
532 |
-
#: templates/admin/table-settings/
|
533 |
-
#:
|
534 |
-
#:
|
|
|
|
|
|
|
535 |
msgid "Close"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: source/class.wdttools.php:213
|
539 |
msgid "Column has been added!"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: source/class.wdttools.php:214
|
543 |
msgid "Column header cannot be empty!"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: source/class.wdttools.php:215
|
547 |
msgid "Please confirm column deletion!"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: source/class.wdttools.php:216
|
551 |
msgid "Column has been removed!"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: source/class.wdttools.php:217
|
555 |
msgid "Please select columns that you want to use in table"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: source/class.wdttools.php:218
|
559 |
-
#: source/class.wpdatatable.php:
|
560 |
-
#:
|
|
|
561 |
msgid "Copy"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: source/class.wdttools.php:219
|
565 |
msgid "There was an error trying to insert a new row!"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: source/class.wdttools.php:220
|
569 |
msgid "Data has been saved!"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: source/class.wdttools.php:221
|
573 |
msgid "detach"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: source/class.wdttools.php:223
|
577 |
msgid "Delete selected"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: source/class.wdttools.php:224
|
581 |
-
#: templates/settings.inc.php:
|
|
|
582 |
msgid "Error!"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: source/class.wdttools.php:225
|
586 |
msgid "Please upload or choose a file from Media Library!"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: source/class.wdttools.php:226
|
590 |
msgid "From"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: source/class.wdttools.php:227
|
594 |
msgid "Please provide a valid e-mail address for field"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: source/class.wdttools.php:228
|
598 |
msgid "Please provide a valid URL link for field"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: source/class.wdttools.php:229
|
602 |
msgid "You have entered invalid value. Press ESC to cancel."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: source/class.wdttools.php:230
|
|
|
606 |
msgid "Show _MENU_ entries"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: source/class.wdttools.php:231
|
610 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
611 |
msgid "Merge"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: source/class.wdttools.php:232
|
615 |
msgid "New column"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: source/class.wdttools.php:233
|
619 |
msgid "Number of columns can not be empty or 0"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: source/class.wdttools.php:234
|
623 |
msgid "Number of rows can not be empty or 0"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: source/class.wdttools.php:236
|
627 |
msgid ": activate to sort column ascending"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: source/class.wdttools.php:237
|
631 |
msgid ": activate to sort column descending"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: source/class.wdttools.php:239
|
635 |
msgid "Ok"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: source/class.wdttools.php:241
|
639 |
msgid "First"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: source/class.wdttools.php:242
|
643 |
msgid "Last"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: source/class.wdttools.php:243
|
647 |
msgid "Next"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: source/class.wdttools.php:244
|
651 |
msgid "Previous"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: source/class.wdttools.php:246
|
655 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
656 |
msgid "Replace"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: source/class.wdttools.php:247
|
660 |
msgid "Row has been deleted!"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: source/class.wdttools.php:248
|
664 |
msgid "Save chart"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: source/class.wdttools.php:249
|
668 |
msgid "Select a file to use in table"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: source/class.wdttools.php:250
|
672 |
msgid "Select an Excel or CSV file"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: source/class.wdttools.php:251
|
676 |
msgid "No data available in table"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: source/class.wdttools.php:252
|
680 |
msgid "Plugin settings saved successfully"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: source/class.wdttools.php:253
|
684 |
msgid ""
|
685 |
"Unable to save settings of plugin. Please try again or contact us over "
|
686 |
"Support page."
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: source/class.wdttools.php:254
|
690 |
msgid "Shortcode has been copied to the clipboard."
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: source/class.wdttools.php:255
|
694 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: source/class.wdttools.php:256
|
698 |
msgid "Showing 0 to 0 of 0 entries"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: source/class.wdttools.php:257
|
702 |
msgid "(filtered from _MAX_ total entries)"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: source/class.wdttools.php:259
|
706 |
msgid ","
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: source/class.wdttools.php:261
|
710 |
msgid "Loading..."
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: source/class.wdttools.php:262
|
714 |
msgid "Processing..."
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: source/class.wdttools.php:263
|
718 |
msgid "SQL error"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: source/class.wdttools.php:264
|
722 |
msgid "Search: "
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: source/class.wdttools.php:265
|
726 |
-
#: templates/settings.inc.php:
|
|
|
727 |
msgid "Success!"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: source/class.wdttools.php:266
|
731 |
msgid "No matching records found"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: source/class.wdttools.php:267
|
735 |
msgid ""
|
736 |
"System info data has been copied to the clipboard. You can now paste it in "
|
737 |
"file or in support topic."
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: source/class.wdttools.php:268
|
741 |
msgid "Table saved successfully!"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: source/class.wdttools.php:269
|
745 |
msgid "To"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: source/class.wdttools.php:305
|
749 |
-
#: templates/admin/common/premium_modal.inc.php:17
|
750 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1072
|
751 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1348
|
752 |
msgid "This is a premium feature"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: source/class.wdttools.php:306
|
756 |
-
#: templates/admin/common/premium_modal.inc.php:26
|
757 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1073
|
758 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1349
|
759 |
msgid "This feature is available only in premium version of wpDataTables"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: source/class.wdttools.php:307
|
763 |
-
#: templates/admin/getting-started/getting_started.inc.php:133
|
764 |
-
#: templates/admin/getting-started/getting_started.inc.php:145
|
765 |
-
#: templates/admin/getting-started/getting_started.inc.php:157
|
766 |
-
#: templates/admin/getting-started/getting_started.inc.php:169
|
767 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1077
|
768 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1353
|
769 |
msgid "Compare and View Pricing"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: source/class.wdttools.php:326
|
773 |
msgid "Field cannot be empty!"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: source/class.wdttools.php:327
|
777 |
msgid "Please choose chart type."
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: source/class.wdttools.php:328
|
781 |
msgid "Please select wpDataTable from dropdown."
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: source/class.wdttools.php:329
|
785 |
msgid "Columns field cannot be empty"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: source/class.wdttools.php:331
|
789 |
msgid ""
|
790 |
"Tutorial is not canceled, closed or end properly. Please cancel it by "
|
791 |
"clicking on Cancel button."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: source/class.wdttools.php:332
|
795 |
msgid "Finish Tutorial"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: source/class.wdttools.php:333
|
799 |
msgid "Continue"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: source/class.wdttools.php:334
|
803 |
msgid "Start"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: source/class.wdttools.php:335
|
807 |
msgid "Skip Tutorial"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: source/class.wdttools.php:338
|
811 |
-
#: source/class.wdttools.php:
|
|
|
812 |
msgid "Welcome to the tutorial!"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: source/class.wdttools.php:339
|
816 |
-
#: source/class.wdttools.php:
|
|
|
817 |
msgid "Hello "
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: source/class.wdttools.php:339
|
821 |
msgid ""
|
822 |
", in this tutorial, we will show you how to create a simple table from "
|
823 |
"scratch by choosing a custom number of columns and rows. How to customize "
|
824 |
"each cell, merge cells and a lot more."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: source/class.wdttools.php:342
|
828 |
msgid " Let's create a new wpDataTable from scratch!"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: source/class.wdttools.php:343
|
|
|
832 |
msgid "Click on 'Create a Table' to access the wpDataTables Table Wizard."
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: source/class.wdttools.php:346
|
836 |
msgid "Choose this option"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: source/class.wdttools.php:347
|
840 |
msgid "Please select 'Create a simple table from scratch'."
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: source/class.wdttools.php:350
|
|
|
844 |
msgid "Click Next"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: source/class.wdttools.php:351
|
|
|
848 |
msgid "Please click the 'Next' button to continue."
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: source/class.wdttools.php:354
|
852 |
msgid "Welcome to the Simple table wizard!"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: source/class.wdttools.php:355
|
856 |
msgid "Please click 'Continue' button to move on."
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: source/class.wdttools.php:358
|
860 |
msgid "Choose a name for your table"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: source/class.wdttools.php:359
|
864 |
msgid "After inserting table name, click 'Continue' to move on."
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: source/class.wdttools.php:362
|
868 |
msgid "Choose the number of columns for your table"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: source/class.wdttools.php:363
|
872 |
msgid ""
|
873 |
"Please choose how many columns it will have. Remember that you can always "
|
874 |
"add or reduce the number of columns later. Click 'Continue' when you finish."
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: source/class.wdttools.php:366
|
878 |
msgid "Choose the number of rows for your table."
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: source/class.wdttools.php:367
|
882 |
msgid ""
|
883 |
"Please choose how many rows it will have. Remember that you can always add "
|
884 |
"or reduce the number of rows later. Click 'Continue' when you finish."
|
885 |
msgstr ""
|
886 |
|
887 |
-
#: source/class.wdttools.php:370
|
888 |
msgid "Click on the 'Generate Table' button"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: source/class.wdttools.php:371
|
892 |
msgid "When you click on the button, the empty table will be ready for you. "
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: source/class.wdttools.php:374
|
896 |
msgid "We are generating the table..."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: source/class.wdttools.php:375
|
900 |
msgid "Please, when you see the table, click 'Continue' to move on."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: source/class.wdttools.php:378
|
904 |
msgid ""
|
905 |
"Nice job! You just configured your table and it is ready to fill it with "
|
906 |
"data."
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: source/class.wdttools.php:379
|
910 |
msgid ""
|
911 |
"Now we will guide you on how to insert data and check table layout throw "
|
912 |
"Simple table editor, table toolbar and table preview. Please click "
|
913 |
"'Continue' to move on."
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: source/class.wdttools.php:382
|
917 |
msgid "This is Simple table editor"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: source/class.wdttools.php:383
|
921 |
msgid ""
|
922 |
"Here you can populate your table with data. <br><br>You can move around the "
|
923 |
"cells using keyboard arrows and the Tab button. <br><br>Rearrange columns or "
|
@@ -926,11 +1125,11 @@ msgid ""
|
|
926 |
"line of the row header. Click 'Continue' to move on."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: source/class.wdttools.php:386
|
930 |
msgid "Check out the Simple table toolbar"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: source/class.wdttools.php:387
|
934 |
msgid ""
|
935 |
"Here you can style and insert custom data for each cell or range of cells. "
|
936 |
"You can add or delete columns and rows, merge cells, customize sections by "
|
@@ -938,39 +1137,39 @@ msgid ""
|
|
938 |
"ratings or custom HTML code."
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: source/class.wdttools.php:390
|
942 |
msgid "Responsive table views"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: source/class.wdttools.php:391
|
946 |
msgid ""
|
947 |
"You can switch between Desktop, Tablet or Mobile devices by clicking on the "
|
948 |
"tab that you need, so you can make sure your table looks excellent across "
|
949 |
"all devices. "
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: source/class.wdttools.php:394
|
953 |
msgid "Real-time preview"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: source/class.wdttools.php:395
|
957 |
msgid ""
|
958 |
"Here you will see how your table will look like on the page. Please click "
|
959 |
"'Continue' to move on."
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: source/class.wdttools.php:398
|
963 |
msgid "Congrats! Your table is ready."
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: source/class.wdttools.php:399
|
967 |
msgid ""
|
968 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
969 |
"your website when you paste it to a post or page. You can always come back "
|
970 |
"and edit the table as you like."
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: source/class.wdttools.php:405
|
974 |
msgid ""
|
975 |
", in this tutorial we will show you how to create a wpDataTable linked to an "
|
976 |
"existing data source. \"Linked\" in this context means that if you create a "
|
@@ -979,54 +1178,54 @@ msgid ""
|
|
979 |
"reflected in the table."
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: source/class.wdttools.php:408
|
983 |
msgid "Let's create a new wpDataTable!"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: source/class.wdttools.php:412
|
987 |
msgid "Choose this option."
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: source/class.wdttools.php:413
|
991 |
msgid "Please select 'Create a table linked to an existing data source'."
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: source/class.wdttools.php:420
|
995 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:101
|
996 |
msgid "Input data source type"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: source/class.wdttools.php:421
|
1000 |
msgid "Please select a data source type that you need."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: source/class.wdttools.php:424
|
1004 |
msgid "Select Data source type"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: source/class.wdttools.php:425
|
1008 |
msgid ""
|
1009 |
"Please choose the data source that you need ( Excel, CSV, JSON, XML or PHP "
|
1010 |
"array) and then click 'Continue' button.<br><br>(SQL and Google Spreadsheet "
|
1011 |
"are available in Premium version)"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: source/class.wdttools.php:428
|
1015 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:131
|
1016 |
msgid "Input file path or URL"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: source/class.wdttools.php:429
|
1020 |
msgid ""
|
1021 |
"Upload your file or provide the full URL here. When you finish click "
|
1022 |
"'Continue' button."
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: source/class.wdttools.php:432
|
1026 |
msgid "Click Save Changes"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: source/class.wdttools.php:433
|
1030 |
msgid ""
|
1031 |
"Please click on the 'Save Changes' button to create a table.<br><br> If you "
|
1032 |
"get an error message after button click and you are not able to solve it, "
|
@@ -1035,117 +1234,117 @@ msgid ""
|
|
1035 |
"click Skip tutorial."
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: source/class.wdttools.php:436
|
1039 |
msgid "The table is creating..."
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: source/class.wdttools.php:437
|
1043 |
msgid ""
|
1044 |
"Now the table is creating. Wait until you see it in the background and then "
|
1045 |
"click 'Continue'."
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: source/class.wdttools.php:440
|
1049 |
msgid "Nice job! You just created your first wpDataTable!"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: source/class.wdttools.php:441
|
1053 |
msgid ""
|
1054 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
1055 |
"your website when you paste it to a post or page."
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: source/class.wdttools.php:447
|
1059 |
msgid ""
|
1060 |
", in this tutorial we will show you how to create a chart in wpDataTables "
|
1061 |
"plugin."
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: source/class.wdttools.php:450
|
1065 |
msgid "Let's create a new wpDataTables Chart!"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: source/class.wdttools.php:451
|
1069 |
msgid "Click on 'Create a Chart' to access the wpDataTables Chart Wizard."
|
1070 |
msgstr ""
|
1071 |
|
1072 |
-
#: source/class.wdttools.php:454
|
1073 |
msgid "Welcome to the Chart Wizard!"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: source/class.wdttools.php:455
|
1077 |
msgid ""
|
1078 |
"You are at the first step now; we will introduce you the wpDataTables Chart "
|
1079 |
"Wizard section by section.<br><br> Click 'Continue' button to move forward."
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#: source/class.wdttools.php:458
|
1083 |
msgid "Follow the steps in the Chart Wizard"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: source/class.wdttools.php:459
|
1087 |
msgid ""
|
1088 |
"By following these steps, you will finish building your chart in the Chart "
|
1089 |
"Wizard. The current step will always be highlighted in blue.<br><br> Click "
|
1090 |
"'Continue' button to move forward."
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: source/class.wdttools.php:462
|
1094 |
msgid "Choose a name for your Chart"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: source/class.wdttools.php:463
|
1098 |
msgid "Click 'Continue' button when you’re ready to move forward."
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: source/class.wdttools.php:466
|
1102 |
msgid "In wpDataTables you can find several charts render engines."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: source/class.wdttools.php:467
|
1106 |
msgid ""
|
1107 |
"Click on the dropdown, and you will see several options that you can choose "
|
1108 |
"from.(Google charts are only available) <br><br>To continue, click on the "
|
1109 |
"dropdown."
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: source/class.wdttools.php:470
|
1113 |
msgid "Choose Google chart engine."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: source/class.wdttools.php:471
|
1117 |
msgid ""
|
1118 |
"By clicking on Google chart options, you will choose the engine that will "
|
1119 |
"render your chart.<br><br> When you finish, please click 'Continue' button "
|
1120 |
"to move forward."
|
1121 |
msgstr ""
|
1122 |
|
1123 |
-
#: source/class.wdttools.php:474
|
1124 |
msgid "Different charts types. "
|
1125 |
msgstr ""
|
1126 |
|
1127 |
-
#: source/class.wdttools.php:475
|
1128 |
msgid ""
|
1129 |
"Here you can choose a chart type. Please, click on the chart type that you "
|
1130 |
"prefer.<br><br> When you finish, please click 'Continue' button to move "
|
1131 |
"forward."
|
1132 |
msgstr ""
|
1133 |
|
1134 |
-
#: source/class.wdttools.php:478
|
1135 |
msgid "The first step is finished!"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
-
#: source/class.wdttools.php:479
|
1139 |
msgid "Let's move on. Please, click 'Next' to continue."
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: source/class.wdttools.php:482
|
1143 |
msgid ""
|
1144 |
"Now you need to choose a wpDataTable based on which we will build a chart "
|
1145 |
"for you"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: source/class.wdttools.php:483
|
1149 |
msgid ""
|
1150 |
"Click on the dropdown, and all your tables will be listed. The columns of "
|
1151 |
"the table that you choose will be used for creating the chart.<br><br>If you "
|
@@ -1153,59 +1352,59 @@ msgid ""
|
|
1153 |
"button and create wpDataTable that would contain the data to visualize first."
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: source/class.wdttools.php:486
|
1157 |
msgid "Pick your wpDataTable"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: source/class.wdttools.php:487
|
1161 |
msgid ""
|
1162 |
"Pick a wpDataTable from which you want to render a chart and when you "
|
1163 |
"finish, please click 'Continue' to move on."
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: source/class.wdttools.php:490
|
1167 |
msgid "The second step is finished!"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#: source/class.wdttools.php:491
|
1171 |
msgid ""
|
1172 |
"Let's see what is coming up next. <br><br> Please, click 'Next' to continue."
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: source/class.wdttools.php:494
|
1176 |
msgid "Just a heads up!"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: source/class.wdttools.php:495
|
1180 |
msgid ""
|
1181 |
"Here you will choose from which columns you will create a chart.<br><br> "
|
1182 |
"Please click 'Continue' button to move forward."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: source/class.wdttools.php:498
|
1186 |
msgid "Meet the wpDataTable Column Blocks"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: source/class.wdttools.php:499
|
1190 |
msgid ""
|
1191 |
"Here you will choose columns you want to use in the chart. Drag and drop it, "
|
1192 |
"or click on the arrow to move the desired column to the 'Columns used in the "
|
1193 |
"chart' section.<br><br> When you finish please, click 'Continue.'"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: source/class.wdttools.php:502
|
1197 |
msgid "Well done!"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: source/class.wdttools.php:503
|
1201 |
msgid "Just two more steps to go. Please click 'Next' to continue."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: source/class.wdttools.php:506
|
1205 |
msgid "Chart settings and chart preview."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: source/class.wdttools.php:507
|
1209 |
msgid ""
|
1210 |
"Here you can adjust chart settings, different parameters are grouped in "
|
1211 |
"section; adjusting the parameters will be reflected in the preview of your "
|
@@ -1213,125 +1412,136 @@ msgid ""
|
|
1213 |
"button to move forward."
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: source/class.wdttools.php:510
|
1217 |
msgid "In this sidebar, you can find the chart settings section."
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: source/class.wdttools.php:511
|
1221 |
msgid ""
|
1222 |
"By clicking on each section, you can set your desired parameters per section."
|
1223 |
"<br><br> Please click 'Continue' button to move on."
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: source/class.wdttools.php:514
|
1227 |
msgid "Here are the available chart options"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#: source/class.wdttools.php:515
|
1231 |
msgid ""
|
1232 |
"Set different chart options for the chosen section to get your desired chart "
|
1233 |
"look.<br><br> Please click 'Continue' button to move on."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: source/class.wdttools.php:518
|
1237 |
msgid "How your chart will look like on the page of your website"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: source/class.wdttools.php:519
|
1241 |
msgid ""
|
1242 |
"Here you can see a preview of your chart based on the settings you have "
|
1243 |
"chosen.<br><br> Please click 'Continue' button to move on."
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: source/class.wdttools.php:522
|
1247 |
msgid "You can save your chart now"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: source/class.wdttools.php:523
|
1251 |
msgid ""
|
1252 |
"If you are satisfied with your chart appearance, click on the 'Save chart' "
|
1253 |
"button and all your settings for this chart will be saved in the database."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: source/class.wdttools.php:526
|
1257 |
msgid "Congrats! Your first chart is ready!"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: source/class.wdttools.php:527
|
1261 |
msgid ""
|
1262 |
"Now you can copy the shortcode for this chart and paste it in any WP post or "
|
1263 |
"page. <br><br>You may now finish this tutorial. "
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: source/class.wpdatachart.php:718
|
1267 |
msgid "Only one column can be of type String"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: source/class.wpdatachart.php:721
|
1271 |
msgid "You are mixing data types (several date axes and several number)"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: source/class.wpdatatable.php:
|
1275 |
msgid ""
|
1276 |
"You are trying to load a table of an unknown type. Probably you did not "
|
1277 |
"activate the addon which is required to use this table type."
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#:
|
1281 |
-
#:
|
1282 |
-
#: templates/admin/
|
1283 |
-
#: templates/admin/table-settings/
|
1284 |
-
#: templates/
|
|
|
1285 |
msgid "All"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#:
|
1289 |
-
#:
|
|
|
1290 |
msgid "Columns"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#:
|
1294 |
-
#:
|
|
|
1295 |
msgid "Print"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#:
|
1299 |
-
#:
|
|
|
1300 |
msgid "PDF"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: source/class.wpdatatable.php:
|
1304 |
msgid "Export"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: source/class.wpdatatable.php:
|
1308 |
msgid "Search table"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: source/class.wpdatatable.php:
|
1312 |
msgid "Showing _MENU_ Entries"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
-
#: templates/addons.inc.php:8
|
1316 |
-
#:
|
1317 |
-
#:
|
|
|
|
|
|
|
1318 |
msgid "Please refer to"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: templates/addons.inc.php:8
|
|
|
1322 |
msgid "wpDataTables documentation"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: templates/addons.inc.php:8
|
1326 |
-
#:
|
|
|
|
|
1327 |
msgid "if you have some questions or problems with the plugin."
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: templates/addons.inc.php:10
|
|
|
1331 |
msgid "wpDataTables Addons"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: templates/addons.inc.php:12
|
1335 |
msgid ""
|
1336 |
"While wpDataTables itself provides quite a large amount of features and "
|
1337 |
"unlimited customisation flexibility, you can achieve even more with our "
|
@@ -1340,43 +1550,83 @@ msgid ""
|
|
1340 |
"creators and 3rd party developers, so stay tuned."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: templates/addons.inc.php:19
|
1344 |
-
#: templates/admin/
|
|
|
1345 |
msgid "Report Builder"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: templates/addons.inc.php:23
|
1349 |
-
#: templates/admin/
|
|
|
1350 |
msgid ""
|
1351 |
"A unique tool that allows you to generate almost any Word DOCX and Excel "
|
1352 |
"XLSX documents filled in with actual data from your database."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: templates/addons.inc.php:24
|
1356 |
msgid "Find out more"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
-
#: templates/admin/addons/addons.inc.php:28
|
1360 |
msgid ""
|
1361 |
"While wpDataTables itself provides quite a large amount of features and "
|
1362 |
"unlimited customisation flexibility, you can achieve even more with our "
|
1363 |
-
"premium addons
|
1364 |
-
"
|
1365 |
-
"
|
1366 |
-
"
|
|
|
|
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: templates/admin/addons/addons.inc.php:36
|
1370 |
-
#: templates/admin/addons/addons.inc.php:
|
|
|
1371 |
msgid "NEW"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: templates/admin/addons/addons.inc.php:40
|
1375 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1376 |
msgid "Master Detail Tables for wpDataTables"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: templates/admin/addons/addons.inc.php:
|
1380 |
msgid ""
|
1381 |
"A wpDataTables addon which allows showing additional details for a specific "
|
1382 |
"row in a popup or a separate page or post. Handy when you would like to keep "
|
@@ -1384,1469 +1634,1469 @@ msgid ""
|
|
1384 |
"particular entries."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: templates/admin/addons/addons.inc.php:
|
1388 |
-
#: templates/admin/
|
1389 |
-
#: templates/admin/addons/addons.inc.php:99
|
1390 |
-
#: templates/admin/addons/addons.inc.php:130
|
1391 |
-
#: templates/admin/addons/addons.inc.php:153
|
1392 |
-
msgid "Learn more"
|
1393 |
-
msgstr ""
|
1394 |
-
|
1395 |
-
#: templates/admin/addons/addons.inc.php:67
|
1396 |
-
#: templates/admin/dashboard/dashboard.inc.php:566
|
1397 |
msgid "Powerful Filters for wpDataTables"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: templates/admin/addons/addons.inc.php:
|
1401 |
msgid ""
|
1402 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
1403 |
"cascade filtering, applying filters on button click, show only filter "
|
1404 |
"without the table before user defines the search values."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: templates/admin/addons/addons.inc.php:
|
1408 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1409 |
msgid "Formidable Forms integration for wpDataTables"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: templates/admin/addons/addons.inc.php:
|
1413 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1414 |
msgid ""
|
1415 |
"Tool that adds \"Formidable Form\" as a new table type and allows you to "
|
1416 |
"create wpDataTables from Formidable Forms entries data."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: templates/admin/addons/addons.inc.php:
|
1420 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1421 |
msgid "Gravity Forms integration for wpDataTables"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: templates/admin/addons/addons.inc.php:
|
1425 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
1426 |
msgid ""
|
1427 |
"Tool that adds \"Gravity Form\" as a new table type and allows you to create "
|
1428 |
"wpDataTables from Gravity Forms entries data."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: templates/admin/browse/chart/browse.inc.php:25
|
1432 |
msgid "Browse Charts"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: templates/admin/browse/chart/browse.inc.php:32
|
1436 |
-
#: templates/admin/browse/table/browse.inc.php:32
|
1437 |
msgid "Add New"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: templates/admin/browse/chart/duplicate_chart_modal.inc.php:18
|
1441 |
msgid "Duplicate chart"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: templates/admin/browse/chart/duplicate_chart_modal.inc.php:27
|
1445 |
msgid "New chart title"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: templates/admin/browse/search_box.inc.php:7
|
1449 |
msgid "Search for items..."
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: templates/admin/browse/table/browse.inc.php:25
|
1453 |
msgid "Browse Tables"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:19
|
1457 |
-
#: templates/browse.inc.php:56
|
1458 |
msgid "Duplicate table"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:28
|
1462 |
-
#: templates/browse.inc.php:19
|
1463 |
msgid "New table title"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:40
|
1467 |
msgid "Duplicate option"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1471 |
msgid "Unchecked"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1475 |
msgid ""
|
1476 |
"will create exact copy of this table which means that all changes made in "
|
1477 |
"one table will be reflected in all copies."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1481 |
msgid "Checked"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:42
|
1485 |
msgid ""
|
1486 |
"will create separate database table so changing one table won't affect other "
|
1487 |
"copies."
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: templates/admin/browse/table/duplicate_modal.inc.php:49
|
1491 |
msgid "Duplicate database table"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: templates/admin/browse/table_list.inc.php:47
|
1495 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:114
|
1496 |
msgid " View Documentation"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:53
|
1500 |
-
#: templates/chart_wizard.inc.php:32
|
1501 |
msgid "Chart title & type"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:55
|
1505 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:60
|
1506 |
-
#: templates/chart_wizard.inc.php:36
|
1507 |
msgid "Data source"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:57
|
1511 |
-
#: templates/chart_wizard.inc.php:40
|
1512 |
msgid "Data range"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:59
|
1516 |
msgid "Formatting and preview"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:61
|
1520 |
-
#: templates/chart_wizard.inc.php:52
|
1521 |
msgid "Save and get shortcode"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:105
|
1525 |
msgid "Browse charts"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:109
|
1529 |
-
#: templates/admin/constructor/constructor.inc.php:61
|
1530 |
msgid "Next "
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:111
|
1534 |
-
#: templates/admin/constructor/constructor.inc.php:63
|
1535 |
msgid " Previous"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:138
|
1539 |
msgid "Serie"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:142
|
1543 |
msgid "Label"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: templates/admin/chart_wizard/chart_wizard.inc.php:156
|
1547 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:680
|
1548 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1902
|
1549 |
-
#: templates/edit_table.inc.php:730
|
1550 |
msgid "Color"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
|
1554 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
|
1555 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
|
1556 |
-
#: templates/chart_wizard.inc.php:95
|
|
|
1557 |
msgid "Line chart"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
|
1561 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:48
|
1562 |
-
#: templates/chart_wizard.inc.php:93
|
1563 |
msgid "Area chart"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
|
1567 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
|
1568 |
-
#: templates/chart_wizard.inc.php:110
|
1569 |
msgid "Stacked area chart"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
|
1573 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
|
1574 |
-
#: templates/chart_wizard.inc.php:90
|
1575 |
msgid "Column chart"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1579 |
msgid "Radar chart"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1583 |
msgid "Polar area chart"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
|
1587 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:36
|
1588 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
|
1589 |
-
#: templates/chart_wizard.inc.php:96
|
|
|
1590 |
msgid "Pie chart"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
1594 |
msgid "Doughnut chart"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
|
1598 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
|
1599 |
-
#: templates/chart_wizard.inc.php:97
|
1600 |
msgid "Bubble chart"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
|
1604 |
-
#: templates/chart_wizard.inc.php:94
|
1605 |
msgid "Stepped area chart"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
|
1609 |
-
#: templates/chart_wizard.inc.php:92
|
1610 |
msgid "Bar chart"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
|
1614 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
|
1615 |
-
#: templates/chart_wizard.inc.php:112
|
1616 |
msgid "Stacked bar chart"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
|
1620 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
|
1621 |
-
#: templates/chart_wizard.inc.php:98
|
|
|
1622 |
msgid "Donut chart"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
|
1626 |
-
#: templates/chart_wizard.inc.php:99
|
1627 |
msgid "Gauge chart"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
|
1631 |
-
#: templates/chart_wizard.inc.php:100
|
1632 |
msgid "Scatter chart"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1636 |
msgid "Candlestick chart"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1640 |
msgid "Waterfall chart"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1644 |
msgid "Spline chart"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
|
1648 |
-
#: templates/chart_wizard.inc.php:109
|
1649 |
msgid "Basic area chart"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
|
1653 |
-
#: templates/chart_wizard.inc.php:111
|
1654 |
msgid "Basic bar chart"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
|
1658 |
-
#: templates/chart_wizard.inc.php:113
|
1659 |
msgid "Basic column chart"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
|
1663 |
-
#: templates/chart_wizard.inc.php:114
|
1664 |
msgid "Stacked column chart"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
|
1668 |
-
#: templates/chart_wizard.inc.php:116
|
1669 |
msgid "Pie with gradient chart"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
|
1673 |
-
#: templates/chart_wizard.inc.php:118
|
1674 |
msgid "Scatter plot"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
|
1678 |
-
#: templates/chart_wizard.inc.php:119
|
1679 |
msgid "3D column chart"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
|
1683 |
-
#: templates/chart_wizard.inc.php:120
|
1684 |
msgid "3D pie chart"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
|
1688 |
-
#: templates/chart_wizard.inc.php:121
|
1689 |
msgid "3D donut chart"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1693 |
msgid "Treemap chart"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1697 |
msgid "Treemap level chart"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
1701 |
msgid "Polar chart"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
1705 |
msgid "Spiderweb chart"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:9
|
1709 |
msgid ""
|
1710 |
"NEW awesome features!!! From version wpDataTables Lite 2.1 you can create "
|
1711 |
"all Google charts"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:15
|
1715 |
-
#: templates/chart_wizard.inc.php:65
|
1716 |
msgid "Chart name"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:17
|
1720 |
msgid "Please define the title of the chart that you will use to identify it"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:24
|
1724 |
-
#: templates/chart_wizard.inc.php:69
|
1725 |
msgid "New wpDataTable Chart"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:35
|
1729 |
-
#: templates/chart_wizard.inc.php:75
|
1730 |
msgid "Chart render engine"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:38
|
1734 |
-
#: templates/chart_wizard.inc.php:76
|
1735 |
msgid "Please choose the render engine."
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:
|
1739 |
-
#: templates/chart_wizard.inc.php:
|
1740 |
-
msgid ""
|
1741 |
-
"Please note that HighCharts license is NOT included with wpDataTables and "
|
1742 |
-
"you must purchase the license separately on"
|
1743 |
-
msgstr ""
|
1744 |
-
|
1745 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:44
|
1746 |
-
#: templates/chart_wizard.inc.php:80
|
1747 |
msgid "Pick the render engine"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:47
|
1751 |
msgid "Google Charts"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:49
|
1755 |
msgid "HighCharts"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:49
|
1759 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:52
|
1760 |
-
#: templates/admin/getting-started/getting_started.inc.php:132
|
1761 |
-
#: templates/admin/getting-started/getting_started.inc.php:144
|
1762 |
-
#: templates/admin/getting-started/getting_started.inc.php:156
|
1763 |
-
#: templates/admin/getting-started/getting_started.inc.php:168
|
1764 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:112
|
1765 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:117
|
1766 |
msgid "Available in Premium"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: templates/admin/chart_wizard/steps/step1.inc.php:52
|
1770 |
msgid "Chart.js"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: templates/admin/chart_wizard/steps/step2.inc.php:6
|
1774 |
msgid "wpDataTable Data Source"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: templates/admin/chart_wizard/steps/step2.inc.php:8
|
1778 |
msgid ""
|
1779 |
"Please pick a wpDataTable which will be used as a data source for this chart."
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: templates/admin/chart_wizard/steps/step2.inc.php:15
|
1783 |
msgid "Pick a wpDataTable"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:7
|
1787 |
msgid "Columns in the data source"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:9
|
1791 |
msgid ""
|
1792 |
"Choose table columns that you would like to use in the chart. You can either "
|
1793 |
"drag the column blocks, or click to select them and use controls in the "
|
1794 |
"middle to add or remove from the chart."
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:20
|
1798 |
msgid "Add all"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:22
|
1802 |
msgid "Add"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:24
|
1806 |
msgid "Remove"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:26
|
1810 |
msgid "Remove all"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:31
|
1814 |
msgid "Columns used in the chart"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:39
|
1818 |
msgid ""
|
1819 |
"Please do not add more then one string-type (date/time, image, email, URL) "
|
1820 |
"column since only one can be used as a label"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:43
|
1824 |
msgid "Minimum count of columns for this chart type is "
|
1825 |
msgstr ""
|
1826 |
|
1827 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:47
|
1828 |
msgid "Maximum count of columns for this chart type is "
|
1829 |
msgstr ""
|
1830 |
|
1831 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:58
|
1832 |
msgid "Charts data filtering"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:60
|
1836 |
msgid ""
|
1837 |
"If you enable this, chart will automatically re-render with actual data "
|
1838 |
"every time you sort, filter, or switch pages in the table (chart must be in "
|
1839 |
"the same page with the table)."
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:64
|
1843 |
msgid "Follow table filtering"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:71
|
1847 |
msgid "Row range"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:73
|
1851 |
msgid "Please choose the row range."
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:73
|
1855 |
msgid ""
|
1856 |
"If you do not want data from all the table rows to be in the chart, you can "
|
1857 |
"pick the row range manually. Please note that if the data set is large the "
|
1858 |
"range picker can load slowly or even cause an out of memory error."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:79
|
1862 |
msgid "All rows (default)"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:80
|
1866 |
msgid "Pick range (slow on large datasets)"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:85
|
1870 |
msgid "Rows picked"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: templates/admin/chart_wizard/steps/step3.inc.php:88
|
1874 |
msgid "Range picker..."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:10
|
1878 |
msgid "Chart"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:13
|
1882 |
msgid "Series"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:15
|
1886 |
msgid "Axes"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:19
|
1890 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:543
|
1891 |
msgid "Tooltip"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:21
|
1895 |
msgid "Legend"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:23
|
1899 |
msgid "Exporting"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:26
|
1903 |
msgid "Credits"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:35
|
1907 |
msgid "Series settings"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:37
|
1911 |
msgid ""
|
1912 |
"If you want to redefine the series labels and colors you can do it here."
|
1913 |
msgstr ""
|
1914 |
|
1915 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:47
|
1916 |
msgid "Curve type"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:49
|
1920 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:347
|
1921 |
msgid "Controls the curve of the lines"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:53
|
1925 |
msgid "Check for smoothed lines"
|
1926 |
msgstr ""
|
1927 |
|
1928 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:61
|
1929 |
msgid "Chart width"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:63
|
1933 |
msgid "The width of the chart."
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:86
|
1937 |
msgid "Responsive width"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:88
|
1941 |
msgid ""
|
1942 |
"If you tick this chart width will always adjust to 100% width of the "
|
1943 |
"container"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:92
|
1947 |
msgid "Responsive chart width"
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:97
|
1951 |
msgid "Chart height"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:99
|
1955 |
msgid "The height of the chart."
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:122
|
1959 |
msgid "Group chart"
|
1960 |
msgstr ""
|
1961 |
|
1962 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:124
|
1963 |
msgid ""
|
1964 |
"If you tick this checkbox, the values of the rows with same label will be "
|
1965 |
"summed up and rendered as a single series. If you leave it unticked all rows "
|
1966 |
"will be rendered as separate series."
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:128
|
1970 |
msgid "Enable grouping"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:133
|
1974 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:104
|
1975 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:425
|
1976 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:660
|
1977 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1549
|
1978 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1879
|
1979 |
msgid "Background color"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:135
|
1983 |
msgid "The background color for the outer chart area."
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:152
|
1987 |
msgid "Border width"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:154
|
1991 |
msgid "The pixel width of the outer chart border."
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:177
|
1995 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:123
|
1996 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:444
|
1997 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1571
|
1998 |
msgid "Border color"
|
1999 |
msgstr ""
|
2000 |
|
2001 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:179
|
2002 |
msgid "The color of the outer chart border."
|
2003 |
msgstr ""
|
2004 |
|
2005 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:197
|
2006 |
msgid "Border radius"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:199
|
2010 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:244
|
2011 |
msgid "The corner radius of the outer chart border."
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:223
|
2015 |
msgid "Plot background color"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:225
|
2019 |
msgid "The background color or gradient for the plot area."
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:242
|
2023 |
msgid "Plot border width"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:267
|
2027 |
msgid "Plot border color"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:269
|
2031 |
msgid "The color of the inner chart or plot area border."
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:287
|
2035 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:45
|
2036 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1483
|
2037 |
msgid "Font size"
|
2038 |
msgstr ""
|
2039 |
|
2040 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:289
|
2041 |
msgid "The default font size, in pixels, of all text in the chart."
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:313
|
2045 |
msgid "Font name"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:315
|
2049 |
msgid "The default font face for all text in the chart."
|
2050 |
msgstr ""
|
2051 |
|
2052 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:330
|
2053 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:336
|
2054 |
msgid "3D"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:332
|
2058 |
msgid "Check for 3D pie chart"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:345
|
2062 |
msgid "Grid"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:351
|
2066 |
msgid "Do you want to show grid on the chart"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:356
|
2070 |
msgid "Horizontal axis label"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:358
|
2074 |
msgid "Name of the horizontal axis."
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:373
|
2078 |
msgid "Horizontal crosshair"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:375
|
2082 |
msgid ""
|
2083 |
"Configure a horizontal crosshair that follows either the mouse pointer or "
|
2084 |
"the hovered point lines"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:379
|
2088 |
msgid "Show x-Axis crosshair"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:384
|
2092 |
msgid "Horizontal axis direction"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:386
|
2096 |
msgid ""
|
2097 |
"The direction in which the values along the horizontal axis grow. Specify -1 "
|
2098 |
"to reverse the order of the values"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:402
|
2102 |
msgid "Vertical axis label"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:404
|
2106 |
msgid "Name of the vertical axis."
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:419
|
2110 |
msgid "Vertical crosshair"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:421
|
2114 |
msgid ""
|
2115 |
"Configure a vertical crosshair that follows either the mouse pointer or the "
|
2116 |
"hovered point lines"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:425
|
2120 |
msgid "Show y-Axis crosshair"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:430
|
2124 |
msgid "Vertical axis direction"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:432
|
2128 |
msgid ""
|
2129 |
"The direction in which the values along the vertical axis grow. Specify -1 "
|
2130 |
"to reverse the order of the values"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:449
|
2134 |
msgid "Vertical axis min value"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:451
|
2138 |
msgid "The minimum value of the axis."
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:475
|
2142 |
msgid "Vertical axis max value"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:477
|
2146 |
msgid "The maximum value of the axis."
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:500
|
2150 |
msgid "Invert"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:502
|
2154 |
msgid ""
|
2155 |
"Whether to invert the axes so that the x axis is vertical and y axis is "
|
2156 |
"horizontal"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:506
|
2160 |
msgid "Invert chart axes"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:516
|
2164 |
msgid "Chart title"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:518
|
2168 |
msgid "Do you want to show the chart title on the page"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:522
|
2172 |
msgid "Show title"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:527
|
2176 |
msgid "Title floating"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:529
|
2180 |
msgid ""
|
2181 |
"When the title is floating, the plot area will not move to make space for it"
|
2182 |
msgstr ""
|
2183 |
|
2184 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:533
|
2185 |
msgid "Enable floating"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:545
|
2189 |
msgid "Enable or disable the tooltip"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:549
|
2193 |
msgid "Show tooltip"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:560
|
2197 |
msgid "Position"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:562
|
2201 |
msgid "Position of the legend"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:580
|
2205 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:219
|
2206 |
msgid "Vertical align"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: templates/admin/chart_wizard/steps/step4.inc.php:582
|
2210 |
msgid "The vertical alignment of the legend box"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
-
#: templates/admin/chart_wizard/steps/step5.inc.php:5
|
2214 |
msgid "Your chart is ready!"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: templates/admin/chart_wizard/steps/step5.inc.php:10
|
2218 |
msgid "Paste this shortcode to render this chart"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
-
#: templates/admin/common/HTMLModal.inc.php:18
|
2222 |
msgid "HTML Editor"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#: templates/admin/common/HTMLModal.inc.php:48
|
2226 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:278
|
2227 |
msgid "Insert HTML"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: templates/admin/common/close_modal.inc.php:17
|
2231 |
-
#: templates/admin/common/warningModal.inc.php:19
|
2232 |
-
#: templates/common/delete_modal.inc.php:19
|
2233 |
msgid "Are you sure?"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: templates/admin/common/close_modal.inc.php:26
|
2237 |
msgid ""
|
2238 |
"You are about to cancel creating wizard, there is no undo! You will be "
|
2239 |
"redirect to Browse page."
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: templates/admin/common/close_modal.inc.php:37
|
2243 |
-
#: templates/admin/common/warningModal.inc.php:40
|
2244 |
msgid "No, Continue"
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#: templates/admin/common/close_modal.inc.php:39
|
2248 |
msgid "Yes, Cancel"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#: templates/admin/common/error_modal.inc.php:16
|
2252 |
-
#: templates/common/error.inc.php:3
|
2253 |
msgid "Error"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: templates/admin/common/linkModal.inc.php:18
|
2257 |
msgid "Link editor"
|
2258 |
msgstr ""
|
2259 |
|
2260 |
-
#: templates/admin/common/linkModal.inc.php:28
|
2261 |
msgid "Insert URL:"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: templates/admin/common/linkModal.inc.php:38
|
2265 |
-
#: templates/admin/common/linkModal.inc.php:55
|
2266 |
-
#: templates/admin/common/shortcodeModal.inc.php:35
|
2267 |
msgid "Field can not be empty!"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: templates/admin/common/linkModal.inc.php:45
|
2271 |
msgid "Insert Link text:"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: templates/admin/common/linkModal.inc.php:65
|
2275 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:661
|
2276 |
msgid "Open link in the new tab"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: templates/admin/common/linkModal.inc.php:76
|
2280 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:720
|
2281 |
msgid "Make NOFOLLOW link"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: templates/admin/common/linkModal.inc.php:87
|
2285 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:677
|
2286 |
msgid "Set the link to appear as a button"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
-
#: templates/admin/common/linkModal.inc.php:96
|
2290 |
msgid "Button class:"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
-
#: templates/admin/common/linkModal.inc.php:121
|
2294 |
msgid "Insert link"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
-
#: templates/admin/common/premium_modal.inc.php:35
|
2298 |
msgid "Compare"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
-
#: templates/admin/common/premium_modal.inc.php:36
|
2302 |
-
#: templates/admin/dashboard/dashboard.inc.php:73
|
2303 |
msgid "or"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: templates/admin/common/premium_modal.inc.php:37
|
2307 |
msgid "View Pricing"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
-
#: templates/admin/common/ratingDiv.inc.php:6
|
2311 |
#, php-format
|
2312 |
msgid ""
|
2313 |
"Awesome! %s You are a wpDataTables Master! %s You’ve created more than 100 "
|
2314 |
"tables!"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
-
#: templates/admin/common/ratingDiv.inc.php:8
|
2318 |
#, php-format
|
2319 |
msgid ""
|
2320 |
"Well done! %s You’ve created more than 50 tables - you are a wpDataTables "
|
2321 |
"Professional! %s"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
#: templates/admin/common/ratingDiv.inc.php:10
|
2325 |
#, php-format
|
2326 |
msgid "Nice job! %s You created more than 10 tables. %s"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
-
#: templates/admin/common/ratingDiv.inc.php:12
|
2330 |
msgid "We hope you’ve enjoyed using wpDataTables."
|
2331 |
msgstr ""
|
2332 |
|
2333 |
-
#: templates/admin/common/ratingDiv.inc.php:21
|
2334 |
msgid "Would you consider leaving us a review on WordPress.org?"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
-
#: templates/admin/common/ratingDiv.inc.php:24
|
2338 |
msgid "Sure! I Like wpDataTables"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
-
#: templates/admin/common/ratingDiv.inc.php:30
|
2342 |
msgid "I've already left a review"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
-
#: templates/admin/common/ratingDiv.inc.php:31
|
2346 |
msgid "Maybe Later"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
-
#: templates/admin/common/ratingDiv.inc.php:32
|
2350 |
msgid "Never show again"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
-
#: templates/admin/common/shortcodeModal.inc.php:18
|
2354 |
msgid "Shortcode Editor"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
-
#: templates/admin/common/shortcodeModal.inc.php:28
|
2358 |
msgid "Insert shortcode:"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
-
#: templates/admin/common/shortcodeModal.inc.php:53
|
2362 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:282
|
2363 |
msgid "Insert shortcode"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: templates/admin/common/starModal.inc.php:19
|
2367 |
msgid "Star Rating Editor"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: templates/admin/common/starModal.inc.php:27
|
2371 |
msgid "Select star rating:"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
-
#: templates/admin/common/starModal.inc.php:40
|
2375 |
msgid "Choose number of stars:"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: templates/admin/common/starModal.inc.php:59
|
2379 |
msgid "Show star number rating"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
-
#: templates/admin/common/starModal.inc.php:78
|
2383 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:286
|
2384 |
msgid "Insert star rating"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: templates/admin/common/warningModal.inc.php:27
|
2388 |
msgid "You are about to delete all table data."
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: templates/admin/common/warningModal.inc.php:45
|
2392 |
msgid "Yes, Delete"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#: templates/admin/constructor/constructor.inc.php:54
|
2396 |
msgid "Open in standard editor"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
-
#: templates/admin/constructor/constructor.inc.php:56
|
2400 |
msgid "Open in Excel-like editor"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#: templates/admin/constructor/constructor.inc.php:67
|
2404 |
-
#: templates/admin/dashboard/dashboard.inc.php:30
|
2405 |
-
#: templates/admin/getting-started/getting_started.inc.php:34
|
2406 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:31
|
2407 |
-
#: templates/admin/settings/settings.inc.php:100
|
2408 |
-
#: templates/admin/support/support.inc.php:31
|
2409 |
-
#: templates/admin/support/support.inc.php:47
|
2410 |
-
#: templates/admin/system-info/system_info.inc.php:29
|
2411 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1090
|
2412 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:606
|
2413 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:81
|
2414 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:2063
|
2415 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:228
|
2416 |
msgid "View Documentation"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:5
|
2420 |
-
#: templates/constructor.inc.php:29
|
2421 |
msgid "Choose what kind of table would you like to construct"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:19
|
2425 |
msgid "Create a simple table from scratch"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:20
|
2429 |
msgid ""
|
2430 |
"Create a simple table with any data, merged cells, styling, star rating and "
|
2431 |
"a lot more.<br> You get full control of formatting, but no sorting, "
|
2432 |
"searching, pagination or export functionality like in data tables."
|
2433 |
msgstr ""
|
2434 |
|
2435 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:31
|
2436 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:14
|
2437 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:96
|
2438 |
msgid "Create a data table linked to an existing data source"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:32
|
2442 |
msgid ""
|
2443 |
"Excel, CSV, Google Spreadsheet, SQL query, XML, JSON, serialized PHP array. "
|
2444 |
"Data will be read from the source every time on page load. Only SQL-based "
|
2445 |
"tables can be made editable."
|
2446 |
msgstr ""
|
2447 |
|
2448 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:45
|
2449 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:124
|
2450 |
msgid "Create a data table manually"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:46
|
2454 |
msgid ""
|
2455 |
"Define the number and type of columns, and fill in the data manually in WP "
|
2456 |
"admin. Data table will be stored in the database and can be edited from WP "
|
2457 |
"admin, or made front-end editable."
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:57
|
2461 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:135
|
2462 |
msgid "Create a data table by importing data from a data source"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:58
|
2466 |
msgid ""
|
2467 |
"Excel, CSV, Google Spreadsheet. Data will be imported to the database, the "
|
2468 |
"data table can be edited in WP admin, or made front-end editable."
|
2469 |
msgstr ""
|
2470 |
|
2471 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:72
|
2472 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:163
|
2473 |
msgid "Generate a query to the MySQL database"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:73
|
2477 |
msgid ""
|
2478 |
"Create a SQL-query-based data table by generating a query to any custom SQL "
|
2479 |
"database with a GUI tool."
|
2480 |
msgstr ""
|
2481 |
|
2482 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:84
|
2483 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:146
|
2484 |
msgid "Generate a query to the WordPress database"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
-
#: templates/admin/constructor/steps/constructor_1.inc.php:85
|
2488 |
msgid ""
|
2489 |
"Create a MySQL-query-based data table by generating a query to the WordPress "
|
2490 |
"database (posts, taxonomies, postmeta) with a GUI tool."
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:9
|
2494 |
msgid "Table name"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:11
|
2498 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:27
|
2499 |
msgid ""
|
2500 |
"What is the header of the table that will be visible to the site visitors"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:25
|
2504 |
msgid "Number of columns"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:47
|
2508 |
msgid "Number of rows"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:49
|
2512 |
msgid ""
|
2513 |
"How many columns table will it have? You can also modify it below with + and "
|
2514 |
"x buttons"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
-
#: templates/admin/constructor/steps/constructor_1_0.inc.php:71
|
2518 |
msgid "Generate table"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
-
#: templates/admin/dashboard/dashboard.inc.php:45
|
2522 |
msgid "Welcome to wpDataTables "
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: templates/admin/dashboard/dashboard.inc.php:46
|
2526 |
msgid "Lite version "
|
2527 |
msgstr ""
|
2528 |
|
2529 |
-
#: templates/admin/dashboard/dashboard.inc.php:48
|
2530 |
msgid ""
|
2531 |
"Congratulations! You are about to use the most powerful WordPress table "
|
2532 |
"plugin - wpDataTables is designed to make the process of data "
|
2533 |
"representation and interaction quick, easy and effective."
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#: templates/admin/dashboard/dashboard.inc.php:62
|
2537 |
msgid "I need help, show me tutorials"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#: templates/admin/dashboard/dashboard.inc.php:68
|
2541 |
msgid "Learn how to create table and charts"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
-
#: templates/admin/dashboard/dashboard.inc.php:69
|
2545 |
msgid "Or skip tutorials and"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: templates/admin/dashboard/dashboard.inc.php:72
|
2549 |
msgid "Create a table"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
-
#: templates/admin/dashboard/dashboard.inc.php:76
|
2553 |
msgid "Create a chart"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
-
#: templates/admin/dashboard/dashboard.inc.php:97
|
2557 |
msgid "Tables"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#: templates/admin/dashboard/dashboard.inc.php:105
|
2561 |
msgid "Create Table"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
-
#: templates/admin/dashboard/dashboard.inc.php:109
|
2565 |
msgid "Browse all tables"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
-
#: templates/admin/dashboard/dashboard.inc.php:121
|
2569 |
-
#: templates/admin/dashboard/dashboard.inc.php:142
|
2570 |
-
#: templates/admin/dashboard/dashboard.inc.php:193
|
2571 |
-
#: templates/admin/dashboard/dashboard.inc.php:211
|
2572 |
msgid "Created"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: templates/admin/dashboard/dashboard.inc.php:124
|
2576 |
msgid "You have no tables created."
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: templates/admin/dashboard/dashboard.inc.php:127
|
2580 |
-
#: templates/admin/dashboard/dashboard.inc.php:199
|
2581 |
msgid "View tutorials"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
-
#: templates/admin/dashboard/dashboard.inc.php:158
|
2585 |
msgid "Latest table created."
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: templates/admin/dashboard/dashboard.inc.php:169
|
2589 |
msgid "Charts"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: templates/admin/dashboard/dashboard.inc.php:181
|
2593 |
msgid "Browse all charts"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: templates/admin/dashboard/dashboard.inc.php:196
|
2597 |
msgid "You have no charts created."
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#: templates/admin/dashboard/dashboard.inc.php:227
|
2601 |
msgid "Latest chart created."
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: templates/admin/dashboard/dashboard.inc.php:239
|
2605 |
msgid "Still need help? "
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: templates/admin/dashboard/dashboard.inc.php:242
|
2609 |
msgid ""
|
2610 |
"We provide professional support to all our users via our ticketing system."
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: templates/admin/dashboard/dashboard.inc.php:245
|
2614 |
msgid "Visit Support Center"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: templates/admin/dashboard/dashboard.inc.php:269
|
2618 |
msgid "Basic system info:"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2622 |
msgid "View Full System Info"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: templates/admin/dashboard/dashboard.inc.php:320
|
2626 |
msgid "Changelog"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: templates/admin/dashboard/dashboard.inc.php:326
|
2630 |
msgid "View Changelog"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: templates/admin/dashboard/dashboard.inc.php:333
|
2634 |
msgid "You are currently using "
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: templates/admin/dashboard/dashboard.inc.php:335
|
2638 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:58
|
2639 |
msgid "Version "
|
2640 |
msgstr ""
|
2641 |
|
2642 |
-
#: templates/admin/dashboard/dashboard.inc.php:340
|
2643 |
-
msgid "A minor update with a couple of
|
2644 |
msgstr ""
|
2645 |
|
2646 |
-
#: templates/admin/dashboard/dashboard.inc.php:345
|
2647 |
-
msgid "
|
|
|
|
|
|
|
|
|
2648 |
msgstr ""
|
2649 |
|
2650 |
-
#: templates/admin/dashboard/dashboard.inc.php:346
|
2651 |
-
msgid ""
|
2652 |
-
"<strong>Feature:</strong> Search for tables and charts using ID on browse "
|
2653 |
-
"pages."
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2657 |
msgid ""
|
2658 |
-
"<strong>
|
2659 |
-
"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2663 |
-
msgid "
|
|
|
|
|
2664 |
msgstr ""
|
2665 |
|
2666 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2667 |
-
msgid ""
|
2668 |
-
"<strong>Bugfix:</strong> Fixed issue with Fatal errors if allow_url_fopen is "
|
2669 |
-
"turned off on server."
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2673 |
msgid ""
|
2674 |
-
"<strong>BugFix:</strong> Fixed issue with
|
2675 |
-
"clicking on back button in browser from some pages."
|
2676 |
msgstr ""
|
2677 |
|
2678 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2679 |
msgid ""
|
2680 |
-
"<strong>BugFix:</strong> Fixed issue with
|
2681 |
-
"option."
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2685 |
-
msgid "Compatibility with WordPress 5.7 approved."
|
2686 |
msgstr ""
|
2687 |
|
2688 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2689 |
msgid "Other small bug fixes and stability improvements."
|
2690 |
msgstr ""
|
2691 |
|
2692 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2693 |
msgid "Go Premium!"
|
2694 |
msgstr ""
|
2695 |
|
2696 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2697 |
msgid "View Comparison"
|
2698 |
msgstr ""
|
2699 |
|
2700 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2701 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
|
2702 |
msgid ""
|
2703 |
"Get the most out of wpDataTables by upgrading to Premium and unlocking all "
|
2704 |
"of the powerful features."
|
2705 |
msgstr ""
|
2706 |
|
2707 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2708 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:292
|
2709 |
msgid "Create a table manually"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2713 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:304
|
2714 |
msgid "Creating tables from Google Spreadsheet"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2718 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:316
|
2719 |
msgid "Creating tables via Google Sheet API"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2723 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:329
|
2724 |
msgid "Creating tables from Private Google Spreadsheet"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2728 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:342
|
2729 |
msgid "Creating MySQL-based tables from database"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2733 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:354
|
2734 |
msgid "Creating MySQL-based tables from Wordpress post types"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2738 |
msgid "Creating tables where users can see and edit own data"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2742 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:378
|
2743 |
msgid "Creating table relations (Foreign key)"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2747 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:414
|
2748 |
-
#: templates/edit_table.inc.php:329
|
2749 |
msgid "Advanced filtering"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2753 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:426
|
2754 |
msgid "Pre-filtering tables through URL"
|
2755 |
msgstr ""
|
2756 |
|
2757 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2758 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
|
2759 |
msgid "Table Customization"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2763 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:390
|
2764 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:153
|
2765 |
-
#: templates/edit_table.inc.php:282
|
2766 |
msgid "Server-side processing"
|
2767 |
msgstr ""
|
2768 |
|
2769 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2770 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:402
|
2771 |
msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2775 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:438
|
2776 |
msgid "Front-end table editing"
|
2777 |
msgstr ""
|
2778 |
|
2779 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2780 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:450
|
2781 |
msgid "Excel-like editing"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2785 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:462
|
2786 |
msgid "Creating charts with Highcharts"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2790 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:474
|
2791 |
msgid "Creating charts with Chart.js"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2795 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:486
|
2796 |
msgid "Follow table filtering in charts"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2800 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:498
|
2801 |
msgid "Grouping data in Charts"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2805 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:510
|
2806 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:68
|
2807 |
-
#: templates/edit_table.inc.php:301
|
2808 |
msgid "Responsive"
|
2809 |
msgstr ""
|
2810 |
|
2811 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2812 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:522
|
2813 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:60
|
2814 |
-
#: templates/edit_table.inc.php:750
|
2815 |
msgid "Conditional formatting"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2819 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:534
|
2820 |
msgid "Calculating Tools"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2824 |
msgid "Formula columns"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2828 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:546
|
2829 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:80
|
2830 |
msgid "Placeholders"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2834 |
msgid "Premium support"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2838 |
msgid "Get Premium Today"
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2842 |
msgid "News Blog"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2846 |
msgid "Checkout useful articles from wpdatatables.com"
|
2847 |
msgstr ""
|
2848 |
|
2849 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2850 |
msgid ""
|
2851 |
"Never miss notifications about new cool features, promotions,\n"
|
2852 |
" giveaways or freebies – subscribe to our "
|
@@ -2854,48 +3104,61 @@ msgid ""
|
|
2854 |
" about 1 message per month and never spam!"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2858 |
msgid "Premium "
|
2859 |
msgstr ""
|
2860 |
|
2861 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2862 |
msgid ""
|
2863 |
"While wpDataTables itself provides quite a large amount of features and "
|
2864 |
"unlimited customisation, flexibility, you can achieve even more with our "
|
2865 |
-
"premium addons
|
|
|
|
|
2866 |
msgstr ""
|
2867 |
|
2868 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
|
|
|
|
|
|
2869 |
msgid ""
|
2870 |
-
"
|
2871 |
-
"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2875 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2876 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2877 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2878 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2879 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
2880 |
msgid "Learn More"
|
2881 |
msgstr ""
|
2882 |
|
2883 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2884 |
msgid ""
|
2885 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
2886 |
"cascade filtering, applying filters on button click, hide table before "
|
2887 |
"filtering."
|
2888 |
msgstr ""
|
2889 |
|
2890 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2891 |
msgid "Need free booking plugin?"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2895 |
msgid "Appointments and Events WordPress Booking Plugin"
|
2896 |
msgstr ""
|
2897 |
|
2898 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2899 |
msgid ""
|
2900 |
"Amelia Lite is a free appointment booking WordPress plugin that allows to "
|
2901 |
"set up a fully-featured automated booking system on your WordPress website "
|
@@ -2906,55 +3169,51 @@ msgid ""
|
|
2906 |
"each month."
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2910 |
msgid "Rating: 4.3 - 97 reviews"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2914 |
-
|
2915 |
-
|
2916 |
-
|
2917 |
-
#: templates/admin/
|
2918 |
-
#: templates/admin/
|
2919 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:589
|
2920 |
-
#: templates/admin/support/support.inc.php:78
|
2921 |
-
#: templates/admin/system-info/system_info.inc.php:509
|
2922 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:358
|
2923 |
msgid "Made by"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2927 |
-
#: templates/admin/getting-started/getting_started.inc.php:192
|
2928 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:597
|
2929 |
-
#: templates/admin/support/support.inc.php:45
|
2930 |
-
#: templates/admin/support/support.inc.php:86
|
2931 |
-
#: templates/admin/system-info/system_info.inc.php:517
|
2932 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:219
|
2933 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:369
|
2934 |
msgid "Documentation"
|
2935 |
msgstr ""
|
2936 |
|
2937 |
-
#: templates/admin/dashboard/dashboard.inc.php:
|
2938 |
-
#: templates/admin/getting-started/getting_started.inc.php:196
|
2939 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:601
|
2940 |
-
#: templates/admin/support/support.inc.php:24
|
2941 |
-
#: templates/admin/support/support.inc.php:90
|
2942 |
-
#: templates/admin/system-info/system_info.inc.php:521
|
2943 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:373
|
2944 |
msgid "Support Center"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
-
#: templates/admin/getting-started/getting_started.inc.php:27
|
2948 |
msgid "Table and Charts tutorials"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
-
#: templates/admin/getting-started/getting_started.inc.php:50
|
2952 |
msgid ""
|
2953 |
"Getting started: a crash course on wpDataTables basic tables and charts "
|
2954 |
"features"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#: templates/admin/getting-started/getting_started.inc.php:51
|
2958 |
msgid ""
|
2959 |
"Hi there. In order to make your acquaintance with wpDataTables smooth and "
|
2960 |
"easy, we created these short interactive tutorials for different basic "
|
@@ -2962,1091 +3221,1131 @@ msgid ""
|
|
2962 |
"click "
|
2963 |
msgstr ""
|
2964 |
|
2965 |
-
#: templates/admin/getting-started/getting_started.inc.php:51
|
2966 |
msgid "\"Launch tutorial\""
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: templates/admin/getting-started/getting_started.inc.php:51
|
2970 |
msgid ""
|
2971 |
" - it will then guide you through the process, making sure you do everything "
|
2972 |
"right. Additionally, you can check out our documentation and video database."
|
2973 |
msgstr ""
|
2974 |
|
2975 |
-
#: templates/admin/getting-started/getting_started.inc.php:61
|
2976 |
msgid "Create a simple table from scratch:"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
-
#: templates/admin/getting-started/getting_started.inc.php:61
|
2980 |
msgid ""
|
2981 |
" create a simple table with any data, merged cells, styling, star rating and "
|
2982 |
"a lot more."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
-
#: templates/admin/getting-started/getting_started.inc.php:63
|
2986 |
-
#: templates/admin/getting-started/getting_started.inc.php:83
|
2987 |
-
#: templates/admin/getting-started/getting_started.inc.php:104
|
2988 |
msgid "View documentation"
|
2989 |
msgstr ""
|
2990 |
|
2991 |
-
#: templates/admin/getting-started/getting_started.inc.php:68
|
2992 |
-
#: templates/admin/getting-started/getting_started.inc.php:88
|
2993 |
-
#: templates/admin/getting-started/getting_started.inc.php:109
|
2994 |
-
#: templates/admin/getting-started/getting_started.inc.php:119
|
2995 |
msgid "Launch tutorial"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
-
#: templates/admin/getting-started/getting_started.inc.php:81
|
2999 |
msgid "Create a data table linked to an existing data source:"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
-
#: templates/admin/getting-started/getting_started.inc.php:81
|
3003 |
msgid ""
|
3004 |
" create a wpDataTables based on your Excel, CSV file or other data source in "
|
3005 |
"a few steps."
|
3006 |
msgstr ""
|
3007 |
|
3008 |
-
#: templates/admin/getting-started/getting_started.inc.php:102
|
3009 |
msgid "Create a chart:"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
-
#: templates/admin/getting-started/getting_started.inc.php:102
|
3013 |
msgid ""
|
3014 |
" create dynamic charts in WordPress with Google Charts rendering engine."
|
3015 |
msgstr ""
|
3016 |
|
3017 |
-
#: templates/admin/getting-started/getting_started.inc.php:114
|
3018 |
msgid ""
|
3019 |
"You dont have any table created. Please create a table first and then you "
|
3020 |
"will be able to create a chart."
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: templates/admin/getting-started/getting_started.inc.php:131
|
3024 |
msgid "Create a data table manually:"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: templates/admin/getting-started/getting_started.inc.php:131
|
3028 |
msgid " learn how to build a data table completely from the WordPress admin."
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: templates/admin/getting-started/getting_started.inc.php:143
|
3032 |
msgid "Create a data table by importing data from a data source:"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
-
#: templates/admin/getting-started/getting_started.inc.php:143
|
3036 |
msgid ""
|
3037 |
" extract data from your existing table to be able to edit it from WordPress."
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: templates/admin/getting-started/getting_started.inc.php:155
|
3041 |
msgid "Generate a query to the MySQL database:"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: templates/admin/getting-started/getting_started.inc.php:155
|
3045 |
msgid " create a data table based on your DB data without having to learn SQL"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: templates/admin/getting-started/getting_started.inc.php:167
|
3049 |
msgid "Generate a query to the WordPress database:"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
-
#: templates/admin/getting-started/getting_started.inc.php:167
|
3053 |
msgid " create a data table based on your WP data (posts, meta, taxonomies)"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:24
|
3057 |
msgid "Plans"
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:47
|
3061 |
msgid "Lite vs Premium comparison"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:52
|
3065 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:581
|
3066 |
msgid "Go Premium Now"
|
3067 |
msgstr ""
|
3068 |
|
3069 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:58
|
3070 |
msgid "Features"
|
3071 |
msgstr ""
|
3072 |
|
3073 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:61
|
3074 |
msgid "Lite"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:64
|
3078 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:568
|
3079 |
msgid "Premium"
|
3080 |
msgstr ""
|
3081 |
|
3082 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:70
|
3083 |
msgid "Creating tables from Excel files"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:82
|
3087 |
msgid "Creating tables from CSV files"
|
3088 |
msgstr ""
|
3089 |
|
3090 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:94
|
3091 |
msgid "Creating tables from JSON files"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:106
|
3095 |
msgid "Creating tables from XML files"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:118
|
3099 |
msgid "Creating tables from Serialized PHP array"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:130
|
3103 |
msgid "Create a Simple tables"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:131
|
3107 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:144
|
3108 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:280
|
3109 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:317
|
3110 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:330
|
3111 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:84
|
3112 |
msgid "NEW!"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:143
|
3116 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:295
|
3117 |
msgid "Merge cells"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:156
|
3121 |
msgid ""
|
3122 |
"Column types <span style=\"font-size: 8px;\">(String, Integer, Float, Date, "
|
3123 |
"DateTime, Time, Image, URL link and E-mail)</span>"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
|
3127 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:47
|
3128 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:643
|
3129 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:651
|
3130 |
msgid "Sorting"
|
3131 |
msgstr ""
|
3132 |
|
3133 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
|
3134 |
msgid "Row grouping"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:192
|
3138 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:653
|
3139 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:504
|
3140 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:512
|
3141 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1387
|
3142 |
msgid "Pagination"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:204
|
3146 |
msgid ""
|
3147 |
"Export table data <span style=\"font-size: 8px;\">(Export to Excel, CSV, "
|
3148 |
"PDF, and Copy and Print options)</span>"
|
3149 |
msgstr ""
|
3150 |
|
3151 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:216
|
3152 |
msgid "Column Customization"
|
3153 |
msgstr ""
|
3154 |
|
3155 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:228
|
3156 |
msgid "Global Table Customization"
|
3157 |
msgstr ""
|
3158 |
|
3159 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:240
|
3160 |
msgid "WP Bakery, Elementor and Gutenberg support"
|
3161 |
msgstr ""
|
3162 |
|
3163 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:252
|
3164 |
msgid "Creating Google charts"
|
3165 |
msgstr ""
|
3166 |
|
3167 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:264
|
3168 |
msgid "Customize charts"
|
3169 |
msgstr ""
|
3170 |
|
3171 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:268
|
3172 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:562
|
3173 |
msgid "Limited"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:270
|
3177 |
msgid "Some options are not available."
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:366
|
3181 |
msgid "Creating tables where users can see and edit only their own data"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:558
|
3185 |
msgid "Support"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:564
|
3189 |
msgid "Response time is slow and can be up to 5 business days."
|
3190 |
msgstr ""
|
3191 |
|
3192 |
-
#: templates/admin/lite-vs-premium/lite_vs_premium.inc.php:575
|
3193 |
msgid ""
|
3194 |
"* Please note that wpDataTables add-ons are not included in premium version "
|
3195 |
"of plugin."
|
3196 |
msgstr ""
|
3197 |
|
3198 |
-
#: templates/admin/settings/settings.inc.php:33
|
3199 |
-
#: templates/admin/settings/settings.inc.php:95
|
3200 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:25
|
3201 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1098
|
3202 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:47
|
3203 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:48
|
3204 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:89
|
3205 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:48
|
3206 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:49
|
3207 |
msgid "Save Changes"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
-
#: templates/admin/settings/settings.inc.php:44
|
3211 |
-
#: templates/settings.inc.php:
|
|
|
3212 |
msgid "Main settings"
|
3213 |
msgstr ""
|
3214 |
|
3215 |
-
#: templates/admin/settings/settings.inc.php:49
|
3216 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:15
|
3217 |
msgid "Separate DB connection"
|
3218 |
msgstr ""
|
3219 |
|
3220 |
-
#: templates/admin/settings/settings.inc.php:54
|
3221 |
-
#: templates/settings.inc.php:
|
|
|
3222 |
msgid "Color and font settings"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: templates/admin/settings/settings.inc.php:58
|
3226 |
-
#: templates/settings.inc.php:
|
|
|
3227 |
msgid "Custom JS and CSS"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
-
#: templates/admin/settings/settings.inc.php:62
|
3231 |
msgid "Google Spreadsheet API settings"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
-
#: templates/admin/settings/settings.inc.php:92
|
|
|
3235 |
msgid "Reset colors and fonts to default"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:18
|
3239 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:25
|
3240 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1367
|
3241 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1461
|
3242 |
msgid "Font"
|
3243 |
msgstr ""
|
3244 |
|
3245 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:27
|
3246 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1464
|
3247 |
-
#: templates/settings.inc.php:428
|
3248 |
msgid ""
|
3249 |
"This font will be used in rendered tables. Leave blank not to override "
|
3250 |
"default theme settings"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:47
|
3254 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1486
|
3255 |
msgid "Define the font size"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:70
|
3259 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:143
|
3260 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:464
|
3261 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1519
|
3262 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1594
|
3263 |
msgid "Font color"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:72
|
3267 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1522
|
3268 |
msgid "This color is used for the main font in table cells."
|
3269 |
msgstr ""
|
3270 |
|
3271 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:97
|
3272 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:348
|
3273 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1371
|
3274 |
msgid "Header"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:106
|
3278 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1552
|
3279 |
msgid "The color is used for background of the table header."
|
3280 |
msgstr ""
|
3281 |
|
3282 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:125
|
3283 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1574
|
3284 |
msgid "This color is used for the border in the table header."
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:145
|
3288 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1597
|
3289 |
msgid "This color is used for the font in the table header."
|
3290 |
msgstr ""
|
3291 |
|
3292 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:162
|
3293 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1616
|
3294 |
msgid "Active and hover color\t"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:164
|
3298 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1619
|
3299 |
msgid ""
|
3300 |
"This color is used when you hover the mouse above the table header, or when "
|
3301 |
"you choose a column."
|
3302 |
msgstr ""
|
3303 |
|
3304 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:191
|
3305 |
msgid "Table border "
|
3306 |
msgstr ""
|
3307 |
|
3308 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:198
|
3309 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1647
|
3310 |
msgid "Inner border"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:200
|
3314 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1650
|
3315 |
msgid "This color is used for the inner border in the table between cells."
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:218
|
3319 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1670
|
3320 |
msgid "Outer border"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:220
|
3324 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1673
|
3325 |
msgid "This color is used for the outer border of the whole table body."
|
3326 |
msgstr ""
|
3327 |
|
3328 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:238
|
3329 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1693
|
3330 |
msgid "Table borders"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:240
|
3334 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1696
|
3335 |
msgid "When this is checked, borders in table will be removed "
|
3336 |
msgstr ""
|
3337 |
|
3338 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:244
|
3339 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1702
|
3340 |
msgid "Remove borders in table"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:249
|
3344 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1707
|
3345 |
msgid "Header border"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:251
|
3349 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1710
|
3350 |
msgid "When this is checked,borders in header will be removed "
|
3351 |
msgstr ""
|
3352 |
|
3353 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:255
|
3354 |
msgid "Remove borders in header"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:269
|
3358 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1379
|
3359 |
msgid "Row color"
|
3360 |
msgstr ""
|
3361 |
|
3362 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:276
|
3363 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1729
|
3364 |
msgid "Even row background"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:278
|
3368 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1732
|
3369 |
msgid "This color is used for for background in even rows."
|
3370 |
msgstr ""
|
3371 |
|
3372 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:295
|
3373 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1751
|
3374 |
msgid "Odd row background"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:297
|
3378 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1754
|
3379 |
msgid "This color is used for for background in odd rows."
|
3380 |
msgstr ""
|
3381 |
|
3382 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:314
|
3383 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1773
|
3384 |
msgid "Hover row"
|
3385 |
msgstr ""
|
3386 |
|
3387 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:316
|
3388 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1776
|
3389 |
msgid ""
|
3390 |
"This color is used for to highlight the row when you hover your mouse above "
|
3391 |
"it."
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:333
|
3395 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1795
|
3396 |
msgid "Background for selected rows"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:335
|
3400 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1798
|
3401 |
msgid "This color is used for background in selected rows."
|
3402 |
msgstr ""
|
3403 |
|
3404 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:362
|
3405 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1383
|
3406 |
msgid "Cell color"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:369
|
3410 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1826
|
3411 |
msgid "Sorted columns, even rows"
|
3412 |
msgstr ""
|
3413 |
|
3414 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:371
|
3415 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1829
|
3416 |
msgid ""
|
3417 |
"This color is used for background in cells which are in the active columns "
|
3418 |
"(columns used for sorting) in even rows."
|
3419 |
msgstr ""
|
3420 |
|
3421 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:389
|
3422 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1849
|
3423 |
msgid "Sorted columns, odd rows"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:391
|
3427 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1852
|
3428 |
msgid ""
|
3429 |
"This color is used for background in cells which are in the active columns "
|
3430 |
"(columns used for sorting) in odd rows."
|
3431 |
msgstr ""
|
3432 |
|
3433 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:418
|
3434 |
msgid "Buttons color in modals"
|
3435 |
msgstr ""
|
3436 |
|
3437 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:427
|
3438 |
msgid "This color is used for background in buttons."
|
3439 |
msgstr ""
|
3440 |
|
3441 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:446
|
3442 |
msgid "This color is used for border in buttons."
|
3443 |
msgstr ""
|
3444 |
|
3445 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:466
|
3446 |
msgid "This color is used for font in buttons."
|
3447 |
msgstr ""
|
3448 |
|
3449 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:483
|
3450 |
msgid "Background hover color"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:485
|
3454 |
msgid ""
|
3455 |
"This color will be used for button backgrounds when you hover above them."
|
3456 |
msgstr ""
|
3457 |
|
3458 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:503
|
3459 |
msgid "Hover font color"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:505
|
3463 |
msgid "This color will be used for buttons font when you hover above them."
|
3464 |
msgstr ""
|
3465 |
|
3466 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:523
|
3467 |
-
#: templates/settings.inc.php:401
|
3468 |
msgid "Buttons hover border color"
|
3469 |
msgstr ""
|
3470 |
|
3471 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:525
|
3472 |
msgid "This color will be used for button borders when you hover above them."
|
3473 |
msgstr ""
|
3474 |
|
3475 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:543
|
3476 |
-
#: templates/settings.inc.php:410
|
3477 |
msgid "Buttons and inputs border radius (in px)"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:545
|
3481 |
-
#: templates/settings.inc.php:414
|
3482 |
msgid "This is a border radius for inputs in buttons. Default is 3px."
|
3483 |
msgstr ""
|
3484 |
|
3485 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:577
|
3486 |
msgid "Modals and overlay color"
|
3487 |
msgstr ""
|
3488 |
|
3489 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:584
|
3490 |
-
#: templates/settings.inc.php:374
|
3491 |
msgid "Modals font color"
|
3492 |
msgstr ""
|
3493 |
|
3494 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:586
|
3495 |
msgid ""
|
3496 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
3497 |
msgstr ""
|
3498 |
|
3499 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:604
|
3500 |
msgid "Modals background"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:606
|
3504 |
msgid ""
|
3505 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
3506 |
"background."
|
3507 |
msgstr ""
|
3508 |
|
3509 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:625
|
3510 |
msgid "Overlay background"
|
3511 |
msgstr ""
|
3512 |
|
3513 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:627
|
3514 |
msgid ""
|
3515 |
"This color will be used for overlay which appears below the plugin popups."
|
3516 |
msgstr ""
|
3517 |
|
3518 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:662
|
3519 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1882
|
3520 |
msgid "This color is used for the background of the pagination"
|
3521 |
msgstr ""
|
3522 |
|
3523 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:682
|
3524 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1905
|
3525 |
msgid "This color is used for the color of the links in the pagination."
|
3526 |
msgstr ""
|
3527 |
|
3528 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:700
|
3529 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1924
|
3530 |
msgid "Current page background color"
|
3531 |
msgstr ""
|
3532 |
|
3533 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:702
|
3534 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1927
|
3535 |
msgid "The color is used for background of the current page"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:719
|
3539 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1948
|
3540 |
msgid "Current page color"
|
3541 |
msgstr ""
|
3542 |
|
3543 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:721
|
3544 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1951
|
3545 |
msgid "This color is used for the color of the current page."
|
3546 |
msgstr ""
|
3547 |
|
3548 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:739
|
3549 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1971
|
3550 |
msgid "Other pages hover background color"
|
3551 |
msgstr ""
|
3552 |
|
3553 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:741
|
3554 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1974
|
3555 |
msgid ""
|
3556 |
"This background color is used when you hover the mouse above the other pages"
|
3557 |
msgstr ""
|
3558 |
|
3559 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:758
|
3560 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1995
|
3561 |
msgid "Other pages hover color"
|
3562 |
msgstr ""
|
3563 |
|
3564 |
-
#: templates/admin/settings/tabs/color_and_font_settings.php:760
|
3565 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1998
|
3566 |
msgid "This color is used when you hover the mouse above the other pages."
|
3567 |
msgstr ""
|
3568 |
|
3569 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:15
|
3570 |
-
#: templates/settings.inc.php:454
|
3571 |
msgid "Custom wpDataTables JS"
|
3572 |
msgstr ""
|
3573 |
|
3574 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:17
|
3575 |
msgid ""
|
3576 |
"This JS will be inserted as an inline script block on every page that has a "
|
3577 |
"wpDataTable."
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:30
|
3581 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:2025
|
3582 |
-
#: templates/settings.inc.php:463
|
3583 |
msgid "Custom wpDataTables CSS"
|
3584 |
msgstr ""
|
3585 |
|
3586 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:32
|
3587 |
msgid ""
|
3588 |
"This CSS will be inserted as an inline style block on every page that has a "
|
3589 |
"wpDataTable."
|
3590 |
msgstr ""
|
3591 |
|
3592 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:45
|
3593 |
msgid "Use minified wpDataTables Javascript "
|
3594 |
msgstr ""
|
3595 |
|
3596 |
-
#: templates/admin/settings/tabs/custom_js_and_css.php:51
|
3597 |
msgid "Use minified version of Javascript files"
|
3598 |
msgstr ""
|
3599 |
|
3600 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:15
|
3601 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1407
|
3602 |
-
#: templates/settings.inc.php:45
|
3603 |
msgid "Interface language"
|
3604 |
msgstr ""
|
3605 |
|
3606 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:17
|
3607 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1410
|
3608 |
msgid "Pick the language which will be used in tables interface."
|
3609 |
msgstr ""
|
3610 |
|
3611 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:23
|
3612 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1417
|
3613 |
msgid "English (default)"
|
3614 |
msgstr ""
|
3615 |
|
3616 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:36
|
3617 |
-
#: templates/settings.inc.php:98
|
3618 |
msgid "Date format"
|
3619 |
msgstr ""
|
3620 |
|
3621 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:38
|
3622 |
msgid "Pick the date format to use in date column type."
|
3623 |
msgstr ""
|
3624 |
|
3625 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:74
|
3626 |
-
#: templates/settings.inc.php:119
|
3627 |
msgid "Time format"
|
3628 |
msgstr ""
|
3629 |
|
3630 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:76
|
3631 |
msgid "Pick the time format to use in datetime and time column type."
|
3632 |
msgstr ""
|
3633 |
|
3634 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:91
|
3635 |
msgid "Parse shortcodes"
|
3636 |
msgstr ""
|
3637 |
|
3638 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:93
|
3639 |
msgid ""
|
3640 |
"If the option is enabled, you can use shortcodes of other plugins for "
|
3641 |
"generating content."
|
3642 |
msgstr ""
|
3643 |
|
3644 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:97
|
3645 |
msgid "Parse shortcodes in strings"
|
3646 |
msgstr ""
|
3647 |
|
3648 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:104
|
3649 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1430
|
3650 |
-
#: templates/settings.inc.php:74
|
3651 |
msgid "Base skin"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:106
|
3655 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1433
|
3656 |
msgid "Choose the base skin for the plugin."
|
3657 |
msgstr ""
|
3658 |
|
3659 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:112
|
3660 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1440
|
3661 |
msgid "Material"
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:113
|
3665 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1441
|
3666 |
msgid "Light"
|
3667 |
msgstr ""
|
3668 |
|
3669 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:114
|
3670 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1442
|
3671 |
msgid "Graphite"
|
3672 |
msgstr ""
|
3673 |
|
3674 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:115
|
3675 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1443
|
3676 |
msgid "Aqua"
|
3677 |
msgstr ""
|
3678 |
|
3679 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:116
|
3680 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1444
|
3681 |
msgid "Purple"
|
3682 |
msgstr ""
|
3683 |
|
3684 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:117
|
3685 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1445
|
3686 |
msgid "Dark"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:125
|
3690 |
-
#: templates/settings.inc.php:131
|
3691 |
msgid "Number format"
|
3692 |
msgstr ""
|
3693 |
|
3694 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:127
|
3695 |
-
#: templates/settings.inc.php:138
|
3696 |
msgid "Pick the number format (thousands and decimals separator)"
|
3697 |
msgstr ""
|
3698 |
|
3699 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:144
|
3700 |
-
#: templates/settings.inc.php:86
|
3701 |
msgid "Render advanced filter"
|
3702 |
msgstr ""
|
3703 |
|
3704 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:146
|
3705 |
msgid ""
|
3706 |
"Choose where you would like to render the advanced filter for tables where "
|
3707 |
"enabled."
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:152
|
3711 |
-
#: templates/settings.inc.php:90
|
3712 |
msgid "In the header"
|
3713 |
msgstr ""
|
3714 |
|
3715 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:153
|
3716 |
-
#: templates/settings.inc.php:91
|
3717 |
msgid "In the footer"
|
3718 |
msgstr ""
|
3719 |
|
3720 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:161
|
3721 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:385
|
3722 |
-
#: templates/settings.inc.php:143
|
3723 |
msgid "Decimal places"
|
3724 |
msgstr ""
|
3725 |
|
3726 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:163
|
3727 |
msgid "Define the amount of decimal places for the float numbers."
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:188
|
3731 |
msgid "CSV delimiter"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:190
|
3735 |
msgid "Pick the CSV delimiter"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:209
|
3739 |
msgid "Tables sorting direction in admin page"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:211
|
3743 |
msgid ""
|
3744 |
"Here you can set sorting direction by id for browse tables and charts. By "
|
3745 |
"default is ascending order."
|
3746 |
msgstr ""
|
3747 |
|
3748 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:217
|
3749 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:783
|
3750 |
-
#: templates/edit_table.inc.php:663
|
3751 |
msgid "Ascending"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:218
|
3755 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:784
|
3756 |
-
#: templates/edit_table.inc.php:665
|
3757 |
msgid "Descending"
|
3758 |
msgstr ""
|
3759 |
|
3760 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:229
|
3761 |
-
#: templates/settings.inc.php:171
|
3762 |
msgid "Tablet width"
|
3763 |
msgstr ""
|
3764 |
|
3765 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:231
|
3766 |
-
#: templates/settings.inc.php:175
|
3767 |
msgid ""
|
3768 |
"Here you can specify width of the screen (in pixels) that will be treated as "
|
3769 |
"a tablet. You can set it wider if you want responsive effect on desktops."
|
3770 |
msgstr ""
|
3771 |
|
3772 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:255
|
3773 |
-
#: templates/settings.inc.php:181
|
3774 |
msgid "Mobile width"
|
3775 |
msgstr ""
|
3776 |
|
3777 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:257
|
3778 |
msgid "Here you can specify width (in pixels) will be treated as a mobile.."
|
3779 |
msgstr ""
|
3780 |
|
3781 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:282
|
3782 |
-
#: templates/settings.inc.php:61
|
3783 |
msgid "Tables per admin page"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:284
|
3787 |
msgid "How many tables to show in the browse page."
|
3788 |
msgstr ""
|
3789 |
|
3790 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:300
|
3791 |
msgid "Align numbers"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:302
|
3795 |
msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:306
|
3799 |
-
#: templates/settings.inc.php:161
|
3800 |
msgid "Align numbers to the right"
|
3801 |
msgstr ""
|
3802 |
|
3803 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:316
|
3804 |
msgid "Sum functions label"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:318
|
3808 |
msgid ""
|
3809 |
"Enter a label that will be used for Sum functions. If you leave it blank "
|
3810 |
"default label will be Σ ="
|
3811 |
msgstr ""
|
3812 |
|
3813 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:336
|
3814 |
msgid "Average functions label"
|
3815 |
msgstr ""
|
3816 |
|
3817 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:338
|
3818 |
msgid ""
|
3819 |
"Enter a label that will be used for Average functions. If you leave it blank "
|
3820 |
"default label will be Avg ="
|
3821 |
msgstr ""
|
3822 |
|
3823 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:361
|
3824 |
msgid "Minimum functions label"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:363
|
3828 |
msgid ""
|
3829 |
"Enter a label that will be used for Minimum functions. If you leave it blank "
|
3830 |
"default label will be Min ="
|
3831 |
msgstr ""
|
3832 |
|
3833 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:381
|
3834 |
msgid "Maximum functions label"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:383
|
3838 |
msgid ""
|
3839 |
"Enter a label that will be used for Maximum functions. If you leave it blank "
|
3840 |
"default label will be Max ="
|
3841 |
msgstr ""
|
3842 |
|
3843 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:409
|
3844 |
msgid "Include full bootstrap front-end"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:411
|
3848 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:422
|
3849 |
msgid ""
|
3850 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
3851 |
"in one of the theme files. Unchecked option means that there is still "
|
3852 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
3853 |
msgstr ""
|
3854 |
|
3855 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:415
|
3856 |
msgid "Include full bootstrap.js on the front-end"
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:420
|
3860 |
msgid "Include full bootstrap back-end"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:426
|
3864 |
msgid "Include full bootstrap.js on the back-end"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:434
|
3868 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:440
|
3869 |
-
#: templates/settings.inc.php:32
|
3870 |
msgid "Show plugin credentials below tables"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:436
|
3874 |
-
#: templates/settings.inc.php:32
|
3875 |
msgid ""
|
3876 |
"If you want to support our project, please, keep this checkbox as checked"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:445
|
3880 |
msgid "Prevent deleting tables in database"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:447
|
3884 |
msgid ""
|
3885 |
"It is recommended to leave this option as checked if you what to keep your "
|
3886 |
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
3887 |
"this option, it will be deleted all tables in database after deleting plugin"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:451
|
3891 |
msgid ""
|
3892 |
"Prevent deleting tables in database after deleting plugin from Plugins page"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:458
|
3896 |
msgid "Remove Getting Started page"
|
3897 |
msgstr ""
|
3898 |
|
3899 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:460
|
3900 |
msgid ""
|
3901 |
"Check this option if you want to remove Getting Started page from admin menu."
|
3902 |
msgstr ""
|
3903 |
|
3904 |
-
#: templates/admin/settings/tabs/main_plugin_settings.php:464
|
3905 |
msgid "Remove \"Getting Started\" page from admin menu."
|
3906 |
msgstr ""
|
3907 |
|
3908 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:17
|
3909 |
msgid ""
|
3910 |
"If this checkbox is checked, you have option to add more than one separate "
|
3911 |
"database connection (MySQL, MS SQL, Postgre SQL)"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:22
|
3915 |
msgid "Use separate connection"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:28
|
3919 |
msgid "Test connection"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:30
|
3923 |
msgid ""
|
3924 |
"Click this button to test if wpDataTables is able to connect to the MySQL "
|
3925 |
"server with the details you provided."
|
3926 |
msgstr ""
|
3927 |
|
3928 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:41
|
3929 |
msgid "MySQL host"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:43
|
3933 |
msgid "MySQL host address."
|
3934 |
msgstr ""
|
3935 |
|
3936 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:47
|
3937 |
msgid "MySQL host address"
|
3938 |
msgstr ""
|
3939 |
|
3940 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:52
|
3941 |
msgid "MySQL database"
|
3942 |
msgstr ""
|
3943 |
|
3944 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:54
|
3945 |
msgid "MySQL database name."
|
3946 |
msgstr ""
|
3947 |
|
3948 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:58
|
3949 |
msgid "MySQL database name"
|
3950 |
msgstr ""
|
3951 |
|
3952 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:66
|
3953 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:73
|
3954 |
msgid "MySQL user"
|
3955 |
msgstr ""
|
3956 |
|
3957 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:68
|
3958 |
msgid "MySQL username for the connection."
|
3959 |
msgstr ""
|
3960 |
|
3961 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:78
|
3962 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:83
|
3963 |
msgid "MySQL password"
|
3964 |
msgstr ""
|
3965 |
|
3966 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:80
|
3967 |
msgid "MySQL password for the provided user."
|
3968 |
msgstr ""
|
3969 |
|
3970 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:92
|
3971 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:98
|
3972 |
msgid "MySQL port"
|
3973 |
msgstr ""
|
3974 |
|
3975 |
-
#: templates/admin/settings/tabs/separate_mysql_connection.php:94
|
3976 |
msgid "MySQL port for the connection (default: 3306)."
|
3977 |
msgstr ""
|
3978 |
|
3979 |
-
#: templates/admin/support/support.inc.php:46
|
3980 |
msgid "Get started with detailed explanation of every plugin feature."
|
3981 |
msgstr ""
|
3982 |
|
3983 |
-
#: templates/admin/support/support.inc.php:52
|
3984 |
-
#: templates/admin/welcome_page/welcome_page.inc.php:204
|
3985 |
msgid "FAQ"
|
3986 |
msgstr ""
|
3987 |
|
3988 |
-
#: templates/admin/support/support.inc.php:53
|
3989 |
msgid ""
|
3990 |
"Find a list of frequently asked questions about wpDataTables functionality."
|
3991 |
msgstr ""
|
3992 |
|
3993 |
-
#: templates/admin/support/support.inc.php:54
|
3994 |
msgid "Visit FAQ"
|
3995 |
msgstr ""
|
3996 |
|
3997 |
-
#: templates/admin/support/support.inc.php:59
|
3998 |
msgid "Feature suggestion"
|
3999 |
msgstr ""
|
4000 |
|
4001 |
-
#: templates/admin/support/support.inc.php:60
|
4002 |
msgid "Great opportunity to our users to submit ideas for new features."
|
4003 |
msgstr ""
|
4004 |
|
4005 |
-
#: templates/admin/support/support.inc.php:61
|
4006 |
msgid "Suggest a Feature"
|
4007 |
msgstr ""
|
4008 |
|
4009 |
-
#: templates/admin/support/support.inc.php:68
|
4010 |
msgid "Still need help?"
|
4011 |
msgstr ""
|
4012 |
|
4013 |
-
#: templates/admin/support/support.inc.php:69
|
4014 |
msgid "We provide support to all our users over WordPress.org "
|
4015 |
msgstr ""
|
4016 |
|
4017 |
-
#: templates/admin/support/support.inc.php:70
|
4018 |
msgid "Open a topic"
|
4019 |
msgstr ""
|
4020 |
|
4021 |
-
#: templates/admin/system-info/system_info.inc.php:22
|
4022 |
msgid "System Info"
|
4023 |
msgstr ""
|
4024 |
|
4025 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4026 |
msgid "The URL of your site's homepage."
|
4027 |
msgstr ""
|
4028 |
|
4029 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4030 |
msgid "The root URL of your site."
|
4031 |
msgstr ""
|
4032 |
|
4033 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4034 |
msgid "System path of your wp-content directory."
|
4035 |
msgstr ""
|
4036 |
|
4037 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4038 |
msgid "System path of your WP root directory."
|
4039 |
msgstr ""
|
4040 |
|
4041 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4042 |
msgid "The version of WordPress installed on your site."
|
4043 |
msgstr ""
|
4044 |
|
4045 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4046 |
msgid "Whether or not you have WordPress Multisite enabled."
|
4047 |
msgstr ""
|
4048 |
|
4049 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4050 |
#, php-format
|
4051 |
msgid ""
|
4052 |
"%1$s </span> - We recommend setting memory to at least <strong>128MB</"
|
@@ -4055,35 +4354,75 @@ msgid ""
|
|
4055 |
"noreferrer\">Increasing memory allocated to PHP.</a>"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
-
#: templates/admin/system-info/system_info.inc.php:130
|
4059 |
msgid "The maximum amount of memory (RAM) that your site can use at one time."
|
4060 |
msgstr ""
|
4061 |
|
4062 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4063 |
msgid "Displays whether or not WordPress is in Debug Mode."
|
4064 |
msgstr ""
|
4065 |
|
4066 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4067 |
msgid "The current language used by WordPress. Default = English"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4071 |
msgid "Information about your operating system."
|
4072 |
msgstr ""
|
4073 |
|
4074 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4075 |
msgid "Information about the web server that is currently hosting your site."
|
4076 |
msgstr ""
|
4077 |
|
4078 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4079 |
msgid "The version of PHP installed on your hosting server."
|
4080 |
msgstr ""
|
4081 |
|
4082 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4083 |
msgid "The largest file size that can be contained in one post."
|
4084 |
msgstr ""
|
4085 |
|
4086 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4087 |
#, php-format
|
4088 |
msgid ""
|
4089 |
"%1$s </span> - We recommend setting max execution time to at least 180.<br /"
|
@@ -4091,218 +4430,301 @@ msgid ""
|
|
4091 |
"\">Increasing max execution to PHP</a>"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: templates/admin/system-info/system_info.inc.php:248
|
4095 |
msgid ""
|
4096 |
"The amount of time (in seconds) that your site will spend on a single "
|
4097 |
"operation before timing out (to avoid server lockups)"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4101 |
msgid "The version of MySQL installed on your hosting server."
|
4102 |
msgstr ""
|
4103 |
|
4104 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4105 |
msgid ""
|
4106 |
"The largest file size that can be uploaded to your WordPress installation."
|
4107 |
msgstr ""
|
4108 |
|
4109 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4110 |
msgid "Multibyte String (mbstring) is used to convert character encoding."
|
4111 |
msgstr ""
|
4112 |
|
4113 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4114 |
msgid ""
|
4115 |
"XML support is something that needs to be installed on the server for proper "
|
4116 |
"wpDataTables functionality."
|
4117 |
msgstr ""
|
4118 |
|
4119 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4120 |
msgid ""
|
4121 |
"DOM support is something that needs to be installed on the server for proper "
|
4122 |
"wpDataTables functionality."
|
4123 |
msgstr ""
|
4124 |
|
4125 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4126 |
msgid "Multibyte String (mbstring) require libxml to be installed. "
|
4127 |
msgstr ""
|
4128 |
|
4129 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4130 |
msgid ""
|
4131 |
"ZIP support is something that needs to be installed on the server, as a "
|
4132 |
"package for the Linux operating system, or rather to the PHP software on the "
|
4133 |
"server."
|
4134 |
msgstr ""
|
4135 |
|
4136 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4137 |
msgid "wpDataTables use cURL for getting data from other servers."
|
4138 |
msgstr ""
|
4139 |
|
4140 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4141 |
msgid "The name of the current active theme."
|
4142 |
msgstr ""
|
4143 |
|
4144 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4145 |
msgid "The installed version of the current active theme."
|
4146 |
msgstr ""
|
4147 |
|
4148 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4149 |
msgid "The theme developers."
|
4150 |
msgstr ""
|
4151 |
|
4152 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4153 |
msgid "The theme developers URL."
|
4154 |
msgstr ""
|
4155 |
|
4156 |
-
#: templates/admin/system-info/system_info.inc.php:
|
|
|
|
|
|
|
|
|
4157 |
msgid "Visit plugin homepage"
|
4158 |
msgstr ""
|
4159 |
|
4160 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:21
|
4161 |
msgid "Add Column"
|
4162 |
msgstr ""
|
4163 |
|
4164 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:35
|
4165 |
msgid "Column header"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:64
|
4169 |
msgid "Insert after"
|
4170 |
msgstr ""
|
4171 |
|
4172 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:70
|
4173 |
msgid "Beginning of table"
|
4174 |
msgstr ""
|
4175 |
|
4176 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:71
|
4177 |
msgid "End of table"
|
4178 |
msgstr ""
|
4179 |
|
4180 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:85
|
4181 |
-
#: templates/edit_table.inc.php:542
|
4182 |
msgid "Possible values"
|
4183 |
msgstr ""
|
4184 |
|
4185 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:96
|
4186 |
msgid "Editor predefined value"
|
4187 |
msgstr ""
|
4188 |
|
4189 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:110
|
4190 |
msgid "Fill with default value"
|
4191 |
msgstr ""
|
4192 |
|
4193 |
-
#: templates/admin/table-settings/add_column_modal.inc.php:130
|
4194 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:85
|
4195 |
msgid "OK"
|
4196 |
msgstr ""
|
4197 |
|
4198 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:14
|
4199 |
msgid "Column settings"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:39
|
4203 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:64
|
4204 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:64
|
4205 |
msgid "Display"
|
4206 |
msgstr ""
|
4207 |
|
4208 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:43
|
4209 |
msgid "Data"
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:51
|
4213 |
msgid "Global Filtering"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:55
|
4217 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:72
|
4218 |
msgid "Editing"
|
4219 |
msgstr ""
|
4220 |
|
4221 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:72
|
4222 |
-
#: templates/edit_table.inc.php:525
|
4223 |
msgid "Displayed header"
|
4224 |
msgstr ""
|
4225 |
|
4226 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:86
|
4227 |
-
#: templates/edit_table.inc.php:696
|
4228 |
msgid "Column position"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:110
|
4232 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:118
|
4233 |
msgid "Cell content prefix"
|
4234 |
msgstr ""
|
4235 |
|
4236 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:125
|
4237 |
msgid ""
|
4238 |
"Any text or symbol entered here will be shown before the value in every cell "
|
4239 |
"inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
|
4240 |
"Convenient for prices, percentages, etc."
|
4241 |
msgstr ""
|
4242 |
|
4243 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:140
|
4244 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:148
|
4245 |
msgid "Cell content suffix"
|
4246 |
msgstr ""
|
4247 |
|
4248 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:155
|
4249 |
msgid ""
|
4250 |
"Any text or symbol entered here will be shown after the value in every cell "
|
4251 |
"inside of this column. E.g.: %, pcs. Does not influence filtering and "
|
4252 |
"sorting. Convenient for prices, percentages, etc."
|
4253 |
msgstr ""
|
4254 |
|
4255 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:176
|
4256 |
-
#: templates/edit_table.inc.php:633
|
4257 |
msgid "Hide on mobiles"
|
4258 |
msgstr ""
|
4259 |
|
4260 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:185
|
4261 |
msgid "Collapse column on mobile devices"
|
4262 |
msgstr ""
|
4263 |
|
4264 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:192
|
4265 |
-
#: templates/edit_table.inc.php:622
|
4266 |
msgid "Hide on tablets"
|
4267 |
msgstr ""
|
4268 |
|
4269 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:201
|
4270 |
msgid "Collapse column on tablet devices"
|
4271 |
msgstr ""
|
4272 |
|
4273 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:214
|
4274 |
-
#: templates/edit_table.inc.php:533
|
4275 |
msgid "CSS class(es)"
|
4276 |
msgstr ""
|
4277 |
|
4278 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:228
|
4279 |
msgid "Visible on front-end"
|
4280 |
msgstr ""
|
4281 |
|
4282 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:237
|
4283 |
msgid "Show column in front-end"
|
4284 |
msgstr ""
|
4285 |
|
4286 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:251
|
4287 |
msgid "Column width"
|
4288 |
msgstr ""
|
4289 |
|
4290 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:264
|
4291 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:272
|
4292 |
msgid "Column color"
|
4293 |
msgstr ""
|
4294 |
|
4295 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:279
|
4296 |
msgid "Here you can override the default color for the complete column"
|
4297 |
msgstr ""
|
4298 |
|
4299 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:300
|
4300 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:308
|
4301 |
-
#: templates/edit_table.inc.php:645
|
4302 |
msgid "Group column"
|
4303 |
msgstr ""
|
4304 |
|
4305 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:315
|
4306 |
msgid ""
|
4307 |
"If one column of your table contains similar values for many rows, maybe it "
|
4308 |
"makes sense to use it as a “group column”: it means that it will not be "
|
@@ -4311,89 +4733,89 @@ msgid ""
|
|
4311 |
"group value."
|
4312 |
msgstr ""
|
4313 |
|
4314 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:316
|
4315 |
msgid ""
|
4316 |
"Group column will not work with MySQL tables with server-side processing "
|
4317 |
"enabled and with manual tables!"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:325
|
4321 |
msgid "Toggle column grouping"
|
4322 |
msgstr ""
|
4323 |
|
4324 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:343
|
4325 |
-
#: templates/edit_table.inc.php:582
|
4326 |
msgid "Column type"
|
4327 |
msgstr ""
|
4328 |
|
4329 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:345
|
4330 |
msgid ""
|
4331 |
"You can redefine the column data type here. Affects sorting, filtering and "
|
4332 |
"display logic. For manually created tables this will change the column type "
|
4333 |
"in database as well, which may result in data loss."
|
4334 |
msgstr ""
|
4335 |
|
4336 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:352
|
4337 |
msgid "String"
|
4338 |
msgstr ""
|
4339 |
|
4340 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:356
|
4341 |
msgid "DateTime"
|
4342 |
msgstr ""
|
4343 |
|
4344 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:358
|
4345 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:987
|
4346 |
msgid "URL link"
|
4347 |
msgstr ""
|
4348 |
|
4349 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:359
|
4350 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:988
|
4351 |
msgid "E-mail link"
|
4352 |
msgstr ""
|
4353 |
|
4354 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:362
|
4355 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:37
|
4356 |
msgid "Formula"
|
4357 |
msgstr ""
|
4358 |
|
4359 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:372
|
4360 |
msgid "Formula for calculation"
|
4361 |
msgstr ""
|
4362 |
|
4363 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:374
|
4364 |
msgid ""
|
4365 |
"You can create a formula (calculated column) based on other numeric columns "
|
4366 |
"(Integer and Float)"
|
4367 |
msgstr ""
|
4368 |
|
4369 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:378
|
4370 |
msgid "Open formula editor"
|
4371 |
msgstr ""
|
4372 |
|
4373 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:387
|
4374 |
msgid ""
|
4375 |
"You can redefine the visible decimal places for a float and formula columns "
|
4376 |
"here. If you leave this field empty amount of decimal places will be loaded "
|
4377 |
"from the settings page. 0 is available just for formula columns "
|
4378 |
msgstr ""
|
4379 |
|
4380 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:405
|
4381 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:413
|
4382 |
-
#: templates/edit_table.inc.php:684
|
4383 |
msgid "Skip thousands separator"
|
4384 |
msgstr ""
|
4385 |
|
4386 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:407
|
4387 |
msgid ""
|
4388 |
"Do not show thousands separator for this column (e.g. when showing years, "
|
4389 |
"IDs)."
|
4390 |
msgstr ""
|
4391 |
|
4392 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:420
|
4393 |
msgid "Possible values for column"
|
4394 |
msgstr ""
|
4395 |
|
4396 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:422
|
4397 |
msgid ""
|
4398 |
"Define the logic for fetching the possible values for this column for "
|
4399 |
"filtering, and for editing: read from table itself on page load (will always "
|
@@ -4402,33 +4824,33 @@ msgid ""
|
|
4402 |
"this column as foreign key)."
|
4403 |
msgstr ""
|
4404 |
|
4405 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:429
|
4406 |
msgid "Read from table on page load"
|
4407 |
msgstr ""
|
4408 |
|
4409 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:430
|
4410 |
msgid "Define values list"
|
4411 |
msgstr ""
|
4412 |
|
4413 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:431
|
4414 |
msgid "Use values from another wpDataTable (foreign key)"
|
4415 |
msgstr ""
|
4416 |
|
4417 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:440
|
4418 |
msgid "Date input format"
|
4419 |
msgstr ""
|
4420 |
|
4421 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:442
|
4422 |
msgid ""
|
4423 |
"Define date format which is used in the provided data source. Necessary for "
|
4424 |
"smooth reading of your dates."
|
4425 |
msgstr ""
|
4426 |
|
4427 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:481
|
4428 |
msgid "Values list"
|
4429 |
msgstr ""
|
4430 |
|
4431 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:483
|
4432 |
msgid ""
|
4433 |
"Enter the possible values for this column in this list, separate by pressing "
|
4434 |
"ENTER or comma. Click \"Read from table\" to fetch the list from existing "
|
@@ -4436,49 +4858,49 @@ msgid ""
|
|
4436 |
"editors for the column."
|
4437 |
msgstr ""
|
4438 |
|
4439 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:485
|
4440 |
msgid "Reset"
|
4441 |
msgstr ""
|
4442 |
|
4443 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:487
|
4444 |
msgid "Read from table"
|
4445 |
msgstr ""
|
4446 |
|
4447 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:501
|
4448 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:12
|
4449 |
msgid "Use values from another wpDataTable"
|
4450 |
msgstr ""
|
4451 |
|
4452 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:503
|
4453 |
msgid ""
|
4454 |
"Configure a relation with a separate wpDataTable: values in this column will "
|
4455 |
"be used as a foreign key, and replaced with values of a remote table column "
|
4456 |
"(e.g.: user name instead of user ID)."
|
4457 |
msgstr ""
|
4458 |
|
4459 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:507
|
4460 |
msgid "Configure relation..."
|
4461 |
msgstr ""
|
4462 |
|
4463 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:527
|
4464 |
msgid "Allow empty value"
|
4465 |
msgstr ""
|
4466 |
|
4467 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:529
|
4468 |
msgid ""
|
4469 |
"Add an empty value to the possible values list, to allow empty editing and "
|
4470 |
"filtering inputs."
|
4471 |
msgstr ""
|
4472 |
|
4473 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:535
|
4474 |
msgid "Add an empty value to the list"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:542
|
4478 |
msgid "Number of possible values to load"
|
4479 |
msgstr ""
|
4480 |
|
4481 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:544
|
4482 |
msgid ""
|
4483 |
"Define here how many possible values per page will be loaded in selectbox "
|
4484 |
"filters and editor inputs. It is recommended not to be set to All if you "
|
@@ -4487,472 +4909,474 @@ msgid ""
|
|
4487 |
"enabled."
|
4488 |
msgstr ""
|
4489 |
|
4490 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:569
|
4491 |
msgid "Calculate total"
|
4492 |
msgstr ""
|
4493 |
|
4494 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:571
|
4495 |
msgid ""
|
4496 |
"Enable this to show a total (sum) for all cells in this column in table "
|
4497 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4498 |
"shortcode below the switch."
|
4499 |
msgstr ""
|
4500 |
|
4501 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:577
|
4502 |
msgid "Calculate a total for this column"
|
4503 |
msgstr ""
|
4504 |
|
4505 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:580
|
4506 |
msgid ""
|
4507 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4508 |
"posts or pages you can see the total for this column."
|
4509 |
msgstr ""
|
4510 |
|
4511 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:589
|
4512 |
msgid "Calculate average"
|
4513 |
msgstr ""
|
4514 |
|
4515 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:591
|
4516 |
msgid ""
|
4517 |
"Enable this to show an average value for all cells in this column in table "
|
4518 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4519 |
"shortcode below the switch."
|
4520 |
msgstr ""
|
4521 |
|
4522 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:597
|
4523 |
msgid "Calculate average for this column"
|
4524 |
msgstr ""
|
4525 |
|
4526 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:600
|
4527 |
msgid ""
|
4528 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4529 |
"posts or pages you can see the average for this column."
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:609
|
4533 |
msgid "Calculate MIN value"
|
4534 |
msgstr ""
|
4535 |
|
4536 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:611
|
4537 |
msgid ""
|
4538 |
"Enable this to show a minimum value within all cells in this column in table "
|
4539 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4540 |
"shortcode below the switch."
|
4541 |
msgstr ""
|
4542 |
|
4543 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:617
|
4544 |
msgid "Find a minimum value for this column"
|
4545 |
msgstr ""
|
4546 |
|
4547 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:620
|
4548 |
msgid ""
|
4549 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4550 |
"posts or pages you can see the minimum for this column."
|
4551 |
msgstr ""
|
4552 |
|
4553 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:629
|
4554 |
msgid "Calculate MAX value"
|
4555 |
msgstr ""
|
4556 |
|
4557 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:631
|
4558 |
msgid ""
|
4559 |
"Enable this to show a maximum value within all cells in this column in table "
|
4560 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4561 |
"shortcode below the switch."
|
4562 |
msgstr ""
|
4563 |
|
4564 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:637
|
4565 |
msgid "Find a maximum value for this column"
|
4566 |
msgstr ""
|
4567 |
|
4568 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:640
|
4569 |
msgid ""
|
4570 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4571 |
"posts or pages you can see the maximum for this column."
|
4572 |
msgstr ""
|
4573 |
|
4574 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:653
|
4575 |
msgid "URL target attribute"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:655
|
4579 |
msgid "Set how to open URL Target"
|
4580 |
msgstr ""
|
4581 |
|
4582 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:669
|
4583 |
msgid "Show link as a button"
|
4584 |
msgstr ""
|
4585 |
|
4586 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:671
|
4587 |
msgid "The link will be shown as a button "
|
4588 |
msgstr ""
|
4589 |
|
4590 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:684
|
4591 |
msgid "Button text"
|
4592 |
msgstr ""
|
4593 |
|
4594 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:698
|
4595 |
msgid "Button class"
|
4596 |
msgstr ""
|
4597 |
|
4598 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:712
|
4599 |
msgid "URL relation attribute"
|
4600 |
msgstr ""
|
4601 |
|
4602 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:714
|
4603 |
msgid "Set the link relation"
|
4604 |
msgstr ""
|
4605 |
|
4606 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:740
|
4607 |
msgid "Allow sorting"
|
4608 |
msgstr ""
|
4609 |
|
4610 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:742
|
4611 |
msgid "Disable this to disallow sorting for this column."
|
4612 |
msgstr ""
|
4613 |
|
4614 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:748
|
4615 |
msgid "Allow sorting for this column"
|
4616 |
msgstr ""
|
4617 |
|
4618 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:755
|
4619 |
msgid "Use as default sorting column"
|
4620 |
msgstr ""
|
4621 |
|
4622 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:757
|
4623 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:763
|
4624 |
msgid "Sort table by this column on load"
|
4625 |
msgstr ""
|
4626 |
|
4627 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:774
|
4628 |
msgid "Default sorting direction"
|
4629 |
msgstr ""
|
4630 |
|
4631 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:776
|
4632 |
msgid "Choose whether to sort ascending or descending by default."
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:803
|
4636 |
msgid "Add a filter for this column"
|
4637 |
msgstr ""
|
4638 |
|
4639 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:811
|
4640 |
msgid "Enable filtering for column"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:818
|
4644 |
msgid ""
|
4645 |
"Enabling this switch will add a filter for this column. Disable to remove "
|
4646 |
"the filter for this column."
|
4647 |
msgstr ""
|
4648 |
|
4649 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:827
|
4650 |
msgid "Allow filtering"
|
4651 |
msgstr ""
|
4652 |
|
4653 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:834
|
4654 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:682
|
4655 |
msgid "Global search"
|
4656 |
msgstr ""
|
4657 |
|
4658 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:836
|
4659 |
msgid ""
|
4660 |
"If this option is turned off, the column data will not appear in your global "
|
4661 |
"search results."
|
4662 |
msgstr ""
|
4663 |
|
4664 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:842
|
4665 |
msgid "Enable this column in Global search"
|
4666 |
msgstr ""
|
4667 |
|
4668 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:850
|
4669 |
-
#: templates/edit_table.inc.php:570
|
4670 |
msgid "Filter type"
|
4671 |
msgstr ""
|
4672 |
|
4673 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:852
|
4674 |
msgid ""
|
4675 |
"You can redefine the filter type here, it will affect the filtering logic."
|
4676 |
msgstr ""
|
4677 |
|
4678 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:859
|
4679 |
msgid "Text"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:860
|
4683 |
msgid "Number"
|
4684 |
msgstr ""
|
4685 |
|
4686 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:861
|
4687 |
msgid "Number range"
|
4688 |
msgstr ""
|
4689 |
|
4690 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:862
|
4691 |
msgid "Date range"
|
4692 |
msgstr ""
|
4693 |
|
4694 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:863
|
4695 |
msgid "DateTime range"
|
4696 |
msgstr ""
|
4697 |
|
4698 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:864
|
4699 |
msgid "Time range"
|
4700 |
msgstr ""
|
4701 |
|
4702 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:865
|
4703 |
msgid "Selectbox"
|
4704 |
msgstr ""
|
4705 |
|
4706 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:866
|
4707 |
msgid "Checkbox"
|
4708 |
msgstr ""
|
4709 |
|
4710 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:877
|
4711 |
msgid "Filter label"
|
4712 |
msgstr ""
|
4713 |
|
4714 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:885
|
4715 |
msgid "Custom filter label"
|
4716 |
msgstr ""
|
4717 |
|
4718 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:892
|
4719 |
msgid ""
|
4720 |
"You can change the filter label (placeholder) for this column here, if you "
|
4721 |
"would like to show some custom text instead of default."
|
4722 |
msgstr ""
|
4723 |
|
4724 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:907
|
4725 |
msgid "Exact filtering"
|
4726 |
msgstr ""
|
4727 |
|
4728 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:909
|
4729 |
msgid ""
|
4730 |
"Enable exact search to use exact match logic for filtering, disable to allow "
|
4731 |
"partial match."
|
4732 |
msgstr ""
|
4733 |
|
4734 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:915
|
4735 |
msgid "Enable exact filtering"
|
4736 |
msgstr ""
|
4737 |
|
4738 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:922
|
4739 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1019
|
4740 |
msgid "Predefined value(s)"
|
4741 |
msgstr ""
|
4742 |
|
4743 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:924
|
4744 |
msgid ""
|
4745 |
"Define value(s) that will be set as default pre-defined filter value(s) on "
|
4746 |
"page load."
|
4747 |
msgstr ""
|
4748 |
|
4749 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:970
|
4750 |
msgid "Editor input type"
|
4751 |
msgstr ""
|
4752 |
|
4753 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:972
|
4754 |
msgid "Choose which kind of editor input to use for this column."
|
4755 |
msgstr ""
|
4756 |
|
4757 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:978
|
4758 |
msgid "None"
|
4759 |
msgstr ""
|
4760 |
|
4761 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:979
|
4762 |
msgid "One-line edit"
|
4763 |
msgstr ""
|
4764 |
|
4765 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:980
|
4766 |
msgid "Multi-line edit"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:981
|
4770 |
msgid "HTML editor"
|
4771 |
msgstr ""
|
4772 |
|
4773 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:982
|
4774 |
msgid "Single-value selectbox"
|
4775 |
msgstr ""
|
4776 |
|
4777 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:983
|
4778 |
msgid "Multi-value selectbox"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:999
|
4782 |
msgid "Column cannot be empty"
|
4783 |
msgstr ""
|
4784 |
|
4785 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1001
|
4786 |
msgid ""
|
4787 |
"Enable to make this column mandatory. Users will see a warning when trying "
|
4788 |
"to save with empty input."
|
4789 |
msgstr ""
|
4790 |
|
4791 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1007
|
4792 |
msgid "Cannot be empty"
|
4793 |
msgstr ""
|
4794 |
|
4795 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1021
|
4796 |
msgid ""
|
4797 |
"If you would like to have some values pre-defined in editors (i.e. default "
|
4798 |
"editor values) please enter these here."
|
4799 |
msgstr ""
|
4800 |
|
4801 |
-
#: templates/admin/table-settings/column_settings_panel.inc.php:1067
|
4802 |
msgid "Add New Rule"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
-
#: templates/admin/table-settings/column_small_block.inc.php:16
|
4806 |
msgid "Enable/disable in global search"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
-
#: templates/admin/table-settings/column_small_block.inc.php:18
|
4810 |
msgid "Show/hide sorting"
|
4811 |
msgstr ""
|
4812 |
|
4813 |
-
#: templates/admin/table-settings/column_small_block.inc.php:20
|
4814 |
msgid "Show/hide the column"
|
4815 |
msgstr ""
|
4816 |
|
4817 |
-
#: templates/admin/table-settings/column_small_block.inc.php:26
|
4818 |
msgid "Open column settings"
|
4819 |
msgstr ""
|
4820 |
|
4821 |
-
#: templates/admin/table-settings/columns_list_modal.inc.php:20
|
4822 |
msgid "List of the columns in the data source with quickaccess tools."
|
4823 |
msgstr ""
|
4824 |
|
4825 |
-
#: templates/admin/table-settings/columns_list_modal.inc.php:22
|
4826 |
msgid ""
|
4827 |
"Click column header to rename it, toggle column visibility by clicking on "
|
4828 |
"the eye icon, open column settings by clicking on the wrench icon, drag and "
|
4829 |
"drop blocks to reorder columns."
|
4830 |
msgstr ""
|
4831 |
|
4832 |
-
#: templates/admin/table-settings/columns_list_modal.inc.php:37
|
4833 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:98
|
4834 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:93
|
4835 |
-
#: templates/edit_table.inc.php:34
|
4836 |
-
#:
|
|
|
|
|
4837 |
msgid "Save"
|
4838 |
msgstr ""
|
4839 |
|
4840 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:7
|
4841 |
-
#: templates/edit_table.inc.php:770
|
4842 |
msgid "If cell value"
|
4843 |
msgstr ""
|
4844 |
|
4845 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:18
|
4846 |
-
#: templates/edit_table.inc.php:778
|
4847 |
msgid "contains"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:19
|
4851 |
-
#: templates/edit_table.inc.php:779
|
4852 |
msgid "does not contain"
|
4853 |
msgstr ""
|
4854 |
|
4855 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:32
|
4856 |
-
#: templates/edit_table.inc.php:783
|
4857 |
msgid "Set cell color"
|
4858 |
msgstr ""
|
4859 |
|
4860 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:33
|
4861 |
-
#: templates/edit_table.inc.php:784
|
4862 |
msgid "Reset cell color to default"
|
4863 |
msgstr ""
|
4864 |
|
4865 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:34
|
4866 |
-
#: templates/edit_table.inc.php:785
|
4867 |
msgid "Set cell content"
|
4868 |
msgstr ""
|
4869 |
|
4870 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:35
|
4871 |
-
#: templates/edit_table.inc.php:786
|
4872 |
msgid "Set cell CSS class"
|
4873 |
msgstr ""
|
4874 |
|
4875 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:36
|
4876 |
-
#: templates/edit_table.inc.php:787
|
4877 |
msgid "Remove cell CSS class"
|
4878 |
msgstr ""
|
4879 |
|
4880 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:37
|
4881 |
-
#: templates/edit_table.inc.php:788
|
4882 |
msgid "Set row color"
|
4883 |
msgstr ""
|
4884 |
|
4885 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:38
|
4886 |
-
#: templates/edit_table.inc.php:789
|
4887 |
msgid "Reset row color to default"
|
4888 |
msgstr ""
|
4889 |
|
4890 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:39
|
4891 |
-
#: templates/edit_table.inc.php:790
|
4892 |
msgid "Set row CSS class"
|
4893 |
msgstr ""
|
4894 |
|
4895 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:40
|
4896 |
-
#: templates/edit_table.inc.php:791
|
4897 |
msgid "Remove row CSS class"
|
4898 |
msgstr ""
|
4899 |
|
4900 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:41
|
4901 |
-
#: templates/edit_table.inc.php:792
|
4902 |
msgid "Set column color"
|
4903 |
msgstr ""
|
4904 |
|
4905 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:42
|
4906 |
-
#: templates/edit_table.inc.php:793
|
4907 |
msgid "Add column CSS class"
|
4908 |
msgstr ""
|
4909 |
|
4910 |
-
#: templates/admin/table-settings/conditional_formatting_block.inc.php:53
|
4911 |
msgid "Remove rule"
|
4912 |
msgstr ""
|
4913 |
|
4914 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:18
|
4915 |
msgid "Choose a source wpDataTable"
|
4916 |
msgstr ""
|
4917 |
|
4918 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:20
|
4919 |
msgid ""
|
4920 |
"Please choose a remote wpDataTable which will be used as the data source."
|
4921 |
msgstr ""
|
4922 |
|
4923 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:27
|
4924 |
msgid "Pick a table..."
|
4925 |
msgstr ""
|
4926 |
|
4927 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:47
|
4928 |
msgid "Display value"
|
4929 |
msgstr ""
|
4930 |
|
4931 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:49
|
4932 |
msgid ""
|
4933 |
"Please choose which column values will be shown to the front-end user (e.g. "
|
4934 |
"Name)."
|
4935 |
msgstr ""
|
4936 |
|
4937 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:71
|
4938 |
msgid "Store value"
|
4939 |
msgstr ""
|
4940 |
|
4941 |
-
#: templates/admin/table-settings/foreign_key_config.inc.php:73
|
4942 |
msgid ""
|
4943 |
"Please choose which column values will be stored in the table for reference "
|
4944 |
"- by default wdt_ID, or ID"
|
4945 |
msgstr ""
|
4946 |
|
4947 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:19
|
4948 |
msgid "Formula Editor"
|
4949 |
msgstr ""
|
4950 |
|
4951 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:25
|
4952 |
msgid "Use this dialog to construct formulas and see a preview of the result."
|
4953 |
msgstr ""
|
4954 |
|
4955 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:27
|
4956 |
msgid ""
|
4957 |
"You can use columns (values for each cell will be inserted), or number "
|
4958 |
"values. Only numeric columns allowed (non-numeric will be parsed as 0). "
|
@@ -4960,305 +5384,307 @@ msgid ""
|
|
4960 |
"col3*sin(col4-3))."
|
4961 |
msgstr ""
|
4962 |
|
4963 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:31
|
4964 |
msgid "Columns to use"
|
4965 |
msgstr ""
|
4966 |
|
4967 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:41
|
4968 |
msgid "Type your formula here..."
|
4969 |
msgstr ""
|
4970 |
|
4971 |
-
#: templates/admin/table-settings/formula_editor_modal.inc.php:85
|
4972 |
-
#: templates/chart_wizard.inc.php:48
|
4973 |
-
#:
|
4974 |
-
#: templates/edit_table.inc.php:
|
|
|
|
|
4975 |
msgid "Preview"
|
4976 |
msgstr ""
|
4977 |
|
4978 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
|
4979 |
msgid "Merge values?"
|
4980 |
msgstr ""
|
4981 |
|
4982 |
-
#: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
|
4983 |
msgid ""
|
4984 |
"There are already defined possible values. Do you want to merge or to "
|
4985 |
"replace new values with the existing?"
|
4986 |
msgstr ""
|
4987 |
|
4988 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:21
|
4989 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:35
|
4990 |
msgid "Remove Column"
|
4991 |
msgstr ""
|
4992 |
|
4993 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:58
|
4994 |
msgid "Confirm"
|
4995 |
msgstr ""
|
4996 |
|
4997 |
-
#: templates/admin/table-settings/remove_column_modal.inc.php:63
|
4998 |
msgid "Are you sure? There is no undo!"
|
4999 |
msgstr ""
|
5000 |
|
5001 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:9
|
5002 |
msgid "When working with this table type please note that at the moment:"
|
5003 |
msgstr ""
|
5004 |
|
5005 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:11
|
5006 |
msgid "There is no sorting, search, or pagination in this table type."
|
5007 |
msgstr ""
|
5008 |
|
5009 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:12
|
5010 |
msgid "Creating charts from this table type is not yet possible."
|
5011 |
msgstr ""
|
5012 |
|
5013 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:13
|
5014 |
msgid ""
|
5015 |
"If you need those features, please consider creating tables with option "
|
5016 |
msgstr ""
|
5017 |
|
5018 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:17
|
5019 |
msgid ""
|
5020 |
"Depends of users requests, we will add it in our road map and implement it "
|
5021 |
"based on priority. Thank you for understanding."
|
5022 |
msgstr ""
|
5023 |
|
5024 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:28
|
5025 |
msgid "Table preview"
|
5026 |
msgstr ""
|
5027 |
|
5028 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:38
|
5029 |
msgid "Desktop"
|
5030 |
msgstr ""
|
5031 |
|
5032 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:41
|
5033 |
msgid "Tablet"
|
5034 |
msgstr ""
|
5035 |
|
5036 |
-
#: templates/admin/table-settings/simple_table_preview_block.inc.php:44
|
5037 |
msgid "Mobile"
|
5038 |
msgstr ""
|
5039 |
|
5040 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:27
|
5041 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:26
|
5042 |
msgid "wpDataTable name, click to edit"
|
5043 |
msgstr ""
|
5044 |
|
5045 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:60
|
5046 |
msgid "Edit Data"
|
5047 |
msgstr ""
|
5048 |
|
5049 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:83
|
5050 |
msgid "Undo"
|
5051 |
msgstr ""
|
5052 |
|
5053 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:87
|
5054 |
msgid "Redo"
|
5055 |
msgstr ""
|
5056 |
|
5057 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:94
|
5058 |
msgid "Manage columns"
|
5059 |
msgstr ""
|
5060 |
|
5061 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:97
|
5062 |
msgid "Column"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:101
|
5066 |
msgid "Add column left"
|
5067 |
msgstr ""
|
5068 |
|
5069 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:106
|
5070 |
msgid "Insert column before selection"
|
5071 |
msgstr ""
|
5072 |
|
5073 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:111
|
5074 |
msgid "Insert column after selection"
|
5075 |
msgstr ""
|
5076 |
|
5077 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:116
|
5078 |
msgid "Add column right"
|
5079 |
msgstr ""
|
5080 |
|
5081 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:121
|
5082 |
msgid "Remove column/columns"
|
5083 |
msgstr ""
|
5084 |
|
5085 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:130
|
5086 |
msgid "Manage rows"
|
5087 |
msgstr ""
|
5088 |
|
5089 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:132
|
5090 |
msgid "Row"
|
5091 |
msgstr ""
|
5092 |
|
5093 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:136
|
5094 |
msgid "Add top row"
|
5095 |
msgstr ""
|
5096 |
|
5097 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:141
|
5098 |
msgid "Insert row before selection"
|
5099 |
msgstr ""
|
5100 |
|
5101 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:146
|
5102 |
msgid "Insert row after selection"
|
5103 |
msgstr ""
|
5104 |
|
5105 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:151
|
5106 |
msgid "Add bottom row"
|
5107 |
msgstr ""
|
5108 |
|
5109 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:156
|
5110 |
msgid "Remove row/rows"
|
5111 |
msgstr ""
|
5112 |
|
5113 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:165
|
5114 |
msgid "Bold"
|
5115 |
msgstr ""
|
5116 |
|
5117 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:169
|
5118 |
msgid "Italic"
|
5119 |
msgstr ""
|
5120 |
|
5121 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:173
|
5122 |
msgid "Underline"
|
5123 |
msgstr ""
|
5124 |
|
5125 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:178
|
5126 |
msgid "Text Color"
|
5127 |
msgstr ""
|
5128 |
|
5129 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:182
|
5130 |
msgid "Background Color"
|
5131 |
msgstr ""
|
5132 |
|
5133 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:189
|
5134 |
msgid "Horizontal align"
|
5135 |
msgstr ""
|
5136 |
|
5137 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:196
|
5138 |
msgid "Align Left"
|
5139 |
msgstr ""
|
5140 |
|
5141 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:201
|
5142 |
msgid "Align Center"
|
5143 |
msgstr ""
|
5144 |
|
5145 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:206
|
5146 |
msgid "Align Right"
|
5147 |
msgstr ""
|
5148 |
|
5149 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:211
|
5150 |
msgid "Align Justify"
|
5151 |
msgstr ""
|
5152 |
|
5153 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:226
|
5154 |
msgid "Vertical Align Middle"
|
5155 |
msgstr ""
|
5156 |
|
5157 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:231
|
5158 |
msgid "Vertical Align Top"
|
5159 |
msgstr ""
|
5160 |
|
5161 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:236
|
5162 |
msgid "Vertical Align Bottom"
|
5163 |
msgstr ""
|
5164 |
|
5165 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:244
|
5166 |
msgid "Text wrapping"
|
5167 |
msgstr ""
|
5168 |
|
5169 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:251
|
5170 |
msgid "Wrap"
|
5171 |
msgstr ""
|
5172 |
|
5173 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:256
|
5174 |
msgid "Overflow"
|
5175 |
msgstr ""
|
5176 |
|
5177 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:261
|
5178 |
msgid "Clip"
|
5179 |
msgstr ""
|
5180 |
|
5181 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:270
|
5182 |
msgid "Link"
|
5183 |
msgstr ""
|
5184 |
|
5185 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:274
|
5186 |
msgid "Insert Media"
|
5187 |
msgstr ""
|
5188 |
|
5189 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:290
|
5190 |
msgid "Clear data"
|
5191 |
msgstr ""
|
5192 |
|
5193 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:321
|
5194 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:211
|
5195 |
-
#: templates/edit_table.inc.php:58
|
5196 |
msgid "Table title"
|
5197 |
msgstr ""
|
5198 |
|
5199 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:329
|
5200 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:219
|
5201 |
-
#: templates/edit_table.inc.php:67
|
5202 |
msgid "Show table title"
|
5203 |
msgstr ""
|
5204 |
|
5205 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:333
|
5206 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:226
|
5207 |
msgid ""
|
5208 |
"Enable this to show the table title in a h3 block above the table, disable "
|
5209 |
"to hide."
|
5210 |
msgstr ""
|
5211 |
|
5212 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:341
|
5213 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:234
|
5214 |
msgid "Show table title on the page"
|
5215 |
msgstr ""
|
5216 |
|
5217 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:356
|
5218 |
msgid "Set Header"
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:360
|
5222 |
msgid "Enable this to set first row of the table as header."
|
5223 |
msgstr ""
|
5224 |
|
5225 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:368
|
5226 |
msgid "Use first row as table header"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:375
|
5230 |
msgid "Stripe table"
|
5231 |
msgstr ""
|
5232 |
|
5233 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:383
|
5234 |
msgid "Set Stripe table"
|
5235 |
msgstr ""
|
5236 |
|
5237 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:387
|
5238 |
msgid "Enable this to set odds and even classes in table"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:395
|
5242 |
msgid "Set odds and even classes in table"
|
5243 |
msgstr ""
|
5244 |
|
5245 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:404
|
5246 |
msgid "Cell padding (in px)"
|
5247 |
msgstr ""
|
5248 |
|
5249 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:406
|
5250 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:575
|
5251 |
msgid ""
|
5252 |
"Here you can provide number of the padding size for cell in table without "
|
5253 |
"inserting px."
|
5254 |
msgstr ""
|
5255 |
|
5256 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:436
|
5257 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:444
|
5258 |
msgid "Basic responsive"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:448
|
5262 |
msgid ""
|
5263 |
"Enable this to enable responsive mode on tablet and mobile devices.<br> All "
|
5264 |
"cells will be shown in one column. If option \"Header\" on Display tab in "
|
@@ -5267,177 +5693,177 @@ msgid ""
|
|
5267 |
"shown transpose other row data."
|
5268 |
msgstr ""
|
5269 |
|
5270 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:456
|
5271 |
msgid "Enable responsive mode"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:463
|
5275 |
-
#: templates/edit_table.inc.php:311
|
5276 |
msgid "Scrollable"
|
5277 |
msgstr ""
|
5278 |
|
5279 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:471
|
5280 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:378
|
5281 |
msgid "Scrollable table"
|
5282 |
msgstr ""
|
5283 |
|
5284 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:475
|
5285 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:385
|
5286 |
msgid "Enable this to enable a horizontal scrollbar below the table."
|
5287 |
msgstr ""
|
5288 |
|
5289 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:483
|
5290 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:394
|
5291 |
msgid "Show a horizontal scrollbar"
|
5292 |
msgstr ""
|
5293 |
|
5294 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:490
|
5295 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:498
|
5296 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:438
|
5297 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:446
|
5298 |
msgid "Limit table width"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:502
|
5302 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:453
|
5303 |
msgid "Enable this to restrict table width to page width."
|
5304 |
msgstr ""
|
5305 |
|
5306 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:510
|
5307 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:462
|
5308 |
msgid "Limit table width to page width"
|
5309 |
msgstr ""
|
5310 |
|
5311 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:517
|
5312 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:525
|
5313 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:469
|
5314 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:477
|
5315 |
-
#: templates/edit_table.inc.php:392
|
5316 |
msgid "Word wrap"
|
5317 |
msgstr ""
|
5318 |
|
5319 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:529
|
5320 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:484
|
5321 |
msgid ""
|
5322 |
"Enable this to wrap long strings into multiple lines and stretch the cells "
|
5323 |
"height."
|
5324 |
msgstr ""
|
5325 |
|
5326 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:537
|
5327 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:492
|
5328 |
msgid "Wrap words to newlines"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:546
|
5332 |
msgid "Vertical scroll"
|
5333 |
msgstr ""
|
5334 |
|
5335 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:554
|
5336 |
msgid "Add Vertical scroll"
|
5337 |
msgstr ""
|
5338 |
|
5339 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:558
|
5340 |
msgid "Enable this to enable a vertical scrollbar in the table."
|
5341 |
msgstr ""
|
5342 |
|
5343 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:566
|
5344 |
msgid "Show a vertical scrollbar"
|
5345 |
msgstr ""
|
5346 |
|
5347 |
-
#: templates/admin/table-settings/simple_table_settings_block.inc.php:573
|
5348 |
msgid "Vertical scroll height"
|
5349 |
msgstr ""
|
5350 |
|
5351 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:19
|
5352 |
msgid "Table preview and columns setup"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:28
|
5356 |
msgid "Complete column list"
|
5357 |
msgstr ""
|
5358 |
|
5359 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:31
|
5360 |
msgid "Column List"
|
5361 |
msgstr ""
|
5362 |
|
5363 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:38
|
5364 |
msgid "Remove column"
|
5365 |
msgstr ""
|
5366 |
|
5367 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:44
|
5368 |
msgid "Add a Formula Column"
|
5369 |
msgstr ""
|
5370 |
|
5371 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:49
|
5372 |
msgid "Add column"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:57
|
5376 |
msgid "Switch View:"
|
5377 |
msgstr ""
|
5378 |
|
5379 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:59
|
5380 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:62
|
5381 |
msgid "STANDARD"
|
5382 |
msgstr ""
|
5383 |
|
5384 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:60
|
5385 |
-
#: templates/admin/table-settings/table_preview_block.inc.php:63
|
5386 |
msgid "EXCEL-LIKE"
|
5387 |
msgstr ""
|
5388 |
|
5389 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:68
|
5390 |
msgid "Sorting and filtering"
|
5391 |
msgstr ""
|
5392 |
|
5393 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:76
|
5394 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1009
|
5395 |
msgid "Table Tools"
|
5396 |
msgstr ""
|
5397 |
|
5398 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:84
|
5399 |
msgid " Customize"
|
5400 |
msgstr ""
|
5401 |
|
5402 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:103
|
5403 |
msgid ""
|
5404 |
"Please choose a type of the input data source - it can be a MySQL query, a "
|
5405 |
"file, or an URL. Only MySQL query-based tables can use server-side processing"
|
5406 |
msgstr ""
|
5407 |
|
5408 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:110
|
5409 |
msgid "Select a data source type"
|
5410 |
msgstr ""
|
5411 |
|
5412 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:112
|
5413 |
msgid "SQL query "
|
5414 |
msgstr ""
|
5415 |
|
5416 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:113
|
5417 |
-
#: templates/edit_table.inc.php:85
|
5418 |
msgid "CSV file"
|
5419 |
msgstr ""
|
5420 |
|
5421 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:114
|
5422 |
-
#: templates/edit_table.inc.php:86
|
5423 |
msgid "Excel file"
|
5424 |
msgstr ""
|
5425 |
|
5426 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:117
|
5427 |
msgid "Google Spreadsheet "
|
5428 |
msgstr ""
|
5429 |
|
5430 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:118
|
5431 |
-
#: templates/edit_table.inc.php:89
|
5432 |
msgid "XML file"
|
5433 |
msgstr ""
|
5434 |
|
5435 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:119
|
5436 |
-
#: templates/edit_table.inc.php:90
|
5437 |
msgid "JSON file"
|
5438 |
msgstr ""
|
5439 |
|
5440 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:133
|
5441 |
msgid ""
|
5442 |
"Upload your file or provide the full URL here. For CSV or Excel input "
|
5443 |
"sources only URLs or paths from same domain are supported. For Google "
|
@@ -5445,30 +5871,30 @@ msgid ""
|
|
5445 |
"the URL."
|
5446 |
msgstr ""
|
5447 |
|
5448 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:139
|
5449 |
msgid "Paste URL or path, or click Browse to choose"
|
5450 |
msgstr ""
|
5451 |
|
5452 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:143
|
5453 |
msgid "Browse..."
|
5454 |
msgstr ""
|
5455 |
|
5456 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:155
|
5457 |
msgid ""
|
5458 |
"If it is turned on, all sorting, filtering, pagination and other data "
|
5459 |
"interaction will be done by MySQL server. This feature is recommended if you "
|
5460 |
"have more than 2000-3000 rows. Mandatory for editable tables."
|
5461 |
msgstr ""
|
5462 |
|
5463 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:162
|
5464 |
msgid "Enable server-side processing"
|
5465 |
msgstr ""
|
5466 |
|
5467 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:177
|
5468 |
msgid "MySQL Query"
|
5469 |
msgstr ""
|
5470 |
|
5471 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:179
|
5472 |
msgid ""
|
5473 |
"Enter the text of your MySQL query here - please make sure it returns actual "
|
5474 |
"data first. You can use a number of placeholders to make the dataset in the "
|
@@ -5476,335 +5902,335 @@ msgid ""
|
|
5476 |
"with different shortcodes."
|
5477 |
msgstr ""
|
5478 |
|
5479 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:186
|
5480 |
-
#: templates/edit_table.inc.php:292
|
5481 |
msgid "Auto-refresh"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:188
|
5485 |
msgid ""
|
5486 |
"If you enter a non-zero value, table will auto-refresh to show actual data "
|
5487 |
"with a given interval of seconds. Leave zero or empty not to use auto-"
|
5488 |
"refresh."
|
5489 |
msgstr ""
|
5490 |
|
5491 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:193
|
5492 |
msgid "Auto-refresh interval in seconds (zero or blank to disable)"
|
5493 |
msgstr ""
|
5494 |
|
5495 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:242
|
5496 |
msgid "Responsiveness"
|
5497 |
msgstr ""
|
5498 |
|
5499 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:250
|
5500 |
msgid "Responsive design"
|
5501 |
msgstr ""
|
5502 |
|
5503 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:257
|
5504 |
msgid "Enable this to allow responsiveness in the table."
|
5505 |
msgstr ""
|
5506 |
|
5507 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:258
|
5508 |
msgid ""
|
5509 |
"Please do not forget to define which columns will be hidden on mobiles and "
|
5510 |
"tablets in the column settings!"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:269
|
5514 |
msgid "Allow collapsing on mobiles and tablets"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:277
|
5518 |
msgid "Hide until loaded"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:279
|
5522 |
msgid ""
|
5523 |
"Enable to make whole table hidden until it is initialized to prevent "
|
5524 |
"unformatted data flashing"
|
5525 |
msgstr ""
|
5526 |
|
5527 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:284
|
5528 |
msgid "Hide the table before it is fully loaded"
|
5529 |
msgstr ""
|
5530 |
|
5531 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:296
|
5532 |
msgid "Default rows per page"
|
5533 |
msgstr ""
|
5534 |
|
5535 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:304
|
5536 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:339
|
5537 |
msgid "Rows per page"
|
5538 |
msgstr ""
|
5539 |
|
5540 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:311
|
5541 |
msgid "How many rows to show per page by default."
|
5542 |
msgstr ""
|
5543 |
|
5544 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:347
|
5545 |
msgid "Show X entries"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:354
|
5549 |
msgid ""
|
5550 |
"Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
|
5551 |
"frontend."
|
5552 |
msgstr ""
|
5553 |
|
5554 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:362
|
5555 |
msgid "Show \"Show X entries\" dropdown"
|
5556 |
msgstr ""
|
5557 |
|
5558 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:386
|
5559 |
msgid "This should be turned off if you want to set columns width manually."
|
5560 |
msgstr ""
|
5561 |
|
5562 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:407
|
5563 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:415
|
5564 |
msgid "Info block"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:422
|
5568 |
msgid ""
|
5569 |
"Enable to show a block of information about the number of records below the "
|
5570 |
"table."
|
5571 |
msgstr ""
|
5572 |
|
5573 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:430
|
5574 |
msgid "Show information block below the table"
|
5575 |
msgstr ""
|
5576 |
|
5577 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:454
|
5578 |
msgid ""
|
5579 |
"This should be turned on if you want to set columns width manually. Should "
|
5580 |
"be on to use word wrapping."
|
5581 |
msgstr ""
|
5582 |
|
5583 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:516
|
5584 |
msgid "Enable to show a pagination"
|
5585 |
msgstr ""
|
5586 |
|
5587 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:524
|
5588 |
msgid "Show pagination block below the table"
|
5589 |
msgstr ""
|
5590 |
|
5591 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:532
|
5592 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:540
|
5593 |
msgid "Pagination Alignment"
|
5594 |
msgstr ""
|
5595 |
|
5596 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:544
|
5597 |
msgid "Here you can set pagination position: right, center or left."
|
5598 |
msgstr ""
|
5599 |
|
5600 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:552
|
5601 |
msgid "Right"
|
5602 |
msgstr ""
|
5603 |
|
5604 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:553
|
5605 |
msgid "Center"
|
5606 |
msgstr ""
|
5607 |
|
5608 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:554
|
5609 |
msgid "Left"
|
5610 |
msgstr ""
|
5611 |
|
5612 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:563
|
5613 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:571
|
5614 |
msgid "Pagination Layout"
|
5615 |
msgstr ""
|
5616 |
|
5617 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:575
|
5618 |
msgid "Here you can choose between different pagination layout."
|
5619 |
msgstr ""
|
5620 |
|
5621 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:583
|
5622 |
msgid ""
|
5623 |
"\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
|
5624 |
msgstr ""
|
5625 |
|
5626 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:584
|
5627 |
msgid "\"Previous\" and \"Next\" buttons only"
|
5628 |
msgstr ""
|
5629 |
|
5630 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:585
|
5631 |
msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
|
5632 |
msgstr ""
|
5633 |
|
5634 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:586
|
5635 |
msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
|
5636 |
msgstr ""
|
5637 |
|
5638 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:587
|
5639 |
msgid "Page number buttons only"
|
5640 |
msgstr ""
|
5641 |
|
5642 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:588
|
5643 |
msgid "\"First\" and \"Last\" buttons, plus page numbers"
|
5644 |
msgstr ""
|
5645 |
|
5646 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:609
|
5647 |
msgid "Advanced column filters"
|
5648 |
msgstr ""
|
5649 |
|
5650 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:617
|
5651 |
msgid "Advanced filter"
|
5652 |
msgstr ""
|
5653 |
|
5654 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:624
|
5655 |
msgid ""
|
5656 |
"Enable to show an advanced filter for each of the columns, filters can be "
|
5657 |
"shown in table footer, header or in a separate form."
|
5658 |
msgstr ""
|
5659 |
|
5660 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:635
|
5661 |
msgid "Enable advanced column filters"
|
5662 |
msgstr ""
|
5663 |
|
5664 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:658
|
5665 |
msgid ""
|
5666 |
"If this is enabled, each column header will be clickable; clicking will sort "
|
5667 |
"the whole table by the content of this column cells ascending or descending."
|
5668 |
msgstr ""
|
5669 |
|
5670 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:666
|
5671 |
msgid "Allow sorting for the table"
|
5672 |
msgstr ""
|
5673 |
|
5674 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:674
|
5675 |
msgid "Main search block"
|
5676 |
msgstr ""
|
5677 |
|
5678 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:689
|
5679 |
msgid ""
|
5680 |
"If this is enabled, a search block will be displayed on the top right of the "
|
5681 |
"table, allowing to search through whole table with a single input."
|
5682 |
msgstr ""
|
5683 |
|
5684 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:697
|
5685 |
msgid "Enable search block"
|
5686 |
msgstr ""
|
5687 |
|
5688 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:711
|
5689 |
msgid "Filters in a form"
|
5690 |
msgstr ""
|
5691 |
|
5692 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:718
|
5693 |
-
#: templates/edit_table.inc.php:340
|
5694 |
msgid "Filter in form"
|
5695 |
msgstr ""
|
5696 |
|
5697 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:725
|
5698 |
msgid ""
|
5699 |
"Enable to show the advanced column filter in a form above the table, instead "
|
5700 |
"of showing in the table footer/header."
|
5701 |
msgstr ""
|
5702 |
|
5703 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:734
|
5704 |
msgid "Show filters in a form above the table"
|
5705 |
msgstr ""
|
5706 |
|
5707 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:742
|
5708 |
msgid "Clear filters button"
|
5709 |
msgstr ""
|
5710 |
|
5711 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:749
|
5712 |
-
#: templates/frontend/filter_form.inc.php:32
|
5713 |
msgid "Clear filters"
|
5714 |
msgstr ""
|
5715 |
|
5716 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:753
|
5717 |
msgid "Enable to show the clear filters button."
|
5718 |
msgstr ""
|
5719 |
|
5720 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:754
|
5721 |
msgid ""
|
5722 |
"If filter in form is enabled, clear button will be rendered after the last "
|
5723 |
"filter."
|
5724 |
msgstr ""
|
5725 |
|
5726 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:759
|
5727 |
msgid ""
|
5728 |
"Otherwise, clear filter button will be rendered above the table next to "
|
5729 |
"\"Table Tools\" buttons."
|
5730 |
msgstr ""
|
5731 |
|
5732 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:772
|
5733 |
msgid "Show clear filters button"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:792
|
5737 |
msgid "Allow editing"
|
5738 |
msgstr ""
|
5739 |
|
5740 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:800
|
5741 |
-
#: templates/edit_table.inc.php:180
|
5742 |
msgid "Front-end editing"
|
5743 |
msgstr ""
|
5744 |
|
5745 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:807
|
5746 |
msgid "Allow editing the table from the front-end."
|
5747 |
msgstr ""
|
5748 |
|
5749 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:815
|
5750 |
msgid "Allow front-end editing"
|
5751 |
msgstr ""
|
5752 |
|
5753 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:823
|
5754 |
msgid "Popover edit block"
|
5755 |
msgstr ""
|
5756 |
|
5757 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:831
|
5758 |
-
#: templates/edit_table.inc.php:232
|
5759 |
msgid "Popover tools"
|
5760 |
msgstr ""
|
5761 |
|
5762 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:838
|
5763 |
msgid ""
|
5764 |
"If this is enabled, the New, Edit and Delete buttons will appear in a "
|
5765 |
"popover when you click on any row, instead of Table Tools block above the "
|
5766 |
"table."
|
5767 |
msgstr ""
|
5768 |
|
5769 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:846
|
5770 |
msgid "Editing buttons in a popover"
|
5771 |
msgstr ""
|
5772 |
|
5773 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:854
|
5774 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:862
|
5775 |
msgid "In-line editing"
|
5776 |
msgstr ""
|
5777 |
|
5778 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:869
|
5779 |
msgid ""
|
5780 |
"If this is enabled, front-end users will be able to edit cells by double-"
|
5781 |
"clicking them, not only with the editor dialog."
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:877
|
5785 |
msgid "Allow in-line editing"
|
5786 |
msgstr ""
|
5787 |
|
5788 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:892
|
5789 |
-
#: templates/edit_table.inc.php:192
|
5790 |
msgid "MySQL table name for editing"
|
5791 |
msgstr ""
|
5792 |
|
5793 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:894
|
5794 |
msgid ""
|
5795 |
"Name of the MySQL table which will be updated when edited from front-end."
|
5796 |
msgstr ""
|
5797 |
|
5798 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:899
|
5799 |
msgid "MySQL table name"
|
5800 |
msgstr ""
|
5801 |
|
5802 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:908
|
5803 |
-
#: templates/edit_table.inc.php:203
|
5804 |
msgid "ID column for editing"
|
5805 |
msgstr ""
|
5806 |
|
5807 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:910
|
5808 |
msgid ""
|
5809 |
"Choose the column values from which will be used as row identifiers. MUST be "
|
5810 |
"a unique auto-increment integer on MySQL side so insert/edit/delete would "
|
@@ -5812,98 +6238,98 @@ msgid ""
|
|
5812 |
"\"id\" or \"ID\" on MySQL side."
|
5813 |
msgstr ""
|
5814 |
|
5815 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:924
|
5816 |
-
#: templates/edit_table.inc.php:267
|
5817 |
msgid "Editor roles"
|
5818 |
msgstr ""
|
5819 |
|
5820 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:926
|
5821 |
msgid ""
|
5822 |
"If you want only specific user roles to be able to edit the table, choose in "
|
5823 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
5824 |
msgstr ""
|
5825 |
|
5826 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:931
|
5827 |
msgid "Everyone"
|
5828 |
msgstr ""
|
5829 |
|
5830 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:932
|
5831 |
msgid "Administrators"
|
5832 |
msgstr ""
|
5833 |
|
5834 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:933
|
5835 |
msgid "Editors"
|
5836 |
msgstr ""
|
5837 |
|
5838 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:934
|
5839 |
msgid "Authors"
|
5840 |
msgstr ""
|
5841 |
|
5842 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:935
|
5843 |
msgid "Contributors"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:936
|
5847 |
msgid "Subscribers"
|
5848 |
msgstr ""
|
5849 |
|
5850 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:951
|
5851 |
msgid "Users see and edit only own data"
|
5852 |
msgstr ""
|
5853 |
|
5854 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:959
|
5855 |
msgid "Users see and edit only their own data"
|
5856 |
msgstr ""
|
5857 |
|
5858 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:966
|
5859 |
msgid ""
|
5860 |
"If this is enabled, users will see and edit only the rows that are related "
|
5861 |
"to them or were created by them (associated using the User ID column)."
|
5862 |
msgstr ""
|
5863 |
|
5864 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:974
|
5865 |
msgid "Limit editing to own data only"
|
5866 |
msgstr ""
|
5867 |
|
5868 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:982
|
5869 |
-
#: templates/edit_table.inc.php:250
|
5870 |
msgid "User ID column"
|
5871 |
msgstr ""
|
5872 |
|
5873 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:984
|
5874 |
msgid ""
|
5875 |
"Choose the column values from which will be used as User identifiers. "
|
5876 |
"References the ID from WordPress Users table (wp_users), MUST be defined as "
|
5877 |
"an integer on MySQL side."
|
5878 |
msgstr ""
|
5879 |
|
5880 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1017
|
5881 |
-
#: templates/edit_table.inc.php:350
|
5882 |
msgid "Table tools"
|
5883 |
msgstr ""
|
5884 |
|
5885 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1024
|
5886 |
msgid ""
|
5887 |
"If this is enabled, a toolbar with useful tools will be shown above the table"
|
5888 |
msgstr ""
|
5889 |
|
5890 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1032
|
5891 |
msgid "Enable Table Tools"
|
5892 |
msgstr ""
|
5893 |
|
5894 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1040
|
5895 |
msgid "Buttons"
|
5896 |
msgstr ""
|
5897 |
|
5898 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1042
|
5899 |
msgid "Choose which buttons to show in the Table Tools block."
|
5900 |
msgstr ""
|
5901 |
|
5902 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1048
|
5903 |
msgid "Columns visibility"
|
5904 |
msgstr ""
|
5905 |
|
5906 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1080
|
5907 |
msgid ""
|
5908 |
"Placeholders can be understood as predefined ‘search and replace‘ templates; "
|
5909 |
"that will be replaced with some actual values at the execution time; usually "
|
@@ -5912,388 +6338,393 @@ msgid ""
|
|
5912 |
"Excel, CSV, Google Spreadsheet and PHP Serialized array."
|
5913 |
msgstr ""
|
5914 |
|
5915 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1094
|
5916 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1109
|
5917 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1124
|
5918 |
msgid ""
|
5919 |
"This placeholder will be replaced with any value that you will provide in a "
|
5920 |
"shortcode. Provide a default value here that will be used for table "
|
5921 |
"generation and when a different one is not defined in the shortcode."
|
5922 |
msgstr ""
|
5923 |
|
5924 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1099
|
5925 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1114
|
5926 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1129
|
5927 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1152
|
5928 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1170
|
5929 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1188
|
5930 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1210
|
5931 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1228
|
5932 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1246
|
5933 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1271
|
5934 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1291
|
5935 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1310
|
5936 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1332
|
5937 |
msgid "Default for table generation"
|
5938 |
msgstr ""
|
5939 |
|
5940 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1145
|
5941 |
msgid ""
|
5942 |
"This placeholder will be replaced with the ID of currently logged in user. "
|
5943 |
"Provide a value here to be used for table generation"
|
5944 |
msgstr ""
|
5945 |
|
5946 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1162
|
5947 |
msgid ""
|
5948 |
"This placeholder will be replaced with the login of currently logged in "
|
5949 |
"user. Provide a value here to be used for table generation"
|
5950 |
msgstr ""
|
5951 |
|
5952 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1180
|
5953 |
msgid ""
|
5954 |
"This placeholder will be replaced with the Email of currently logged in "
|
5955 |
"user. Provide a value here to be used for table generation"
|
5956 |
msgstr ""
|
5957 |
|
5958 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1204
|
5959 |
msgid ""
|
5960 |
"This placeholder will be replaced with the ID of current post. Provide a "
|
5961 |
"value here to be used for table generation"
|
5962 |
msgstr ""
|
5963 |
|
5964 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1220
|
5965 |
msgid ""
|
5966 |
"This placeholder will be replaced with the First Name of currently logged in "
|
5967 |
"user. Provide a value here to be used for table generation"
|
5968 |
msgstr ""
|
5969 |
|
5970 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1238
|
5971 |
msgid ""
|
5972 |
"This placeholder will be replaced with the Last Name of currently logged in "
|
5973 |
"user. Provide a value here to be used for table generation"
|
5974 |
msgstr ""
|
5975 |
|
5976 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1262
|
5977 |
msgid "This placeholder will be replaced with current date."
|
5978 |
msgstr ""
|
5979 |
|
5980 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1281
|
5981 |
msgid "This placeholder will be replaced with current datetime."
|
5982 |
msgstr ""
|
5983 |
|
5984 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1301
|
5985 |
msgid "This placeholder will be replaced with current time."
|
5986 |
msgstr ""
|
5987 |
|
5988 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1325
|
5989 |
msgid ""
|
5990 |
"This placeholder will be replaced with the current prefix of WordPress "
|
5991 |
"database. Provide a value here to be used for table generation"
|
5992 |
msgstr ""
|
5993 |
|
5994 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1356
|
5995 |
msgid ""
|
5996 |
"In premium version you can customize each table with different skin, font, "
|
5997 |
"background , colors and lot more. Checkout new table customize settings "
|
5998 |
"below."
|
5999 |
msgstr ""
|
6000 |
|
6001 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1363
|
6002 |
msgid "Main"
|
6003 |
msgstr ""
|
6004 |
|
6005 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1375
|
6006 |
msgid "Table border"
|
6007 |
msgstr ""
|
6008 |
|
6009 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1391
|
6010 |
msgid "Custom CSS"
|
6011 |
msgstr ""
|
6012 |
|
6013 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:1716
|
6014 |
msgid "Remove borders in table header"
|
6015 |
msgstr ""
|
6016 |
|
6017 |
-
#: templates/admin/table-settings/table_settings_block.inc.php:2028
|
6018 |
msgid ""
|
6019 |
"This CSS will be inserted as an inline style block on every page that has "
|
6020 |
"this wpDataTable."
|
6021 |
msgstr ""
|
6022 |
|
6023 |
-
#: templates/ad
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpdatatables\n"
|
4 |
+
"POT-Creation-Date: 2021-05-21 17:48+0200\n"
|
5 |
+
"PO-Revision-Date: 2021-05-21 17:48+0200\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: wpdatatables <cjbug@yandex.ru>\n"
|
8 |
"Language: en\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Generator: Poedit 1.8.7.1\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__;esc_attr_e;esc_html_e\n"
|
14 |
+
"X-Poedit-Basepath: ../../..\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-SearchPath-0: wpdatatables-lite\n"
|
18 |
+
"X-Poedit-SearchPath-1: wdt-forminator-integration\n"
|
19 |
+
"X-Poedit-SearchPathExcluded-0: wpdatatables-lite/assets/js/tagsinput/jquery."
|
20 |
+
"tagsinput.js\n"
|
21 |
+
"X-Poedit-SearchPathExcluded-1: wpdatatables-lite/assets/js/ace/ace.js\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-2: wpdatatables-lite/assets/js/chartjs/Chart.js\n"
|
23 |
+
"X-Poedit-SearchPathExcluded-3: wpdatatables-lite/assets/js/export-tools\n"
|
24 |
+
"X-Poedit-SearchPathExcluded-4: wpdatatables-lite/assets/js/handsontable\n"
|
25 |
+
"X-Poedit-SearchPathExcluded-5: wpdatatables-lite/assets/js/jquery-"
|
26 |
+
"datatables\n"
|
27 |
+
"X-Poedit-SearchPathExcluded-6: wpdatatables-lite/assets/js/moment\n"
|
28 |
+
"X-Poedit-SearchPathExcluded-7: wpdatatables-lite/assets/js/tagsinput\n"
|
29 |
+
"X-Poedit-SearchPathExcluded-8: wpdatatables-lite/lib\n"
|
30 |
+
"X-Poedit-SearchPathExcluded-9: wpdatatables-lite/lib/squizlabs/"
|
31 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2."
|
32 |
+
"js\n"
|
33 |
+
"X-Poedit-SearchPathExcluded-10: wpdatatables-lite/lib/squizlabs/"
|
34 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1."
|
35 |
+
"js.fixed\n"
|
36 |
+
"X-Poedit-SearchPathExcluded-11: wpdatatables-lite/lib/squizlabs/"
|
37 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2."
|
38 |
+
"js\n"
|
39 |
+
"X-Poedit-SearchPathExcluded-12: wpdatatables-lite/lib/squizlabs/"
|
40 |
+
"php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1."
|
41 |
+
"js\n"
|
42 |
+
"X-Poedit-SearchPathExcluded-13: wpdatatables-lite/lib/squizlabs/"
|
43 |
+
"php_codesniffer/src/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest."
|
44 |
+
"js\n"
|
45 |
+
"X-Poedit-SearchPathExcluded-14: wpdatatables-lite/lib/doctrine/annotations/"
|
46 |
+
"docs/en/annotations.rst\n"
|
47 |
+
"X-Poedit-SearchPathExcluded-15: wpdatatables-lite/lib\n"
|
48 |
+
|
49 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:13
|
50 |
+
msgid "Choose a Forminator Form"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:21
|
54 |
+
msgid "Pick a Forminator form..."
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:24
|
58 |
+
msgid "Form -> "
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:29
|
62 |
+
msgid "Quiz -> "
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:29
|
66 |
+
msgid "(Personality)"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:29
|
70 |
+
msgid "(Knowledge)"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:33
|
74 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:35
|
75 |
+
msgid "Poll -> "
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:33
|
79 |
+
msgid "(for Bar chart)"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:35
|
83 |
+
msgid "(for Pie chart)"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: wdt-forminator-integration/templates/data_source_block.inc.php:47
|
87 |
+
msgid "Choose fields to show as columns"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: wdt-forminator-integration/templates/tab.inc.php:5
|
91 |
+
msgid "Forminator Settings"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:10
|
95 |
+
msgid "Filter by entry ID range"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:12
|
99 |
+
msgid "Here you can filter table by providing range entry ID value"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:57
|
103 |
+
msgid "Filter by entry date"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:59
|
107 |
+
msgid "Chose date filter logic if you want to filter form entries by date"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:67
|
111 |
+
msgid "Select date filter logic"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:68
|
115 |
+
msgid "Filter by date range"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:69
|
119 |
+
msgid "Filter by last X time period"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:114
|
123 |
+
msgid "Day(s)"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:115
|
127 |
+
msgid "Week(s)"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:116
|
131 |
+
msgid "Month(s)"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:117
|
135 |
+
msgid "Year(s)"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: wdt-forminator-integration/templates/tabpanel.inc.php:132
|
139 |
+
msgid "Reset filters"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:107
|
143 |
+
msgid ""
|
144 |
+
"wpDataTables integration for Forminator Forms is an add-on - please install "
|
145 |
+
"and activate wpDataTables (Free or Premium) and Forminator Forms (Free or "
|
146 |
+
"PRO) to be able to use it!"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:116
|
150 |
+
msgid ""
|
151 |
+
"wpDataTables integration for Forminator Forms add-on requires wpDataTables "
|
152 |
+
"version "
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:436
|
156 |
+
msgid "Poll answers"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:437
|
160 |
+
msgid "Total Votes"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:443
|
164 |
+
msgid "Email"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:444
|
168 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:414
|
169 |
+
msgid "Name"
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:447
|
173 |
+
msgid "Quiz results"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:449
|
177 |
+
msgid "Correct answers"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:450
|
181 |
+
msgid "Incorrect answers"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:451
|
185 |
+
msgid "Quiz results (Correct/Total)"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:1037
|
189 |
+
msgid "Transaction ID"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: wdt-forminator-integration/wdt-forminator-integration.php:1057
|
193 |
+
msgid "(no filename)"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:20
|
197 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:21
|
198 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:23
|
199 |
msgid "Dashboard"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:28
|
203 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:29
|
204 |
msgid "wpDataTables"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:36
|
208 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:37
|
209 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:23
|
210 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:24
|
211 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:53
|
212 |
msgid "Create a Table"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:44
|
216 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:45
|
217 |
msgid "wpDataCharts"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:52
|
221 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:53
|
222 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:33
|
223 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:34
|
224 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:57
|
225 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:177
|
226 |
msgid "Create a Chart"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:60
|
230 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:61
|
231 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:255
|
232 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:23
|
233 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:35
|
234 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:34
|
235 |
msgid "Settings"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:68
|
239 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:69
|
240 |
msgid "System info"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:76
|
244 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:77
|
245 |
msgid "Getting Started"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:84
|
249 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:85
|
250 |
msgid "Get Help"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:92
|
254 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:93
|
255 |
msgid "Lite vs Premium"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:100
|
259 |
msgid "Add-ons"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:101
|
263 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:23
|
264 |
msgid "Addons"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:108
|
268 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:109
|
269 |
msgid "Welcome page"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:116
|
273 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:117
|
274 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:849
|
275 |
msgid "Go Premium"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:518
|
279 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:567
|
280 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:610
|
281 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:631
|
282 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:678
|
283 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:704
|
284 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:723
|
285 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:743
|
286 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:762
|
287 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:782
|
288 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:802
|
289 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:822
|
290 |
+
#: wpdatatables-lite/controllers/wdt_admin.php:841
|
291 |
msgid "You do not have sufficient permissions to access this page."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:507
|
295 |
msgid "wpDataChart with provided ID not found!"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:543
|
299 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:624
|
300 |
msgid "wpDataTable with provided ID not found!"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:634
|
304 |
msgid "Provided column is not Integer or Float column type"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:844
|
308 |
msgid "Go to Settings"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:873
|
312 |
#, php-format
|
313 |
msgid "By %s"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:877
|
317 |
msgid "Docs"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:905
|
321 |
msgid "Choose a table"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:937
|
325 |
msgid "Interactive Responsive Table"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:938
|
329 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:999
|
330 |
msgid "Content"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:944
|
334 |
msgid "wpDataTable"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:948
|
338 |
msgid "Choose the wpDataTable from a dropdown"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:953
|
342 |
msgid "Table view"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:957
|
346 |
msgid "Regular wpDataTable"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:959
|
350 |
msgid "Excel-like table"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:965
|
354 |
msgid "Variable placeholder #1"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:968
|
358 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:976
|
359 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:984
|
360 |
msgid "Variables"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:969
|
364 |
msgid "If you used the VAR1 placeholder you can assign a value to it here"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:973
|
368 |
msgid "Variable placeholder #2"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:977
|
372 |
msgid "If you used the VAR2 placeholder you can assign a value to it here"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:981
|
376 |
msgid "Variable placeholder #3"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:985
|
380 |
msgid "If you used the VAR3 placeholder you can assign a value to it here"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:998
|
384 |
msgid "Google or Highcharts chart based on a wpDataTable"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:1005
|
388 |
msgid "wpDataChart"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: wpdatatables-lite/controllers/wdt_functions.php:1009
|
392 |
msgid "Choose one of wpDataCharts from the list"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: wpdatatables-lite/source/WpDataChartsGutenbergBlock.php:28
|
396 |
msgid ""
|
397 |
"Choose the chart that you’ve just created in the dropdown below, and the "
|
398 |
"shortcode will be inserted automatically."
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: wpdatatables-lite/source/WpDataTablesGutenbergBlock.php:29
|
402 |
msgid ""
|
403 |
"Choose the table that you’ve just created in the dropdown below, and the "
|
404 |
"shortcode will be inserted automatically. You are able to provide values for "
|
405 |
"placeholders and also for Export file name."
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:29
|
409 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:30
|
410 |
msgid "ID"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:30
|
414 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:31
|
415 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:17
|
416 |
msgid "Title"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:31
|
420 |
msgid "Render Engine"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:32
|
424 |
msgid "Chart Type"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:33
|
428 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:33
|
429 |
msgid "Shortcode"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:153
|
433 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:168
|
434 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step5.inc.php:12
|
435 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:153
|
436 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:222
|
437 |
msgid "Click to copy shortcode"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:162
|
441 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:179
|
442 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:47
|
443 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:64
|
444 |
msgid "Duplicate"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:168
|
448 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:185
|
449 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:261
|
450 |
msgid "Configure"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:174
|
454 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:192
|
455 |
+
#: wpdatatables-lite/source/class.wdttools.php:222
|
456 |
+
#: wpdatatables-lite/templates/admin/browse/bulk_actions.inc.php:14
|
457 |
+
#: wpdatatables-lite/templates/common/delete_modal.inc.php:42
|
458 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:15
|
459 |
msgid "Delete"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:229
|
463 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:238
|
464 |
msgid "Column Chart"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:232
|
468 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:256
|
469 |
msgid "Line Chart"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:235
|
473 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:259
|
474 |
msgid "Pie Chart"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:241
|
478 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
|
479 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:91
|
480 |
msgid "Histogram"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:244
|
484 |
msgid "Bar Chart"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:247
|
488 |
msgid "Stacked Bar Chart"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:250
|
492 |
msgid "Area Chart"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:253
|
496 |
msgid "Stepped Area Chart"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:262
|
500 |
msgid "Bubble Chart"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:265
|
504 |
msgid "Donut Chart"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:268
|
508 |
msgid "Gauge Chart"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:271
|
512 |
msgid "Scatter Chart"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:274
|
516 |
msgid "Candlestick Chart"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:277
|
520 |
msgid "Waterfall Chart"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:290
|
524 |
msgid "Google"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:357
|
528 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:298
|
529 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:11
|
530 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:32
|
531 |
msgid "Select All"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: wpdatatables-lite/source/class.wdtbrowsechartstable.php:410
|
535 |
msgid "No wpDataCharts in the system yet."
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:32
|
539 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:47
|
540 |
msgid "Type"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:231
|
544 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:279
|
545 |
msgid "MySQL"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:234
|
549 |
msgid "Manual"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:237
|
553 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2190
|
554 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2260
|
555 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1050
|
556 |
msgid "Excel"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:240
|
560 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2199
|
561 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2270
|
562 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1051
|
563 |
msgid "CSV"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:243
|
567 |
msgid "XML"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:246
|
571 |
msgid "JSON"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:249
|
575 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:120
|
576 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:91
|
577 |
msgid "Serialized PHP array"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:252
|
581 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:88
|
582 |
msgid "Google spreadsheet"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:255
|
586 |
msgid "Simple"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:262
|
590 |
msgid "Unknown"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: wpdatatables-lite/source/class.wdtbrowsetable.php:373
|
594 |
msgid "No wpDataTables in the system yet."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: wpdatatables-lite/source/class.wdtconfigcontroller.php:139
|
598 |
msgid "There was an error trying to fetch the table data: "
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: wpdatatables-lite/source/class.wdtconfigcontroller.php:479
|
602 |
msgid "Table in data source has no rows."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: wpdatatables-lite/source/class.wdttools.php:17
|
606 |
msgid "One line string"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: wpdatatables-lite/source/class.wdttools.php:18
|
610 |
msgid "Multi-line string"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: wpdatatables-lite/source/class.wdttools.php:19
|
614 |
msgid "One-line selectbox"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: wpdatatables-lite/source/class.wdttools.php:20
|
618 |
msgid "Multi-line selectbox"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: wpdatatables-lite/source/class.wdttools.php:21
|
622 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:353
|
623 |
msgid "Integer"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: wpdatatables-lite/source/class.wdttools.php:22
|
627 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:354
|
628 |
msgid "Float"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: wpdatatables-lite/source/class.wdttools.php:23
|
632 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:355
|
633 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:984
|
634 |
msgid "Date"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: wpdatatables-lite/source/class.wdttools.php:24
|
638 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:985
|
639 |
msgid "Datetime"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: wpdatatables-lite/source/class.wdttools.php:25
|
643 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:357
|
644 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:986
|
645 |
msgid "Time"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: wpdatatables-lite/source/class.wdttools.php:26
|
649 |
msgid "URL Link"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: wpdatatables-lite/source/class.wdttools.php:27
|
653 |
msgid "E-mail"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: wpdatatables-lite/source/class.wdttools.php:28
|
657 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:360
|
658 |
msgid "Image"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: wpdatatables-lite/source/class.wdttools.php:29
|
662 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:989
|
663 |
msgid "Attachment"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: wpdatatables-lite/source/class.wdttools.php:78
|
667 |
msgid ""
|
668 |
"wpDataTables was unable to read your Google Spreadsheet, probably it is not "
|
669 |
"published correctly. <br/> You can publish it by going to <b>File -> Publish "
|
670 |
"to the web</b> "
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: wpdatatables-lite/source/class.wdttools.php:206
|
674 |
msgid "Back to date"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: wpdatatables-lite/source/class.wdttools.php:207
|
678 |
msgid "Browse"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: wpdatatables-lite/source/class.wdttools.php:208
|
682 |
+
#: wpdatatables-lite/source/class.wdttools.php:330
|
683 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:43
|
684 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:61
|
685 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:39
|
686 |
+
#: wpdatatables-lite/templates/admin/common/HTMLModal.inc.php:43
|
687 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:117
|
688 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:48
|
689 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:73
|
690 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:29
|
691 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:28
|
692 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:126
|
693 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:20
|
694 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1095
|
695 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:89
|
696 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
|
697 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:81
|
698 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:42
|
699 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:86
|
700 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:41
|
701 |
+
#: wpdatatables-lite/templates/common/delete_modal.inc.php:39
|
702 |
msgid "Cancel"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: wpdatatables-lite/source/class.wdttools.php:209
|
706 |
msgid " field cannot be empty!"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: wpdatatables-lite/source/class.wdttools.php:210
|
710 |
msgid "Use selected file"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: wpdatatables-lite/source/class.wdttools.php:211
|
714 |
msgid "Choose file"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: wpdatatables-lite/source/class.wdttools.php:212
|
718 |
+
#: wpdatatables-lite/templates/admin/common/error_modal.inc.php:23
|
719 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:33
|
720 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:94
|
721 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:36
|
722 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:418
|
723 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:439
|
724 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:462
|
725 |
msgid "Close"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: wpdatatables-lite/source/class.wdttools.php:213
|
729 |
msgid "Column has been added!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: wpdatatables-lite/source/class.wdttools.php:214
|
733 |
msgid "Column header cannot be empty!"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: wpdatatables-lite/source/class.wdttools.php:215
|
737 |
msgid "Please confirm column deletion!"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: wpdatatables-lite/source/class.wdttools.php:216
|
741 |
msgid "Column has been removed!"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: wpdatatables-lite/source/class.wdttools.php:217
|
745 |
msgid "Please select columns that you want to use in table"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: wpdatatables-lite/source/class.wdttools.php:218
|
749 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2208
|
750 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2280
|
751 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1052
|
752 |
msgid "Copy"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: wpdatatables-lite/source/class.wdttools.php:219
|
756 |
msgid "There was an error trying to insert a new row!"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: wpdatatables-lite/source/class.wdttools.php:220
|
760 |
msgid "Data has been saved!"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: wpdatatables-lite/source/class.wdttools.php:221
|
764 |
msgid "detach"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: wpdatatables-lite/source/class.wdttools.php:223
|
768 |
msgid "Delete selected"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: wpdatatables-lite/source/class.wdttools.php:224
|
772 |
+
#: wpdatatables-lite/templates/settings.inc.php:553
|
773 |
+
#: wpdatatables-lite/templates/settings.inc.php:627
|
774 |
msgid "Error!"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: wpdatatables-lite/source/class.wdttools.php:225
|
778 |
msgid "Please upload or choose a file from Media Library!"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: wpdatatables-lite/source/class.wdttools.php:226
|
782 |
msgid "From"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: wpdatatables-lite/source/class.wdttools.php:227
|
786 |
msgid "Please provide a valid e-mail address for field"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: wpdatatables-lite/source/class.wdttools.php:228
|
790 |
msgid "Please provide a valid URL link for field"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: wpdatatables-lite/source/class.wdttools.php:229
|
794 |
msgid "You have entered invalid value. Press ESC to cancel."
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: wpdatatables-lite/source/class.wdttools.php:230
|
798 |
+
#: wpdatatables-lite/source/class.wdttools.php:260
|
799 |
msgid "Show _MENU_ entries"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: wpdatatables-lite/source/class.wdttools.php:231
|
803 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
|
804 |
msgid "Merge"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: wpdatatables-lite/source/class.wdttools.php:232
|
808 |
msgid "New column"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: wpdatatables-lite/source/class.wdttools.php:233
|
812 |
msgid "Number of columns can not be empty or 0"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: wpdatatables-lite/source/class.wdttools.php:234
|
816 |
msgid "Number of rows can not be empty or 0"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: wpdatatables-lite/source/class.wdttools.php:236
|
820 |
msgid ": activate to sort column ascending"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: wpdatatables-lite/source/class.wdttools.php:237
|
824 |
msgid ": activate to sort column descending"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: wpdatatables-lite/source/class.wdttools.php:239
|
828 |
msgid "Ok"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: wpdatatables-lite/source/class.wdttools.php:241
|
832 |
msgid "First"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: wpdatatables-lite/source/class.wdttools.php:242
|
836 |
msgid "Last"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: wpdatatables-lite/source/class.wdttools.php:243
|
840 |
msgid "Next"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: wpdatatables-lite/source/class.wdttools.php:244
|
844 |
msgid "Previous"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: wpdatatables-lite/source/class.wdttools.php:246
|
848 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
|
849 |
msgid "Replace"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: wpdatatables-lite/source/class.wdttools.php:247
|
853 |
msgid "Row has been deleted!"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: wpdatatables-lite/source/class.wdttools.php:248
|
857 |
msgid "Save chart"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: wpdatatables-lite/source/class.wdttools.php:249
|
861 |
msgid "Select a file to use in table"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: wpdatatables-lite/source/class.wdttools.php:250
|
865 |
msgid "Select an Excel or CSV file"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: wpdatatables-lite/source/class.wdttools.php:251
|
869 |
msgid "No data available in table"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: wpdatatables-lite/source/class.wdttools.php:252
|
873 |
msgid "Plugin settings saved successfully"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: wpdatatables-lite/source/class.wdttools.php:253
|
877 |
msgid ""
|
878 |
"Unable to save settings of plugin. Please try again or contact us over "
|
879 |
"Support page."
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: wpdatatables-lite/source/class.wdttools.php:254
|
883 |
msgid "Shortcode has been copied to the clipboard."
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: wpdatatables-lite/source/class.wdttools.php:255
|
887 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: wpdatatables-lite/source/class.wdttools.php:256
|
891 |
msgid "Showing 0 to 0 of 0 entries"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: wpdatatables-lite/source/class.wdttools.php:257
|
895 |
msgid "(filtered from _MAX_ total entries)"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: wpdatatables-lite/source/class.wdttools.php:259
|
899 |
msgid ","
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: wpdatatables-lite/source/class.wdttools.php:261
|
903 |
msgid "Loading..."
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: wpdatatables-lite/source/class.wdttools.php:262
|
907 |
msgid "Processing..."
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: wpdatatables-lite/source/class.wdttools.php:263
|
911 |
msgid "SQL error"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: wpdatatables-lite/source/class.wdttools.php:264
|
915 |
msgid "Search: "
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: wpdatatables-lite/source/class.wdttools.php:265
|
919 |
+
#: wpdatatables-lite/templates/settings.inc.php:559
|
920 |
+
#: wpdatatables-lite/templates/settings.inc.php:625
|
921 |
msgid "Success!"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: wpdatatables-lite/source/class.wdttools.php:266
|
925 |
msgid "No matching records found"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: wpdatatables-lite/source/class.wdttools.php:267
|
929 |
msgid ""
|
930 |
"System info data has been copied to the clipboard. You can now paste it in "
|
931 |
"file or in support topic."
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: wpdatatables-lite/source/class.wdttools.php:268
|
935 |
msgid "Table saved successfully!"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: wpdatatables-lite/source/class.wdttools.php:269
|
939 |
msgid "To"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: wpdatatables-lite/source/class.wdttools.php:305
|
943 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:17
|
944 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1072
|
945 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1348
|
946 |
msgid "This is a premium feature"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: wpdatatables-lite/source/class.wdttools.php:306
|
950 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:26
|
951 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1073
|
952 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1349
|
953 |
msgid "This feature is available only in premium version of wpDataTables"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: wpdatatables-lite/source/class.wdttools.php:307
|
957 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:133
|
958 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:145
|
959 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:157
|
960 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:169
|
961 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1077
|
962 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1353
|
963 |
msgid "Compare and View Pricing"
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: wpdatatables-lite/source/class.wdttools.php:326
|
967 |
msgid "Field cannot be empty!"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: wpdatatables-lite/source/class.wdttools.php:327
|
971 |
msgid "Please choose chart type."
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: wpdatatables-lite/source/class.wdttools.php:328
|
975 |
msgid "Please select wpDataTable from dropdown."
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: wpdatatables-lite/source/class.wdttools.php:329
|
979 |
msgid "Columns field cannot be empty"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: wpdatatables-lite/source/class.wdttools.php:331
|
983 |
msgid ""
|
984 |
"Tutorial is not canceled, closed or end properly. Please cancel it by "
|
985 |
"clicking on Cancel button."
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: wpdatatables-lite/source/class.wdttools.php:332
|
989 |
msgid "Finish Tutorial"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: wpdatatables-lite/source/class.wdttools.php:333
|
993 |
msgid "Continue"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: wpdatatables-lite/source/class.wdttools.php:334
|
997 |
msgid "Start"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: wpdatatables-lite/source/class.wdttools.php:335
|
1001 |
msgid "Skip Tutorial"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: wpdatatables-lite/source/class.wdttools.php:338
|
1005 |
+
#: wpdatatables-lite/source/class.wdttools.php:404
|
1006 |
+
#: wpdatatables-lite/source/class.wdttools.php:446
|
1007 |
msgid "Welcome to the tutorial!"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: wpdatatables-lite/source/class.wdttools.php:339
|
1011 |
+
#: wpdatatables-lite/source/class.wdttools.php:405
|
1012 |
+
#: wpdatatables-lite/source/class.wdttools.php:447
|
1013 |
msgid "Hello "
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: wpdatatables-lite/source/class.wdttools.php:339
|
1017 |
msgid ""
|
1018 |
", in this tutorial, we will show you how to create a simple table from "
|
1019 |
"scratch by choosing a custom number of columns and rows. How to customize "
|
1020 |
"each cell, merge cells and a lot more."
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: wpdatatables-lite/source/class.wdttools.php:342
|
1024 |
msgid " Let's create a new wpDataTable from scratch!"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: wpdatatables-lite/source/class.wdttools.php:343
|
1028 |
+
#: wpdatatables-lite/source/class.wdttools.php:409
|
1029 |
msgid "Click on 'Create a Table' to access the wpDataTables Table Wizard."
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: wpdatatables-lite/source/class.wdttools.php:346
|
1033 |
msgid "Choose this option"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: wpdatatables-lite/source/class.wdttools.php:347
|
1037 |
msgid "Please select 'Create a simple table from scratch'."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: wpdatatables-lite/source/class.wdttools.php:350
|
1041 |
+
#: wpdatatables-lite/source/class.wdttools.php:416
|
1042 |
msgid "Click Next"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: wpdatatables-lite/source/class.wdttools.php:351
|
1046 |
+
#: wpdatatables-lite/source/class.wdttools.php:417
|
1047 |
msgid "Please click the 'Next' button to continue."
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: wpdatatables-lite/source/class.wdttools.php:354
|
1051 |
msgid "Welcome to the Simple table wizard!"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: wpdatatables-lite/source/class.wdttools.php:355
|
1055 |
msgid "Please click 'Continue' button to move on."
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: wpdatatables-lite/source/class.wdttools.php:358
|
1059 |
msgid "Choose a name for your table"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: wpdatatables-lite/source/class.wdttools.php:359
|
1063 |
msgid "After inserting table name, click 'Continue' to move on."
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: wpdatatables-lite/source/class.wdttools.php:362
|
1067 |
msgid "Choose the number of columns for your table"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: wpdatatables-lite/source/class.wdttools.php:363
|
1071 |
msgid ""
|
1072 |
"Please choose how many columns it will have. Remember that you can always "
|
1073 |
"add or reduce the number of columns later. Click 'Continue' when you finish."
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: wpdatatables-lite/source/class.wdttools.php:366
|
1077 |
msgid "Choose the number of rows for your table."
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: wpdatatables-lite/source/class.wdttools.php:367
|
1081 |
msgid ""
|
1082 |
"Please choose how many rows it will have. Remember that you can always add "
|
1083 |
"or reduce the number of rows later. Click 'Continue' when you finish."
|
1084 |
msgstr ""
|
1085 |
|
1086 |
+
#: wpdatatables-lite/source/class.wdttools.php:370
|
1087 |
msgid "Click on the 'Generate Table' button"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: wpdatatables-lite/source/class.wdttools.php:371
|
1091 |
msgid "When you click on the button, the empty table will be ready for you. "
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: wpdatatables-lite/source/class.wdttools.php:374
|
1095 |
msgid "We are generating the table..."
|
1096 |
msgstr ""
|
1097 |
|
1098 |
+
#: wpdatatables-lite/source/class.wdttools.php:375
|
1099 |
msgid "Please, when you see the table, click 'Continue' to move on."
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: wpdatatables-lite/source/class.wdttools.php:378
|
1103 |
msgid ""
|
1104 |
"Nice job! You just configured your table and it is ready to fill it with "
|
1105 |
"data."
|
1106 |
msgstr ""
|
1107 |
|
1108 |
+
#: wpdatatables-lite/source/class.wdttools.php:379
|
1109 |
msgid ""
|
1110 |
"Now we will guide you on how to insert data and check table layout throw "
|
1111 |
"Simple table editor, table toolbar and table preview. Please click "
|
1112 |
"'Continue' to move on."
|
1113 |
msgstr ""
|
1114 |
|
1115 |
+
#: wpdatatables-lite/source/class.wdttools.php:382
|
1116 |
msgid "This is Simple table editor"
|
1117 |
msgstr ""
|
1118 |
|
1119 |
+
#: wpdatatables-lite/source/class.wdttools.php:383
|
1120 |
msgid ""
|
1121 |
"Here you can populate your table with data. <br><br>You can move around the "
|
1122 |
"cells using keyboard arrows and the Tab button. <br><br>Rearrange columns or "
|
1125 |
"line of the row header. Click 'Continue' to move on."
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: wpdatatables-lite/source/class.wdttools.php:386
|
1129 |
msgid "Check out the Simple table toolbar"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: wpdatatables-lite/source/class.wdttools.php:387
|
1133 |
msgid ""
|
1134 |
"Here you can style and insert custom data for each cell or range of cells. "
|
1135 |
"You can add or delete columns and rows, merge cells, customize sections by "
|
1137 |
"ratings or custom HTML code."
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: wpdatatables-lite/source/class.wdttools.php:390
|
1141 |
msgid "Responsive table views"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: wpdatatables-lite/source/class.wdttools.php:391
|
1145 |
msgid ""
|
1146 |
"You can switch between Desktop, Tablet or Mobile devices by clicking on the "
|
1147 |
"tab that you need, so you can make sure your table looks excellent across "
|
1148 |
"all devices. "
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: wpdatatables-lite/source/class.wdttools.php:394
|
1152 |
msgid "Real-time preview"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: wpdatatables-lite/source/class.wdttools.php:395
|
1156 |
msgid ""
|
1157 |
"Here you will see how your table will look like on the page. Please click "
|
1158 |
"'Continue' to move on."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: wpdatatables-lite/source/class.wdttools.php:398
|
1162 |
msgid "Congrats! Your table is ready."
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: wpdatatables-lite/source/class.wdttools.php:399
|
1166 |
msgid ""
|
1167 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
1168 |
"your website when you paste it to a post or page. You can always come back "
|
1169 |
"and edit the table as you like."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: wpdatatables-lite/source/class.wdttools.php:405
|
1173 |
msgid ""
|
1174 |
", in this tutorial we will show you how to create a wpDataTable linked to an "
|
1175 |
"existing data source. \"Linked\" in this context means that if you create a "
|
1178 |
"reflected in the table."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: wpdatatables-lite/source/class.wdttools.php:408
|
1182 |
msgid "Let's create a new wpDataTable!"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: wpdatatables-lite/source/class.wdttools.php:412
|
1186 |
msgid "Choose this option."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: wpdatatables-lite/source/class.wdttools.php:413
|
1190 |
msgid "Please select 'Create a table linked to an existing data source'."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: wpdatatables-lite/source/class.wdttools.php:420
|
1194 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:101
|
1195 |
msgid "Input data source type"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: wpdatatables-lite/source/class.wdttools.php:421
|
1199 |
msgid "Please select a data source type that you need."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: wpdatatables-lite/source/class.wdttools.php:424
|
1203 |
msgid "Select Data source type"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: wpdatatables-lite/source/class.wdttools.php:425
|
1207 |
msgid ""
|
1208 |
"Please choose the data source that you need ( Excel, CSV, JSON, XML or PHP "
|
1209 |
"array) and then click 'Continue' button.<br><br>(SQL and Google Spreadsheet "
|
1210 |
"are available in Premium version)"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: wpdatatables-lite/source/class.wdttools.php:428
|
1214 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:131
|
1215 |
msgid "Input file path or URL"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: wpdatatables-lite/source/class.wdttools.php:429
|
1219 |
msgid ""
|
1220 |
"Upload your file or provide the full URL here. When you finish click "
|
1221 |
"'Continue' button."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: wpdatatables-lite/source/class.wdttools.php:432
|
1225 |
msgid "Click Save Changes"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: wpdatatables-lite/source/class.wdttools.php:433
|
1229 |
msgid ""
|
1230 |
"Please click on the 'Save Changes' button to create a table.<br><br> If you "
|
1231 |
"get an error message after button click and you are not able to solve it, "
|
1234 |
"click Skip tutorial."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: wpdatatables-lite/source/class.wdttools.php:436
|
1238 |
msgid "The table is creating..."
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: wpdatatables-lite/source/class.wdttools.php:437
|
1242 |
msgid ""
|
1243 |
"Now the table is creating. Wait until you see it in the background and then "
|
1244 |
"click 'Continue'."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: wpdatatables-lite/source/class.wdttools.php:440
|
1248 |
msgid "Nice job! You just created your first wpDataTable!"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: wpdatatables-lite/source/class.wdttools.php:441
|
1252 |
msgid ""
|
1253 |
"Now you can copy the shortcode for this table, and check out how it looks on "
|
1254 |
"your website when you paste it to a post or page."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: wpdatatables-lite/source/class.wdttools.php:447
|
1258 |
msgid ""
|
1259 |
", in this tutorial we will show you how to create a chart in wpDataTables "
|
1260 |
"plugin."
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: wpdatatables-lite/source/class.wdttools.php:450
|
1264 |
msgid "Let's create a new wpDataTables Chart!"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: wpdatatables-lite/source/class.wdttools.php:451
|
1268 |
msgid "Click on 'Create a Chart' to access the wpDataTables Chart Wizard."
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: wpdatatables-lite/source/class.wdttools.php:454
|
1272 |
msgid "Welcome to the Chart Wizard!"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: wpdatatables-lite/source/class.wdttools.php:455
|
1276 |
msgid ""
|
1277 |
"You are at the first step now; we will introduce you the wpDataTables Chart "
|
1278 |
"Wizard section by section.<br><br> Click 'Continue' button to move forward."
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: wpdatatables-lite/source/class.wdttools.php:458
|
1282 |
msgid "Follow the steps in the Chart Wizard"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: wpdatatables-lite/source/class.wdttools.php:459
|
1286 |
msgid ""
|
1287 |
"By following these steps, you will finish building your chart in the Chart "
|
1288 |
"Wizard. The current step will always be highlighted in blue.<br><br> Click "
|
1289 |
"'Continue' button to move forward."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: wpdatatables-lite/source/class.wdttools.php:462
|
1293 |
msgid "Choose a name for your Chart"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: wpdatatables-lite/source/class.wdttools.php:463
|
1297 |
msgid "Click 'Continue' button when you’re ready to move forward."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: wpdatatables-lite/source/class.wdttools.php:466
|
1301 |
msgid "In wpDataTables you can find several charts render engines."
|
1302 |
msgstr ""
|
1303 |
|
1304 |
+
#: wpdatatables-lite/source/class.wdttools.php:467
|
1305 |
msgid ""
|
1306 |
"Click on the dropdown, and you will see several options that you can choose "
|
1307 |
"from.(Google charts are only available) <br><br>To continue, click on the "
|
1308 |
"dropdown."
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: wpdatatables-lite/source/class.wdttools.php:470
|
1312 |
msgid "Choose Google chart engine."
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: wpdatatables-lite/source/class.wdttools.php:471
|
1316 |
msgid ""
|
1317 |
"By clicking on Google chart options, you will choose the engine that will "
|
1318 |
"render your chart.<br><br> When you finish, please click 'Continue' button "
|
1319 |
"to move forward."
|
1320 |
msgstr ""
|
1321 |
|
1322 |
+
#: wpdatatables-lite/source/class.wdttools.php:474
|
1323 |
msgid "Different charts types. "
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: wpdatatables-lite/source/class.wdttools.php:475
|
1327 |
msgid ""
|
1328 |
"Here you can choose a chart type. Please, click on the chart type that you "
|
1329 |
"prefer.<br><br> When you finish, please click 'Continue' button to move "
|
1330 |
"forward."
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: wpdatatables-lite/source/class.wdttools.php:478
|
1334 |
msgid "The first step is finished!"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: wpdatatables-lite/source/class.wdttools.php:479
|
1338 |
msgid "Let's move on. Please, click 'Next' to continue."
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: wpdatatables-lite/source/class.wdttools.php:482
|
1342 |
msgid ""
|
1343 |
"Now you need to choose a wpDataTable based on which we will build a chart "
|
1344 |
"for you"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: wpdatatables-lite/source/class.wdttools.php:483
|
1348 |
msgid ""
|
1349 |
"Click on the dropdown, and all your tables will be listed. The columns of "
|
1350 |
"the table that you choose will be used for creating the chart.<br><br>If you "
|
1352 |
"button and create wpDataTable that would contain the data to visualize first."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: wpdatatables-lite/source/class.wdttools.php:486
|
1356 |
msgid "Pick your wpDataTable"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: wpdatatables-lite/source/class.wdttools.php:487
|
1360 |
msgid ""
|
1361 |
"Pick a wpDataTable from which you want to render a chart and when you "
|
1362 |
"finish, please click 'Continue' to move on."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: wpdatatables-lite/source/class.wdttools.php:490
|
1366 |
msgid "The second step is finished!"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: wpdatatables-lite/source/class.wdttools.php:491
|
1370 |
msgid ""
|
1371 |
"Let's see what is coming up next. <br><br> Please, click 'Next' to continue."
|
1372 |
msgstr ""
|
1373 |
|
1374 |
+
#: wpdatatables-lite/source/class.wdttools.php:494
|
1375 |
msgid "Just a heads up!"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: wpdatatables-lite/source/class.wdttools.php:495
|
1379 |
msgid ""
|
1380 |
"Here you will choose from which columns you will create a chart.<br><br> "
|
1381 |
"Please click 'Continue' button to move forward."
|
1382 |
msgstr ""
|
1383 |
|
1384 |
+
#: wpdatatables-lite/source/class.wdttools.php:498
|
1385 |
msgid "Meet the wpDataTable Column Blocks"
|
1386 |
msgstr ""
|
1387 |
|
1388 |
+
#: wpdatatables-lite/source/class.wdttools.php:499
|
1389 |
msgid ""
|
1390 |
"Here you will choose columns you want to use in the chart. Drag and drop it, "
|
1391 |
"or click on the arrow to move the desired column to the 'Columns used in the "
|
1392 |
"chart' section.<br><br> When you finish please, click 'Continue.'"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: wpdatatables-lite/source/class.wdttools.php:502
|
1396 |
msgid "Well done!"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: wpdatatables-lite/source/class.wdttools.php:503
|
1400 |
msgid "Just two more steps to go. Please click 'Next' to continue."
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: wpdatatables-lite/source/class.wdttools.php:506
|
1404 |
msgid "Chart settings and chart preview."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: wpdatatables-lite/source/class.wdttools.php:507
|
1408 |
msgid ""
|
1409 |
"Here you can adjust chart settings, different parameters are grouped in "
|
1410 |
"section; adjusting the parameters will be reflected in the preview of your "
|
1412 |
"button to move forward."
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: wpdatatables-lite/source/class.wdttools.php:510
|
1416 |
msgid "In this sidebar, you can find the chart settings section."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: wpdatatables-lite/source/class.wdttools.php:511
|
1420 |
msgid ""
|
1421 |
"By clicking on each section, you can set your desired parameters per section."
|
1422 |
"<br><br> Please click 'Continue' button to move on."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: wpdatatables-lite/source/class.wdttools.php:514
|
1426 |
msgid "Here are the available chart options"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: wpdatatables-lite/source/class.wdttools.php:515
|
1430 |
msgid ""
|
1431 |
"Set different chart options for the chosen section to get your desired chart "
|
1432 |
"look.<br><br> Please click 'Continue' button to move on."
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: wpdatatables-lite/source/class.wdttools.php:518
|
1436 |
msgid "How your chart will look like on the page of your website"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: wpdatatables-lite/source/class.wdttools.php:519
|
1440 |
msgid ""
|
1441 |
"Here you can see a preview of your chart based on the settings you have "
|
1442 |
"chosen.<br><br> Please click 'Continue' button to move on."
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: wpdatatables-lite/source/class.wdttools.php:522
|
1446 |
msgid "You can save your chart now"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: wpdatatables-lite/source/class.wdttools.php:523
|
1450 |
msgid ""
|
1451 |
"If you are satisfied with your chart appearance, click on the 'Save chart' "
|
1452 |
"button and all your settings for this chart will be saved in the database."
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: wpdatatables-lite/source/class.wdttools.php:526
|
1456 |
msgid "Congrats! Your first chart is ready!"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: wpdatatables-lite/source/class.wdttools.php:527
|
1460 |
msgid ""
|
1461 |
"Now you can copy the shortcode for this chart and paste it in any WP post or "
|
1462 |
"page. <br><br>You may now finish this tutorial. "
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: wpdatatables-lite/source/class.wpdatachart.php:718
|
1466 |
msgid "Only one column can be of type String"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: wpdatatables-lite/source/class.wpdatachart.php:721
|
1470 |
msgid "You are mixing data types (several date axes and several number)"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:1877
|
1474 |
msgid ""
|
1475 |
"You are trying to load a table of an unknown type. Probably you did not "
|
1476 |
"activate the addon which is required to use this table type."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2108
|
1480 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2111
|
1481 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:86
|
1482 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:554
|
1483 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:327
|
1484 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:409
|
1485 |
msgid "All"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2169
|
1489 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2238
|
1490 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:12
|
1491 |
msgid "Columns"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2179
|
1495 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2248
|
1496 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1049
|
1497 |
msgid "Print"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2218
|
1501 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2291
|
1502 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1053
|
1503 |
msgid "PDF"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2226
|
1507 |
msgid "Export"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2304
|
1511 |
msgid "Search table"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: wpdatatables-lite/source/class.wpdatatable.php:2305
|
1515 |
msgid "Showing _MENU_ Entries"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: wpdatatables-lite/templates/addons.inc.php:8
|
1519 |
+
#: wpdatatables-lite/templates/browse.inc.php:8
|
1520 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:16
|
1521 |
+
#: wpdatatables-lite/templates/constructor.inc.php:14
|
1522 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:11
|
1523 |
+
#: wpdatatables-lite/templates/settings.inc.php:12
|
1524 |
msgid "Please refer to"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: wpdatatables-lite/templates/addons.inc.php:8
|
1528 |
+
#: wpdatatables-lite/templates/browse.inc.php:8
|
1529 |
msgid "wpDataTables documentation"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: wpdatatables-lite/templates/addons.inc.php:8
|
1533 |
+
#: wpdatatables-lite/templates/browse.inc.php:8
|
1534 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:16
|
1535 |
+
#: wpdatatables-lite/templates/settings.inc.php:12
|
1536 |
msgid "if you have some questions or problems with the plugin."
|
1537 |
msgstr ""
|
1538 |
|
1539 |
+
#: wpdatatables-lite/templates/addons.inc.php:10
|
1540 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:536
|
1541 |
msgid "wpDataTables Addons"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: wpdatatables-lite/templates/addons.inc.php:12
|
1545 |
msgid ""
|
1546 |
"While wpDataTables itself provides quite a large amount of features and "
|
1547 |
"unlimited customisation flexibility, you can achieve even more with our "
|
1550 |
"creators and 3rd party developers, so stay tuned."
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: wpdatatables-lite/templates/addons.inc.php:19
|
1554 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:130
|
1555 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:645
|
1556 |
msgid "Report Builder"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
+
#: wpdatatables-lite/templates/addons.inc.php:23
|
1560 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:133
|
1561 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:649
|
1562 |
msgid ""
|
1563 |
"A unique tool that allows you to generate almost any Word DOCX and Excel "
|
1564 |
"XLSX documents filled in with actual data from your database."
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: wpdatatables-lite/templates/addons.inc.php:24
|
1568 |
msgid "Find out more"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:28
|
1572 |
msgid ""
|
1573 |
"While wpDataTables itself provides quite a large amount of features and "
|
1574 |
"unlimited customisation flexibility, you can achieve even more with our "
|
1575 |
+
"premium addons(except Forminator Forms integrations add-on which is FREE). "
|
1576 |
+
"Each addon brings you some unique extension to the core functionality. There "
|
1577 |
+
"will be more addons developed over time by wpDataTables creators and 3rd "
|
1578 |
+
"party developers, so stay tuned. Please note that addons requires Premium "
|
1579 |
+
"version of wpDataTables(except Forminator Froms integration which can be use "
|
1580 |
+
"with Lite version as well)."
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:36
|
1584 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:76
|
1585 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:101
|
1586 |
msgid "NEW"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:40
|
1590 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:555
|
1591 |
+
msgid "Forminator Forms integration for wpDataTables"
|
1592 |
+
msgstr ""
|
1593 |
+
|
1594 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:43
|
1595 |
+
msgid ""
|
1596 |
+
"A powerful tool that adds “Forminator Form” as a new table type in "
|
1597 |
+
"wpDataTables and allows you to create responsive, sortable tables & charts "
|
1598 |
+
"based on Forminator Forms submissions."
|
1599 |
+
msgstr ""
|
1600 |
+
|
1601 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:48
|
1602 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:737
|
1603 |
+
msgid "Free Download"
|
1604 |
+
msgstr ""
|
1605 |
+
|
1606 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:55
|
1607 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:90
|
1608 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:117
|
1609 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:139
|
1610 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:164
|
1611 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:186
|
1612 |
+
msgid "Learn more"
|
1613 |
+
msgstr ""
|
1614 |
+
|
1615 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:65
|
1616 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:575
|
1617 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:281
|
1618 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:301
|
1619 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:319
|
1620 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:364
|
1621 |
+
msgid "Installed"
|
1622 |
+
msgstr ""
|
1623 |
+
|
1624 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:80
|
1625 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:592
|
1626 |
msgid "Master Detail Tables for wpDataTables"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:83
|
1630 |
msgid ""
|
1631 |
"A wpDataTables addon which allows showing additional details for a specific "
|
1632 |
"row in a popup or a separate page or post. Handy when you would like to keep "
|
1634 |
"particular entries."
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:107
|
1638 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:619
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1639 |
msgid "Powerful Filters for wpDataTables"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:110
|
1643 |
msgid ""
|
1644 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
1645 |
"cascade filtering, applying filters on button click, show only filter "
|
1646 |
"without the table before user defines the search values."
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:154
|
1650 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:672
|
1651 |
msgid "Formidable Forms integration for wpDataTables"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:157
|
1655 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:676
|
1656 |
msgid ""
|
1657 |
"Tool that adds \"Formidable Form\" as a new table type and allows you to "
|
1658 |
"create wpDataTables from Formidable Forms entries data."
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:176
|
1662 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:698
|
1663 |
msgid "Gravity Forms integration for wpDataTables"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: wpdatatables-lite/templates/admin/addons/addons.inc.php:179
|
1667 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:702
|
1668 |
msgid ""
|
1669 |
"Tool that adds \"Gravity Form\" as a new table type and allows you to create "
|
1670 |
"wpDataTables from Gravity Forms entries data."
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: wpdatatables-lite/templates/admin/browse/chart/browse.inc.php:25
|
1674 |
msgid "Browse Charts"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: wpdatatables-lite/templates/admin/browse/chart/browse.inc.php:32
|
1678 |
+
#: wpdatatables-lite/templates/admin/browse/table/browse.inc.php:32
|
1679 |
msgid "Add New"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:18
|
1683 |
msgid "Duplicate chart"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: wpdatatables-lite/templates/admin/browse/chart/duplicate_chart_modal.inc.php:27
|
1687 |
msgid "New chart title"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: wpdatatables-lite/templates/admin/browse/search_box.inc.php:7
|
1691 |
msgid "Search for items..."
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: wpdatatables-lite/templates/admin/browse/table/browse.inc.php:25
|
1695 |
msgid "Browse Tables"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:19
|
1699 |
+
#: wpdatatables-lite/templates/browse.inc.php:56
|
1700 |
msgid "Duplicate table"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:28
|
1704 |
+
#: wpdatatables-lite/templates/browse.inc.php:19
|
1705 |
msgid "New table title"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:40
|
1709 |
msgid "Duplicate option"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1713 |
msgid "Unchecked"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1717 |
msgid ""
|
1718 |
"will create exact copy of this table which means that all changes made in "
|
1719 |
"one table will be reflected in all copies."
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1723 |
msgid "Checked"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:42
|
1727 |
msgid ""
|
1728 |
"will create separate database table so changing one table won't affect other "
|
1729 |
"copies."
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: wpdatatables-lite/templates/admin/browse/table/duplicate_modal.inc.php:49
|
1733 |
msgid "Duplicate database table"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: wpdatatables-lite/templates/admin/browse/table_list.inc.php:47
|
1737 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:114
|
1738 |
msgid " View Documentation"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:53
|
1742 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:32
|
1743 |
msgid "Chart title & type"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:55
|
1747 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:60
|
1748 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:36
|
1749 |
msgid "Data source"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:57
|
1753 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:40
|
1754 |
msgid "Data range"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:59
|
1758 |
msgid "Formatting and preview"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:61
|
1762 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:52
|
1763 |
msgid "Save and get shortcode"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:105
|
1767 |
msgid "Browse charts"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:109
|
1771 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:61
|
1772 |
msgid "Next "
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:111
|
1776 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:63
|
1777 |
msgid " Previous"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:138
|
1781 |
msgid "Serie"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:142
|
1785 |
msgid "Label"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/chart_wizard.inc.php:156
|
1789 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:680
|
1790 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1902
|
1791 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:730
|
1792 |
msgid "Color"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
|
1796 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
|
1797 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
|
1798 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:95
|
1799 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:108
|
1800 |
msgid "Line chart"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
|
1804 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:48
|
1805 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:93
|
1806 |
msgid "Area chart"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
|
1810 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
|
1811 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:110
|
1812 |
msgid "Stacked area chart"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
|
1816 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
|
1817 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:90
|
1818 |
msgid "Column chart"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:62
|
1822 |
msgid "Radar chart"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:75
|
1826 |
msgid "Polar area chart"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
|
1830 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:36
|
1831 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
|
1832 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:96
|
1833 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:115
|
1834 |
msgid "Pie chart"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:104
|
1838 |
msgid "Doughnut chart"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
|
1842 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
|
1843 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:97
|
1844 |
msgid "Bubble chart"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
|
1848 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:94
|
1849 |
msgid "Stepped area chart"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
|
1853 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:92
|
1854 |
msgid "Bar chart"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
|
1858 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
|
1859 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:112
|
1860 |
msgid "Stacked bar chart"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
|
1864 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
|
1865 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:98
|
1866 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:117
|
1867 |
msgid "Donut chart"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
|
1871 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:99
|
1872 |
msgid "Gauge chart"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
|
1876 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:100
|
1877 |
msgid "Scatter chart"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
|
1881 |
msgid "Candlestick chart"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
|
1885 |
msgid "Waterfall chart"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
|
1889 |
msgid "Spline chart"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
|
1893 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:109
|
1894 |
msgid "Basic area chart"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
|
1898 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:111
|
1899 |
msgid "Basic bar chart"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
|
1903 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:113
|
1904 |
msgid "Basic column chart"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
|
1908 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:114
|
1909 |
msgid "Stacked column chart"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
|
1913 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:116
|
1914 |
msgid "Pie with gradient chart"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
|
1918 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:118
|
1919 |
msgid "Scatter plot"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
|
1923 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:119
|
1924 |
msgid "3D column chart"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
|
1928 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:120
|
1929 |
msgid "3D pie chart"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
|
1933 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:121
|
1934 |
msgid "3D donut chart"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
|
1938 |
msgid "Treemap chart"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
|
1942 |
msgid "Treemap level chart"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
|
1946 |
msgid "Polar chart"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
|
1950 |
msgid "Spiderweb chart"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:9
|
1954 |
msgid ""
|
1955 |
"NEW awesome features!!! From version wpDataTables Lite 2.1 you can create "
|
1956 |
"all Google charts"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:15
|
1960 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:65
|
1961 |
msgid "Chart name"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:17
|
1965 |
msgid "Please define the title of the chart that you will use to identify it"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:24
|
1969 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:69
|
1970 |
msgid "New wpDataTable Chart"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:35
|
1974 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:75
|
1975 |
msgid "Chart render engine"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:38
|
1979 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:76
|
1980 |
msgid "Please choose the render engine."
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:44
|
1984 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:80
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1985 |
msgid "Pick the render engine"
|
1986 |
msgstr ""
|
1987 |
|
1988 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:47
|
1989 |
msgid "Google Charts"
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:49
|
1993 |
msgid "HighCharts"
|
1994 |
msgstr ""
|
1995 |
|
1996 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:49
|
1997 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:52
|
1998 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:132
|
1999 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:144
|
2000 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:156
|
2001 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:168
|
2002 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:112
|
2003 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:117
|
2004 |
msgid "Available in Premium"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step1.inc.php:52
|
2008 |
msgid "Chart.js"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step2.inc.php:6
|
2012 |
msgid "wpDataTable Data Source"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step2.inc.php:8
|
2016 |
msgid ""
|
2017 |
"Please pick a wpDataTable which will be used as a data source for this chart."
|
2018 |
msgstr ""
|
2019 |
|
2020 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step2.inc.php:15
|
2021 |
msgid "Pick a wpDataTable"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:7
|
2025 |
msgid "Columns in the data source"
|
2026 |
msgstr ""
|
2027 |
|
2028 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:9
|
2029 |
msgid ""
|
2030 |
"Choose table columns that you would like to use in the chart. You can either "
|
2031 |
"drag the column blocks, or click to select them and use controls in the "
|
2032 |
"middle to add or remove from the chart."
|
2033 |
msgstr ""
|
2034 |
|
2035 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:20
|
2036 |
msgid "Add all"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:22
|
2040 |
msgid "Add"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:24
|
2044 |
msgid "Remove"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:26
|
2048 |
msgid "Remove all"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:31
|
2052 |
msgid "Columns used in the chart"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:39
|
2056 |
msgid ""
|
2057 |
"Please do not add more then one string-type (date/time, image, email, URL) "
|
2058 |
"column since only one can be used as a label"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:43
|
2062 |
msgid "Minimum count of columns for this chart type is "
|
2063 |
msgstr ""
|
2064 |
|
2065 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:47
|
2066 |
msgid "Maximum count of columns for this chart type is "
|
2067 |
msgstr ""
|
2068 |
|
2069 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:58
|
2070 |
msgid "Charts data filtering"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:60
|
2074 |
msgid ""
|
2075 |
"If you enable this, chart will automatically re-render with actual data "
|
2076 |
"every time you sort, filter, or switch pages in the table (chart must be in "
|
2077 |
"the same page with the table)."
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:64
|
2081 |
msgid "Follow table filtering"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:71
|
2085 |
msgid "Row range"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:73
|
2089 |
msgid "Please choose the row range."
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:73
|
2093 |
msgid ""
|
2094 |
"If you do not want data from all the table rows to be in the chart, you can "
|
2095 |
"pick the row range manually. Please note that if the data set is large the "
|
2096 |
"range picker can load slowly or even cause an out of memory error."
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:79
|
2100 |
msgid "All rows (default)"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:80
|
2104 |
msgid "Pick range (slow on large datasets)"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:85
|
2108 |
msgid "Rows picked"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step3.inc.php:88
|
2112 |
msgid "Range picker..."
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:10
|
2116 |
msgid "Chart"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:13
|
2120 |
msgid "Series"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:15
|
2124 |
msgid "Axes"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:19
|
2128 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:543
|
2129 |
msgid "Tooltip"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:21
|
2133 |
msgid "Legend"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:23
|
2137 |
msgid "Exporting"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:26
|
2141 |
msgid "Credits"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:35
|
2145 |
msgid "Series settings"
|
2146 |
msgstr ""
|
2147 |
|
2148 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:37
|
2149 |
msgid ""
|
2150 |
"If you want to redefine the series labels and colors you can do it here."
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:47
|
2154 |
msgid "Curve type"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:49
|
2158 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:347
|
2159 |
msgid "Controls the curve of the lines"
|
2160 |
msgstr ""
|
2161 |
|
2162 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:53
|
2163 |
msgid "Check for smoothed lines"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:61
|
2167 |
msgid "Chart width"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:63
|
2171 |
msgid "The width of the chart."
|
2172 |
msgstr ""
|
2173 |
|
2174 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:86
|
2175 |
msgid "Responsive width"
|
2176 |
msgstr ""
|
2177 |
|
2178 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:88
|
2179 |
msgid ""
|
2180 |
"If you tick this chart width will always adjust to 100% width of the "
|
2181 |
"container"
|
2182 |
msgstr ""
|
2183 |
|
2184 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:92
|
2185 |
msgid "Responsive chart width"
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:97
|
2189 |
msgid "Chart height"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:99
|
2193 |
msgid "The height of the chart."
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:122
|
2197 |
msgid "Group chart"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:124
|
2201 |
msgid ""
|
2202 |
"If you tick this checkbox, the values of the rows with same label will be "
|
2203 |
"summed up and rendered as a single series. If you leave it unticked all rows "
|
2204 |
"will be rendered as separate series."
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:128
|
2208 |
msgid "Enable grouping"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:133
|
2212 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:104
|
2213 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:425
|
2214 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:660
|
2215 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1549
|
2216 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1879
|
2217 |
msgid "Background color"
|
2218 |
msgstr ""
|
2219 |
|
2220 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:135
|
2221 |
msgid "The background color for the outer chart area."
|
2222 |
msgstr ""
|
2223 |
|
2224 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:152
|
2225 |
msgid "Border width"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:154
|
2229 |
msgid "The pixel width of the outer chart border."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:177
|
2233 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:123
|
2234 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:444
|
2235 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1571
|
2236 |
msgid "Border color"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:179
|
2240 |
msgid "The color of the outer chart border."
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:197
|
2244 |
msgid "Border radius"
|
2245 |
msgstr ""
|
2246 |
|
2247 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:199
|
2248 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:244
|
2249 |
msgid "The corner radius of the outer chart border."
|
2250 |
msgstr ""
|
2251 |
|
2252 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:223
|
2253 |
msgid "Plot background color"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:225
|
2257 |
msgid "The background color or gradient for the plot area."
|
2258 |
msgstr ""
|
2259 |
|
2260 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:242
|
2261 |
msgid "Plot border width"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:267
|
2265 |
msgid "Plot border color"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:269
|
2269 |
msgid "The color of the inner chart or plot area border."
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:287
|
2273 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:45
|
2274 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1483
|
2275 |
msgid "Font size"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:289
|
2279 |
msgid "The default font size, in pixels, of all text in the chart."
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:313
|
2283 |
msgid "Font name"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:315
|
2287 |
msgid "The default font face for all text in the chart."
|
2288 |
msgstr ""
|
2289 |
|
2290 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:330
|
2291 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:336
|
2292 |
msgid "3D"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:332
|
2296 |
msgid "Check for 3D pie chart"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:345
|
2300 |
msgid "Grid"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:351
|
2304 |
msgid "Do you want to show grid on the chart"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:356
|
2308 |
msgid "Horizontal axis label"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:358
|
2312 |
msgid "Name of the horizontal axis."
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:373
|
2316 |
msgid "Horizontal crosshair"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:375
|
2320 |
msgid ""
|
2321 |
"Configure a horizontal crosshair that follows either the mouse pointer or "
|
2322 |
"the hovered point lines"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:379
|
2326 |
msgid "Show x-Axis crosshair"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:384
|
2330 |
msgid "Horizontal axis direction"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:386
|
2334 |
msgid ""
|
2335 |
"The direction in which the values along the horizontal axis grow. Specify -1 "
|
2336 |
"to reverse the order of the values"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:402
|
2340 |
msgid "Vertical axis label"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:404
|
2344 |
msgid "Name of the vertical axis."
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:419
|
2348 |
msgid "Vertical crosshair"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:421
|
2352 |
msgid ""
|
2353 |
"Configure a vertical crosshair that follows either the mouse pointer or the "
|
2354 |
"hovered point lines"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:425
|
2358 |
msgid "Show y-Axis crosshair"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:430
|
2362 |
msgid "Vertical axis direction"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:432
|
2366 |
msgid ""
|
2367 |
"The direction in which the values along the vertical axis grow. Specify -1 "
|
2368 |
"to reverse the order of the values"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:449
|
2372 |
msgid "Vertical axis min value"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:451
|
2376 |
msgid "The minimum value of the axis."
|
2377 |
msgstr ""
|
2378 |
|
2379 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:475
|
2380 |
msgid "Vertical axis max value"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:477
|
2384 |
msgid "The maximum value of the axis."
|
2385 |
msgstr ""
|
2386 |
|
2387 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:500
|
2388 |
msgid "Invert"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:502
|
2392 |
msgid ""
|
2393 |
"Whether to invert the axes so that the x axis is vertical and y axis is "
|
2394 |
"horizontal"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:506
|
2398 |
msgid "Invert chart axes"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:516
|
2402 |
msgid "Chart title"
|
2403 |
msgstr ""
|
2404 |
|
2405 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:518
|
2406 |
msgid "Do you want to show the chart title on the page"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:522
|
2410 |
msgid "Show title"
|
2411 |
msgstr ""
|
2412 |
|
2413 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:527
|
2414 |
msgid "Title floating"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:529
|
2418 |
msgid ""
|
2419 |
"When the title is floating, the plot area will not move to make space for it"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:533
|
2423 |
msgid "Enable floating"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:545
|
2427 |
msgid "Enable or disable the tooltip"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:549
|
2431 |
msgid "Show tooltip"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:560
|
2435 |
msgid "Position"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:562
|
2439 |
msgid "Position of the legend"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:580
|
2443 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:219
|
2444 |
msgid "Vertical align"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step4.inc.php:582
|
2448 |
msgid "The vertical alignment of the legend box"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step5.inc.php:5
|
2452 |
msgid "Your chart is ready!"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: wpdatatables-lite/templates/admin/chart_wizard/steps/step5.inc.php:10
|
2456 |
msgid "Paste this shortcode to render this chart"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: wpdatatables-lite/templates/admin/common/HTMLModal.inc.php:18
|
2460 |
msgid "HTML Editor"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: wpdatatables-lite/templates/admin/common/HTMLModal.inc.php:48
|
2464 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:278
|
2465 |
msgid "Insert HTML"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:17
|
2469 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:19
|
2470 |
+
#: wpdatatables-lite/templates/common/delete_modal.inc.php:19
|
2471 |
msgid "Are you sure?"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:26
|
2475 |
msgid ""
|
2476 |
"You are about to cancel creating wizard, there is no undo! You will be "
|
2477 |
"redirect to Browse page."
|
2478 |
msgstr ""
|
2479 |
|
2480 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:37
|
2481 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:40
|
2482 |
msgid "No, Continue"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
+
#: wpdatatables-lite/templates/admin/common/close_modal.inc.php:39
|
2486 |
msgid "Yes, Cancel"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
+
#: wpdatatables-lite/templates/admin/common/error_modal.inc.php:16
|
2490 |
+
#: wpdatatables-lite/templates/common/error.inc.php:3
|
2491 |
msgid "Error"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:18
|
2495 |
msgid "Link editor"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:28
|
2499 |
msgid "Insert URL:"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:38
|
2503 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:55
|
2504 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:35
|
2505 |
msgid "Field can not be empty!"
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:45
|
2509 |
msgid "Insert Link text:"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:65
|
2513 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:661
|
2514 |
msgid "Open link in the new tab"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:76
|
2518 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:720
|
2519 |
msgid "Make NOFOLLOW link"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:87
|
2523 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:677
|
2524 |
msgid "Set the link to appear as a button"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:96
|
2528 |
msgid "Button class:"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: wpdatatables-lite/templates/admin/common/linkModal.inc.php:121
|
2532 |
msgid "Insert link"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:35
|
2536 |
msgid "Compare"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:36
|
2540 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:73
|
2541 |
msgid "or"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: wpdatatables-lite/templates/admin/common/premium_modal.inc.php:37
|
2545 |
msgid "View Pricing"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:6
|
2549 |
#, php-format
|
2550 |
msgid ""
|
2551 |
"Awesome! %s You are a wpDataTables Master! %s You’ve created more than 100 "
|
2552 |
"tables!"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:8
|
2556 |
#, php-format
|
2557 |
msgid ""
|
2558 |
"Well done! %s You’ve created more than 50 tables - you are a wpDataTables "
|
2559 |
"Professional! %s"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:10
|
2563 |
#, php-format
|
2564 |
msgid "Nice job! %s You created more than 10 tables. %s"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:12
|
2568 |
msgid "We hope you’ve enjoyed using wpDataTables."
|
2569 |
msgstr ""
|
2570 |
|
2571 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:21
|
2572 |
msgid "Would you consider leaving us a review on WordPress.org?"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:24
|
2576 |
msgid "Sure! I Like wpDataTables"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:30
|
2580 |
msgid "I've already left a review"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:31
|
2584 |
msgid "Maybe Later"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: wpdatatables-lite/templates/admin/common/ratingDiv.inc.php:32
|
2588 |
msgid "Never show again"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:18
|
2592 |
msgid "Shortcode Editor"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:28
|
2596 |
msgid "Insert shortcode:"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: wpdatatables-lite/templates/admin/common/shortcodeModal.inc.php:53
|
2600 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:282
|
2601 |
msgid "Insert shortcode"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:19
|
2605 |
msgid "Star Rating Editor"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:27
|
2609 |
msgid "Select star rating:"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:40
|
2613 |
msgid "Choose number of stars:"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:59
|
2617 |
msgid "Show star number rating"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
+
#: wpdatatables-lite/templates/admin/common/starModal.inc.php:78
|
2621 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:286
|
2622 |
msgid "Insert star rating"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:27
|
2626 |
msgid "You are about to delete all table data."
|
2627 |
msgstr ""
|
2628 |
|
2629 |
+
#: wpdatatables-lite/templates/admin/common/warningModal.inc.php:45
|
2630 |
msgid "Yes, Delete"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:54
|
2634 |
msgid "Open in standard editor"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:56
|
2638 |
msgid "Open in Excel-like editor"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
+
#: wpdatatables-lite/templates/admin/constructor/constructor.inc.php:67
|
2642 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:30
|
2643 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:34
|
2644 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:31
|
2645 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:100
|
2646 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:31
|
2647 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:47
|
2648 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:29
|
2649 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1090
|
2650 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:606
|
2651 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:81
|
2652 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:2063
|
2653 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:228
|
2654 |
msgid "View Documentation"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:5
|
2658 |
+
#: wpdatatables-lite/templates/constructor.inc.php:29
|
2659 |
msgid "Choose what kind of table would you like to construct"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:19
|
2663 |
msgid "Create a simple table from scratch"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:20
|
2667 |
msgid ""
|
2668 |
"Create a simple table with any data, merged cells, styling, star rating and "
|
2669 |
"a lot more.<br> You get full control of formatting, but no sorting, "
|
2670 |
"searching, pagination or export functionality like in data tables."
|
2671 |
msgstr ""
|
2672 |
|
2673 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:31
|
2674 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:14
|
2675 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:96
|
2676 |
msgid "Create a data table linked to an existing data source"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:32
|
2680 |
msgid ""
|
2681 |
"Excel, CSV, Google Spreadsheet, SQL query, XML, JSON, serialized PHP array. "
|
2682 |
"Data will be read from the source every time on page load. Only SQL-based "
|
2683 |
"tables can be made editable."
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:45
|
2687 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:124
|
2688 |
msgid "Create a data table manually"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:46
|
2692 |
msgid ""
|
2693 |
"Define the number and type of columns, and fill in the data manually in WP "
|
2694 |
"admin. Data table will be stored in the database and can be edited from WP "
|
2695 |
"admin, or made front-end editable."
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:57
|
2699 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:135
|
2700 |
msgid "Create a data table by importing data from a data source"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:58
|
2704 |
msgid ""
|
2705 |
"Excel, CSV, Google Spreadsheet. Data will be imported to the database, the "
|
2706 |
"data table can be edited in WP admin, or made front-end editable."
|
2707 |
msgstr ""
|
2708 |
|
2709 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:72
|
2710 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:163
|
2711 |
msgid "Generate a query to the MySQL database"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:73
|
2715 |
msgid ""
|
2716 |
"Create a SQL-query-based data table by generating a query to any custom SQL "
|
2717 |
"database with a GUI tool."
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:84
|
2721 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:146
|
2722 |
msgid "Generate a query to the WordPress database"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1.inc.php:85
|
2726 |
msgid ""
|
2727 |
"Create a MySQL-query-based data table by generating a query to the WordPress "
|
2728 |
"database (posts, taxonomies, postmeta) with a GUI tool."
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:9
|
2732 |
msgid "Table name"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:11
|
2736 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:27
|
2737 |
msgid ""
|
2738 |
"What is the header of the table that will be visible to the site visitors"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:25
|
2742 |
msgid "Number of columns"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:47
|
2746 |
msgid "Number of rows"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:49
|
2750 |
msgid ""
|
2751 |
"How many columns table will it have? You can also modify it below with + and "
|
2752 |
"x buttons"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
+
#: wpdatatables-lite/templates/admin/constructor/steps/constructor_1_0.inc.php:71
|
2756 |
msgid "Generate table"
|
2757 |
msgstr ""
|
2758 |
|
2759 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:45
|
2760 |
msgid "Welcome to wpDataTables "
|
2761 |
msgstr ""
|
2762 |
|
2763 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:46
|
2764 |
msgid "Lite version "
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:48
|
2768 |
msgid ""
|
2769 |
"Congratulations! You are about to use the most powerful WordPress table "
|
2770 |
"plugin - wpDataTables is designed to make the process of data "
|
2771 |
"representation and interaction quick, easy and effective."
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:62
|
2775 |
msgid "I need help, show me tutorials"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:68
|
2779 |
msgid "Learn how to create table and charts"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:69
|
2783 |
msgid "Or skip tutorials and"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:72
|
2787 |
msgid "Create a table"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:76
|
2791 |
msgid "Create a chart"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:97
|
2795 |
msgid "Tables"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:105
|
2799 |
msgid "Create Table"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:109
|
2803 |
msgid "Browse all tables"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:121
|
2807 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:142
|
2808 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:193
|
2809 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:211
|
2810 |
msgid "Created"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:124
|
2814 |
msgid "You have no tables created."
|
2815 |
msgstr ""
|
2816 |
|
2817 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:127
|
2818 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:199
|
2819 |
msgid "View tutorials"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:158
|
2823 |
msgid "Latest table created."
|
2824 |
msgstr ""
|
2825 |
|
2826 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:169
|
2827 |
msgid "Charts"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:181
|
2831 |
msgid "Browse all charts"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:196
|
2835 |
msgid "You have no charts created."
|
2836 |
msgstr ""
|
2837 |
|
2838 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:227
|
2839 |
msgid "Latest chart created."
|
2840 |
msgstr ""
|
2841 |
|
2842 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:239
|
2843 |
msgid "Still need help? "
|
2844 |
msgstr ""
|
2845 |
|
2846 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:242
|
2847 |
msgid ""
|
2848 |
"We provide professional support to all our users via our ticketing system."
|
2849 |
msgstr ""
|
2850 |
|
2851 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:245
|
2852 |
msgid "Visit Support Center"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:269
|
2856 |
msgid "Basic system info:"
|
2857 |
msgstr ""
|
2858 |
|
2859 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:272
|
2860 |
+
msgid "PHP"
|
2861 |
+
msgstr ""
|
2862 |
+
|
2863 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:289
|
2864 |
+
msgid "Zip extension "
|
2865 |
+
msgstr ""
|
2866 |
+
|
2867 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:299
|
2868 |
+
msgid "Curl extension "
|
2869 |
+
msgstr ""
|
2870 |
+
|
2871 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:311
|
2872 |
msgid "View Full System Info"
|
2873 |
msgstr ""
|
2874 |
|
2875 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:320
|
2876 |
msgid "Changelog"
|
2877 |
msgstr ""
|
2878 |
|
2879 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:326
|
2880 |
msgid "View Changelog"
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:333
|
2884 |
msgid "You are currently using "
|
2885 |
msgstr ""
|
2886 |
|
2887 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:335
|
2888 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:58
|
2889 |
msgid "Version "
|
2890 |
msgstr ""
|
2891 |
|
2892 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:340
|
2893 |
+
msgid "A minor update with a couple of bug fixes and stability improvements:"
|
2894 |
msgstr ""
|
2895 |
|
2896 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:345
|
2897 |
+
msgid ""
|
2898 |
+
"<strong>New FREE addon: “Forminator Froms integration for wpDataTables” "
|
2899 |
+
"available. </strong> Tool that adds \"Forminator Form\" as a new table type "
|
2900 |
+
"and allows you to create wpDataTables from Forminator Forms submissions. "
|
2901 |
+
"More on this"
|
2902 |
msgstr ""
|
2903 |
|
2904 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:346
|
2905 |
+
msgid "link."
|
|
|
|
|
2906 |
msgstr ""
|
2907 |
|
2908 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:348
|
2909 |
msgid ""
|
2910 |
+
"<strong>Bugfix:</strong> Fixed issue with strings in loops (conflict with "
|
2911 |
+
"other plugins)."
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:349
|
2915 |
+
msgid ""
|
2916 |
+
"<strong>Bugfix:</strong> Fixed issue with color-picker visibility in column "
|
2917 |
+
"color option on small screens."
|
2918 |
msgstr ""
|
2919 |
|
2920 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:350
|
2921 |
+
msgid "<strong>BugFix:</strong> Fixed issue with showing quotes in chart."
|
|
|
|
|
2922 |
msgstr ""
|
2923 |
|
2924 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:351
|
2925 |
msgid ""
|
2926 |
+
"<strong>BugFix:</strong> Fixed issue with Notice message on Dashboard page."
|
|
|
2927 |
msgstr ""
|
2928 |
|
2929 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:352
|
2930 |
msgid ""
|
2931 |
+
"<strong>BugFix:</strong> Fixed issue with JS notices about sourceMappingURLs."
|
|
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:353
|
2935 |
+
msgid "Compatibility with WordPress 5.7.2 approved."
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:354
|
2939 |
msgid "Other small bug fixes and stability improvements."
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:366
|
2943 |
msgid "Go Premium!"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:372
|
2947 |
msgid "View Comparison"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:380
|
2951 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:48
|
2952 |
msgid ""
|
2953 |
"Get the most out of wpDataTables by upgrading to Premium and unlocking all "
|
2954 |
"of the powerful features."
|
2955 |
msgstr ""
|
2956 |
|
2957 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:384
|
2958 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:292
|
2959 |
msgid "Create a table manually"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:387
|
2963 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:304
|
2964 |
msgid "Creating tables from Google Spreadsheet"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:390
|
2968 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:316
|
2969 |
msgid "Creating tables via Google Sheet API"
|
2970 |
msgstr ""
|
2971 |
|
2972 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:393
|
2973 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:329
|
2974 |
msgid "Creating tables from Private Google Spreadsheet"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:396
|
2978 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:342
|
2979 |
msgid "Creating MySQL-based tables from database"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:399
|
2983 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:354
|
2984 |
msgid "Creating MySQL-based tables from Wordpress post types"
|
2985 |
msgstr ""
|
2986 |
|
2987 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:402
|
2988 |
msgid "Creating tables where users can see and edit own data"
|
2989 |
msgstr ""
|
2990 |
|
2991 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:405
|
2992 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:378
|
2993 |
msgid "Creating table relations (Foreign key)"
|
2994 |
msgstr ""
|
2995 |
|
2996 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:408
|
2997 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:414
|
2998 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:329
|
2999 |
msgid "Advanced filtering"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:411
|
3003 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:426
|
3004 |
msgid "Pre-filtering tables through URL"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:414
|
3008 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:279
|
3009 |
msgid "Table Customization"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:417
|
3013 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:390
|
3014 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:153
|
3015 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:282
|
3016 |
msgid "Server-side processing"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:420
|
3020 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:402
|
3021 |
msgid "Multiple databases support (MySQL,MS SQL and PostgreSQL)"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:423
|
3025 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:438
|
3026 |
msgid "Front-end table editing"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:426
|
3030 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:450
|
3031 |
msgid "Excel-like editing"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:429
|
3035 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:462
|
3036 |
msgid "Creating charts with Highcharts"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:432
|
3040 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:474
|
3041 |
msgid "Creating charts with Chart.js"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:435
|
3045 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:486
|
3046 |
msgid "Follow table filtering in charts"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:438
|
3050 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:498
|
3051 |
msgid "Grouping data in Charts"
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:441
|
3055 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:510
|
3056 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:68
|
3057 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:301
|
3058 |
msgid "Responsive"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:444
|
3062 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:522
|
3063 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:60
|
3064 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:750
|
3065 |
msgid "Conditional formatting"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:447
|
3069 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:534
|
3070 |
msgid "Calculating Tools"
|
3071 |
msgstr ""
|
3072 |
|
3073 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:450
|
3074 |
msgid "Formula columns"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:453
|
3078 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:546
|
3079 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:80
|
3080 |
msgid "Placeholders"
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:456
|
3084 |
msgid "Premium support"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:460
|
3088 |
msgid "Get Premium Today"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:467
|
3092 |
msgid "News Blog"
|
3093 |
msgstr ""
|
3094 |
|
3095 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:472
|
3096 |
msgid "Checkout useful articles from wpdatatables.com"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:519
|
3100 |
msgid ""
|
3101 |
"Never miss notifications about new cool features, promotions,\n"
|
3102 |
" giveaways or freebies – subscribe to our "
|
3104 |
" about 1 message per month and never spam!"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:537
|
3108 |
msgid "Premium "
|
3109 |
msgstr ""
|
3110 |
|
3111 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:540
|
3112 |
msgid ""
|
3113 |
"While wpDataTables itself provides quite a large amount of features and "
|
3114 |
"unlimited customisation, flexibility, you can achieve even more with our "
|
3115 |
+
"premium addons.<br>(except Forminator Forms integration which is free and "
|
3116 |
+
"can be used with Lite version as well, all others requires wpDataTables "
|
3117 |
+
"Premium version)"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:548
|
3121 |
+
msgid "Free"
|
3122 |
+
msgstr ""
|
3123 |
+
|
3124 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:559
|
3125 |
msgid ""
|
3126 |
+
"Tool that adds \"Forminator Form\" as a new table type and allows you to "
|
3127 |
+
"create wpDataTables from Forminator Forms submissions."
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:566
|
3131 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:602
|
3132 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:629
|
3133 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:655
|
3134 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:682
|
3135 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:708
|
3136 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:741
|
3137 |
msgid "Learn More"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:596
|
3141 |
+
msgid ""
|
3142 |
+
"A wpDataTables addon which allows showing additional details for a specific "
|
3143 |
+
"row in a popup or a separate page or post."
|
3144 |
+
msgstr ""
|
3145 |
+
|
3146 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:623
|
3147 |
msgid ""
|
3148 |
"An add-on for wpDataTables that provides powerful filtering features: "
|
3149 |
"cascade filtering, applying filters on button click, hide table before "
|
3150 |
"filtering."
|
3151 |
msgstr ""
|
3152 |
|
3153 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:719
|
3154 |
msgid "Need free booking plugin?"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:728
|
3158 |
msgid "Appointments and Events WordPress Booking Plugin"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:731
|
3162 |
msgid ""
|
3163 |
"Amelia Lite is a free appointment booking WordPress plugin that allows to "
|
3164 |
"set up a fully-featured automated booking system on your WordPress website "
|
3169 |
"each month."
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:734
|
3173 |
msgid "Rating: 4.3 - 97 reviews"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:752
|
3177 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:184
|
3178 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:589
|
3179 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:78
|
3180 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:509
|
3181 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:358
|
|
|
|
|
|
|
|
|
3182 |
msgid "Made by"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:760
|
3186 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:192
|
3187 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:597
|
3188 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:45
|
3189 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:86
|
3190 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:517
|
3191 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:219
|
3192 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:369
|
3193 |
msgid "Documentation"
|
3194 |
msgstr ""
|
3195 |
|
3196 |
+
#: wpdatatables-lite/templates/admin/dashboard/dashboard.inc.php:764
|
3197 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:196
|
3198 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:601
|
3199 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:24
|
3200 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:90
|
3201 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:521
|
3202 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:373
|
3203 |
msgid "Support Center"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:27
|
3207 |
msgid "Table and Charts tutorials"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:50
|
3211 |
msgid ""
|
3212 |
"Getting started: a crash course on wpDataTables basic tables and charts "
|
3213 |
"features"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:51
|
3217 |
msgid ""
|
3218 |
"Hi there. In order to make your acquaintance with wpDataTables smooth and "
|
3219 |
"easy, we created these short interactive tutorials for different basic "
|
3221 |
"click "
|
3222 |
msgstr ""
|
3223 |
|
3224 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:51
|
3225 |
msgid "\"Launch tutorial\""
|
3226 |
msgstr ""
|
3227 |
|
3228 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:51
|
3229 |
msgid ""
|
3230 |
" - it will then guide you through the process, making sure you do everything "
|
3231 |
"right. Additionally, you can check out our documentation and video database."
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:61
|
3235 |
msgid "Create a simple table from scratch:"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:61
|
3239 |
msgid ""
|
3240 |
" create a simple table with any data, merged cells, styling, star rating and "
|
3241 |
"a lot more."
|
3242 |
msgstr ""
|
3243 |
|
3244 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:63
|
3245 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:83
|
3246 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:104
|
3247 |
msgid "View documentation"
|
3248 |
msgstr ""
|
3249 |
|
3250 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:68
|
3251 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:88
|
3252 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:109
|
3253 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:119
|
3254 |
msgid "Launch tutorial"
|
3255 |
msgstr ""
|
3256 |
|
3257 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:81
|
3258 |
msgid "Create a data table linked to an existing data source:"
|
3259 |
msgstr ""
|
3260 |
|
3261 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:81
|
3262 |
msgid ""
|
3263 |
" create a wpDataTables based on your Excel, CSV file or other data source in "
|
3264 |
"a few steps."
|
3265 |
msgstr ""
|
3266 |
|
3267 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:102
|
3268 |
msgid "Create a chart:"
|
3269 |
msgstr ""
|
3270 |
|
3271 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:102
|
3272 |
msgid ""
|
3273 |
" create dynamic charts in WordPress with Google Charts rendering engine."
|
3274 |
msgstr ""
|
3275 |
|
3276 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:114
|
3277 |
msgid ""
|
3278 |
"You dont have any table created. Please create a table first and then you "
|
3279 |
"will be able to create a chart."
|
3280 |
msgstr ""
|
3281 |
|
3282 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:131
|
3283 |
msgid "Create a data table manually:"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:131
|
3287 |
msgid " learn how to build a data table completely from the WordPress admin."
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:143
|
3291 |
msgid "Create a data table by importing data from a data source:"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:143
|
3295 |
msgid ""
|
3296 |
" extract data from your existing table to be able to edit it from WordPress."
|
3297 |
msgstr ""
|
3298 |
|
3299 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:155
|
3300 |
msgid "Generate a query to the MySQL database:"
|
3301 |
msgstr ""
|
3302 |
|
3303 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:155
|
3304 |
msgid " create a data table based on your DB data without having to learn SQL"
|
3305 |
msgstr ""
|
3306 |
|
3307 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:167
|
3308 |
msgid "Generate a query to the WordPress database:"
|
3309 |
msgstr ""
|
3310 |
|
3311 |
+
#: wpdatatables-lite/templates/admin/getting-started/getting_started.inc.php:167
|
3312 |
msgid " create a data table based on your WP data (posts, meta, taxonomies)"
|
3313 |
msgstr ""
|
3314 |
|
3315 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:24
|
3316 |
msgid "Plans"
|
3317 |
msgstr ""
|
3318 |
|
3319 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:47
|
3320 |
msgid "Lite vs Premium comparison"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:52
|
3324 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:581
|
3325 |
msgid "Go Premium Now"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:58
|
3329 |
msgid "Features"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:61
|
3333 |
msgid "Lite"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:64
|
3337 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:568
|
3338 |
msgid "Premium"
|
3339 |
msgstr ""
|
3340 |
|
3341 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:70
|
3342 |
msgid "Creating tables from Excel files"
|
3343 |
msgstr ""
|
3344 |
|
3345 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:82
|
3346 |
msgid "Creating tables from CSV files"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:94
|
3350 |
msgid "Creating tables from JSON files"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:106
|
3354 |
msgid "Creating tables from XML files"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:118
|
3358 |
msgid "Creating tables from Serialized PHP array"
|
3359 |
msgstr ""
|
3360 |
|
3361 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:130
|
3362 |
msgid "Create a Simple tables"
|
3363 |
msgstr ""
|
3364 |
|
3365 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:131
|
3366 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:144
|
3367 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:280
|
3368 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:317
|
3369 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:330
|
3370 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:84
|
3371 |
msgid "NEW!"
|
3372 |
msgstr ""
|
3373 |
|
3374 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:143
|
3375 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:295
|
3376 |
msgid "Merge cells"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:156
|
3380 |
msgid ""
|
3381 |
"Column types <span style=\"font-size: 8px;\">(String, Integer, Float, Date, "
|
3382 |
"DateTime, Time, Image, URL link and E-mail)</span>"
|
3383 |
msgstr ""
|
3384 |
|
3385 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:168
|
3386 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:47
|
3387 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:643
|
3388 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:651
|
3389 |
msgid "Sorting"
|
3390 |
msgstr ""
|
3391 |
|
3392 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:180
|
3393 |
msgid "Row grouping"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:192
|
3397 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:653
|
3398 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:504
|
3399 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:512
|
3400 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1387
|
3401 |
msgid "Pagination"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:204
|
3405 |
msgid ""
|
3406 |
"Export table data <span style=\"font-size: 8px;\">(Export to Excel, CSV, "
|
3407 |
"PDF, and Copy and Print options)</span>"
|
3408 |
msgstr ""
|
3409 |
|
3410 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:216
|
3411 |
msgid "Column Customization"
|
3412 |
msgstr ""
|
3413 |
|
3414 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:228
|
3415 |
msgid "Global Table Customization"
|
3416 |
msgstr ""
|
3417 |
|
3418 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:240
|
3419 |
msgid "WP Bakery, Elementor and Gutenberg support"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:252
|
3423 |
msgid "Creating Google charts"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:264
|
3427 |
msgid "Customize charts"
|
3428 |
msgstr ""
|
3429 |
|
3430 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:268
|
3431 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:562
|
3432 |
msgid "Limited"
|
3433 |
msgstr ""
|
3434 |
|
3435 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:270
|
3436 |
msgid "Some options are not available."
|
3437 |
msgstr ""
|
3438 |
|
3439 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:366
|
3440 |
msgid "Creating tables where users can see and edit only their own data"
|
3441 |
msgstr ""
|
3442 |
|
3443 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:558
|
3444 |
msgid "Support"
|
3445 |
msgstr ""
|
3446 |
|
3447 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:564
|
3448 |
msgid "Response time is slow and can be up to 5 business days."
|
3449 |
msgstr ""
|
3450 |
|
3451 |
+
#: wpdatatables-lite/templates/admin/lite-vs-premium/lite_vs_premium.inc.php:575
|
3452 |
msgid ""
|
3453 |
"* Please note that wpDataTables add-ons are not included in premium version "
|
3454 |
"of plugin."
|
3455 |
msgstr ""
|
3456 |
|
3457 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:33
|
3458 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:95
|
3459 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:25
|
3460 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1098
|
3461 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:47
|
3462 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:48
|
3463 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:89
|
3464 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:48
|
3465 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:49
|
3466 |
msgid "Save Changes"
|
3467 |
msgstr ""
|
3468 |
|
3469 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:44
|
3470 |
+
#: wpdatatables-lite/templates/settings.inc.php:18
|
3471 |
+
#: wpdatatables-lite/templates/settings.inc.php:26
|
3472 |
msgid "Main settings"
|
3473 |
msgstr ""
|
3474 |
|
3475 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:49
|
3476 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:15
|
3477 |
msgid "Separate DB connection"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:54
|
3481 |
+
#: wpdatatables-lite/templates/settings.inc.php:19
|
3482 |
+
#: wpdatatables-lite/templates/settings.inc.php:204
|
3483 |
msgid "Color and font settings"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:58
|
3487 |
+
#: wpdatatables-lite/templates/settings.inc.php:20
|
3488 |
+
#: wpdatatables-lite/templates/settings.inc.php:446
|
3489 |
msgid "Custom JS and CSS"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:62
|
3493 |
msgid "Google Spreadsheet API settings"
|
3494 |
msgstr ""
|
3495 |
|
3496 |
+
#: wpdatatables-lite/templates/admin/settings/settings.inc.php:92
|
3497 |
+
#: wpdatatables-lite/templates/settings.inc.php:434
|
3498 |
msgid "Reset colors and fonts to default"
|
3499 |
msgstr ""
|
3500 |
|
3501 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:18
|
3502 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:25
|
3503 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1367
|
3504 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1461
|
3505 |
msgid "Font"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:27
|
3509 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1464
|
3510 |
+
#: wpdatatables-lite/templates/settings.inc.php:428
|
3511 |
msgid ""
|
3512 |
"This font will be used in rendered tables. Leave blank not to override "
|
3513 |
"default theme settings"
|
3514 |
msgstr ""
|
3515 |
|
3516 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:47
|
3517 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1486
|
3518 |
msgid "Define the font size"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:70
|
3522 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:143
|
3523 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:464
|
3524 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1519
|
3525 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1594
|
3526 |
msgid "Font color"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:72
|
3530 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1522
|
3531 |
msgid "This color is used for the main font in table cells."
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:97
|
3535 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:348
|
3536 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1371
|
3537 |
msgid "Header"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:106
|
3541 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1552
|
3542 |
msgid "The color is used for background of the table header."
|
3543 |
msgstr ""
|
3544 |
|
3545 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:125
|
3546 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1574
|
3547 |
msgid "This color is used for the border in the table header."
|
3548 |
msgstr ""
|
3549 |
|
3550 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:145
|
3551 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1597
|
3552 |
msgid "This color is used for the font in the table header."
|
3553 |
msgstr ""
|
3554 |
|
3555 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:162
|
3556 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1616
|
3557 |
msgid "Active and hover color\t"
|
3558 |
msgstr ""
|
3559 |
|
3560 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:164
|
3561 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1619
|
3562 |
msgid ""
|
3563 |
"This color is used when you hover the mouse above the table header, or when "
|
3564 |
"you choose a column."
|
3565 |
msgstr ""
|
3566 |
|
3567 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:191
|
3568 |
msgid "Table border "
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:198
|
3572 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1647
|
3573 |
msgid "Inner border"
|
3574 |
msgstr ""
|
3575 |
|
3576 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:200
|
3577 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1650
|
3578 |
msgid "This color is used for the inner border in the table between cells."
|
3579 |
msgstr ""
|
3580 |
|
3581 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:218
|
3582 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1670
|
3583 |
msgid "Outer border"
|
3584 |
msgstr ""
|
3585 |
|
3586 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:220
|
3587 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1673
|
3588 |
msgid "This color is used for the outer border of the whole table body."
|
3589 |
msgstr ""
|
3590 |
|
3591 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:238
|
3592 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1693
|
3593 |
msgid "Table borders"
|
3594 |
msgstr ""
|
3595 |
|
3596 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:240
|
3597 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1696
|
3598 |
msgid "When this is checked, borders in table will be removed "
|
3599 |
msgstr ""
|
3600 |
|
3601 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:244
|
3602 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1702
|
3603 |
msgid "Remove borders in table"
|
3604 |
msgstr ""
|
3605 |
|
3606 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:249
|
3607 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1707
|
3608 |
msgid "Header border"
|
3609 |
msgstr ""
|
3610 |
|
3611 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:251
|
3612 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1710
|
3613 |
msgid "When this is checked,borders in header will be removed "
|
3614 |
msgstr ""
|
3615 |
|
3616 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:255
|
3617 |
msgid "Remove borders in header"
|
3618 |
msgstr ""
|
3619 |
|
3620 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:269
|
3621 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1379
|
3622 |
msgid "Row color"
|
3623 |
msgstr ""
|
3624 |
|
3625 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:276
|
3626 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1729
|
3627 |
msgid "Even row background"
|
3628 |
msgstr ""
|
3629 |
|
3630 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:278
|
3631 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1732
|
3632 |
msgid "This color is used for for background in even rows."
|
3633 |
msgstr ""
|
3634 |
|
3635 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:295
|
3636 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1751
|
3637 |
msgid "Odd row background"
|
3638 |
msgstr ""
|
3639 |
|
3640 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:297
|
3641 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1754
|
3642 |
msgid "This color is used for for background in odd rows."
|
3643 |
msgstr ""
|
3644 |
|
3645 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:314
|
3646 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1773
|
3647 |
msgid "Hover row"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:316
|
3651 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1776
|
3652 |
msgid ""
|
3653 |
"This color is used for to highlight the row when you hover your mouse above "
|
3654 |
"it."
|
3655 |
msgstr ""
|
3656 |
|
3657 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:333
|
3658 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1795
|
3659 |
msgid "Background for selected rows"
|
3660 |
msgstr ""
|
3661 |
|
3662 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:335
|
3663 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1798
|
3664 |
msgid "This color is used for background in selected rows."
|
3665 |
msgstr ""
|
3666 |
|
3667 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:362
|
3668 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1383
|
3669 |
msgid "Cell color"
|
3670 |
msgstr ""
|
3671 |
|
3672 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:369
|
3673 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1826
|
3674 |
msgid "Sorted columns, even rows"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:371
|
3678 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1829
|
3679 |
msgid ""
|
3680 |
"This color is used for background in cells which are in the active columns "
|
3681 |
"(columns used for sorting) in even rows."
|
3682 |
msgstr ""
|
3683 |
|
3684 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:389
|
3685 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1849
|
3686 |
msgid "Sorted columns, odd rows"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:391
|
3690 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1852
|
3691 |
msgid ""
|
3692 |
"This color is used for background in cells which are in the active columns "
|
3693 |
"(columns used for sorting) in odd rows."
|
3694 |
msgstr ""
|
3695 |
|
3696 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:418
|
3697 |
msgid "Buttons color in modals"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:427
|
3701 |
msgid "This color is used for background in buttons."
|
3702 |
msgstr ""
|
3703 |
|
3704 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:446
|
3705 |
msgid "This color is used for border in buttons."
|
3706 |
msgstr ""
|
3707 |
|
3708 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:466
|
3709 |
msgid "This color is used for font in buttons."
|
3710 |
msgstr ""
|
3711 |
|
3712 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:483
|
3713 |
msgid "Background hover color"
|
3714 |
msgstr ""
|
3715 |
|
3716 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:485
|
3717 |
msgid ""
|
3718 |
"This color will be used for button backgrounds when you hover above them."
|
3719 |
msgstr ""
|
3720 |
|
3721 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:503
|
3722 |
msgid "Hover font color"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:505
|
3726 |
msgid "This color will be used for buttons font when you hover above them."
|
3727 |
msgstr ""
|
3728 |
|
3729 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:523
|
3730 |
+
#: wpdatatables-lite/templates/settings.inc.php:401
|
3731 |
msgid "Buttons hover border color"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:525
|
3735 |
msgid "This color will be used for button borders when you hover above them."
|
3736 |
msgstr ""
|
3737 |
|
3738 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:543
|
3739 |
+
#: wpdatatables-lite/templates/settings.inc.php:410
|
3740 |
msgid "Buttons and inputs border radius (in px)"
|
3741 |
msgstr ""
|
3742 |
|
3743 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:545
|
3744 |
+
#: wpdatatables-lite/templates/settings.inc.php:414
|
3745 |
msgid "This is a border radius for inputs in buttons. Default is 3px."
|
3746 |
msgstr ""
|
3747 |
|
3748 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:577
|
3749 |
msgid "Modals and overlay color"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:584
|
3753 |
+
#: wpdatatables-lite/templates/settings.inc.php:374
|
3754 |
msgid "Modals font color"
|
3755 |
msgstr ""
|
3756 |
|
3757 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:586
|
3758 |
msgid ""
|
3759 |
"This color will be used for wpDataTable popup (filter, datepicker) fonts."
|
3760 |
msgstr ""
|
3761 |
|
3762 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:604
|
3763 |
msgid "Modals background"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:606
|
3767 |
msgid ""
|
3768 |
"This color will be used for wpDataTable popup (filter, datepicker) "
|
3769 |
"background."
|
3770 |
msgstr ""
|
3771 |
|
3772 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:625
|
3773 |
msgid "Overlay background"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:627
|
3777 |
msgid ""
|
3778 |
"This color will be used for overlay which appears below the plugin popups."
|
3779 |
msgstr ""
|
3780 |
|
3781 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:662
|
3782 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1882
|
3783 |
msgid "This color is used for the background of the pagination"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:682
|
3787 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1905
|
3788 |
msgid "This color is used for the color of the links in the pagination."
|
3789 |
msgstr ""
|
3790 |
|
3791 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:700
|
3792 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1924
|
3793 |
msgid "Current page background color"
|
3794 |
msgstr ""
|
3795 |
|
3796 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:702
|
3797 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1927
|
3798 |
msgid "The color is used for background of the current page"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:719
|
3802 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1948
|
3803 |
msgid "Current page color"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:721
|
3807 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1951
|
3808 |
msgid "This color is used for the color of the current page."
|
3809 |
msgstr ""
|
3810 |
|
3811 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:739
|
3812 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1971
|
3813 |
msgid "Other pages hover background color"
|
3814 |
msgstr ""
|
3815 |
|
3816 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:741
|
3817 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1974
|
3818 |
msgid ""
|
3819 |
"This background color is used when you hover the mouse above the other pages"
|
3820 |
msgstr ""
|
3821 |
|
3822 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:758
|
3823 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1995
|
3824 |
msgid "Other pages hover color"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/color_and_font_settings.php:760
|
3828 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1998
|
3829 |
msgid "This color is used when you hover the mouse above the other pages."
|
3830 |
msgstr ""
|
3831 |
|
3832 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:15
|
3833 |
+
#: wpdatatables-lite/templates/settings.inc.php:454
|
3834 |
msgid "Custom wpDataTables JS"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:17
|
3838 |
msgid ""
|
3839 |
"This JS will be inserted as an inline script block on every page that has a "
|
3840 |
"wpDataTable."
|
3841 |
msgstr ""
|
3842 |
|
3843 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:30
|
3844 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:2025
|
3845 |
+
#: wpdatatables-lite/templates/settings.inc.php:463
|
3846 |
msgid "Custom wpDataTables CSS"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:32
|
3850 |
msgid ""
|
3851 |
"This CSS will be inserted as an inline style block on every page that has a "
|
3852 |
"wpDataTable."
|
3853 |
msgstr ""
|
3854 |
|
3855 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:45
|
3856 |
msgid "Use minified wpDataTables Javascript "
|
3857 |
msgstr ""
|
3858 |
|
3859 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/custom_js_and_css.php:51
|
3860 |
msgid "Use minified version of Javascript files"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:15
|
3864 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1407
|
3865 |
+
#: wpdatatables-lite/templates/settings.inc.php:45
|
3866 |
msgid "Interface language"
|
3867 |
msgstr ""
|
3868 |
|
3869 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:17
|
3870 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1410
|
3871 |
msgid "Pick the language which will be used in tables interface."
|
3872 |
msgstr ""
|
3873 |
|
3874 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:23
|
3875 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1417
|
3876 |
msgid "English (default)"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:36
|
3880 |
+
#: wpdatatables-lite/templates/settings.inc.php:98
|
3881 |
msgid "Date format"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:38
|
3885 |
msgid "Pick the date format to use in date column type."
|
3886 |
msgstr ""
|
3887 |
|
3888 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:74
|
3889 |
+
#: wpdatatables-lite/templates/settings.inc.php:119
|
3890 |
msgid "Time format"
|
3891 |
msgstr ""
|
3892 |
|
3893 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:76
|
3894 |
msgid "Pick the time format to use in datetime and time column type."
|
3895 |
msgstr ""
|
3896 |
|
3897 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:91
|
3898 |
msgid "Parse shortcodes"
|
3899 |
msgstr ""
|
3900 |
|
3901 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:93
|
3902 |
msgid ""
|
3903 |
"If the option is enabled, you can use shortcodes of other plugins for "
|
3904 |
"generating content."
|
3905 |
msgstr ""
|
3906 |
|
3907 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:97
|
3908 |
msgid "Parse shortcodes in strings"
|
3909 |
msgstr ""
|
3910 |
|
3911 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:104
|
3912 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1430
|
3913 |
+
#: wpdatatables-lite/templates/settings.inc.php:74
|
3914 |
msgid "Base skin"
|
3915 |
msgstr ""
|
3916 |
|
3917 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:106
|
3918 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1433
|
3919 |
msgid "Choose the base skin for the plugin."
|
3920 |
msgstr ""
|
3921 |
|
3922 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:112
|
3923 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1440
|
3924 |
msgid "Material"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:113
|
3928 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1441
|
3929 |
msgid "Light"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:114
|
3933 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1442
|
3934 |
msgid "Graphite"
|
3935 |
msgstr ""
|
3936 |
|
3937 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:115
|
3938 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1443
|
3939 |
msgid "Aqua"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:116
|
3943 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1444
|
3944 |
msgid "Purple"
|
3945 |
msgstr ""
|
3946 |
|
3947 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:117
|
3948 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1445
|
3949 |
msgid "Dark"
|
3950 |
msgstr ""
|
3951 |
|
3952 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:125
|
3953 |
+
#: wpdatatables-lite/templates/settings.inc.php:131
|
3954 |
msgid "Number format"
|
3955 |
msgstr ""
|
3956 |
|
3957 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:127
|
3958 |
+
#: wpdatatables-lite/templates/settings.inc.php:138
|
3959 |
msgid "Pick the number format (thousands and decimals separator)"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:144
|
3963 |
+
#: wpdatatables-lite/templates/settings.inc.php:86
|
3964 |
msgid "Render advanced filter"
|
3965 |
msgstr ""
|
3966 |
|
3967 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:146
|
3968 |
msgid ""
|
3969 |
"Choose where you would like to render the advanced filter for tables where "
|
3970 |
"enabled."
|
3971 |
msgstr ""
|
3972 |
|
3973 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:152
|
3974 |
+
#: wpdatatables-lite/templates/settings.inc.php:90
|
3975 |
msgid "In the header"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:153
|
3979 |
+
#: wpdatatables-lite/templates/settings.inc.php:91
|
3980 |
msgid "In the footer"
|
3981 |
msgstr ""
|
3982 |
|
3983 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:161
|
3984 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:385
|
3985 |
+
#: wpdatatables-lite/templates/settings.inc.php:143
|
3986 |
msgid "Decimal places"
|
3987 |
msgstr ""
|
3988 |
|
3989 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:163
|
3990 |
msgid "Define the amount of decimal places for the float numbers."
|
3991 |
msgstr ""
|
3992 |
|
3993 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:188
|
3994 |
msgid "CSV delimiter"
|
3995 |
msgstr ""
|
3996 |
|
3997 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:190
|
3998 |
msgid "Pick the CSV delimiter"
|
3999 |
msgstr ""
|
4000 |
|
4001 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:209
|
4002 |
msgid "Tables sorting direction in admin page"
|
4003 |
msgstr ""
|
4004 |
|
4005 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:211
|
4006 |
msgid ""
|
4007 |
"Here you can set sorting direction by id for browse tables and charts. By "
|
4008 |
"default is ascending order."
|
4009 |
msgstr ""
|
4010 |
|
4011 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:217
|
4012 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:783
|
4013 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:663
|
4014 |
msgid "Ascending"
|
4015 |
msgstr ""
|
4016 |
|
4017 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:218
|
4018 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:784
|
4019 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:665
|
4020 |
msgid "Descending"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:229
|
4024 |
+
#: wpdatatables-lite/templates/settings.inc.php:171
|
4025 |
msgid "Tablet width"
|
4026 |
msgstr ""
|
4027 |
|
4028 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:231
|
4029 |
+
#: wpdatatables-lite/templates/settings.inc.php:175
|
4030 |
msgid ""
|
4031 |
"Here you can specify width of the screen (in pixels) that will be treated as "
|
4032 |
"a tablet. You can set it wider if you want responsive effect on desktops."
|
4033 |
msgstr ""
|
4034 |
|
4035 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:255
|
4036 |
+
#: wpdatatables-lite/templates/settings.inc.php:181
|
4037 |
msgid "Mobile width"
|
4038 |
msgstr ""
|
4039 |
|
4040 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:257
|
4041 |
msgid "Here you can specify width (in pixels) will be treated as a mobile.."
|
4042 |
msgstr ""
|
4043 |
|
4044 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:282
|
4045 |
+
#: wpdatatables-lite/templates/settings.inc.php:61
|
4046 |
msgid "Tables per admin page"
|
4047 |
msgstr ""
|
4048 |
|
4049 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:284
|
4050 |
msgid "How many tables to show in the browse page."
|
4051 |
msgstr ""
|
4052 |
|
4053 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:300
|
4054 |
msgid "Align numbers"
|
4055 |
msgstr ""
|
4056 |
|
4057 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:302
|
4058 |
msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
|
4059 |
msgstr ""
|
4060 |
|
4061 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:306
|
4062 |
+
#: wpdatatables-lite/templates/settings.inc.php:161
|
4063 |
msgid "Align numbers to the right"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:316
|
4067 |
msgid "Sum functions label"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:318
|
4071 |
msgid ""
|
4072 |
"Enter a label that will be used for Sum functions. If you leave it blank "
|
4073 |
"default label will be Σ ="
|
4074 |
msgstr ""
|
4075 |
|
4076 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:336
|
4077 |
msgid "Average functions label"
|
4078 |
msgstr ""
|
4079 |
|
4080 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:338
|
4081 |
msgid ""
|
4082 |
"Enter a label that will be used for Average functions. If you leave it blank "
|
4083 |
"default label will be Avg ="
|
4084 |
msgstr ""
|
4085 |
|
4086 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:361
|
4087 |
msgid "Minimum functions label"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:363
|
4091 |
msgid ""
|
4092 |
"Enter a label that will be used for Minimum functions. If you leave it blank "
|
4093 |
"default label will be Min ="
|
4094 |
msgstr ""
|
4095 |
|
4096 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:381
|
4097 |
msgid "Maximum functions label"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:383
|
4101 |
msgid ""
|
4102 |
"Enter a label that will be used for Maximum functions. If you leave it blank "
|
4103 |
"default label will be Max ="
|
4104 |
msgstr ""
|
4105 |
|
4106 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:409
|
4107 |
msgid "Include full bootstrap front-end"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:411
|
4111 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:422
|
4112 |
msgid ""
|
4113 |
"It is recommended to uncheck this option if bootstrap.js is already included "
|
4114 |
"in one of the theme files. Unchecked option means that there is still "
|
4115 |
"bootstrap.js included just in noconflict mode which should prevent errors."
|
4116 |
msgstr ""
|
4117 |
|
4118 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:415
|
4119 |
msgid "Include full bootstrap.js on the front-end"
|
4120 |
msgstr ""
|
4121 |
|
4122 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:420
|
4123 |
msgid "Include full bootstrap back-end"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:426
|
4127 |
msgid "Include full bootstrap.js on the back-end"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:434
|
4131 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:440
|
4132 |
+
#: wpdatatables-lite/templates/settings.inc.php:32
|
4133 |
msgid "Show plugin credentials below tables"
|
4134 |
msgstr ""
|
4135 |
|
4136 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:436
|
4137 |
+
#: wpdatatables-lite/templates/settings.inc.php:32
|
4138 |
msgid ""
|
4139 |
"If you want to support our project, please, keep this checkbox as checked"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:445
|
4143 |
msgid "Prevent deleting tables in database"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:447
|
4147 |
msgid ""
|
4148 |
"It is recommended to leave this option as checked if you what to keep your "
|
4149 |
"tables in database after deleting plugin from Plugins page. If you uncheck "
|
4150 |
"this option, it will be deleted all tables in database after deleting plugin"
|
4151 |
msgstr ""
|
4152 |
|
4153 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:451
|
4154 |
msgid ""
|
4155 |
"Prevent deleting tables in database after deleting plugin from Plugins page"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:458
|
4159 |
msgid "Remove Getting Started page"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:460
|
4163 |
msgid ""
|
4164 |
"Check this option if you want to remove Getting Started page from admin menu."
|
4165 |
msgstr ""
|
4166 |
|
4167 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/main_plugin_settings.php:464
|
4168 |
msgid "Remove \"Getting Started\" page from admin menu."
|
4169 |
msgstr ""
|
4170 |
|
4171 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:17
|
4172 |
msgid ""
|
4173 |
"If this checkbox is checked, you have option to add more than one separate "
|
4174 |
"database connection (MySQL, MS SQL, Postgre SQL)"
|
4175 |
msgstr ""
|
4176 |
|
4177 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:22
|
4178 |
msgid "Use separate connection"
|
4179 |
msgstr ""
|
4180 |
|
4181 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:28
|
4182 |
msgid "Test connection"
|
4183 |
msgstr ""
|
4184 |
|
4185 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:30
|
4186 |
msgid ""
|
4187 |
"Click this button to test if wpDataTables is able to connect to the MySQL "
|
4188 |
"server with the details you provided."
|
4189 |
msgstr ""
|
4190 |
|
4191 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:41
|
4192 |
msgid "MySQL host"
|
4193 |
msgstr ""
|
4194 |
|
4195 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:43
|
4196 |
msgid "MySQL host address."
|
4197 |
msgstr ""
|
4198 |
|
4199 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:47
|
4200 |
msgid "MySQL host address"
|
4201 |
msgstr ""
|
4202 |
|
4203 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:52
|
4204 |
msgid "MySQL database"
|
4205 |
msgstr ""
|
4206 |
|
4207 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:54
|
4208 |
msgid "MySQL database name."
|
4209 |
msgstr ""
|
4210 |
|
4211 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:58
|
4212 |
msgid "MySQL database name"
|
4213 |
msgstr ""
|
4214 |
|
4215 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:66
|
4216 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:73
|
4217 |
msgid "MySQL user"
|
4218 |
msgstr ""
|
4219 |
|
4220 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:68
|
4221 |
msgid "MySQL username for the connection."
|
4222 |
msgstr ""
|
4223 |
|
4224 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:78
|
4225 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:83
|
4226 |
msgid "MySQL password"
|
4227 |
msgstr ""
|
4228 |
|
4229 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:80
|
4230 |
msgid "MySQL password for the provided user."
|
4231 |
msgstr ""
|
4232 |
|
4233 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:92
|
4234 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:98
|
4235 |
msgid "MySQL port"
|
4236 |
msgstr ""
|
4237 |
|
4238 |
+
#: wpdatatables-lite/templates/admin/settings/tabs/separate_mysql_connection.php:94
|
4239 |
msgid "MySQL port for the connection (default: 3306)."
|
4240 |
msgstr ""
|
4241 |
|
4242 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:46
|
4243 |
msgid "Get started with detailed explanation of every plugin feature."
|
4244 |
msgstr ""
|
4245 |
|
4246 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:52
|
4247 |
+
#: wpdatatables-lite/templates/admin/welcome_page/welcome_page.inc.php:204
|
4248 |
msgid "FAQ"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:53
|
4252 |
msgid ""
|
4253 |
"Find a list of frequently asked questions about wpDataTables functionality."
|
4254 |
msgstr ""
|
4255 |
|
4256 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:54
|
4257 |
msgid "Visit FAQ"
|
4258 |
msgstr ""
|
4259 |
|
4260 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:59
|
4261 |
msgid "Feature suggestion"
|
4262 |
msgstr ""
|
4263 |
|
4264 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:60
|
4265 |
msgid "Great opportunity to our users to submit ideas for new features."
|
4266 |
msgstr ""
|
4267 |
|
4268 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:61
|
4269 |
msgid "Suggest a Feature"
|
4270 |
msgstr ""
|
4271 |
|
4272 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:68
|
4273 |
msgid "Still need help?"
|
4274 |
msgstr ""
|
4275 |
|
4276 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:69
|
4277 |
msgid "We provide support to all our users over WordPress.org "
|
4278 |
msgstr ""
|
4279 |
|
4280 |
+
#: wpdatatables-lite/templates/admin/support/support.inc.php:70
|
4281 |
msgid "Open a topic"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:22
|
4285 |
msgid "System Info"
|
4286 |
msgstr ""
|
4287 |
|
4288 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:34
|
4289 |
+
msgid "Copy System Info data"
|
4290 |
+
msgstr ""
|
4291 |
+
|
4292 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:53
|
4293 |
+
msgid "WordPress Environment"
|
4294 |
+
msgstr ""
|
4295 |
+
|
4296 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:58
|
4297 |
+
msgid "Home URL:"
|
4298 |
+
msgstr ""
|
4299 |
+
|
4300 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:61
|
4301 |
msgid "The URL of your site's homepage."
|
4302 |
msgstr ""
|
4303 |
|
4304 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:65
|
4305 |
+
msgid "Site URL:"
|
4306 |
+
msgstr ""
|
4307 |
+
|
4308 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:68
|
4309 |
msgid "The root URL of your site."
|
4310 |
msgstr ""
|
4311 |
|
4312 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:72
|
4313 |
+
msgid "WP Content Path:"
|
4314 |
+
msgstr ""
|
4315 |
+
|
4316 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:75
|
4317 |
msgid "System path of your wp-content directory."
|
4318 |
msgstr ""
|
4319 |
|
4320 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:79
|
4321 |
+
msgid "WP Path:"
|
4322 |
+
msgstr ""
|
4323 |
+
|
4324 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:82
|
4325 |
msgid "System path of your WP root directory."
|
4326 |
msgstr ""
|
4327 |
|
4328 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:86
|
4329 |
+
msgid "WP Version:"
|
4330 |
+
msgstr ""
|
4331 |
+
|
4332 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:89
|
4333 |
msgid "The version of WordPress installed on your site."
|
4334 |
msgstr ""
|
4335 |
|
4336 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:93
|
4337 |
+
msgid "WP Multisite:"
|
4338 |
+
msgstr ""
|
4339 |
+
|
4340 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:96
|
4341 |
msgid "Whether or not you have WordPress Multisite enabled."
|
4342 |
msgstr ""
|
4343 |
|
4344 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:112
|
4345 |
+
msgid "PHP Memory Limit:"
|
4346 |
+
msgstr ""
|
4347 |
+
|
4348 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:120
|
4349 |
#, php-format
|
4350 |
msgid ""
|
4351 |
"%1$s </span> - We recommend setting memory to at least <strong>128MB</"
|
4354 |
"noreferrer\">Increasing memory allocated to PHP.</a>"
|
4355 |
msgstr ""
|
4356 |
|
4357 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:130
|
4358 |
msgid "The maximum amount of memory (RAM) that your site can use at one time."
|
4359 |
msgstr ""
|
4360 |
|
4361 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:134
|
4362 |
+
msgid "WP Debug Mode:"
|
4363 |
+
msgstr ""
|
4364 |
+
|
4365 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:137
|
4366 |
+
msgid "Active"
|
4367 |
+
msgstr ""
|
4368 |
+
|
4369 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:139
|
4370 |
+
msgid "Inactive"
|
4371 |
+
msgstr ""
|
4372 |
+
|
4373 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:143
|
4374 |
msgid "Displays whether or not WordPress is in Debug Mode."
|
4375 |
msgstr ""
|
4376 |
|
4377 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:147
|
4378 |
+
msgid "Language:"
|
4379 |
+
msgstr ""
|
4380 |
+
|
4381 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:150
|
4382 |
msgid "The current language used by WordPress. Default = English"
|
4383 |
msgstr ""
|
4384 |
|
4385 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:162
|
4386 |
+
msgid "Server Environment"
|
4387 |
+
msgstr ""
|
4388 |
+
|
4389 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:167
|
4390 |
+
msgid "Operating System: "
|
4391 |
+
msgstr ""
|
4392 |
+
|
4393 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:170
|
4394 |
msgid "Information about your operating system."
|
4395 |
msgstr ""
|
4396 |
|
4397 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:175
|
4398 |
+
msgid "Server Info:"
|
4399 |
+
msgstr ""
|
4400 |
+
|
4401 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:178
|
4402 |
msgid "Information about the web server that is currently hosting your site."
|
4403 |
msgstr ""
|
4404 |
|
4405 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:207
|
4406 |
+
msgid "PHP Version:"
|
4407 |
+
msgstr ""
|
4408 |
+
|
4409 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:220
|
4410 |
msgid "The version of PHP installed on your hosting server."
|
4411 |
msgstr ""
|
4412 |
|
4413 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:226
|
4414 |
+
msgid "PHP Post Max Size:"
|
4415 |
+
msgstr ""
|
4416 |
+
|
4417 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:231
|
4418 |
msgid "The largest file size that can be contained in one post."
|
4419 |
msgstr ""
|
4420 |
|
4421 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:236
|
4422 |
+
msgid "PHP Time Limit:"
|
4423 |
+
msgstr ""
|
4424 |
+
|
4425 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:240
|
4426 |
#, php-format
|
4427 |
msgid ""
|
4428 |
"%1$s </span> - We recommend setting max execution time to at least 180.<br /"
|
4430 |
"\">Increasing max execution to PHP</a>"
|
4431 |
msgstr ""
|
4432 |
|
4433 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:248
|
4434 |
msgid ""
|
4435 |
"The amount of time (in seconds) that your site will spend on a single "
|
4436 |
"operation before timing out (to avoid server lockups)"
|
4437 |
msgstr ""
|
4438 |
|
4439 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:256
|
4440 |
+
msgid "MySQL Version:"
|
4441 |
+
msgstr ""
|
4442 |
+
|
4443 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:263
|
4444 |
msgid "The version of MySQL installed on your hosting server."
|
4445 |
msgstr ""
|
4446 |
|
4447 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:267
|
4448 |
+
msgid "Max Upload Size:"
|
4449 |
+
msgstr ""
|
4450 |
+
|
4451 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:271
|
4452 |
msgid ""
|
4453 |
"The largest file size that can be uploaded to your WordPress installation."
|
4454 |
msgstr ""
|
4455 |
|
4456 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:276
|
4457 |
+
msgid "Multibyte String:"
|
4458 |
+
msgstr ""
|
4459 |
+
|
4460 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:288
|
4461 |
+
msgid ""
|
4462 |
+
"Not installed - Please install or enable PHP mbstring Extension on your "
|
4463 |
+
"server."
|
4464 |
+
msgstr ""
|
4465 |
+
|
4466 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:293
|
4467 |
msgid "Multibyte String (mbstring) is used to convert character encoding."
|
4468 |
msgstr ""
|
4469 |
|
4470 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:297
|
4471 |
+
msgid "XML extension:"
|
4472 |
+
msgstr ""
|
4473 |
+
|
4474 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:307
|
4475 |
+
msgid ""
|
4476 |
+
"Not installed - Please install or enable PHP XML Extension on your server."
|
4477 |
+
msgstr ""
|
4478 |
+
|
4479 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:311
|
4480 |
msgid ""
|
4481 |
"XML support is something that needs to be installed on the server for proper "
|
4482 |
"wpDataTables functionality."
|
4483 |
msgstr ""
|
4484 |
|
4485 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:315
|
4486 |
+
msgid "DOM extension:"
|
4487 |
+
msgstr ""
|
4488 |
+
|
4489 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:325
|
4490 |
+
msgid ""
|
4491 |
+
"Not installed - Please install or enable PHP DOM Extension on your server."
|
4492 |
+
msgstr ""
|
4493 |
+
|
4494 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:329
|
4495 |
msgid ""
|
4496 |
"DOM support is something that needs to be installed on the server for proper "
|
4497 |
"wpDataTables functionality."
|
4498 |
msgstr ""
|
4499 |
|
4500 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:334
|
4501 |
+
msgid "Libxml extension: "
|
4502 |
+
msgstr ""
|
4503 |
+
|
4504 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:351
|
4505 |
+
msgid ""
|
4506 |
+
"Not installed - Please install or enable PHP libxml Extension on your server."
|
4507 |
+
msgstr ""
|
4508 |
+
|
4509 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:355
|
4510 |
msgid "Multibyte String (mbstring) require libxml to be installed. "
|
4511 |
msgstr ""
|
4512 |
|
4513 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:360
|
4514 |
+
msgid "Zip extension:"
|
4515 |
+
msgstr ""
|
4516 |
+
|
4517 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:370
|
4518 |
+
msgid ""
|
4519 |
+
"Not installed - Please install or enable PHP Zip Extension on your server."
|
4520 |
+
msgstr ""
|
4521 |
+
|
4522 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:374
|
4523 |
msgid ""
|
4524 |
"ZIP support is something that needs to be installed on the server, as a "
|
4525 |
"package for the Linux operating system, or rather to the PHP software on the "
|
4526 |
"server."
|
4527 |
msgstr ""
|
4528 |
|
4529 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:378
|
4530 |
+
msgid "Curl extension:"
|
4531 |
+
msgstr ""
|
4532 |
+
|
4533 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:390
|
4534 |
+
msgid ""
|
4535 |
+
"Not installed - Please install or enable PHP cURL Extension on your server."
|
4536 |
+
msgstr ""
|
4537 |
+
|
4538 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:394
|
4539 |
msgid "wpDataTables use cURL for getting data from other servers."
|
4540 |
msgstr ""
|
4541 |
|
4542 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:409
|
4543 |
+
msgid "Theme"
|
4544 |
+
msgstr ""
|
4545 |
+
|
4546 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:417
|
4547 |
msgid "The name of the current active theme."
|
4548 |
msgstr ""
|
4549 |
|
4550 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:421
|
4551 |
+
msgid "Version"
|
4552 |
+
msgstr ""
|
4553 |
+
|
4554 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:428
|
4555 |
msgid "The installed version of the current active theme."
|
4556 |
msgstr ""
|
4557 |
|
4558 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:432
|
4559 |
+
msgid "Author"
|
4560 |
+
msgstr ""
|
4561 |
+
|
4562 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:435
|
4563 |
msgid "The theme developers."
|
4564 |
msgstr ""
|
4565 |
|
4566 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:438
|
4567 |
+
msgid "Author URL"
|
4568 |
+
msgstr ""
|
4569 |
+
|
4570 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:441
|
4571 |
msgid "The theme developers URL."
|
4572 |
msgstr ""
|
4573 |
|
4574 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:459
|
4575 |
+
msgid "Active Plugins"
|
4576 |
+
msgstr ""
|
4577 |
+
|
4578 |
+
#: wpdatatables-lite/templates/admin/system-info/system_info.inc.php:478
|
4579 |
msgid "Visit plugin homepage"
|
4580 |
msgstr ""
|
4581 |
|
4582 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:21
|
4583 |
msgid "Add Column"
|
4584 |
msgstr ""
|
4585 |
|
4586 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:35
|
4587 |
msgid "Column header"
|
4588 |
msgstr ""
|
4589 |
|
4590 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:64
|
4591 |
msgid "Insert after"
|
4592 |
msgstr ""
|
4593 |
|
4594 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:70
|
4595 |
msgid "Beginning of table"
|
4596 |
msgstr ""
|
4597 |
|
4598 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:71
|
4599 |
msgid "End of table"
|
4600 |
msgstr ""
|
4601 |
|
4602 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:85
|
4603 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:542
|
4604 |
msgid "Possible values"
|
4605 |
msgstr ""
|
4606 |
|
4607 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:96
|
4608 |
msgid "Editor predefined value"
|
4609 |
msgstr ""
|
4610 |
|
4611 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:110
|
4612 |
msgid "Fill with default value"
|
4613 |
msgstr ""
|
4614 |
|
4615 |
+
#: wpdatatables-lite/templates/admin/table-settings/add_column_modal.inc.php:130
|
4616 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:85
|
4617 |
msgid "OK"
|
4618 |
msgstr ""
|
4619 |
|
4620 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:14
|
4621 |
msgid "Column settings"
|
4622 |
msgstr ""
|
4623 |
|
4624 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:39
|
4625 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:64
|
4626 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:64
|
4627 |
msgid "Display"
|
4628 |
msgstr ""
|
4629 |
|
4630 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:43
|
4631 |
msgid "Data"
|
4632 |
msgstr ""
|
4633 |
|
4634 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:51
|
4635 |
msgid "Global Filtering"
|
4636 |
msgstr ""
|
4637 |
|
4638 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:55
|
4639 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:72
|
4640 |
msgid "Editing"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:72
|
4644 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:525
|
4645 |
msgid "Displayed header"
|
4646 |
msgstr ""
|
4647 |
|
4648 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:86
|
4649 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:696
|
4650 |
msgid "Column position"
|
4651 |
msgstr ""
|
4652 |
|
4653 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:110
|
4654 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:118
|
4655 |
msgid "Cell content prefix"
|
4656 |
msgstr ""
|
4657 |
|
4658 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:125
|
4659 |
msgid ""
|
4660 |
"Any text or symbol entered here will be shown before the value in every cell "
|
4661 |
"inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
|
4662 |
"Convenient for prices, percentages, etc."
|
4663 |
msgstr ""
|
4664 |
|
4665 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:140
|
4666 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:148
|
4667 |
msgid "Cell content suffix"
|
4668 |
msgstr ""
|
4669 |
|
4670 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:155
|
4671 |
msgid ""
|
4672 |
"Any text or symbol entered here will be shown after the value in every cell "
|
4673 |
"inside of this column. E.g.: %, pcs. Does not influence filtering and "
|
4674 |
"sorting. Convenient for prices, percentages, etc."
|
4675 |
msgstr ""
|
4676 |
|
4677 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:176
|
4678 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:633
|
4679 |
msgid "Hide on mobiles"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:185
|
4683 |
msgid "Collapse column on mobile devices"
|
4684 |
msgstr ""
|
4685 |
|
4686 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:192
|
4687 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:622
|
4688 |
msgid "Hide on tablets"
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:201
|
4692 |
msgid "Collapse column on tablet devices"
|
4693 |
msgstr ""
|
4694 |
|
4695 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:214
|
4696 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:533
|
4697 |
msgid "CSS class(es)"
|
4698 |
msgstr ""
|
4699 |
|
4700 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:228
|
4701 |
msgid "Visible on front-end"
|
4702 |
msgstr ""
|
4703 |
|
4704 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:237
|
4705 |
msgid "Show column in front-end"
|
4706 |
msgstr ""
|
4707 |
|
4708 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:251
|
4709 |
msgid "Column width"
|
4710 |
msgstr ""
|
4711 |
|
4712 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:264
|
4713 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:272
|
4714 |
msgid "Column color"
|
4715 |
msgstr ""
|
4716 |
|
4717 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:279
|
4718 |
msgid "Here you can override the default color for the complete column"
|
4719 |
msgstr ""
|
4720 |
|
4721 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:300
|
4722 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:308
|
4723 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:645
|
4724 |
msgid "Group column"
|
4725 |
msgstr ""
|
4726 |
|
4727 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:315
|
4728 |
msgid ""
|
4729 |
"If one column of your table contains similar values for many rows, maybe it "
|
4730 |
"makes sense to use it as a “group column”: it means that it will not be "
|
4733 |
"group value."
|
4734 |
msgstr ""
|
4735 |
|
4736 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:316
|
4737 |
msgid ""
|
4738 |
"Group column will not work with MySQL tables with server-side processing "
|
4739 |
"enabled and with manual tables!"
|
4740 |
msgstr ""
|
4741 |
|
4742 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:325
|
4743 |
msgid "Toggle column grouping"
|
4744 |
msgstr ""
|
4745 |
|
4746 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:343
|
4747 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:582
|
4748 |
msgid "Column type"
|
4749 |
msgstr ""
|
4750 |
|
4751 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:345
|
4752 |
msgid ""
|
4753 |
"You can redefine the column data type here. Affects sorting, filtering and "
|
4754 |
"display logic. For manually created tables this will change the column type "
|
4755 |
"in database as well, which may result in data loss."
|
4756 |
msgstr ""
|
4757 |
|
4758 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:352
|
4759 |
msgid "String"
|
4760 |
msgstr ""
|
4761 |
|
4762 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:356
|
4763 |
msgid "DateTime"
|
4764 |
msgstr ""
|
4765 |
|
4766 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:358
|
4767 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:987
|
4768 |
msgid "URL link"
|
4769 |
msgstr ""
|
4770 |
|
4771 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:359
|
4772 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:988
|
4773 |
msgid "E-mail link"
|
4774 |
msgstr ""
|
4775 |
|
4776 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:362
|
4777 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:37
|
4778 |
msgid "Formula"
|
4779 |
msgstr ""
|
4780 |
|
4781 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:372
|
4782 |
msgid "Formula for calculation"
|
4783 |
msgstr ""
|
4784 |
|
4785 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:374
|
4786 |
msgid ""
|
4787 |
"You can create a formula (calculated column) based on other numeric columns "
|
4788 |
"(Integer and Float)"
|
4789 |
msgstr ""
|
4790 |
|
4791 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:378
|
4792 |
msgid "Open formula editor"
|
4793 |
msgstr ""
|
4794 |
|
4795 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:387
|
4796 |
msgid ""
|
4797 |
"You can redefine the visible decimal places for a float and formula columns "
|
4798 |
"here. If you leave this field empty amount of decimal places will be loaded "
|
4799 |
"from the settings page. 0 is available just for formula columns "
|
4800 |
msgstr ""
|
4801 |
|
4802 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:405
|
4803 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:413
|
4804 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:684
|
4805 |
msgid "Skip thousands separator"
|
4806 |
msgstr ""
|
4807 |
|
4808 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:407
|
4809 |
msgid ""
|
4810 |
"Do not show thousands separator for this column (e.g. when showing years, "
|
4811 |
"IDs)."
|
4812 |
msgstr ""
|
4813 |
|
4814 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:420
|
4815 |
msgid "Possible values for column"
|
4816 |
msgstr ""
|
4817 |
|
4818 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:422
|
4819 |
msgid ""
|
4820 |
"Define the logic for fetching the possible values for this column for "
|
4821 |
"filtering, and for editing: read from table itself on page load (will always "
|
4824 |
"this column as foreign key)."
|
4825 |
msgstr ""
|
4826 |
|
4827 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:429
|
4828 |
msgid "Read from table on page load"
|
4829 |
msgstr ""
|
4830 |
|
4831 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:430
|
4832 |
msgid "Define values list"
|
4833 |
msgstr ""
|
4834 |
|
4835 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:431
|
4836 |
msgid "Use values from another wpDataTable (foreign key)"
|
4837 |
msgstr ""
|
4838 |
|
4839 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:440
|
4840 |
msgid "Date input format"
|
4841 |
msgstr ""
|
4842 |
|
4843 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:442
|
4844 |
msgid ""
|
4845 |
"Define date format which is used in the provided data source. Necessary for "
|
4846 |
"smooth reading of your dates."
|
4847 |
msgstr ""
|
4848 |
|
4849 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:481
|
4850 |
msgid "Values list"
|
4851 |
msgstr ""
|
4852 |
|
4853 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:483
|
4854 |
msgid ""
|
4855 |
"Enter the possible values for this column in this list, separate by pressing "
|
4856 |
"ENTER or comma. Click \"Read from table\" to fetch the list from existing "
|
4858 |
"editors for the column."
|
4859 |
msgstr ""
|
4860 |
|
4861 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:485
|
4862 |
msgid "Reset"
|
4863 |
msgstr ""
|
4864 |
|
4865 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:487
|
4866 |
msgid "Read from table"
|
4867 |
msgstr ""
|
4868 |
|
4869 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:501
|
4870 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:12
|
4871 |
msgid "Use values from another wpDataTable"
|
4872 |
msgstr ""
|
4873 |
|
4874 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:503
|
4875 |
msgid ""
|
4876 |
"Configure a relation with a separate wpDataTable: values in this column will "
|
4877 |
"be used as a foreign key, and replaced with values of a remote table column "
|
4878 |
"(e.g.: user name instead of user ID)."
|
4879 |
msgstr ""
|
4880 |
|
4881 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:507
|
4882 |
msgid "Configure relation..."
|
4883 |
msgstr ""
|
4884 |
|
4885 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:527
|
4886 |
msgid "Allow empty value"
|
4887 |
msgstr ""
|
4888 |
|
4889 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:529
|
4890 |
msgid ""
|
4891 |
"Add an empty value to the possible values list, to allow empty editing and "
|
4892 |
"filtering inputs."
|
4893 |
msgstr ""
|
4894 |
|
4895 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:535
|
4896 |
msgid "Add an empty value to the list"
|
4897 |
msgstr ""
|
4898 |
|
4899 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:542
|
4900 |
msgid "Number of possible values to load"
|
4901 |
msgstr ""
|
4902 |
|
4903 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:544
|
4904 |
msgid ""
|
4905 |
"Define here how many possible values per page will be loaded in selectbox "
|
4906 |
"filters and editor inputs. It is recommended not to be set to All if you "
|
4909 |
"enabled."
|
4910 |
msgstr ""
|
4911 |
|
4912 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:569
|
4913 |
msgid "Calculate total"
|
4914 |
msgstr ""
|
4915 |
|
4916 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:571
|
4917 |
msgid ""
|
4918 |
"Enable this to show a total (sum) for all cells in this column in table "
|
4919 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4920 |
"shortcode below the switch."
|
4921 |
msgstr ""
|
4922 |
|
4923 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:577
|
4924 |
msgid "Calculate a total for this column"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:580
|
4928 |
msgid ""
|
4929 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4930 |
"posts or pages you can see the total for this column."
|
4931 |
msgstr ""
|
4932 |
|
4933 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:589
|
4934 |
msgid "Calculate average"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:591
|
4938 |
msgid ""
|
4939 |
"Enable this to show an average value for all cells in this column in table "
|
4940 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4941 |
"shortcode below the switch."
|
4942 |
msgstr ""
|
4943 |
|
4944 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:597
|
4945 |
msgid "Calculate average for this column"
|
4946 |
msgstr ""
|
4947 |
|
4948 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:600
|
4949 |
msgid ""
|
4950 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4951 |
"posts or pages you can see the average for this column."
|
4952 |
msgstr ""
|
4953 |
|
4954 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:609
|
4955 |
msgid "Calculate MIN value"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:611
|
4959 |
msgid ""
|
4960 |
"Enable this to show a minimum value within all cells in this column in table "
|
4961 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4962 |
"shortcode below the switch."
|
4963 |
msgstr ""
|
4964 |
|
4965 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:617
|
4966 |
msgid "Find a minimum value for this column"
|
4967 |
msgstr ""
|
4968 |
|
4969 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:620
|
4970 |
msgid ""
|
4971 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4972 |
"posts or pages you can see the minimum for this column."
|
4973 |
msgstr ""
|
4974 |
|
4975 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:629
|
4976 |
msgid "Calculate MAX value"
|
4977 |
msgstr ""
|
4978 |
|
4979 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:631
|
4980 |
msgid ""
|
4981 |
"Enable this to show a maximum value within all cells in this column in table "
|
4982 |
"footer. You can also show it somewhere outside of the table by pasting the "
|
4983 |
"shortcode below the switch."
|
4984 |
msgstr ""
|
4985 |
|
4986 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:637
|
4987 |
msgid "Find a maximum value for this column"
|
4988 |
msgstr ""
|
4989 |
|
4990 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:640
|
4991 |
msgid ""
|
4992 |
"Click to copy this shortcode. By placing this shortcode anywhere in your "
|
4993 |
"posts or pages you can see the maximum for this column."
|
4994 |
msgstr ""
|
4995 |
|
4996 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:653
|
4997 |
msgid "URL target attribute"
|
4998 |
msgstr ""
|
4999 |
|
5000 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:655
|
5001 |
msgid "Set how to open URL Target"
|
5002 |
msgstr ""
|
5003 |
|
5004 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:669
|
5005 |
msgid "Show link as a button"
|
5006 |
msgstr ""
|
5007 |
|
5008 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:671
|
5009 |
msgid "The link will be shown as a button "
|
5010 |
msgstr ""
|
5011 |
|
5012 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:684
|
5013 |
msgid "Button text"
|
5014 |
msgstr ""
|
5015 |
|
5016 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:698
|
5017 |
msgid "Button class"
|
5018 |
msgstr ""
|
5019 |
|
5020 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:712
|
5021 |
msgid "URL relation attribute"
|
5022 |
msgstr ""
|
5023 |
|
5024 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:714
|
5025 |
msgid "Set the link relation"
|
5026 |
msgstr ""
|
5027 |
|
5028 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:740
|
5029 |
msgid "Allow sorting"
|
5030 |
msgstr ""
|
5031 |
|
5032 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:742
|
5033 |
msgid "Disable this to disallow sorting for this column."
|
5034 |
msgstr ""
|
5035 |
|
5036 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:748
|
5037 |
msgid "Allow sorting for this column"
|
5038 |
msgstr ""
|
5039 |
|
5040 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:755
|
5041 |
msgid "Use as default sorting column"
|
5042 |
msgstr ""
|
5043 |
|
5044 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:757
|
5045 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:763
|
5046 |
msgid "Sort table by this column on load"
|
5047 |
msgstr ""
|
5048 |
|
5049 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:774
|
5050 |
msgid "Default sorting direction"
|
5051 |
msgstr ""
|
5052 |
|
5053 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:776
|
5054 |
msgid "Choose whether to sort ascending or descending by default."
|
5055 |
msgstr ""
|
5056 |
|
5057 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:803
|
5058 |
msgid "Add a filter for this column"
|
5059 |
msgstr ""
|
5060 |
|
5061 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:811
|
5062 |
msgid "Enable filtering for column"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:818
|
5066 |
msgid ""
|
5067 |
"Enabling this switch will add a filter for this column. Disable to remove "
|
5068 |
"the filter for this column."
|
5069 |
msgstr ""
|
5070 |
|
5071 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:827
|
5072 |
msgid "Allow filtering"
|
5073 |
msgstr ""
|
5074 |
|
5075 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:834
|
5076 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:682
|
5077 |
msgid "Global search"
|
5078 |
msgstr ""
|
5079 |
|
5080 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:836
|
5081 |
msgid ""
|
5082 |
"If this option is turned off, the column data will not appear in your global "
|
5083 |
"search results."
|
5084 |
msgstr ""
|
5085 |
|
5086 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:842
|
5087 |
msgid "Enable this column in Global search"
|
5088 |
msgstr ""
|
5089 |
|
5090 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:850
|
5091 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:570
|
5092 |
msgid "Filter type"
|
5093 |
msgstr ""
|
5094 |
|
5095 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:852
|
5096 |
msgid ""
|
5097 |
"You can redefine the filter type here, it will affect the filtering logic."
|
5098 |
msgstr ""
|
5099 |
|
5100 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:859
|
5101 |
msgid "Text"
|
5102 |
msgstr ""
|
5103 |
|
5104 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:860
|
5105 |
msgid "Number"
|
5106 |
msgstr ""
|
5107 |
|
5108 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:861
|
5109 |
msgid "Number range"
|
5110 |
msgstr ""
|
5111 |
|
5112 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:862
|
5113 |
msgid "Date range"
|
5114 |
msgstr ""
|
5115 |
|
5116 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:863
|
5117 |
msgid "DateTime range"
|
5118 |
msgstr ""
|
5119 |
|
5120 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:864
|
5121 |
msgid "Time range"
|
5122 |
msgstr ""
|
5123 |
|
5124 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:865
|
5125 |
msgid "Selectbox"
|
5126 |
msgstr ""
|
5127 |
|
5128 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:866
|
5129 |
msgid "Checkbox"
|
5130 |
msgstr ""
|
5131 |
|
5132 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:877
|
5133 |
msgid "Filter label"
|
5134 |
msgstr ""
|
5135 |
|
5136 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:885
|
5137 |
msgid "Custom filter label"
|
5138 |
msgstr ""
|
5139 |
|
5140 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:892
|
5141 |
msgid ""
|
5142 |
"You can change the filter label (placeholder) for this column here, if you "
|
5143 |
"would like to show some custom text instead of default."
|
5144 |
msgstr ""
|
5145 |
|
5146 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:907
|
5147 |
msgid "Exact filtering"
|
5148 |
msgstr ""
|
5149 |
|
5150 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:909
|
5151 |
msgid ""
|
5152 |
"Enable exact search to use exact match logic for filtering, disable to allow "
|
5153 |
"partial match."
|
5154 |
msgstr ""
|
5155 |
|
5156 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:915
|
5157 |
msgid "Enable exact filtering"
|
5158 |
msgstr ""
|
5159 |
|
5160 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:922
|
5161 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1019
|
5162 |
msgid "Predefined value(s)"
|
5163 |
msgstr ""
|
5164 |
|
5165 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:924
|
5166 |
msgid ""
|
5167 |
"Define value(s) that will be set as default pre-defined filter value(s) on "
|
5168 |
"page load."
|
5169 |
msgstr ""
|
5170 |
|
5171 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:970
|
5172 |
msgid "Editor input type"
|
5173 |
msgstr ""
|
5174 |
|
5175 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:972
|
5176 |
msgid "Choose which kind of editor input to use for this column."
|
5177 |
msgstr ""
|
5178 |
|
5179 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:978
|
5180 |
msgid "None"
|
5181 |
msgstr ""
|
5182 |
|
5183 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:979
|
5184 |
msgid "One-line edit"
|
5185 |
msgstr ""
|
5186 |
|
5187 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:980
|
5188 |
msgid "Multi-line edit"
|
5189 |
msgstr ""
|
5190 |
|
5191 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:981
|
5192 |
msgid "HTML editor"
|
5193 |
msgstr ""
|
5194 |
|
5195 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:982
|
5196 |
msgid "Single-value selectbox"
|
5197 |
msgstr ""
|
5198 |
|
5199 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:983
|
5200 |
msgid "Multi-value selectbox"
|
5201 |
msgstr ""
|
5202 |
|
5203 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:999
|
5204 |
msgid "Column cannot be empty"
|
5205 |
msgstr ""
|
5206 |
|
5207 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1001
|
5208 |
msgid ""
|
5209 |
"Enable to make this column mandatory. Users will see a warning when trying "
|
5210 |
"to save with empty input."
|
5211 |
msgstr ""
|
5212 |
|
5213 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1007
|
5214 |
msgid "Cannot be empty"
|
5215 |
msgstr ""
|
5216 |
|
5217 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1021
|
5218 |
msgid ""
|
5219 |
"If you would like to have some values pre-defined in editors (i.e. default "
|
5220 |
"editor values) please enter these here."
|
5221 |
msgstr ""
|
5222 |
|
5223 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_settings_panel.inc.php:1067
|
5224 |
msgid "Add New Rule"
|
5225 |
msgstr ""
|
5226 |
|
5227 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:16
|
5228 |
msgid "Enable/disable in global search"
|
5229 |
msgstr ""
|
5230 |
|
5231 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:18
|
5232 |
msgid "Show/hide sorting"
|
5233 |
msgstr ""
|
5234 |
|
5235 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:20
|
5236 |
msgid "Show/hide the column"
|
5237 |
msgstr ""
|
5238 |
|
5239 |
+
#: wpdatatables-lite/templates/admin/table-settings/column_small_block.inc.php:26
|
5240 |
msgid "Open column settings"
|
5241 |
msgstr ""
|
5242 |
|
5243 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:20
|
5244 |
msgid "List of the columns in the data source with quickaccess tools."
|
5245 |
msgstr ""
|
5246 |
|
5247 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:22
|
5248 |
msgid ""
|
5249 |
"Click column header to rename it, toggle column visibility by clicking on "
|
5250 |
"the eye icon, open column settings by clicking on the wrench icon, drag and "
|
5251 |
"drop blocks to reorder columns."
|
5252 |
msgstr ""
|
5253 |
|
5254 |
+
#: wpdatatables-lite/templates/admin/table-settings/columns_list_modal.inc.php:37
|
5255 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:98
|
5256 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:93
|
5257 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:34
|
5258 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:416
|
5259 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:435
|
5260 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:458
|
5261 |
msgid "Save"
|
5262 |
msgstr ""
|
5263 |
|
5264 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:7
|
5265 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:770
|
5266 |
msgid "If cell value"
|
5267 |
msgstr ""
|
5268 |
|
5269 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:18
|
5270 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:778
|
5271 |
msgid "contains"
|
5272 |
msgstr ""
|
5273 |
|
5274 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:19
|
5275 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:779
|
5276 |
msgid "does not contain"
|
5277 |
msgstr ""
|
5278 |
|
5279 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:32
|
5280 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:783
|
5281 |
msgid "Set cell color"
|
5282 |
msgstr ""
|
5283 |
|
5284 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:33
|
5285 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:784
|
5286 |
msgid "Reset cell color to default"
|
5287 |
msgstr ""
|
5288 |
|
5289 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:34
|
5290 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:785
|
5291 |
msgid "Set cell content"
|
5292 |
msgstr ""
|
5293 |
|
5294 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:35
|
5295 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:786
|
5296 |
msgid "Set cell CSS class"
|
5297 |
msgstr ""
|
5298 |
|
5299 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:36
|
5300 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:787
|
5301 |
msgid "Remove cell CSS class"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:37
|
5305 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:788
|
5306 |
msgid "Set row color"
|
5307 |
msgstr ""
|
5308 |
|
5309 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:38
|
5310 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:789
|
5311 |
msgid "Reset row color to default"
|
5312 |
msgstr ""
|
5313 |
|
5314 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:39
|
5315 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:790
|
5316 |
msgid "Set row CSS class"
|
5317 |
msgstr ""
|
5318 |
|
5319 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:40
|
5320 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:791
|
5321 |
msgid "Remove row CSS class"
|
5322 |
msgstr ""
|
5323 |
|
5324 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:41
|
5325 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:792
|
5326 |
msgid "Set column color"
|
5327 |
msgstr ""
|
5328 |
|
5329 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:42
|
5330 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:793
|
5331 |
msgid "Add column CSS class"
|
5332 |
msgstr ""
|
5333 |
|
5334 |
+
#: wpdatatables-lite/templates/admin/table-settings/conditional_formatting_block.inc.php:53
|
5335 |
msgid "Remove rule"
|
5336 |
msgstr ""
|
5337 |
|
5338 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:18
|
5339 |
msgid "Choose a source wpDataTable"
|
5340 |
msgstr ""
|
5341 |
|
5342 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:20
|
5343 |
msgid ""
|
5344 |
"Please choose a remote wpDataTable which will be used as the data source."
|
5345 |
msgstr ""
|
5346 |
|
5347 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:27
|
5348 |
msgid "Pick a table..."
|
5349 |
msgstr ""
|
5350 |
|
5351 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:47
|
5352 |
msgid "Display value"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:49
|
5356 |
msgid ""
|
5357 |
"Please choose which column values will be shown to the front-end user (e.g. "
|
5358 |
"Name)."
|
5359 |
msgstr ""
|
5360 |
|
5361 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:71
|
5362 |
msgid "Store value"
|
5363 |
msgstr ""
|
5364 |
|
5365 |
+
#: wpdatatables-lite/templates/admin/table-settings/foreign_key_config.inc.php:73
|
5366 |
msgid ""
|
5367 |
"Please choose which column values will be stored in the table for reference "
|
5368 |
"- by default wdt_ID, or ID"
|
5369 |
msgstr ""
|
5370 |
|
5371 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:19
|
5372 |
msgid "Formula Editor"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:25
|
5376 |
msgid "Use this dialog to construct formulas and see a preview of the result."
|
5377 |
msgstr ""
|
5378 |
|
5379 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:27
|
5380 |
msgid ""
|
5381 |
"You can use columns (values for each cell will be inserted), or number "
|
5382 |
"values. Only numeric columns allowed (non-numeric will be parsed as 0). "
|
5384 |
"col3*sin(col4-3))."
|
5385 |
msgstr ""
|
5386 |
|
5387 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:31
|
5388 |
msgid "Columns to use"
|
5389 |
msgstr ""
|
5390 |
|
5391 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:41
|
5392 |
msgid "Type your formula here..."
|
5393 |
msgstr ""
|
5394 |
|
5395 |
+
#: wpdatatables-lite/templates/admin/table-settings/formula_editor_modal.inc.php:85
|
5396 |
+
#: wpdatatables-lite/templates/chart_wizard.inc.php:48
|
5397 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:35
|
5398 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:417
|
5399 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:438
|
5400 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:461
|
5401 |
msgid "Preview"
|
5402 |
msgstr ""
|
5403 |
|
5404 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
|
5405 |
msgid "Merge values?"
|
5406 |
msgstr ""
|
5407 |
|
5408 |
+
#: wpdatatables-lite/templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
|
5409 |
msgid ""
|
5410 |
"There are already defined possible values. Do you want to merge or to "
|
5411 |
"replace new values with the existing?"
|
5412 |
msgstr ""
|
5413 |
|
5414 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:21
|
5415 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:35
|
5416 |
msgid "Remove Column"
|
5417 |
msgstr ""
|
5418 |
|
5419 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:58
|
5420 |
msgid "Confirm"
|
5421 |
msgstr ""
|
5422 |
|
5423 |
+
#: wpdatatables-lite/templates/admin/table-settings/remove_column_modal.inc.php:63
|
5424 |
msgid "Are you sure? There is no undo!"
|
5425 |
msgstr ""
|
5426 |
|
5427 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:9
|
5428 |
msgid "When working with this table type please note that at the moment:"
|
5429 |
msgstr ""
|
5430 |
|
5431 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:11
|
5432 |
msgid "There is no sorting, search, or pagination in this table type."
|
5433 |
msgstr ""
|
5434 |
|
5435 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:12
|
5436 |
msgid "Creating charts from this table type is not yet possible."
|
5437 |
msgstr ""
|
5438 |
|
5439 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:13
|
5440 |
msgid ""
|
5441 |
"If you need those features, please consider creating tables with option "
|
5442 |
msgstr ""
|
5443 |
|
5444 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:17
|
5445 |
msgid ""
|
5446 |
"Depends of users requests, we will add it in our road map and implement it "
|
5447 |
"based on priority. Thank you for understanding."
|
5448 |
msgstr ""
|
5449 |
|
5450 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:28
|
5451 |
msgid "Table preview"
|
5452 |
msgstr ""
|
5453 |
|
5454 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:38
|
5455 |
msgid "Desktop"
|
5456 |
msgstr ""
|
5457 |
|
5458 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:41
|
5459 |
msgid "Tablet"
|
5460 |
msgstr ""
|
5461 |
|
5462 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_preview_block.inc.php:44
|
5463 |
msgid "Mobile"
|
5464 |
msgstr ""
|
5465 |
|
5466 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:27
|
5467 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:26
|
5468 |
msgid "wpDataTable name, click to edit"
|
5469 |
msgstr ""
|
5470 |
|
5471 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:60
|
5472 |
msgid "Edit Data"
|
5473 |
msgstr ""
|
5474 |
|
5475 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:83
|
5476 |
msgid "Undo"
|
5477 |
msgstr ""
|
5478 |
|
5479 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:87
|
5480 |
msgid "Redo"
|
5481 |
msgstr ""
|
5482 |
|
5483 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:94
|
5484 |
msgid "Manage columns"
|
5485 |
msgstr ""
|
5486 |
|
5487 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:97
|
5488 |
msgid "Column"
|
5489 |
msgstr ""
|
5490 |
|
5491 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:101
|
5492 |
msgid "Add column left"
|
5493 |
msgstr ""
|
5494 |
|
5495 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:106
|
5496 |
msgid "Insert column before selection"
|
5497 |
msgstr ""
|
5498 |
|
5499 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:111
|
5500 |
msgid "Insert column after selection"
|
5501 |
msgstr ""
|
5502 |
|
5503 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:116
|
5504 |
msgid "Add column right"
|
5505 |
msgstr ""
|
5506 |
|
5507 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:121
|
5508 |
msgid "Remove column/columns"
|
5509 |
msgstr ""
|
5510 |
|
5511 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:130
|
5512 |
msgid "Manage rows"
|
5513 |
msgstr ""
|
5514 |
|
5515 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:132
|
5516 |
msgid "Row"
|
5517 |
msgstr ""
|
5518 |
|
5519 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:136
|
5520 |
msgid "Add top row"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:141
|
5524 |
msgid "Insert row before selection"
|
5525 |
msgstr ""
|
5526 |
|
5527 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:146
|
5528 |
msgid "Insert row after selection"
|
5529 |
msgstr ""
|
5530 |
|
5531 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:151
|
5532 |
msgid "Add bottom row"
|
5533 |
msgstr ""
|
5534 |
|
5535 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:156
|
5536 |
msgid "Remove row/rows"
|
5537 |
msgstr ""
|
5538 |
|
5539 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:165
|
5540 |
msgid "Bold"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:169
|
5544 |
msgid "Italic"
|
5545 |
msgstr ""
|
5546 |
|
5547 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:173
|
5548 |
msgid "Underline"
|
5549 |
msgstr ""
|
5550 |
|
5551 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:178
|
5552 |
msgid "Text Color"
|
5553 |
msgstr ""
|
5554 |
|
5555 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:182
|
5556 |
msgid "Background Color"
|
5557 |
msgstr ""
|
5558 |
|
5559 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:189
|
5560 |
msgid "Horizontal align"
|
5561 |
msgstr ""
|
5562 |
|
5563 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:196
|
5564 |
msgid "Align Left"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:201
|
5568 |
msgid "Align Center"
|
5569 |
msgstr ""
|
5570 |
|
5571 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:206
|
5572 |
msgid "Align Right"
|
5573 |
msgstr ""
|
5574 |
|
5575 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:211
|
5576 |
msgid "Align Justify"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:226
|
5580 |
msgid "Vertical Align Middle"
|
5581 |
msgstr ""
|
5582 |
|
5583 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:231
|
5584 |
msgid "Vertical Align Top"
|
5585 |
msgstr ""
|
5586 |
|
5587 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:236
|
5588 |
msgid "Vertical Align Bottom"
|
5589 |
msgstr ""
|
5590 |
|
5591 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:244
|
5592 |
msgid "Text wrapping"
|
5593 |
msgstr ""
|
5594 |
|
5595 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:251
|
5596 |
msgid "Wrap"
|
5597 |
msgstr ""
|
5598 |
|
5599 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:256
|
5600 |
msgid "Overflow"
|
5601 |
msgstr ""
|
5602 |
|
5603 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:261
|
5604 |
msgid "Clip"
|
5605 |
msgstr ""
|
5606 |
|
5607 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:270
|
5608 |
msgid "Link"
|
5609 |
msgstr ""
|
5610 |
|
5611 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:274
|
5612 |
msgid "Insert Media"
|
5613 |
msgstr ""
|
5614 |
|
5615 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:290
|
5616 |
msgid "Clear data"
|
5617 |
msgstr ""
|
5618 |
|
5619 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:321
|
5620 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:211
|
5621 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:58
|
5622 |
msgid "Table title"
|
5623 |
msgstr ""
|
5624 |
|
5625 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:329
|
5626 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:219
|
5627 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:67
|
5628 |
msgid "Show table title"
|
5629 |
msgstr ""
|
5630 |
|
5631 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:333
|
5632 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:226
|
5633 |
msgid ""
|
5634 |
"Enable this to show the table title in a h3 block above the table, disable "
|
5635 |
"to hide."
|
5636 |
msgstr ""
|
5637 |
|
5638 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:341
|
5639 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:234
|
5640 |
msgid "Show table title on the page"
|
5641 |
msgstr ""
|
5642 |
|
5643 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:356
|
5644 |
msgid "Set Header"
|
5645 |
msgstr ""
|
5646 |
|
5647 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:360
|
5648 |
msgid "Enable this to set first row of the table as header."
|
5649 |
msgstr ""
|
5650 |
|
5651 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:368
|
5652 |
msgid "Use first row as table header"
|
5653 |
msgstr ""
|
5654 |
|
5655 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:375
|
5656 |
msgid "Stripe table"
|
5657 |
msgstr ""
|
5658 |
|
5659 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:383
|
5660 |
msgid "Set Stripe table"
|
5661 |
msgstr ""
|
5662 |
|
5663 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:387
|
5664 |
msgid "Enable this to set odds and even classes in table"
|
5665 |
msgstr ""
|
5666 |
|
5667 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:395
|
5668 |
msgid "Set odds and even classes in table"
|
5669 |
msgstr ""
|
5670 |
|
5671 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:404
|
5672 |
msgid "Cell padding (in px)"
|
5673 |
msgstr ""
|
5674 |
|
5675 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:406
|
5676 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:575
|
5677 |
msgid ""
|
5678 |
"Here you can provide number of the padding size for cell in table without "
|
5679 |
"inserting px."
|
5680 |
msgstr ""
|
5681 |
|
5682 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:436
|
5683 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:444
|
5684 |
msgid "Basic responsive"
|
5685 |
msgstr ""
|
5686 |
|
5687 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:448
|
5688 |
msgid ""
|
5689 |
"Enable this to enable responsive mode on tablet and mobile devices.<br> All "
|
5690 |
"cells will be shown in one column. If option \"Header\" on Display tab in "
|
5693 |
"shown transpose other row data."
|
5694 |
msgstr ""
|
5695 |
|
5696 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:456
|
5697 |
msgid "Enable responsive mode"
|
5698 |
msgstr ""
|
5699 |
|
5700 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:463
|
5701 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:311
|
5702 |
msgid "Scrollable"
|
5703 |
msgstr ""
|
5704 |
|
5705 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:471
|
5706 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:378
|
5707 |
msgid "Scrollable table"
|
5708 |
msgstr ""
|
5709 |
|
5710 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:475
|
5711 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:385
|
5712 |
msgid "Enable this to enable a horizontal scrollbar below the table."
|
5713 |
msgstr ""
|
5714 |
|
5715 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:483
|
5716 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:394
|
5717 |
msgid "Show a horizontal scrollbar"
|
5718 |
msgstr ""
|
5719 |
|
5720 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:490
|
5721 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:498
|
5722 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:438
|
5723 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:446
|
5724 |
msgid "Limit table width"
|
5725 |
msgstr ""
|
5726 |
|
5727 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:502
|
5728 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:453
|
5729 |
msgid "Enable this to restrict table width to page width."
|
5730 |
msgstr ""
|
5731 |
|
5732 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:510
|
5733 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:462
|
5734 |
msgid "Limit table width to page width"
|
5735 |
msgstr ""
|
5736 |
|
5737 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:517
|
5738 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:525
|
5739 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:469
|
5740 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:477
|
5741 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:392
|
5742 |
msgid "Word wrap"
|
5743 |
msgstr ""
|
5744 |
|
5745 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:529
|
5746 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:484
|
5747 |
msgid ""
|
5748 |
"Enable this to wrap long strings into multiple lines and stretch the cells "
|
5749 |
"height."
|
5750 |
msgstr ""
|
5751 |
|
5752 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:537
|
5753 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:492
|
5754 |
msgid "Wrap words to newlines"
|
5755 |
msgstr ""
|
5756 |
|
5757 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:546
|
5758 |
msgid "Vertical scroll"
|
5759 |
msgstr ""
|
5760 |
|
5761 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:554
|
5762 |
msgid "Add Vertical scroll"
|
5763 |
msgstr ""
|
5764 |
|
5765 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:558
|
5766 |
msgid "Enable this to enable a vertical scrollbar in the table."
|
5767 |
msgstr ""
|
5768 |
|
5769 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:566
|
5770 |
msgid "Show a vertical scrollbar"
|
5771 |
msgstr ""
|
5772 |
|
5773 |
+
#: wpdatatables-lite/templates/admin/table-settings/simple_table_settings_block.inc.php:573
|
5774 |
msgid "Vertical scroll height"
|
5775 |
msgstr ""
|
5776 |
|
5777 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:19
|
5778 |
msgid "Table preview and columns setup"
|
5779 |
msgstr ""
|
5780 |
|
5781 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:28
|
5782 |
msgid "Complete column list"
|
5783 |
msgstr ""
|
5784 |
|
5785 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:31
|
5786 |
msgid "Column List"
|
5787 |
msgstr ""
|
5788 |
|
5789 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:38
|
5790 |
msgid "Remove column"
|
5791 |
msgstr ""
|
5792 |
|
5793 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:44
|
5794 |
msgid "Add a Formula Column"
|
5795 |
msgstr ""
|
5796 |
|
5797 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:49
|
5798 |
msgid "Add column"
|
5799 |
msgstr ""
|
5800 |
|
5801 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:57
|
5802 |
msgid "Switch View:"
|
5803 |
msgstr ""
|
5804 |
|
5805 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:59
|
5806 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:62
|
5807 |
msgid "STANDARD"
|
5808 |
msgstr ""
|
5809 |
|
5810 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:60
|
5811 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_preview_block.inc.php:63
|
5812 |
msgid "EXCEL-LIKE"
|
5813 |
msgstr ""
|
5814 |
|
5815 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:68
|
5816 |
msgid "Sorting and filtering"
|
5817 |
msgstr ""
|
5818 |
|
5819 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:76
|
5820 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1009
|
5821 |
msgid "Table Tools"
|
5822 |
msgstr ""
|
5823 |
|
5824 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:84
|
5825 |
msgid " Customize"
|
5826 |
msgstr ""
|
5827 |
|
5828 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:103
|
5829 |
msgid ""
|
5830 |
"Please choose a type of the input data source - it can be a MySQL query, a "
|
5831 |
"file, or an URL. Only MySQL query-based tables can use server-side processing"
|
5832 |
msgstr ""
|
5833 |
|
5834 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:110
|
5835 |
msgid "Select a data source type"
|
5836 |
msgstr ""
|
5837 |
|
5838 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:112
|
5839 |
msgid "SQL query "
|
5840 |
msgstr ""
|
5841 |
|
5842 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:113
|
5843 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:85
|
5844 |
msgid "CSV file"
|
5845 |
msgstr ""
|
5846 |
|
5847 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:114
|
5848 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:86
|
5849 |
msgid "Excel file"
|
5850 |
msgstr ""
|
5851 |
|
5852 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:117
|
5853 |
msgid "Google Spreadsheet "
|
5854 |
msgstr ""
|
5855 |
|
5856 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:118
|
5857 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:89
|
5858 |
msgid "XML file"
|
5859 |
msgstr ""
|
5860 |
|
5861 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:119
|
5862 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:90
|
5863 |
msgid "JSON file"
|
5864 |
msgstr ""
|
5865 |
|
5866 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:133
|
5867 |
msgid ""
|
5868 |
"Upload your file or provide the full URL here. For CSV or Excel input "
|
5869 |
"sources only URLs or paths from same domain are supported. For Google "
|
5871 |
"the URL."
|
5872 |
msgstr ""
|
5873 |
|
5874 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:139
|
5875 |
msgid "Paste URL or path, or click Browse to choose"
|
5876 |
msgstr ""
|
5877 |
|
5878 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:143
|
5879 |
msgid "Browse..."
|
5880 |
msgstr ""
|
5881 |
|
5882 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:155
|
5883 |
msgid ""
|
5884 |
"If it is turned on, all sorting, filtering, pagination and other data "
|
5885 |
"interaction will be done by MySQL server. This feature is recommended if you "
|
5886 |
"have more than 2000-3000 rows. Mandatory for editable tables."
|
5887 |
msgstr ""
|
5888 |
|
5889 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:162
|
5890 |
msgid "Enable server-side processing"
|
5891 |
msgstr ""
|
5892 |
|
5893 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:177
|
5894 |
msgid "MySQL Query"
|
5895 |
msgstr ""
|
5896 |
|
5897 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:179
|
5898 |
msgid ""
|
5899 |
"Enter the text of your MySQL query here - please make sure it returns actual "
|
5900 |
"data first. You can use a number of placeholders to make the dataset in the "
|
5902 |
"with different shortcodes."
|
5903 |
msgstr ""
|
5904 |
|
5905 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:186
|
5906 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:292
|
5907 |
msgid "Auto-refresh"
|
5908 |
msgstr ""
|
5909 |
|
5910 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:188
|
5911 |
msgid ""
|
5912 |
"If you enter a non-zero value, table will auto-refresh to show actual data "
|
5913 |
"with a given interval of seconds. Leave zero or empty not to use auto-"
|
5914 |
"refresh."
|
5915 |
msgstr ""
|
5916 |
|
5917 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:193
|
5918 |
msgid "Auto-refresh interval in seconds (zero or blank to disable)"
|
5919 |
msgstr ""
|
5920 |
|
5921 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:242
|
5922 |
msgid "Responsiveness"
|
5923 |
msgstr ""
|
5924 |
|
5925 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:250
|
5926 |
msgid "Responsive design"
|
5927 |
msgstr ""
|
5928 |
|
5929 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:257
|
5930 |
msgid "Enable this to allow responsiveness in the table."
|
5931 |
msgstr ""
|
5932 |
|
5933 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:258
|
5934 |
msgid ""
|
5935 |
"Please do not forget to define which columns will be hidden on mobiles and "
|
5936 |
"tablets in the column settings!"
|
5937 |
msgstr ""
|
5938 |
|
5939 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:269
|
5940 |
msgid "Allow collapsing on mobiles and tablets"
|
5941 |
msgstr ""
|
5942 |
|
5943 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:277
|
5944 |
msgid "Hide until loaded"
|
5945 |
msgstr ""
|
5946 |
|
5947 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:279
|
5948 |
msgid ""
|
5949 |
"Enable to make whole table hidden until it is initialized to prevent "
|
5950 |
"unformatted data flashing"
|
5951 |
msgstr ""
|
5952 |
|
5953 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:284
|
5954 |
msgid "Hide the table before it is fully loaded"
|
5955 |
msgstr ""
|
5956 |
|
5957 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:296
|
5958 |
msgid "Default rows per page"
|
5959 |
msgstr ""
|
5960 |
|
5961 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:304
|
5962 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:339
|
5963 |
msgid "Rows per page"
|
5964 |
msgstr ""
|
5965 |
|
5966 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:311
|
5967 |
msgid "How many rows to show per page by default."
|
5968 |
msgstr ""
|
5969 |
|
5970 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:347
|
5971 |
msgid "Show X entries"
|
5972 |
msgstr ""
|
5973 |
|
5974 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:354
|
5975 |
msgid ""
|
5976 |
"Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
|
5977 |
"frontend."
|
5978 |
msgstr ""
|
5979 |
|
5980 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:362
|
5981 |
msgid "Show \"Show X entries\" dropdown"
|
5982 |
msgstr ""
|
5983 |
|
5984 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:386
|
5985 |
msgid "This should be turned off if you want to set columns width manually."
|
5986 |
msgstr ""
|
5987 |
|
5988 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:407
|
5989 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:415
|
5990 |
msgid "Info block"
|
5991 |
msgstr ""
|
5992 |
|
5993 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:422
|
5994 |
msgid ""
|
5995 |
"Enable to show a block of information about the number of records below the "
|
5996 |
"table."
|
5997 |
msgstr ""
|
5998 |
|
5999 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:430
|
6000 |
msgid "Show information block below the table"
|
6001 |
msgstr ""
|
6002 |
|
6003 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:454
|
6004 |
msgid ""
|
6005 |
"This should be turned on if you want to set columns width manually. Should "
|
6006 |
"be on to use word wrapping."
|
6007 |
msgstr ""
|
6008 |
|
6009 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:516
|
6010 |
msgid "Enable to show a pagination"
|
6011 |
msgstr ""
|
6012 |
|
6013 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:524
|
6014 |
msgid "Show pagination block below the table"
|
6015 |
msgstr ""
|
6016 |
|
6017 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:532
|
6018 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:540
|
6019 |
msgid "Pagination Alignment"
|
6020 |
msgstr ""
|
6021 |
|
6022 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:544
|
6023 |
msgid "Here you can set pagination position: right, center or left."
|
6024 |
msgstr ""
|
6025 |
|
6026 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:552
|
6027 |
msgid "Right"
|
6028 |
msgstr ""
|
6029 |
|
6030 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:553
|
6031 |
msgid "Center"
|
6032 |
msgstr ""
|
6033 |
|
6034 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:554
|
6035 |
msgid "Left"
|
6036 |
msgstr ""
|
6037 |
|
6038 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:563
|
6039 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:571
|
6040 |
msgid "Pagination Layout"
|
6041 |
msgstr ""
|
6042 |
|
6043 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:575
|
6044 |
msgid "Here you can choose between different pagination layout."
|
6045 |
msgstr ""
|
6046 |
|
6047 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:583
|
6048 |
msgid ""
|
6049 |
"\"First\", \"Previous\", \"Next\" and \"Last\" buttons, plus page numbers"
|
6050 |
msgstr ""
|
6051 |
|
6052 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:584
|
6053 |
msgid "\"Previous\" and \"Next\" buttons only"
|
6054 |
msgstr ""
|
6055 |
|
6056 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:585
|
6057 |
msgid "\"Previous\" and \"Next\" buttons, plus page numbers"
|
6058 |
msgstr ""
|
6059 |
|
6060 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:586
|
6061 |
msgid "\"First\", \"Previous\", \"Next\" and \"Last\" buttons"
|
6062 |
msgstr ""
|
6063 |
|
6064 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:587
|
6065 |
msgid "Page number buttons only"
|
6066 |
msgstr ""
|
6067 |
|
6068 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:588
|
6069 |
msgid "\"First\" and \"Last\" buttons, plus page numbers"
|
6070 |
msgstr ""
|
6071 |
|
6072 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:609
|
6073 |
msgid "Advanced column filters"
|
6074 |
msgstr ""
|
6075 |
|
6076 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:617
|
6077 |
msgid "Advanced filter"
|
6078 |
msgstr ""
|
6079 |
|
6080 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:624
|
6081 |
msgid ""
|
6082 |
"Enable to show an advanced filter for each of the columns, filters can be "
|
6083 |
"shown in table footer, header or in a separate form."
|
6084 |
msgstr ""
|
6085 |
|
6086 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:635
|
6087 |
msgid "Enable advanced column filters"
|
6088 |
msgstr ""
|
6089 |
|
6090 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:658
|
6091 |
msgid ""
|
6092 |
"If this is enabled, each column header will be clickable; clicking will sort "
|
6093 |
"the whole table by the content of this column cells ascending or descending."
|
6094 |
msgstr ""
|
6095 |
|
6096 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:666
|
6097 |
msgid "Allow sorting for the table"
|
6098 |
msgstr ""
|
6099 |
|
6100 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:674
|
6101 |
msgid "Main search block"
|
6102 |
msgstr ""
|
6103 |
|
6104 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:689
|
6105 |
msgid ""
|
6106 |
"If this is enabled, a search block will be displayed on the top right of the "
|
6107 |
"table, allowing to search through whole table with a single input."
|
6108 |
msgstr ""
|
6109 |
|
6110 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:697
|
6111 |
msgid "Enable search block"
|
6112 |
msgstr ""
|
6113 |
|
6114 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:711
|
6115 |
msgid "Filters in a form"
|
6116 |
msgstr ""
|
6117 |
|
6118 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:718
|
6119 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:340
|
6120 |
msgid "Filter in form"
|
6121 |
msgstr ""
|
6122 |
|
6123 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:725
|
6124 |
msgid ""
|
6125 |
"Enable to show the advanced column filter in a form above the table, instead "
|
6126 |
"of showing in the table footer/header."
|
6127 |
msgstr ""
|
6128 |
|
6129 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:734
|
6130 |
msgid "Show filters in a form above the table"
|
6131 |
msgstr ""
|
6132 |
|
6133 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:742
|
6134 |
msgid "Clear filters button"
|
6135 |
msgstr ""
|
6136 |
|
6137 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:749
|
6138 |
+
#: wpdatatables-lite/templates/frontend/filter_form.inc.php:32
|
6139 |
msgid "Clear filters"
|
6140 |
msgstr ""
|
6141 |
|
6142 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:753
|
6143 |
msgid "Enable to show the clear filters button."
|
6144 |
msgstr ""
|
6145 |
|
6146 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:754
|
6147 |
msgid ""
|
6148 |
"If filter in form is enabled, clear button will be rendered after the last "
|
6149 |
"filter."
|
6150 |
msgstr ""
|
6151 |
|
6152 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:759
|
6153 |
msgid ""
|
6154 |
"Otherwise, clear filter button will be rendered above the table next to "
|
6155 |
"\"Table Tools\" buttons."
|
6156 |
msgstr ""
|
6157 |
|
6158 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:772
|
6159 |
msgid "Show clear filters button"
|
6160 |
msgstr ""
|
6161 |
|
6162 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:792
|
6163 |
msgid "Allow editing"
|
6164 |
msgstr ""
|
6165 |
|
6166 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:800
|
6167 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:180
|
6168 |
msgid "Front-end editing"
|
6169 |
msgstr ""
|
6170 |
|
6171 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:807
|
6172 |
msgid "Allow editing the table from the front-end."
|
6173 |
msgstr ""
|
6174 |
|
6175 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:815
|
6176 |
msgid "Allow front-end editing"
|
6177 |
msgstr ""
|
6178 |
|
6179 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:823
|
6180 |
msgid "Popover edit block"
|
6181 |
msgstr ""
|
6182 |
|
6183 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:831
|
6184 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:232
|
6185 |
msgid "Popover tools"
|
6186 |
msgstr ""
|
6187 |
|
6188 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:838
|
6189 |
msgid ""
|
6190 |
"If this is enabled, the New, Edit and Delete buttons will appear in a "
|
6191 |
"popover when you click on any row, instead of Table Tools block above the "
|
6192 |
"table."
|
6193 |
msgstr ""
|
6194 |
|
6195 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:846
|
6196 |
msgid "Editing buttons in a popover"
|
6197 |
msgstr ""
|
6198 |
|
6199 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:854
|
6200 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:862
|
6201 |
msgid "In-line editing"
|
6202 |
msgstr ""
|
6203 |
|
6204 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:869
|
6205 |
msgid ""
|
6206 |
"If this is enabled, front-end users will be able to edit cells by double-"
|
6207 |
"clicking them, not only with the editor dialog."
|
6208 |
msgstr ""
|
6209 |
|
6210 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:877
|
6211 |
msgid "Allow in-line editing"
|
6212 |
msgstr ""
|
6213 |
|
6214 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:892
|
6215 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:192
|
6216 |
msgid "MySQL table name for editing"
|
6217 |
msgstr ""
|
6218 |
|
6219 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:894
|
6220 |
msgid ""
|
6221 |
"Name of the MySQL table which will be updated when edited from front-end."
|
6222 |
msgstr ""
|
6223 |
|
6224 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:899
|
6225 |
msgid "MySQL table name"
|
6226 |
msgstr ""
|
6227 |
|
6228 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:908
|
6229 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:203
|
6230 |
msgid "ID column for editing"
|
6231 |
msgstr ""
|
6232 |
|
6233 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:910
|
6234 |
msgid ""
|
6235 |
"Choose the column values from which will be used as row identifiers. MUST be "
|
6236 |
"a unique auto-increment integer on MySQL side so insert/edit/delete would "
|
6238 |
"\"id\" or \"ID\" on MySQL side."
|
6239 |
msgstr ""
|
6240 |
|
6241 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:924
|
6242 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:267
|
6243 |
msgid "Editor roles"
|
6244 |
msgstr ""
|
6245 |
|
6246 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:926
|
6247 |
msgid ""
|
6248 |
"If you want only specific user roles to be able to edit the table, choose in "
|
6249 |
"this dropdown. Leave unchecked to allow editing for everyone."
|
6250 |
msgstr ""
|
6251 |
|
6252 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:931
|
6253 |
msgid "Everyone"
|
6254 |
msgstr ""
|
6255 |
|
6256 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:932
|
6257 |
msgid "Administrators"
|
6258 |
msgstr ""
|
6259 |
|
6260 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:933
|
6261 |
msgid "Editors"
|
6262 |
msgstr ""
|
6263 |
|
6264 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:934
|
6265 |
msgid "Authors"
|
6266 |
msgstr ""
|
6267 |
|
6268 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:935
|
6269 |
msgid "Contributors"
|
6270 |
msgstr ""
|
6271 |
|
6272 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:936
|
6273 |
msgid "Subscribers"
|
6274 |
msgstr ""
|
6275 |
|
6276 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:951
|
6277 |
msgid "Users see and edit only own data"
|
6278 |
msgstr ""
|
6279 |
|
6280 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:959
|
6281 |
msgid "Users see and edit only their own data"
|
6282 |
msgstr ""
|
6283 |
|
6284 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:966
|
6285 |
msgid ""
|
6286 |
"If this is enabled, users will see and edit only the rows that are related "
|
6287 |
"to them or were created by them (associated using the User ID column)."
|
6288 |
msgstr ""
|
6289 |
|
6290 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:974
|
6291 |
msgid "Limit editing to own data only"
|
6292 |
msgstr ""
|
6293 |
|
6294 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:982
|
6295 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:250
|
6296 |
msgid "User ID column"
|
6297 |
msgstr ""
|
6298 |
|
6299 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:984
|
6300 |
msgid ""
|
6301 |
"Choose the column values from which will be used as User identifiers. "
|
6302 |
"References the ID from WordPress Users table (wp_users), MUST be defined as "
|
6303 |
"an integer on MySQL side."
|
6304 |
msgstr ""
|
6305 |
|
6306 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1017
|
6307 |
+
#: wpdatatables-lite/templates/edit_table.inc.php:350
|
6308 |
msgid "Table tools"
|
6309 |
msgstr ""
|
6310 |
|
6311 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1024
|
6312 |
msgid ""
|
6313 |
"If this is enabled, a toolbar with useful tools will be shown above the table"
|
6314 |
msgstr ""
|
6315 |
|
6316 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1032
|
6317 |
msgid "Enable Table Tools"
|
6318 |
msgstr ""
|
6319 |
|
6320 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1040
|
6321 |
msgid "Buttons"
|
6322 |
msgstr ""
|
6323 |
|
6324 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1042
|
6325 |
msgid "Choose which buttons to show in the Table Tools block."
|
6326 |
msgstr ""
|
6327 |
|
6328 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1048
|
6329 |
msgid "Columns visibility"
|
6330 |
msgstr ""
|
6331 |
|
6332 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1080
|
6333 |
msgid ""
|
6334 |
"Placeholders can be understood as predefined ‘search and replace‘ templates; "
|
6335 |
"that will be replaced with some actual values at the execution time; usually "
|
6338 |
"Excel, CSV, Google Spreadsheet and PHP Serialized array."
|
6339 |
msgstr ""
|
6340 |
|
6341 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1094
|
6342 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1109
|
6343 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1124
|
6344 |
msgid ""
|
6345 |
"This placeholder will be replaced with any value that you will provide in a "
|
6346 |
"shortcode. Provide a default value here that will be used for table "
|
6347 |
"generation and when a different one is not defined in the shortcode."
|
6348 |
msgstr ""
|
6349 |
|
6350 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1099
|
6351 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1114
|
6352 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1129
|
6353 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1152
|
6354 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1170
|
6355 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1188
|
6356 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1210
|
6357 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1228
|
6358 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1246
|
6359 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1271
|
6360 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1291
|
6361 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1310
|
6362 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1332
|
6363 |
msgid "Default for table generation"
|
6364 |
msgstr ""
|
6365 |
|
6366 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1145
|
6367 |
msgid ""
|
6368 |
"This placeholder will be replaced with the ID of currently logged in user. "
|
6369 |
"Provide a value here to be used for table generation"
|
6370 |
msgstr ""
|
6371 |
|
6372 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1162
|
6373 |
msgid ""
|
6374 |
"This placeholder will be replaced with the login of currently logged in "
|
6375 |
"user. Provide a value here to be used for table generation"
|
6376 |
msgstr ""
|
6377 |
|
6378 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1180
|
6379 |
msgid ""
|
6380 |
"This placeholder will be replaced with the Email of currently logged in "
|
6381 |
"user. Provide a value here to be used for table generation"
|
6382 |
msgstr ""
|
6383 |
|
6384 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1204
|
6385 |
msgid ""
|
6386 |
"This placeholder will be replaced with the ID of current post. Provide a "
|
6387 |
"value here to be used for table generation"
|
6388 |
msgstr ""
|
6389 |
|
6390 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1220
|
6391 |
msgid ""
|
6392 |
"This placeholder will be replaced with the First Name of currently logged in "
|
6393 |
"user. Provide a value here to be used for table generation"
|
6394 |
msgstr ""
|
6395 |
|
6396 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1238
|
6397 |
msgid ""
|
6398 |
"This placeholder will be replaced with the Last Name of currently logged in "
|
6399 |
"user. Provide a value here to be used for table generation"
|
6400 |
msgstr ""
|
6401 |
|
6402 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1262
|
6403 |
msgid "This placeholder will be replaced with current date."
|
6404 |
msgstr ""
|
6405 |
|
6406 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1281
|
6407 |
msgid "This placeholder will be replaced with current datetime."
|
6408 |
msgstr ""
|
6409 |
|
6410 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1301
|
6411 |
msgid "This placeholder will be replaced with current time."
|
6412 |
msgstr ""
|
6413 |
|
6414 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1325
|
6415 |
msgid ""
|
6416 |
"This placeholder will be replaced with the current prefix of WordPress "
|
6417 |
"database. Provide a value here to be used for table generation"
|
6418 |
msgstr ""
|
6419 |
|
6420 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1356
|
6421 |
msgid ""
|
6422 |
"In premium version you can customize each table with different skin, font, "
|
6423 |
"background , colors and lot more. Checkout new table customize settings "
|
6424 |
"below."
|
6425 |
msgstr ""
|
6426 |
|
6427 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1363
|
6428 |
msgid "Main"
|
6429 |
msgstr ""
|
6430 |
|
6431 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1375
|
6432 |
msgid "Table border"
|
6433 |
msgstr ""
|
6434 |
|
6435 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1391
|
6436 |
msgid "Custom CSS"
|
6437 |
msgstr ""
|
6438 |
|
6439 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:1716
|
6440 |
msgid "Remove borders in table header"
|
6441 |
msgstr ""
|
6442 |
|
6443 |
+
#: wpdatatables-lite/templates/admin/table-settings/table_settings_block.inc.php:2028
|
6444 |
msgid ""
|
6445 |
"This CSS will be inserted as an inline style block on every page that has "
|
6446 |
"this wpDataTable."
|
6447 |
msgstr ""
|
6448 |
|
|