wpDataTables Lite - Version 2.0.14

Version Description

  • Feature: Added new date formats
  • Updated French translation
  • Updated core of Datatables library
  • Bug fixes and stability improvements.
  • Compatibility with WordPress 5.2.3 approved.
Download this release

Release Info

Developer wpDataTables
Plugin Icon 128x128 wpDataTables Lite
Version 2.0.14
Comparing to
See all releases

Code changes from version 2.0.13 to 2.0.14

assets/js/jquery-datatables/jquery.dataTables.min.js CHANGED
@@ -1,167 +1,166 @@
1
  /*!
2
- DataTables 1.10.15
3
- ©2008-2017 SpryMedia Ltd - datatables.net/license
4
- */
5
- (function(h){"function"===typeof define&&define.amd?define(["jquery"],function(E){return h(E,window,document)}):"object"===typeof exports?module.exports=function(E,H){E||(E=window);H||(H="undefined"!==typeof window?require("jquery"):require("jquery")(E));return h(H,E,E.document)}:h(jQuery,window,document)})(function(h,E,H,k){function Y(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),
6
- d[c]=e,"o"===b[1]&&Y(a[e])});a._hungarianMap=d}function J(a,b,c){a._hungarianMap||Y(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==k&&(c||b[d]===k))"o"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),J(a[d],b[d],c)):b[d]=b[e]})}function Fa(a){var b=m.defaults.oLanguage,c=a.sZeroRecords;!a.sEmptyTable&&(c&&"No data available in table"===b.sEmptyTable)&&F(a,a,"sZeroRecords","sEmptyTable");!a.sLoadingRecords&&(c&&"Loading..."===b.sLoadingRecords)&&F(a,a,"sZeroRecords","sLoadingRecords");
7
- a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&fb(a)}function gb(a){A(a,"ordering","bSort");A(a,"orderMulti","bSortMulti");A(a,"orderClasses","bSortClasses");A(a,"orderCellsTop","bSortCellsTop");A(a,"order","aaSorting");A(a,"orderFixed","aaSortingFixed");A(a,"paging","bPaginate");A(a,"pagingType","sPaginationType");A(a,"pageLength","iDisplayLength");A(a,"searching","bFilter");"boolean"===typeof a.sScrollX&&(a.sScrollX=a.sScrollX?"100%":"");"boolean"===typeof a.scrollX&&(a.scrollX=
8
- a.scrollX?"100%":"");if(a=a.aoSearchCols)for(var b=0,c=a.length;b<c;b++)a[b]&&J(m.models.oSearch,a[b])}function hb(a){A(a,"orderable","bSortable");A(a,"orderData","aDataSort");A(a,"orderSequence","asSorting");A(a,"orderDataType","sortDataType");var b=a.aDataSort;"number"===typeof b&&!h.isArray(b)&&(a.aDataSort=[b])}function ib(a){if(!m.__browser){var b={};m.__browser=b;var c=h("<div/>").css({position:"fixed",top:0,left:-1*h(E).scrollLeft(),height:1,width:1,overflow:"hidden"}).append(h("<div/>").css({position:"absolute",
9
- top:1,left:1,width:100,overflow:"scroll"}).append(h("<div/>").css({width:"100%",height:10}))).appendTo("body"),d=c.children(),e=d.children();b.barWidth=d[0].offsetWidth-d[0].clientWidth;b.bScrollOversize=100===e[0].offsetWidth&&100!==d[0].clientWidth;b.bScrollbarLeft=1!==Math.round(e.offset().left);b.bBounding=c[0].getBoundingClientRect().width?!0:!1;c.remove()}h.extend(a.oBrowser,m.__browser);a.oScroll.iBarWidth=m.__browser.barWidth}function jb(a,b,c,d,e,f){var g,j=!1;c!==k&&(g=c,j=!0);for(;d!==
10
- e;)a.hasOwnProperty(d)&&(g=j?b(g,a[d],d,a):a[d],j=!0,d+=f);return g}function Ga(a,b){var c=m.defaults.column,d=a.aoColumns.length,c=h.extend({},m.models.oColumn,c,{nTh:b?b:H.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=h.extend({},m.models.oSearch,c[d]);la(a,d,h(b).data())}function la(a,b,c){var b=a.aoColumns[b],d=a.oClasses,e=h(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=
11
- e.attr("width")||null;var f=(e.attr("style")||"").match(/width:\s*(\d+[pxem%]+)/);f&&(b.sWidthOrig=f[1])}c!==k&&null!==c&&(hb(c),J(m.defaults.column,c),c.mDataProp!==k&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&!c.sClass&&(c.sClass=c.className),h.extend(b,c),F(b,c,"sWidth","sWidthOrig"),c.iDataSort!==k&&(b.aDataSort=[c.iDataSort]),F(b,c,"aDataSort"));var g=b.mData,j=R(g),i=b.mRender?R(b.mRender):null,c=function(a){return"string"===typeof a&&-1!==a.indexOf("@")};
12
- b._bAttrSrc=h.isPlainObject(g)&&(c(g.sort)||c(g.type)||c(g.filter));b._setter=null;b.fnGetData=function(a,b,c){var d=j(a,b,k,c);return i&&b?i(d,b,a,c):d};b.fnSetData=function(a,b,c){return S(g)(a,b,c)};"number"!==typeof g&&(a._rowReadObject=!0);a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));a=-1!==h.inArray("asc",b.asSorting);c=-1!==h.inArray("desc",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=
13
- d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function Z(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Ha(a);for(var c=0,d=b.length;c<d;c++)b[c].nTh.style.width=b[c].sWidth}b=a.oScroll;(""!==b.sY||""!==b.sX)&&ma(a);s(a,null,"column-sizing",[a])}function $(a,b){var c=na(a,"bVisible");return"number"===typeof c[b]?c[b]:null}function aa(a,b){var c=na(a,"bVisible"),c=h.inArray(b,
14
- c);return-1!==c?c:null}function ba(a){var b=0;h.each(a.aoColumns,function(a,d){d.bVisible&&"none"!==h(d.nTh).css("display")&&b++});return b}function na(a,b){var c=[];h.map(a.aoColumns,function(a,e){a[b]&&c.push(e)});return c}function Ia(a){var b=a.aoColumns,c=a.aoData,d=m.ext.type.detect,e,f,g,j,i,h,l,q,r;e=0;for(f=b.length;e<f;e++)if(l=b[e],r=[],!l.sType&&l._sManualType)l.sType=l._sManualType;else if(!l.sType){g=0;for(j=d.length;g<j;g++){i=0;for(h=c.length;i<h;i++){r[i]===k&&(r[i]=B(a,i,e,"type"));
15
- q=d[g](r[i],a);if(!q&&g!==d.length-1)break;if("html"===q)break}if(q){l.sType=q;break}}l.sType||(l.sType="string")}}function kb(a,b,c,d){var e,f,g,j,i,n,l=a.aoColumns;if(b)for(e=b.length-1;0<=e;e--){n=b[e];var q=n.targets!==k?n.targets:n.aTargets;h.isArray(q)||(q=[q]);f=0;for(g=q.length;f<g;f++)if("number"===typeof q[f]&&0<=q[f]){for(;l.length<=q[f];)Ga(a);d(q[f],n)}else if("number"===typeof q[f]&&0>q[f])d(l.length+q[f],n);else if("string"===typeof q[f]){j=0;for(i=l.length;j<i;j++)("_all"==q[f]||h(l[j].nTh).hasClass(q[f]))&&
16
- d(j,n)}}if(c){e=0;for(a=c.length;e<a;e++)d(e,c[e])}}function N(a,b,c,d){var e=a.aoData.length,f=h.extend(!0,{},m.models.oRow,{src:c?"dom":"data",idx:e});f._aData=b;a.aoData.push(f);for(var g=a.aoColumns,j=0,i=g.length;j<i;j++)g[j].sType=null;a.aiDisplayMaster.push(e);b=a.rowIdFn(b);b!==k&&(a.aIds[b]=f);(c||!a.oFeatures.bDeferRender)&&Ja(a,e,c,d);return e}function oa(a,b){var c;b instanceof h||(b=h(b));return b.map(function(b,e){c=Ka(a,e);return N(a,c.data,e,c.cells)})}function B(a,b,c,d){var e=a.iDraw,
17
- f=a.aoColumns[c],g=a.aoData[b]._aData,j=f.sDefaultContent,i=f.fnGetData(g,d,{settings:a,row:b,col:c});if(i===k)return a.iDrawError!=e&&null===j&&(K(a,0,"Requested unknown parameter "+("function"==typeof f.mData?"{function}":"'"+f.mData+"'")+" for row "+b+", column "+c,4),a.iDrawError=e),j;if((i===g||null===i)&&null!==j&&d!==k)i=j;else if("function"===typeof i)return i.call(g);return null===i&&"display"==d?"":i}function lb(a,b,c,d){a.aoColumns[c].fnSetData(a.aoData[b]._aData,d,{settings:a,row:b,col:c})}
18
- function La(a){return h.map(a.match(/(\\.|[^\.])+/g)||[""],function(a){return a.replace(/\\\./g,".")})}function R(a){if(h.isPlainObject(a)){var b={};h.each(a,function(a,c){c&&(b[a]=R(c))});return function(a,c,f,g){var j=b[c]||b._;return j!==k?j(a,c,f,g):a}}if(null===a)return function(a){return a};if("function"===typeof a)return function(b,c,f,g){return a(b,c,f,g)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||-1!==a.indexOf("("))){var c=function(a,b,f){var g,j;if(""!==f){j=La(f);
19
- for(var i=0,n=j.length;i<n;i++){f=j[i].match(ca);g=j[i].match(V);if(f){j[i]=j[i].replace(ca,"");""!==j[i]&&(a=a[j[i]]);g=[];j.splice(0,i+1);j=j.join(".");if(h.isArray(a)){i=0;for(n=a.length;i<n;i++)g.push(c(a[i],b,j))}a=f[0].substring(1,f[0].length-1);a=""===a?g:g.join(a);break}else if(g){j[i]=j[i].replace(V,"");a=a[j[i]]();continue}if(null===a||a[j[i]]===k)return k;a=a[j[i]]}}return a};return function(b,e){return c(b,e,a)}}return function(b){return b[a]}}function S(a){if(h.isPlainObject(a))return S(a._);
20
- if(null===a)return function(){};if("function"===typeof a)return function(b,d,e){a(b,"set",d,e)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||-1!==a.indexOf("("))){var b=function(a,d,e){var e=La(e),f;f=e[e.length-1];for(var g,j,i=0,n=e.length-1;i<n;i++){g=e[i].match(ca);j=e[i].match(V);if(g){e[i]=e[i].replace(ca,"");a[e[i]]=[];f=e.slice();f.splice(0,i+1);g=f.join(".");if(h.isArray(d)){j=0;for(n=d.length;j<n;j++)f={},b(f,d[j],g),a[e[i]].push(f)}else a[e[i]]=d;return}j&&(e[i]=e[i].replace(V,
21
- ""),a=a[e[i]](d));if(null===a[e[i]]||a[e[i]]===k)a[e[i]]={};a=a[e[i]]}if(f.match(V))a[f.replace(V,"")](d);else a[f.replace(ca,"")]=d};return function(c,d){return b(c,d,a)}}return function(b,d){b[a]=d}}function Ma(a){return D(a.aoData,"_aData")}function pa(a){a.aoData.length=0;a.aiDisplayMaster.length=0;a.aiDisplay.length=0;a.aIds={}}function qa(a,b,c){for(var d=-1,e=0,f=a.length;e<f;e++)a[e]==b?d=e:a[e]>b&&a[e]--; -1!=d&&c===k&&a.splice(d,1)}function da(a,b,c,d){var e=a.aoData[b],f,g=function(c,d){for(;c.childNodes.length;)c.removeChild(c.firstChild);
22
- c.innerHTML=B(a,b,d,"display")};if("dom"===c||(!c||"auto"===c)&&"dom"===e.src)e._aData=Ka(a,e,d,d===k?k:e._aData).data;else{var j=e.anCells;if(j)if(d!==k)g(j[d],d);else{c=0;for(f=j.length;c<f;c++)g(j[c],c)}}e._aSortData=null;e._aFilterData=null;g=a.aoColumns;if(d!==k)g[d].sType=null;else{c=0;for(f=g.length;c<f;c++)g[c].sType=null;Na(a,e)}}function Ka(a,b,c,d){var e=[],f=b.firstChild,g,j,i=0,n,l=a.aoColumns,q=a._rowReadObject,d=d!==k?d:q?{}:[],r=function(a,b){if("string"===typeof a){var c=a.indexOf("@");
23
- -1!==c&&(c=a.substring(c+1),S(a)(d,b.getAttribute(c)))}},m=function(a){if(c===k||c===i)j=l[i],n=h.trim(a.innerHTML),j&&j._bAttrSrc?(S(j.mData._)(d,n),r(j.mData.sort,a),r(j.mData.type,a),r(j.mData.filter,a)):q?(j._setter||(j._setter=S(j.mData)),j._setter(d,n)):d[i]=n;i++};if(f)for(;f;){g=f.nodeName.toUpperCase();if("TD"==g||"TH"==g)m(f),e.push(f);f=f.nextSibling}else{e=b.anCells;f=0;for(g=e.length;f<g;f++)m(e[f])}if(b=b.firstChild?b:b.nTr)(b=b.getAttribute("id"))&&S(a.rowId)(d,b);return{data:d,cells:e}}
24
- function Ja(a,b,c,d){var e=a.aoData[b],f=e._aData,g=[],j,i,n,l,q;if(null===e.nTr){j=c||H.createElement("tr");e.nTr=j;e.anCells=g;j._DT_RowIndex=b;Na(a,e);l=0;for(q=a.aoColumns.length;l<q;l++){n=a.aoColumns[l];i=c?d[l]:H.createElement(n.sCellType);i._DT_CellIndex={row:b,column:l};g.push(i);if((!c||n.mRender||n.mData!==l)&&(!h.isPlainObject(n.mData)||n.mData._!==l+".display"))i.innerHTML=B(a,b,l,"display");n.sClass&&(i.className+=" "+n.sClass);n.bVisible&&!c?j.appendChild(i):!n.bVisible&&c&&i.parentNode.removeChild(i);
25
- n.fnCreatedCell&&n.fnCreatedCell.call(a.oInstance,i,B(a,b,l),f,b,l)}s(a,"aoRowCreatedCallback",null,[j,f,b])}e.nTr.setAttribute("role","row")}function Na(a,b){var c=b.nTr,d=b._aData;if(c){var e=a.rowIdFn(d);e&&(c.id=e);d.DT_RowClass&&(e=d.DT_RowClass.split(" "),b.__rowc=b.__rowc?sa(b.__rowc.concat(e)):e,h(c).removeClass(b.__rowc.join(" ")).addClass(d.DT_RowClass));d.DT_RowAttr&&h(c).attr(d.DT_RowAttr);d.DT_RowData&&h(c).data(d.DT_RowData)}}function mb(a){var b,c,d,e,f,g=a.nTHead,j=a.nTFoot,i=0===
26
- h("th, td",g).length,n=a.oClasses,l=a.aoColumns;i&&(e=h("<tr/>").appendTo(g));b=0;for(c=l.length;b<c;b++)f=l[b],d=h(f.nTh).addClass(f.sClass),i&&d.appendTo(e),a.oFeatures.bSort&&(d.addClass(f.sSortingClass),!1!==f.bSortable&&(d.attr("tabindex",a.iTabIndex).attr("aria-controls",a.sTableId),Oa(a,f.nTh,b))),f.sTitle!=d[0].innerHTML&&d.html(f.sTitle),Pa(a,"header")(a,d,f,n);i&&ea(a.aoHeader,g);h(g).find(">tr").attr("role","row");h(g).find(">tr>th, >tr>td").addClass(n.sHeaderTH);h(j).find(">tr>th, >tr>td").addClass(n.sFooterTH);
27
- if(null!==j){a=a.aoFooter[0];b=0;for(c=a.length;b<c;b++)f=l[b],f.nTf=a[b].cell,f.sClass&&h(f.nTf).addClass(f.sClass)}}function fa(a,b,c){var d,e,f,g=[],j=[],i=a.aoColumns.length,n;if(b){c===k&&(c=!1);d=0;for(e=b.length;d<e;d++){g[d]=b[d].slice();g[d].nTr=b[d].nTr;for(f=i-1;0<=f;f--)!a.aoColumns[f].bVisible&&!c&&g[d].splice(f,1);j.push([])}d=0;for(e=g.length;d<e;d++){if(a=g[d].nTr)for(;f=a.firstChild;)a.removeChild(f);f=0;for(b=g[d].length;f<b;f++)if(n=i=1,j[d][f]===k){a.appendChild(g[d][f].cell);
28
- for(j[d][f]=1;g[d+i]!==k&&g[d][f].cell==g[d+i][f].cell;)j[d+i][f]=1,i++;for(;g[d][f+n]!==k&&g[d][f].cell==g[d][f+n].cell;){for(c=0;c<i;c++)j[d+c][f+n]=1;n++}h(g[d][f].cell).attr("rowspan",i).attr("colspan",n)}}}}function O(a){var b=s(a,"aoPreDrawCallback","preDraw",[a]);if(-1!==h.inArray(!1,b))C(a,!1);else{var b=[],c=0,d=a.asStripeClasses,e=d.length,f=a.oLanguage,g=a.iInitDisplayStart,j="ssp"==y(a),i=a.aiDisplay;a.bDrawing=!0;g!==k&&-1!==g&&(a._iDisplayStart=j?g:g>=a.fnRecordsDisplay()?0:g,a.iInitDisplayStart=
29
- -1);var g=a._iDisplayStart,n=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,C(a,!1);else if(j){if(!a.bDestroying&&!nb(a))return}else a.iDraw++;if(0!==i.length){f=j?a.aoData.length:n;for(j=j?0:g;j<f;j++){var l=i[j],q=a.aoData[l];null===q.nTr&&Ja(a,l);l=q.nTr;if(0!==e){var r=d[c%e];q._sRowStripe!=r&&(h(l).removeClass(q._sRowStripe).addClass(r),q._sRowStripe=r)}s(a,"aoRowCallback",null,[l,q._aData,c,j]);b.push(l);c++}}else c=f.sZeroRecords,1==a.iDraw&&"ajax"==y(a)?c=f.sLoadingRecords:
30
- f.sEmptyTable&&0===a.fnRecordsTotal()&&(c=f.sEmptyTable),b[0]=h("<tr/>",{"class":e?d[0]:""}).append(h("<td />",{valign:"top",colSpan:ba(a),"class":a.oClasses.sRowEmpty}).html(c))[0];s(a,"aoHeaderCallback","header",[h(a.nTHead).children("tr")[0],Ma(a),g,n,i]);s(a,"aoFooterCallback","footer",[h(a.nTFoot).children("tr")[0],Ma(a),g,n,i]);d=h(a.nTBody);d.children().detach();d.append(h(b));s(a,"aoDrawCallback","draw",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function T(a,b){var c=a.oFeatures,d=c.bFilter;
31
- c.bSort&&ob(a);d?ga(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;O(a);a._drawHold=!1}function pb(a){var b=a.oClasses,c=h(a.nTable),c=h("<div/>").insertBefore(c),d=a.oFeatures,e=h("<div/>",{id:a.sTableId+"_wrapper","class":b.sWrapper+(a.nTFoot?"":" "+b.sNoFooter)});a.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=a.nTable.nextSibling;for(var f=a.sDom.split(""),g,j,i,n,l,q,k=0;k<f.length;k++){g=null;j=f[k];if("<"==j){i=h("<div/>")[0];
32
- n=f[k+1];if("'"==n||'"'==n){l="";for(q=2;f[k+q]!=n;)l+=f[k+q],q++;"H"==l?l=b.sJUIHeader:"F"==l&&(l=b.sJUIFooter);-1!=l.indexOf(".")?(n=l.split("."),i.id=n[0].substr(1,n[0].length-1),i.className=n[1]):"#"==l.charAt(0)?i.id=l.substr(1,l.length-1):i.className=l;k+=q}e.append(i);e=h(i)}else if(">"==j)e=e.parent();else if("l"==j&&d.bPaginate&&d.bLengthChange)g=qb(a);else if("f"==j&&d.bFilter)g=rb(a);else if("r"==j&&d.bProcessing)g=sb(a);else if("t"==j)g=tb(a);else if("i"==j&&d.bInfo)g=ub(a);else if("p"==
33
- j&&d.bPaginate)g=vb(a);else if(0!==m.ext.feature.length){i=m.ext.feature;q=0;for(n=i.length;q<n;q++)if(j==i[q].cFeature){g=i[q].fnInit(a);break}}g&&(i=a.aanFeatures,i[j]||(i[j]=[]),i[j].push(g),e.append(g))}c.replaceWith(e);a.nHolding=null}function ea(a,b){var c=h(b).children("tr"),d,e,f,g,j,i,n,l,q,k;a.splice(0,a.length);f=0;for(i=c.length;f<i;f++)a.push([]);f=0;for(i=c.length;f<i;f++){d=c[f];for(e=d.firstChild;e;){if("TD"==e.nodeName.toUpperCase()||"TH"==e.nodeName.toUpperCase()){l=1*e.getAttribute("colspan");
34
- q=1*e.getAttribute("rowspan");l=!l||0===l||1===l?1:l;q=!q||0===q||1===q?1:q;g=0;for(j=a[f];j[g];)g++;n=g;k=1===l?!0:!1;for(j=0;j<l;j++)for(g=0;g<q;g++)a[f+g][n+j]={cell:e,unique:k},a[f+g].nTr=d}e=e.nextSibling}}}function ta(a,b,c){var d=[];c||(c=a.aoHeader,b&&(c=[],ea(c,b)));for(var b=0,e=c.length;b<e;b++)for(var f=0,g=c[b].length;f<g;f++)if(c[b][f].unique&&(!d[f]||!a.bSortCellsTop))d[f]=c[b][f].cell;return d}function ua(a,b,c){s(a,"aoServerParams","serverParams",[b]);if(b&&h.isArray(b)){var d={},
35
- e=/(.*?)\[\]$/;h.each(b,function(a,b){var c=b.name.match(e);c?(c=c[0],d[c]||(d[c]=[]),d[c].push(b.value)):d[b.name]=b.value});b=d}var f,g=a.ajax,j=a.oInstance,i=function(b){s(a,null,"xhr",[a,b,a.jqXHR]);c(b)};if(h.isPlainObject(g)&&g.data){f=g.data;var n=h.isFunction(f)?f(b,a):f,b=h.isFunction(f)&&n?n:h.extend(!0,b,n);delete g.data}n={data:b,success:function(b){var c=b.error||b.sError;c&&K(a,0,c);a.json=b;i(b)},dataType:"json",cache:!1,type:a.sServerMethod,error:function(b,c){var d=s(a,null,"xhr",
36
- [a,null,a.jqXHR]);-1===h.inArray(!0,d)&&("parsererror"==c?K(a,0,"Invalid JSON response",1):4===b.readyState&&K(a,0,"Ajax error",7));C(a,!1)}};a.oAjaxData=b;s(a,null,"preXhr",[a,b]);a.fnServerData?a.fnServerData.call(j,a.sAjaxSource,h.map(b,function(a,b){return{name:b,value:a}}),i,a):a.sAjaxSource||"string"===typeof g?a.jqXHR=h.ajax(h.extend(n,{url:g||a.sAjaxSource})):h.isFunction(g)?a.jqXHR=g.call(j,b,i,a):(a.jqXHR=h.ajax(h.extend(n,g)),g.data=f)}function nb(a){return a.bAjaxDataGet?(a.iDraw++,C(a,
37
- !0),ua(a,wb(a),function(b){xb(a,b)}),!1):!0}function wb(a){var b=a.aoColumns,c=b.length,d=a.oFeatures,e=a.oPreviousSearch,f=a.aoPreSearchCols,g,j=[],i,n,l,k=W(a);g=a._iDisplayStart;i=!1!==d.bPaginate?a._iDisplayLength:-1;var r=function(a,b){j.push({name:a,value:b})};r("sEcho",a.iDraw);r("iColumns",c);r("sColumns",D(b,"sName").join(","));r("iDisplayStart",g);r("iDisplayLength",i);var ra={draw:a.iDraw,columns:[],order:[],start:g,length:i,search:{value:e.sSearch,regex:e.bRegex}};for(g=0;g<c;g++)n=b[g],
38
- l=f[g],i="function"==typeof n.mData?"function":n.mData,ra.columns.push({data:i,name:n.sName,searchable:n.bSearchable,orderable:n.bSortable,search:{value:l.sSearch,regex:l.bRegex}}),r("mDataProp_"+g,i),d.bFilter&&(r("sSearch_"+g,l.sSearch),r("bRegex_"+g,l.bRegex),r("bSearchable_"+g,n.bSearchable)),d.bSort&&r("bSortable_"+g,n.bSortable);d.bFilter&&(r("sSearch",e.sSearch),r("bRegex",e.bRegex));d.bSort&&(h.each(k,function(a,b){ra.order.push({column:b.col,dir:b.dir});r("iSortCol_"+a,b.col);r("sSortDir_"+
39
- a,b.dir)}),r("iSortingCols",k.length));b=m.ext.legacy.ajax;return null===b?a.sAjaxSource?j:ra:b?j:ra}function xb(a,b){var c=va(a,b),d=b.sEcho!==k?b.sEcho:b.draw,e=b.iTotalRecords!==k?b.iTotalRecords:b.recordsTotal,f=b.iTotalDisplayRecords!==k?b.iTotalDisplayRecords:b.recordsFiltered;if(d){if(1*d<a.iDraw)return;a.iDraw=1*d}pa(a);a._iRecordsTotal=parseInt(e,10);a._iRecordsDisplay=parseInt(f,10);d=0;for(e=c.length;d<e;d++)N(a,c[d]);a.aiDisplay=a.aiDisplayMaster.slice();a.bAjaxDataGet=!1;O(a);a._bInitComplete||
40
- wa(a,b);a.bAjaxDataGet=!0;C(a,!1)}function va(a,b){var c=h.isPlainObject(a.ajax)&&a.ajax.dataSrc!==k?a.ajax.dataSrc:a.sAjaxDataProp;return"data"===c?b.aaData||b[c]:""!==c?R(c)(b):b}function rb(a){var b=a.oClasses,c=a.sTableId,d=a.oLanguage,e=a.oPreviousSearch,f=a.aanFeatures,g='<input type="search" class="'+b.sFilterInput+'"/>',j=d.sSearch,j=j.match(/_INPUT_/)?j.replace("_INPUT_",g):j+g,b=h("<div/>",{id:!f.f?c+"_filter":null,"class":b.sFilter}).append(h("<label/>").append(j)),f=function(){var b=!this.value?
41
- "":this.value;b!=e.sSearch&&(ga(a,{sSearch:b,bRegex:e.bRegex,bSmart:e.bSmart,bCaseInsensitive:e.bCaseInsensitive}),a._iDisplayStart=0,O(a))},g=null!==a.searchDelay?a.searchDelay:"ssp"===y(a)?400:0,i=h("input",b).val(e.sSearch).attr("placeholder",d.sSearchPlaceholder).on("keyup.DT search.DT input.DT paste.DT cut.DT",g?Qa(f,g):f).on("keypress.DT",function(a){if(13==a.keyCode)return!1}).attr("aria-controls",c);h(a.nTable).on("search.dt.DT",function(b,c){if(a===c)try{i[0]!==H.activeElement&&i.val(e.sSearch)}catch(d){}});
42
- return b[0]}function ga(a,b,c){var d=a.oPreviousSearch,e=a.aoPreSearchCols,f=function(a){d.sSearch=a.sSearch;d.bRegex=a.bRegex;d.bSmart=a.bSmart;d.bCaseInsensitive=a.bCaseInsensitive};Ia(a);if("ssp"!=y(a)){yb(a,b.sSearch,c,b.bEscapeRegex!==k?!b.bEscapeRegex:b.bRegex,b.bSmart,b.bCaseInsensitive);f(b);for(b=0;b<e.length;b++)zb(a,e[b].sSearch,b,e[b].bEscapeRegex!==k?!e[b].bEscapeRegex:e[b].bRegex,e[b].bSmart,e[b].bCaseInsensitive);Ab(a)}else f(b);a.bFiltered=!0;s(a,null,"search",[a])}function Ab(a){for(var b=
43
- m.ext.search,c=a.aiDisplay,d,e,f=0,g=b.length;f<g;f++){for(var j=[],i=0,n=c.length;i<n;i++)e=c[i],d=a.aoData[e],b[f](a,d._aFilterData,e,d._aData,i)&&j.push(e);c.length=0;h.merge(c,j)}}function zb(a,b,c,d,e,f){if(""!==b){for(var g=[],j=a.aiDisplay,d=Ra(b,d,e,f),e=0;e<j.length;e++)b=a.aoData[j[e]]._aFilterData[c],d.test(b)&&g.push(j[e]);a.aiDisplay=g}}function yb(a,b,c,d,e,f){var d=Ra(b,d,e,f),f=a.oPreviousSearch.sSearch,g=a.aiDisplayMaster,j,e=[];0!==m.ext.search.length&&(c=!0);j=Bb(a);if(0>=b.length)a.aiDisplay=
44
- g.slice();else{if(j||c||f.length>b.length||0!==b.indexOf(f)||a.bSorted)a.aiDisplay=g.slice();b=a.aiDisplay;for(c=0;c<b.length;c++)d.test(a.aoData[b[c]]._sFilterRow)&&e.push(b[c]);a.aiDisplay=e}}function Ra(a,b,c,d){a=b?a:Sa(a);c&&(a="^(?=.*?"+h.map(a.match(/"[^"]+"|[^ ]+/g)||[""],function(a){if('"'===a.charAt(0))var b=a.match(/^"(.*)"$/),a=b?b[1]:a;return a.replace('"',"")}).join(")(?=.*?")+").*$");return RegExp(a,d?"i":"")}function Bb(a){var b=a.aoColumns,c,d,e,f,g,j,i,h,l=m.ext.type.search;c=!1;
45
- d=0;for(f=a.aoData.length;d<f;d++)if(h=a.aoData[d],!h._aFilterData){j=[];e=0;for(g=b.length;e<g;e++)c=b[e],c.bSearchable?(i=B(a,d,e,"filter"),l[c.sType]&&(i=l[c.sType](i)),null===i&&(i=""),"string"!==typeof i&&i.toString&&(i=i.toString())):i="",i.indexOf&&-1!==i.indexOf("&")&&(xa.innerHTML=i,i=$b?xa.textContent:xa.innerText),i.replace&&(i=i.replace(/[\r\n]/g,"")),j.push(i);h._aFilterData=j;h._sFilterRow=j.join(" ");c=!0}return c}function Cb(a){return{search:a.sSearch,smart:a.bSmart,regex:a.bRegex,
46
- caseInsensitive:a.bCaseInsensitive}}function Db(a){return{sSearch:a.search,bSmart:a.smart,bRegex:a.regex,bCaseInsensitive:a.caseInsensitive}}function ub(a){var b=a.sTableId,c=a.aanFeatures.i,d=h("<div/>",{"class":a.oClasses.sInfo,id:!c?b+"_info":null});c||(a.aoDrawCallback.push({fn:Eb,sName:"information"}),d.attr("role","status").attr("aria-live","polite"),h(a.nTable).attr("aria-describedby",b+"_info"));return d[0]}function Eb(a){var b=a.aanFeatures.i;if(0!==b.length){var c=a.oLanguage,d=a._iDisplayStart+
47
- 1,e=a.fnDisplayEnd(),f=a.fnRecordsTotal(),g=a.fnRecordsDisplay(),j=g?c.sInfo:c.sInfoEmpty;g!==f&&(j+=" "+c.sInfoFiltered);j+=c.sInfoPostFix;j=Fb(a,j);c=c.fnInfoCallback;null!==c&&(j=c.call(a.oInstance,a,d,e,f,g,j));h(b).html(j)}}function Fb(a,b){var c=a.fnFormatNumber,d=a._iDisplayStart+1,e=a._iDisplayLength,f=a.fnRecordsDisplay(),g=-1===e;return b.replace(/_START_/g,c.call(a,d)).replace(/_END_/g,c.call(a,a.fnDisplayEnd())).replace(/_MAX_/g,c.call(a,a.fnRecordsTotal())).replace(/_TOTAL_/g,c.call(a,
48
- f)).replace(/_PAGE_/g,c.call(a,g?1:Math.ceil(d/e))).replace(/_PAGES_/g,c.call(a,g?1:Math.ceil(f/e)))}function ha(a){var b,c,d=a.iInitDisplayStart,e=a.aoColumns,f;c=a.oFeatures;var g=a.bDeferLoading;if(a.bInitialised){pb(a);mb(a);fa(a,a.aoHeader);fa(a,a.aoFooter);C(a,!0);c.bAutoWidth&&Ha(a);b=0;for(c=e.length;b<c;b++)f=e[b],f.sWidth&&(f.nTh.style.width=v(f.sWidth));s(a,null,"preInit",[a]);T(a);e=y(a);if("ssp"!=e||g)"ajax"==e?ua(a,[],function(c){var f=va(a,c);for(b=0;b<f.length;b++)N(a,f[b]);a.iInitDisplayStart=
49
- d;T(a);C(a,!1);wa(a,c)},a):(C(a,!1),wa(a))}else setTimeout(function(){ha(a)},200)}function wa(a,b){a._bInitComplete=!0;(b||a.oInit.aaData)&&Z(a);s(a,null,"plugin-init",[a,b]);s(a,"aoInitComplete","init",[a,b])}function Ta(a,b){var c=parseInt(b,10);a._iDisplayLength=c;Ua(a);s(a,null,"length",[a,c])}function qb(a){for(var b=a.oClasses,c=a.sTableId,d=a.aLengthMenu,e=h.isArray(d[0]),f=e?d[0]:d,d=e?d[1]:d,e=h("<select/>",{name:c+"_length","aria-controls":c,"class":b.sLengthSelect}),g=0,j=f.length;g<j;g++)e[0][g]=
50
- new Option(d[g],f[g]);var i=h("<div><label/></div>").addClass(b.sLength);a.aanFeatures.l||(i[0].id=c+"_length");i.children().append(a.oLanguage.sLengthMenu.replace("_MENU_",e[0].outerHTML));h("select",i).val(a._iDisplayLength).on("change.DT",function(){Ta(a,h(this).val());O(a)});h(a.nTable).on("length.dt.DT",function(b,c,d){a===c&&h("select",i).val(d)});return i[0]}function vb(a){var b=a.sPaginationType,c=m.ext.pager[b],d="function"===typeof c,e=function(a){O(a)},b=h("<div/>").addClass(a.oClasses.sPaging+
51
- b)[0],f=a.aanFeatures;d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+"_paginate",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,i=a._iDisplayLength,h=a.fnRecordsDisplay(),l=-1===i,b=l?0:Math.ceil(b/i),i=l?1:Math.ceil(h/i),h=c(b,i),k,l=0;for(k=f.p.length;l<k;l++)Pa(a,"pageButton")(a,f.p[l],l,h,b,i)}else c.fnUpdate(a,e)},sName:"pagination"}));return b}function Va(a,b,c){var d=a._iDisplayStart,e=a._iDisplayLength,f=a.fnRecordsDisplay();0===f||-1===e?d=0:"number"===typeof b?(d=b*e,d>f&&
52
- (d=0)):"first"==b?d=0:"previous"==b?(d=0<=e?d-e:0,0>d&&(d=0)):"next"==b?d+e<f&&(d+=e):"last"==b?d=Math.floor((f-1)/e)*e:K(a,0,"Unknown paging action: "+b,5);b=a._iDisplayStart!==d;a._iDisplayStart=d;b&&(s(a,null,"page",[a]),c&&O(a));return b}function sb(a){return h("<div/>",{id:!a.aanFeatures.r?a.sTableId+"_processing":null,"class":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}function C(a,b){a.oFeatures.bProcessing&&h(a.aanFeatures.r).css("display",b?"block":"none");
53
- s(a,null,"processing",[a,b])}function tb(a){var b=h(a.nTable);b.attr("role","grid");var c=a.oScroll;if(""===c.sX&&""===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,g=b.children("caption"),j=g.length?g[0]._captionSide:null,i=h(b[0].cloneNode(!1)),n=h(b[0].cloneNode(!1)),l=b.children("tfoot");l.length||(l=null);i=h("<div/>",{"class":f.sScrollWrapper}).append(h("<div/>",{"class":f.sScrollHead}).css({overflow:"hidden",position:"relative",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",
54
- {"class":f.sScrollHeadInner}).css({"box-sizing":"content-box",width:c.sXInner||"100%"}).append(i.removeAttr("id").css("margin-left",0).append("top"===j?g:null).append(b.children("thead"))))).append(h("<div/>",{"class":f.sScrollBody}).css({position:"relative",overflow:"auto",width:!d?null:v(d)}).append(b));l&&i.append(h("<div/>",{"class":f.sScrollFoot}).css({overflow:"hidden",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",{"class":f.sScrollFootInner}).append(n.removeAttr("id").css("margin-left",
55
- 0).append("bottom"===j?g:null).append(b.children("tfoot")))));var b=i.children(),k=b[0],f=b[1],r=l?b[2]:null;if(d)h(f).on("scroll.DT",function(){var a=this.scrollLeft;k.scrollLeft=a;l&&(r.scrollLeft=a)});h(f).css(e&&c.bCollapse?"max-height":"height",e);a.nScrollHead=k;a.nScrollBody=f;a.nScrollFoot=r;a.aoDrawCallback.push({fn:ma,sName:"scrolling"});return i[0]}function ma(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,b=b.iBarWidth,f=h(a.nScrollHead),g=f[0].style,j=f.children("div"),i=j[0].style,n=j.children("table"),
56
- j=a.nScrollBody,l=h(j),q=j.style,r=h(a.nScrollFoot).children("div"),m=r.children("table"),p=h(a.nTHead),o=h(a.nTable),t=o[0],s=t.style,u=a.nTFoot?h(a.nTFoot):null,x=a.oBrowser,U=x.bScrollOversize,ac=D(a.aoColumns,"nTh"),P,L,Q,w,Wa=[],y=[],z=[],A=[],B,C=function(a){a=a.style;a.paddingTop="0";a.paddingBottom="0";a.borderTopWidth="0";a.borderBottomWidth="0";a.height=0};L=j.scrollHeight>j.clientHeight;if(a.scrollBarVis!==L&&a.scrollBarVis!==k)a.scrollBarVis=L,Z(a);else{a.scrollBarVis=L;o.children("thead, tfoot").remove();
57
- u&&(Q=u.clone().prependTo(o),P=u.find("tr"),Q=Q.find("tr"));w=p.clone().prependTo(o);p=p.find("tr");L=w.find("tr");w.find("th, td").removeAttr("tabindex");c||(q.width="100%",f[0].style.width="100%");h.each(ta(a,w),function(b,c){B=$(a,b);c.style.width=a.aoColumns[B].sWidth});u&&I(function(a){a.style.width=""},Q);f=o.outerWidth();if(""===c){s.width="100%";if(U&&(o.find("tbody").height()>j.offsetHeight||"scroll"==l.css("overflow-y")))s.width=v(o.outerWidth()-b);f=o.outerWidth()}else""!==d&&(s.width=
58
- v(d),f=o.outerWidth());I(C,L);I(function(a){z.push(a.innerHTML);Wa.push(v(h(a).css("width")))},L);I(function(a,b){if(h.inArray(a,ac)!==-1)a.style.width=Wa[b]},p);h(L).height(0);u&&(I(C,Q),I(function(a){A.push(a.innerHTML);y.push(v(h(a).css("width")))},Q),I(function(a,b){a.style.width=y[b]},P),h(Q).height(0));I(function(a,b){a.innerHTML='<div class="dataTables_sizing" style="height:0;overflow:hidden;">'+z[b]+"</div>";a.style.width=Wa[b]},L);u&&I(function(a,b){a.innerHTML='<div class="dataTables_sizing" style="height:0;overflow:hidden;">'+
59
- A[b]+"</div>";a.style.width=y[b]},Q);if(o.outerWidth()<f){P=j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")?f+b:f;if(U&&(j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")))s.width=v(P-b);(""===c||""!==d)&&K(a,1,"Possible column misalignment",6)}else P="100%";q.width=v(P);g.width=v(P);u&&(a.nScrollFoot.style.width=v(P));!e&&U&&(q.height=v(t.offsetHeight+b));c=o.outerWidth();n[0].style.width=v(c);i.width=v(c);d=o.height()>j.clientHeight||"scroll"==l.css("overflow-y");e="padding"+
60
- (x.bScrollbarLeft?"Left":"Right");i[e]=d?b+"px":"0px";u&&(m[0].style.width=v(c),r[0].style.width=v(c),r[0].style[e]=d?b+"px":"0px");o.children("colgroup").insertBefore(o.children("thead"));l.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)j.scrollTop=0}}function I(a,b,c){for(var d=0,e=0,f=b.length,g,j;e<f;){g=b[e].firstChild;for(j=c?c[e].firstChild:null;g;)1===g.nodeType&&(c?a(g,j,d):a(g,d),d++),g=g.nextSibling,j=c?j.nextSibling:null;e++}}function Ha(a){var b=a.nTable,c=a.aoColumns,d=a.oScroll,
61
- e=d.sY,f=d.sX,g=d.sXInner,j=c.length,i=na(a,"bVisible"),n=h("th",a.nTHead),l=b.getAttribute("width"),k=b.parentNode,r=!1,m,p,o=a.oBrowser,d=o.bScrollOversize;(m=b.style.width)&&-1!==m.indexOf("%")&&(l=m);for(m=0;m<i.length;m++)p=c[i[m]],null!==p.sWidth&&(p.sWidth=Gb(p.sWidthOrig,k),r=!0);if(d||!r&&!f&&!e&&j==ba(a)&&j==n.length)for(m=0;m<j;m++)i=$(a,m),null!==i&&(c[i].sWidth=v(n.eq(m).width()));else{j=h(b).clone().css("visibility","hidden").removeAttr("id");j.find("tbody tr").remove();var t=h("<tr/>").appendTo(j.find("tbody"));
62
- j.find("thead, tfoot").remove();j.append(h(a.nTHead).clone()).append(h(a.nTFoot).clone());j.find("tfoot th, tfoot td").css("width","");n=ta(a,j.find("thead")[0]);for(m=0;m<i.length;m++)p=c[i[m]],n[m].style.width=null!==p.sWidthOrig&&""!==p.sWidthOrig?v(p.sWidthOrig):"",p.sWidthOrig&&f&&h(n[m]).append(h("<div/>").css({width:p.sWidthOrig,margin:0,padding:0,border:0,height:1}));if(a.aoData.length)for(m=0;m<i.length;m++)r=i[m],p=c[r],h(Hb(a,r)).clone(!1).append(p.sContentPadding).appendTo(t);h("[name]",
63
- j).removeAttr("name");p=h("<div/>").css(f||e?{position:"absolute",top:0,left:0,height:1,right:0,overflow:"hidden"}:{}).append(j).appendTo(k);f&&g?j.width(g):f?(j.css("width","auto"),j.removeAttr("width"),j.width()<k.clientWidth&&l&&j.width(k.clientWidth)):e?j.width(k.clientWidth):l&&j.width(l);for(m=e=0;m<i.length;m++)k=h(n[m]),g=k.outerWidth()-k.width(),k=o.bBounding?Math.ceil(n[m].getBoundingClientRect().width):k.outerWidth(),e+=k,c[i[m]].sWidth=v(k-g);b.style.width=v(e);p.remove()}l&&(b.style.width=
64
- v(l));if((l||f)&&!a._reszEvt)b=function(){h(E).on("resize.DT-"+a.sInstance,Qa(function(){Z(a)}))},d?setTimeout(b,1E3):b(),a._reszEvt=!0}function Gb(a,b){if(!a)return 0;var c=h("<div/>").css("width",v(a)).appendTo(b||H.body),d=c[0].offsetWidth;c.remove();return d}function Hb(a,b){var c=Ib(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h("<td/>").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Ib(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;f<g;f++)c=B(a,f,b,"display")+"",c=c.replace(bc,
65
- ""),c=c.replace(/&nbsp;/g," "),c.length>d&&(d=c.length,e=f);return e}function v(a){return null===a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function W(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var n=[];f=function(a){a.length&&!h.isArray(a[0])?n.push(a):h.merge(n,a)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;a<n.length;a++){i=n[a][0];f=e[i].aDataSort;b=0;for(c=f.length;b<c;b++)g=f[b],j=e[g].sType||
66
- "string",n[a]._idx===k&&(n[a]._idx=h.inArray(n[a][1],e[g].asSorting)),d.push({src:i,col:g,dir:n[a][1],index:n[a]._idx,type:j,formatter:m.ext.type.order[j+"-pre"]})}return d}function ob(a){var b,c,d=[],e=m.ext.type.order,f=a.aoData,g=0,j,i=a.aiDisplayMaster,h;Ia(a);h=W(a);b=0;for(c=h.length;b<c;b++)j=h[b],j.formatter&&g++,Jb(a,j.col);if("ssp"!=y(a)&&0!==h.length){b=0;for(c=i.length;b<c;b++)d[i[b]]=b;g===h.length?i.sort(function(a,b){var c,e,g,j,i=h.length,k=f[a]._aSortData,m=f[b]._aSortData;for(g=
67
- 0;g<i;g++)if(j=h[g],c=k[j.col],e=m[j.col],c=c<e?-1:c>e?1:0,0!==c)return"asc"===j.dir?c:-c;c=d[a];e=d[b];return c<e?-1:c>e?1:0}):i.sort(function(a,b){var c,g,j,i,k=h.length,m=f[a]._aSortData,p=f[b]._aSortData;for(j=0;j<k;j++)if(i=h[j],c=m[i.col],g=p[i.col],i=e[i.type+"-"+i.dir]||e["string-"+i.dir],c=i(c,g),0!==c)return c;c=d[a];g=d[b];return c<g?-1:c>g?1:0})}a.bSorted=!0}function Kb(a){for(var b,c,d=a.aoColumns,e=W(a),a=a.oLanguage.oAria,f=0,g=d.length;f<g;f++){c=d[f];var j=c.asSorting;b=c.sTitle.replace(/<.*?>/g,
68
- "");var i=c.nTh;i.removeAttribute("aria-sort");c.bSortable&&(0<e.length&&e[0].col==f?(i.setAttribute("aria-sort","asc"==e[0].dir?"ascending":"descending"),c=j[e[0].index+1]||j[0]):c=j[0],b+="asc"===c?a.sSortAscending:a.sSortDescending);i.setAttribute("aria-label",b)}}function Xa(a,b,c,d){var e=a.aaSorting,f=a.aoColumns[b].asSorting,g=function(a,b){var c=a._idx;c===k&&(c=h.inArray(a[1],f));return c+1<f.length?c+1:b?null:0};"number"===typeof e[0]&&(e=a.aaSorting=[e]);c&&a.oFeatures.bSortMulti?(c=h.inArray(b,
69
- D(e,"0")),-1!==c?(b=g(e[c],!0),null===b&&1===e.length&&(b=0),null===b?e.splice(c,1):(e[c][1]=f[b],e[c]._idx=b)):(e.push([b,f[0],0]),e[e.length-1]._idx=0)):e.length&&e[0][0]==b?(b=g(e[0]),e.length=1,e[0][1]=f[b],e[0]._idx=b):(e.length=0,e.push([b,f[0]]),e[0]._idx=0);T(a);"function"==typeof d&&d(a)}function Oa(a,b,c,d){var e=a.aoColumns[c];Ya(b,{},function(b){!1!==e.bSortable&&(a.oFeatures.bProcessing?(C(a,!0),setTimeout(function(){Xa(a,c,b.shiftKey,d);"ssp"!==y(a)&&C(a,!1)},0)):Xa(a,c,b.shiftKey,d))})}
70
- function ya(a){var b=a.aLastSort,c=a.oClasses.sSortColumn,d=W(a),e=a.oFeatures,f,g;if(e.bSort&&e.bSortClasses){e=0;for(f=b.length;e<f;e++)g=b[e].src,h(D(a.aoData,"anCells",g)).removeClass(c+(2>e?e+1:3));e=0;for(f=d.length;e<f;e++)g=d[e].src,h(D(a.aoData,"anCells",g)).addClass(c+(2>e?e+1:3))}a.aLastSort=d}function Jb(a,b){var c=a.aoColumns[b],d=m.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,aa(a,b)));for(var f,g=m.ext.type.order[c.sType+"-pre"],j=0,i=a.aoData.length;j<i;j++)if(c=a.aoData[j],
71
- c._aSortData||(c._aSortData=[]),!c._aSortData[b]||d)f=d?e[j]:B(a,j,b,"sort"),c._aSortData[b]=g?g(f):f}function za(a){if(a.oFeatures.bStateSave&&!a.bDestroying){var b={time:+new Date,start:a._iDisplayStart,length:a._iDisplayLength,order:h.extend(!0,[],a.aaSorting),search:Cb(a.oPreviousSearch),columns:h.map(a.aoColumns,function(b,d){return{visible:b.bVisible,search:Cb(a.aoPreSearchCols[d])}})};s(a,"aoStateSaveParams","stateSaveParams",[a,b]);a.oSavedState=b;a.fnStateSaveCallback.call(a.oInstance,a,
72
- b)}}function Lb(a,b,c){var d,e,f=a.aoColumns,b=function(b){if(b&&b.time){var g=s(a,"aoStateLoadParams","stateLoadParams",[a,b]);if(-1===h.inArray(!1,g)&&(g=a.iStateDuration,!(0<g&&b.time<+new Date-1E3*g)&&!(b.columns&&f.length!==b.columns.length))){a.oLoadedState=h.extend(!0,{},b);b.start!==k&&(a._iDisplayStart=b.start,a.iInitDisplayStart=b.start);b.length!==k&&(a._iDisplayLength=b.length);b.order!==k&&(a.aaSorting=[],h.each(b.order,function(b,c){a.aaSorting.push(c[0]>=f.length?[0,c[1]]:c)}));b.search!==
73
- k&&h.extend(a.oPreviousSearch,Db(b.search));if(b.columns){d=0;for(e=b.columns.length;d<e;d++)g=b.columns[d],g.visible!==k&&(f[d].bVisible=g.visible),g.search!==k&&h.extend(a.aoPreSearchCols[d],Db(g.search))}s(a,"aoStateLoaded","stateLoaded",[a,b])}}c()};if(a.oFeatures.bStateSave){var g=a.fnStateLoadCallback.call(a.oInstance,a,b);g!==k&&b(g)}else c()}function Aa(a){var b=m.settings,a=h.inArray(a,D(b,"nTable"));return-1!==a?b[a]:null}function K(a,b,c,d){c="DataTables warning: "+(a?"table id="+a.sTableId+
74
- " - ":"")+c;d&&(c+=". For more information about this error, please see http://datatables.net/tn/"+d);if(b)E.console&&console.log&&console.log(c);else if(b=m.ext,b=b.sErrMode||b.errMode,a&&s(a,null,"error",[a,d,c]),"alert"==b)alert(c);else{if("throw"==b)throw Error(c);"function"==typeof b&&b(a,d,c)}}function F(a,b,c,d){h.isArray(c)?h.each(c,function(c,d){h.isArray(d)?F(a,b,d[0],d[1]):F(a,b,d)}):(d===k&&(d=c),b[c]!==k&&(a[d]=b[c]))}function Mb(a,b,c){var d,e;for(e in b)b.hasOwnProperty(e)&&(d=b[e],
75
- h.isPlainObject(d)?(h.isPlainObject(a[e])||(a[e]={}),h.extend(!0,a[e],d)):a[e]=c&&"data"!==e&&"aaData"!==e&&h.isArray(d)?d.slice():d);return a}function Ya(a,b,c){h(a).on("click.DT",b,function(b){a.blur();c(b)}).on("keypress.DT",b,function(a){13===a.which&&(a.preventDefault(),c(a))}).on("selectstart.DT",function(){return!1})}function z(a,b,c,d){c&&a[b].push({fn:c,sName:d})}function s(a,b,c,d){var e=[];b&&(e=h.map(a[b].slice().reverse(),function(b){return b.fn.apply(a.oInstance,d)}));null!==c&&(b=h.Event(c+
76
- ".dt"),h(a.nTable).trigger(b,d),e.push(b.result));return e}function Ua(a){var b=a._iDisplayStart,c=a.fnDisplayEnd(),d=a._iDisplayLength;b>=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Pa(a,b){var c=a.renderer,d=m.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===typeof c?d[c]||d._:d._}function y(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function ia(a,b){var c=[],c=Nb.numbers_length,d=Math.floor(c/2);b<=c?c=X(0,b):a<=d?(c=X(0,
77
- c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=X(b-(c-2),b):(c=X(a-d+2,a+d-1),c.push("ellipsis"),c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function fb(a){h.each({num:function(b){return Ba(b,a)},"num-fmt":function(b){return Ba(b,a,Za)},"html-num":function(b){return Ba(b,a,Ca)},"html-num-fmt":function(b){return Ba(b,a,Ca,Za)}},function(b,c){x.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(x.type.search[b+a]=x.type.search.html)})}function Ob(a){return function(){var b=
78
- [Aa(this[m.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return m.ext.internal[a].apply(this,b)}}var m=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new t(Aa(this[x.iApiIndex])):new t(this)};this.fnAddData=function(a,b){var c=this.api(!0),d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=
79
- function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1):(""!==d.sX||""!==d.sY)&&ma(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===k||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};
80
- this.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===k?e.search(a,c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();
81
- return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===k||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===k||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return Aa(this[x.iApiIndex])};
82
- this.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener=function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var h=this.api(!0);c===k||null===c?h.row(b).data(a):h.cell(b,c).data(a);(e===k||e)&&h.columns.adjust();(d===k||d)&&h.draw();return 0};this.fnVersionCheck=x.fnVersionCheck;var b=this,c=a===k,d=this.length;c&&(a={});this.oApi=this.internal=x.internal;for(var e in m.ext.internal)e&&(this[e]=Ob(e));this.each(function(){var e={},g=1<d?Mb(e,a,!0):
83
- a,j=0,i,e=this.getAttribute("id"),n=!1,l=m.defaults,q=h(this);if("table"!=this.nodeName.toLowerCase())K(null,0,"Non-table node initialisation ("+this.nodeName+")",2);else{gb(l);hb(l.column);J(l,l,!0);J(l.column,l.column,!0);J(l,h.extend(g,q.data()));var r=m.settings,j=0;for(i=r.length;j<i;j++){var p=r[j];if(p.nTable==this||p.nTHead.parentNode==this||p.nTFoot&&p.nTFoot.parentNode==this){var t=g.bRetrieve!==k?g.bRetrieve:l.bRetrieve;if(c||t)return p.oInstance;if(g.bDestroy!==k?g.bDestroy:l.bDestroy){p.oInstance.fnDestroy();
84
- break}else{K(p,0,"Cannot reinitialise DataTable",3);return}}if(p.sTableId==this.id){r.splice(j,1);break}}if(null===e||""===e)this.id=e="DataTables_Table_"+m.ext._unique++;var o=h.extend(!0,{},m.models.oSettings,{sDestroyWidth:q[0].style.width,sInstance:e,sTableId:e});o.nTable=this;o.oApi=b.internal;o.oInit=g;r.push(o);o.oInstance=1===b.length?b:q.dataTable();gb(g);g.oLanguage&&Fa(g.oLanguage);g.aLengthMenu&&!g.iDisplayLength&&(g.iDisplayLength=h.isArray(g.aLengthMenu[0])?g.aLengthMenu[0][0]:g.aLengthMenu[0]);
85
- g=Mb(h.extend(!0,{},l),g);F(o.oFeatures,g,"bPaginate bLengthChange bFilter bSort bSortMulti bInfo bProcessing bAutoWidth bSortClasses bServerSide bDeferRender".split(" "));F(o,g,["asStripeClasses","ajax","fnServerData","fnFormatNumber","sServerMethod","aaSorting","aaSortingFixed","aLengthMenu","sPaginationType","sAjaxSource","sAjaxDataProp","iStateDuration","sDom","bSortCellsTop","iTabIndex","fnStateLoadCallback","fnStateSaveCallback","renderer","searchDelay","rowId",["iCookieDuration","iStateDuration"],
86
- ["oSearch","oPreviousSearch"],["aoSearchCols","aoPreSearchCols"],["iDisplayLength","_iDisplayLength"],["bJQueryUI","bJUI"]]);F(o.oScroll,g,[["sScrollX","sX"],["sScrollXInner","sXInner"],["sScrollY","sY"],["bScrollCollapse","bCollapse"]]);F(o.oLanguage,g,"fnInfoCallback");z(o,"aoDrawCallback",g.fnDrawCallback,"user");z(o,"aoServerParams",g.fnServerParams,"user");z(o,"aoStateSaveParams",g.fnStateSaveParams,"user");z(o,"aoStateLoadParams",g.fnStateLoadParams,"user");z(o,"aoStateLoaded",g.fnStateLoaded,
87
- "user");z(o,"aoRowCallback",g.fnRowCallback,"user");z(o,"aoRowCreatedCallback",g.fnCreatedRow,"user");z(o,"aoHeaderCallback",g.fnHeaderCallback,"user");z(o,"aoFooterCallback",g.fnFooterCallback,"user");z(o,"aoInitComplete",g.fnInitComplete,"user");z(o,"aoPreDrawCallback",g.fnPreDrawCallback,"user");o.rowIdFn=R(g.rowId);ib(o);var u=o.oClasses;g.bJQueryUI?(h.extend(u,m.ext.oJUIClasses,g.oClasses),g.sDom===l.sDom&&"lfrtip"===l.sDom&&(o.sDom='<"H"lfr>t<"F"ip>'),o.renderer)?h.isPlainObject(o.renderer)&&
88
- !o.renderer.header&&(o.renderer.header="jqueryui"):o.renderer="jqueryui":h.extend(u,m.ext.classes,g.oClasses);q.addClass(u.sTable);o.iInitDisplayStart===k&&(o.iInitDisplayStart=g.iDisplayStart,o._iDisplayStart=g.iDisplayStart);null!==g.iDeferLoading&&(o.bDeferLoading=!0,e=h.isArray(g.iDeferLoading),o._iRecordsDisplay=e?g.iDeferLoading[0]:g.iDeferLoading,o._iRecordsTotal=e?g.iDeferLoading[1]:g.iDeferLoading);var v=o.oLanguage;h.extend(!0,v,g.oLanguage);v.sUrl&&(h.ajax({dataType:"json",url:v.sUrl,success:function(a){Fa(a);
89
- J(l.oLanguage,a);h.extend(true,v,a);ha(o)},error:function(){ha(o)}}),n=!0);null===g.asStripeClasses&&(o.asStripeClasses=[u.sStripeOdd,u.sStripeEven]);var e=o.asStripeClasses,x=q.children("tbody").find("tr").eq(0);-1!==h.inArray(!0,h.map(e,function(a){return x.hasClass(a)}))&&(h("tbody tr",this).removeClass(e.join(" ")),o.asDestroyStripes=e.slice());e=[];r=this.getElementsByTagName("thead");0!==r.length&&(ea(o.aoHeader,r[0]),e=ta(o));if(null===g.aoColumns){r=[];j=0;for(i=e.length;j<i;j++)r.push(null)}else r=
90
- g.aoColumns;j=0;for(i=r.length;j<i;j++)Ga(o,e?e[j]:null);kb(o,g.aoColumnDefs,r,function(a,b){la(o,a,b)});if(x.length){var w=function(a,b){return a.getAttribute("data-"+b)!==null?b:null};h(x[0]).children("th, td").each(function(a,b){var c=o.aoColumns[a];if(c.mData===a){var d=w(b,"sort")||w(b,"order"),e=w(b,"filter")||w(b,"search");if(d!==null||e!==null){c.mData={_:a+".display",sort:d!==null?a+".@data-"+d:k,type:d!==null?a+".@data-"+d:k,filter:e!==null?a+".@data-"+e:k};la(o,a)}}})}var U=o.oFeatures,
91
- e=function(){if(g.aaSorting===k){var a=o.aaSorting;j=0;for(i=a.length;j<i;j++)a[j][1]=o.aoColumns[j].asSorting[0]}ya(o);U.bSort&&z(o,"aoDrawCallback",function(){if(o.bSorted){var a=W(o),b={};h.each(a,function(a,c){b[c.src]=c.dir});s(o,null,"order",[o,a,b]);Kb(o)}});z(o,"aoDrawCallback",function(){(o.bSorted||y(o)==="ssp"||U.bDeferRender)&&ya(o)},"sc");var a=q.children("caption").each(function(){this._captionSide=h(this).css("caption-side")}),b=q.children("thead");b.length===0&&(b=h("<thead/>").appendTo(q));
92
- o.nTHead=b[0];b=q.children("tbody");b.length===0&&(b=h("<tbody/>").appendTo(q));o.nTBody=b[0];b=q.children("tfoot");if(b.length===0&&a.length>0&&(o.oScroll.sX!==""||o.oScroll.sY!==""))b=h("<tfoot/>").appendTo(q);if(b.length===0||b.children().length===0)q.addClass(u.sNoFooter);else if(b.length>0){o.nTFoot=b[0];ea(o.aoFooter,o.nTFoot)}if(g.aaData)for(j=0;j<g.aaData.length;j++)N(o,g.aaData[j]);else(o.bDeferLoading||y(o)=="dom")&&oa(o,h(o.nTBody).children("tr"));o.aiDisplay=o.aiDisplayMaster.slice();
93
- o.bInitialised=true;n===false&&ha(o)};g.bStateSave?(U.bStateSave=!0,z(o,"aoDrawCallback",za,"state_save"),Lb(o,g,e)):e()}});b=null;return this},x,t,p,u,$a={},Pb=/[\r\n]/g,Ca=/<.*?>/g,cc=/^\d{2,4}[\.\/\-]\d{1,2}[\.\/\-]\d{1,2}([T ]{1}\d{1,2}[:\.]\d{2}([\.:]\d{2})?)?$/,dc=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"),Za=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfk]/gi,M=function(a){return!a||!0===a||"-"===a?!0:!1},Qb=function(a){var b=parseInt(a,10);return!isNaN(b)&&
94
- isFinite(a)?b:null},Rb=function(a,b){$a[b]||($a[b]=RegExp(Sa(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g,"").replace($a[b],"."):a},ab=function(a,b,c){var d="string"===typeof a;if(M(a))return!0;b&&d&&(a=Rb(a,b));c&&d&&(a=a.replace(Za,""));return!isNaN(parseFloat(a))&&isFinite(a)},Sb=function(a,b,c){return M(a)?!0:!(M(a)||"string"===typeof a)?null:ab(a.replace(Ca,""),b,c)?!0:null},D=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e<f;e++)a[e]&&a[e][b]&&d.push(a[e][b][c]);else for(;e<
95
- f;e++)a[e]&&d.push(a[e][b]);return d},ja=function(a,b,c,d){var e=[],f=0,g=b.length;if(d!==k)for(;f<g;f++)a[b[f]][c]&&e.push(a[b[f]][c][d]);else for(;f<g;f++)e.push(a[b[f]][c]);return e},X=function(a,b){var c=[],d;b===k?(b=0,d=a):(d=b,b=a);for(var e=b;e<d;e++)c.push(e);return c},Tb=function(a){for(var b=[],c=0,d=a.length;c<d;c++)a[c]&&b.push(a[c]);return b},sa=function(a){var b;a:{if(!(2>a.length)){b=a.slice().sort();for(var c=b[0],d=1,e=b.length;d<e;d++){if(b[d]===c){b=!1;break a}c=b[d]}}b=!0}if(b)return a.slice();
96
- b=[];var e=a.length,f,g=0,d=0;a:for(;d<e;d++){c=a[d];for(f=0;f<g;f++)if(b[f]===c)continue a;b.push(c);g++}return b};m.util={throttle:function(a,b){var c=b!==k?b:200,d,e;return function(){var b=this,g=+new Date,h=arguments;d&&g<d+c?(clearTimeout(e),e=setTimeout(function(){d=k;a.apply(b,h)},c)):(d=g,a.apply(b,h))}},escapeRegex:function(a){return a.replace(dc,"\\$1")}};var A=function(a,b,c){a[b]!==k&&(a[c]=a[b])},ca=/\[.*?\]$/,V=/\(\)$/,Sa=m.util.escapeRegex,xa=h("<div>")[0],$b=xa.textContent!==k,bc=
97
- /<.*?>/g,Qa=m.util.throttle,Ub=[],w=Array.prototype,ec=function(a){var b,c,d=m.settings,e=h.map(d,function(a){return a.nTable});if(a){if(a.nTable&&a.oApi)return[a];if(a.nodeName&&"table"===a.nodeName.toLowerCase())return b=h.inArray(a,e),-1!==b?[d[b]]:null;if(a&&"function"===typeof a.settings)return a.settings().toArray();"string"===typeof a?c=h(a):a instanceof h&&(c=a)}else return[];if(c)return c.map(function(){b=h.inArray(this,e);return-1!==b?d[b]:null}).toArray()};t=function(a,b){if(!(this instanceof
98
- t))return new t(a,b);var c=[],d=function(a){(a=ec(a))&&(c=c.concat(a))};if(h.isArray(a))for(var e=0,f=a.length;e<f;e++)d(a[e]);else d(a);this.context=sa(c);b&&h.merge(this,b);this.selector={rows:null,cols:null,opts:null};t.extend(this,this,Ub)};m.Api=t;h.extend(t.prototype,{any:function(){return 0!==this.count()},concat:w.concat,context:[],count:function(){return this.flatten().length},each:function(a){for(var b=0,c=this.length;b<c;b++)a.call(this,this[b],b,this);return this},eq:function(a){var b=
99
- this.context;return b.length>a?new t(b[a],this[a]):null},filter:function(a){var b=[];if(w.filter)b=w.filter.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)a.call(this,this[c],c,this)&&b.push(this[c]);return new t(this.context,b)},flatten:function(){var a=[];return new t(this.context,a.concat.apply(a,this.toArray()))},join:w.join,indexOf:w.indexOf||function(a,b){for(var c=b||0,d=this.length;c<d;c++)if(this[c]===a)return c;return-1},iterator:function(a,b,c,d){var e=[],f,g,h,i,n,l=this.context,
100
- m,p,u=this.selector;"string"===typeof a&&(d=c,c=b,b=a,a=!1);g=0;for(h=l.length;g<h;g++){var s=new t(l[g]);if("table"===b)f=c.call(s,l[g],g),f!==k&&e.push(f);else if("columns"===b||"rows"===b)f=c.call(s,l[g],this[g],g),f!==k&&e.push(f);else if("column"===b||"column-rows"===b||"row"===b||"cell"===b){p=this[g];"column-rows"===b&&(m=Da(l[g],u.opts));i=0;for(n=p.length;i<n;i++)f=p[i],f="cell"===b?c.call(s,l[g],f.row,f.column,g,i):c.call(s,l[g],f,g,i,m),f!==k&&e.push(f)}}return e.length||d?(a=new t(l,a?
101
- e.concat.apply([],e):e),b=a.selector,b.rows=u.rows,b.cols=u.cols,b.opts=u.opts,a):this},lastIndexOf:w.lastIndexOf||function(a,b){return this.indexOf.apply(this.toArray.reverse(),arguments)},length:0,map:function(a){var b=[];if(w.map)b=w.map.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)b.push(a.call(this,this[c],c));return new t(this.context,b)},pluck:function(a){return this.map(function(b){return b[a]})},pop:w.pop,push:w.push,reduce:w.reduce||function(a,b){return jb(this,a,b,0,this.length,
102
- 1)},reduceRight:w.reduceRight||function(a,b){return jb(this,a,b,this.length-1,-1,-1)},reverse:w.reverse,selector:null,shift:w.shift,slice:function(){return new t(this.context,this)},sort:w.sort,splice:w.splice,toArray:function(){return w.slice.call(this)},to$:function(){return h(this)},toJQuery:function(){return h(this)},unique:function(){return new t(this.context,sa(this))},unshift:w.unshift});t.extend=function(a,b,c){if(c.length&&b&&(b instanceof t||b.__dt_wrapper)){var d,e,f,g=function(a,b,c){return function(){var d=
103
- b.apply(a,arguments);t.extend(d,d,c.methodExt);return d}};d=0;for(e=c.length;d<e;d++)f=c[d],b[f.name]="function"===typeof f.val?g(a,f.val,f):h.isPlainObject(f.val)?{}:f.val,b[f.name].__dt_wrapper=!0,t.extend(a,b[f.name],f.propExt)}};t.register=p=function(a,b){if(h.isArray(a))for(var c=0,d=a.length;c<d;c++)t.register(a[c],b);else for(var e=a.split("."),f=Ub,g,j,c=0,d=e.length;c<d;c++){g=(j=-1!==e[c].indexOf("()"))?e[c].replace("()",""):e[c];var i;a:{i=0;for(var n=f.length;i<n;i++)if(f[i].name===g){i=
104
- f[i];break a}i=null}i||(i={name:g,val:{},methodExt:[],propExt:[]},f.push(i));c===d-1?i.val=b:f=j?i.methodExt:i.propExt}};t.registerPlural=u=function(a,b,c){t.register(a,c);t.register(b,function(){var a=c.apply(this,arguments);return a===this?this:a instanceof t?a.length?h.isArray(a[0])?new t(a.context,a[0]):a[0]:k:a})};p("tables()",function(a){var b;if(a){b=t;var c=this.context;if("number"===typeof a)a=[c[a]];else var d=h.map(c,function(a){return a.nTable}),a=h(d).filter(a).map(function(){var a=h.inArray(this,
105
- d);return c[a]}).toArray();b=new b(a)}else b=this;return b});p("table()",function(a){var a=this.tables(a),b=a.context;return b.length?new t(b[0]):a});u("tables().nodes()","table().node()",function(){return this.iterator("table",function(a){return a.nTable},1)});u("tables().body()","table().body()",function(){return this.iterator("table",function(a){return a.nTBody},1)});u("tables().header()","table().header()",function(){return this.iterator("table",function(a){return a.nTHead},1)});u("tables().footer()",
106
- "table().footer()",function(){return this.iterator("table",function(a){return a.nTFoot},1)});u("tables().containers()","table().container()",function(){return this.iterator("table",function(a){return a.nTableWrapper},1)});p("draw()",function(a){return this.iterator("table",function(b){"page"===a?O(b):("string"===typeof a&&(a="full-hold"===a?!1:!0),T(b,!1===a))})});p("page()",function(a){return a===k?this.page.info().page:this.iterator("table",function(b){Va(b,a)})});p("page.info()",function(){if(0===
107
- this.context.length)return k;var a=this.context[0],b=a._iDisplayStart,c=a.oFeatures.bPaginate?a._iDisplayLength:-1,d=a.fnRecordsDisplay(),e=-1===c;return{page:e?0:Math.floor(b/c),pages:e?1:Math.ceil(d/c),start:b,end:a.fnDisplayEnd(),length:c,recordsTotal:a.fnRecordsTotal(),recordsDisplay:d,serverSide:"ssp"===y(a)}});p("page.len()",function(a){return a===k?0!==this.context.length?this.context[0]._iDisplayLength:k:this.iterator("table",function(b){Ta(b,a)})});var Vb=function(a,b,c){if(c){var d=new t(a);
108
- d.one("draw",function(){c(d.ajax.json())})}if("ssp"==y(a))T(a,b);else{C(a,!0);var e=a.jqXHR;e&&4!==e.readyState&&e.abort();ua(a,[],function(c){pa(a);for(var c=va(a,c),d=0,e=c.length;d<e;d++)N(a,c[d]);T(a,b);C(a,!1)})}};p("ajax.json()",function(){var a=this.context;if(0<a.length)return a[0].json});p("ajax.params()",function(){var a=this.context;if(0<a.length)return a[0].oAjaxData});p("ajax.reload()",function(a,b){return this.iterator("table",function(c){Vb(c,!1===b,a)})});p("ajax.url()",function(a){var b=
109
- this.context;if(a===k){if(0===b.length)return k;b=b[0];return b.ajax?h.isPlainObject(b.ajax)?b.ajax.url:b.ajax:b.sAjaxSource}return this.iterator("table",function(b){h.isPlainObject(b.ajax)?b.ajax.url=a:b.ajax=a})});p("ajax.url().load()",function(a,b){return this.iterator("table",function(c){Vb(c,!1===b,a)})});var bb=function(a,b,c,d,e){var f=[],g,j,i,n,l,m;i=typeof b;if(!b||"string"===i||"function"===i||b.length===k)b=[b];i=0;for(n=b.length;i<n;i++){j=b[i]&&b[i].split&&!b[i].match(/[\[\(:]/)?b[i].split(","):
110
- [b[i]];l=0;for(m=j.length;l<m;l++)(g=c("string"===typeof j[l]?h.trim(j[l]):j[l]))&&g.length&&(f=f.concat(g))}a=x.selector[a];if(a.length){i=0;for(n=a.length;i<n;i++)f=a[i](d,e,f)}return sa(f)},cb=function(a){a||(a={});a.filter&&a.search===k&&(a.search=a.filter);return h.extend({search:"none",order:"current",page:"all"},a)},db=function(a){for(var b=0,c=a.length;b<c;b++)if(0<a[b].length)return a[0]=a[b],a[0].length=1,a.length=1,a.context=[a.context[b]],a;a.length=0;return a},Da=function(a,b){var c,
111
- d,e,f=[],g=a.aiDisplay;c=a.aiDisplayMaster;var j=b.search;d=b.order;e=b.page;if("ssp"==y(a))return"removed"===j?[]:X(0,c.length);if("current"==e){c=a._iDisplayStart;for(d=a.fnDisplayEnd();c<d;c++)f.push(g[c])}else if("current"==d||"applied"==d)f="none"==j?c.slice():"applied"==j?g.slice():h.map(c,function(a){return-1===h.inArray(a,g)?a:null});else if("index"==d||"original"==d){c=0;for(d=a.aoData.length;c<d;c++)"none"==j?f.push(c):(e=h.inArray(c,g),(-1===e&&"removed"==j||0<=e&&"applied"==j)&&f.push(c))}return f};
112
- p("rows()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=cb(b),c=this.iterator("table",function(c){var e=b,f;return bb("row",a,function(a){var b=Qb(a);if(b!==null&&!e)return[b];f||(f=Da(c,e));if(b!==null&&h.inArray(b,f)!==-1)return[b];if(a===null||a===k||a==="")return f;if(typeof a==="function")return h.map(f,function(b){var e=c.aoData[b];return a(b,e._aData,e.nTr)?b:null});b=Tb(ja(c.aoData,f,"nTr"));if(a.nodeName){if(a._DT_RowIndex!==k)return[a._DT_RowIndex];if(a._DT_CellIndex)return[a._DT_CellIndex.row];
113
- b=h(a).closest("*[data-dt-row]");return b.length?[b.data("dt-row")]:[]}if(typeof a==="string"&&a.charAt(0)==="#"){var i=c.aIds[a.replace(/^#/,"")];if(i!==k)return[i.idx]}return h(b).filter(a).map(function(){return this._DT_RowIndex}).toArray()},c,e)},1);c.selector.rows=a;c.selector.opts=b;return c});p("rows().nodes()",function(){return this.iterator("row",function(a,b){return a.aoData[b].nTr||k},1)});p("rows().data()",function(){return this.iterator(!0,"rows",function(a,b){return ja(a.aoData,b,"_aData")},
114
- 1)});u("rows().cache()","row().cache()",function(a){return this.iterator("row",function(b,c){var d=b.aoData[c];return"search"===a?d._aFilterData:d._aSortData},1)});u("rows().invalidate()","row().invalidate()",function(a){return this.iterator("row",function(b,c){da(b,c,a)})});u("rows().indexes()","row().index()",function(){return this.iterator("row",function(a,b){return b},1)});u("rows().ids()","row().id()",function(a){for(var b=[],c=this.context,d=0,e=c.length;d<e;d++)for(var f=0,g=this[d].length;f<
115
- g;f++){var h=c[d].rowIdFn(c[d].aoData[this[d][f]]._aData);b.push((!0===a?"#":"")+h)}return new t(c,b)});u("rows().remove()","row().remove()",function(){var a=this;this.iterator("row",function(b,c,d){var e=b.aoData,f=e[c],g,h,i,n,l;e.splice(c,1);g=0;for(h=e.length;g<h;g++)if(i=e[g],l=i.anCells,null!==i.nTr&&(i.nTr._DT_RowIndex=g),null!==l){i=0;for(n=l.length;i<n;i++)l[i]._DT_CellIndex.row=g}qa(b.aiDisplayMaster,c);qa(b.aiDisplay,c);qa(a[d],c,!1);Ua(b);c=b.rowIdFn(f._aData);c!==k&&delete b.aIds[c]});
116
- this.iterator("table",function(a){for(var c=0,d=a.aoData.length;c<d;c++)a.aoData[c].idx=c});return this});p("rows.add()",function(a){var b=this.iterator("table",function(b){var c,f,g,h=[];f=0;for(g=a.length;f<g;f++)c=a[f],c.nodeName&&"TR"===c.nodeName.toUpperCase()?h.push(oa(b,c)[0]):h.push(N(b,c));return h},1),c=this.rows(-1);c.pop();h.merge(c,b);return c});p("row()",function(a,b){return db(this.rows(a,b))});p("row().data()",function(a){var b=this.context;if(a===k)return b.length&&this.length?b[0].aoData[this[0]]._aData:
117
- k;b[0].aoData[this[0]]._aData=a;da(b[0],this[0],"data");return this});p("row().node()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]].nTr||null:null});p("row.add()",function(a){a instanceof h&&a.length&&(a=a[0]);var b=this.iterator("table",function(b){return a.nodeName&&"TR"===a.nodeName.toUpperCase()?oa(b,a)[0]:N(b,a)});return this.row(b[0])});var eb=function(a,b){var c=a.context;if(c.length&&(c=c[0].aoData[b!==k?b:a[0]])&&c._details)c._details.remove(),c._detailsShow=
118
- k,c._details=k},Wb=function(a,b){var c=a.context;if(c.length&&a.length){var d=c[0].aoData[a[0]];if(d._details){(d._detailsShow=b)?d._details.insertAfter(d.nTr):d._details.detach();var e=c[0],f=new t(e),g=e.aoData;f.off("draw.dt.DT_details column-visibility.dt.DT_details destroy.dt.DT_details");0<D(g,"_details").length&&(f.on("draw.dt.DT_details",function(a,b){e===b&&f.rows({page:"current"}).eq(0).each(function(a){a=g[a];a._detailsShow&&a._details.insertAfter(a.nTr)})}),f.on("column-visibility.dt.DT_details",
119
- function(a,b){if(e===b)for(var c,d=ba(b),f=0,h=g.length;f<h;f++)c=g[f],c._details&&c._details.children("td[colspan]").attr("colspan",d)}),f.on("destroy.dt.DT_details",function(a,b){if(e===b)for(var c=0,d=g.length;c<d;c++)g[c]._details&&eb(f,c)}))}}};p("row().child()",function(a,b){var c=this.context;if(a===k)return c.length&&this.length?c[0].aoData[this[0]]._details:k;if(!0===a)this.child.show();else if(!1===a)eb(this);else if(c.length&&this.length){var d=c[0],c=c[0].aoData[this[0]],e=[],f=function(a,
120
- b){if(h.isArray(a)||a instanceof h)for(var c=0,k=a.length;c<k;c++)f(a[c],b);else a.nodeName&&"tr"===a.nodeName.toLowerCase()?e.push(a):(c=h("<tr><td/></tr>").addClass(b),h("td",c).addClass(b).html(a)[0].colSpan=ba(d),e.push(c[0]))};f(a,b);c._details&&c._details.detach();c._details=h(e);c._detailsShow&&c._details.insertAfter(c.nTr)}return this});p(["row().child.show()","row().child().show()"],function(){Wb(this,!0);return this});p(["row().child.hide()","row().child().hide()"],function(){Wb(this,!1);
121
- return this});p(["row().child.remove()","row().child().remove()"],function(){eb(this);return this});p("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var fc=/^([^:]+):(name|visIdx|visible)$/,Xb=function(a,b,c,d,e){for(var c=[],d=0,f=e.length;d<f;d++)c.push(B(a,e[d],b));return c};p("columns()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=cb(b),c=this.iterator("table",function(c){var e=a,f=b,g=c.aoColumns,
122
- j=D(g,"sName"),i=D(g,"nTh");return bb("column",e,function(a){var b=Qb(a);if(a==="")return X(g.length);if(b!==null)return[b>=0?b:g.length+b];if(typeof a==="function"){var e=Da(c,f);return h.map(g,function(b,f){return a(f,Xb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(fc):"";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var m=h.map(g,function(a,b){return a.bVisible?b:null});return[m[m.length+b]]}return[$(c,b)];case "name":return h.map(j,function(a,b){return a===
123
- k[1]?b:null});default:return[]}if(a.nodeName&&a._DT_CellIndex)return[a._DT_CellIndex.column];b=h(i).filter(a).map(function(){return h.inArray(this,i)}).toArray();if(b.length||!a.nodeName)return b;b=h(a).closest("*[data-dt-column]");return b.length?[b.data("dt-column")]:[]},c,f)},1);c.selector.cols=a;c.selector.opts=b;return c});u("columns().header()","column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});u("columns().footer()","column().footer()",
124
- function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTf},1)});u("columns().data()","column().data()",function(){return this.iterator("column-rows",Xb,1)});u("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},1)});u("columns().cache()","column().cache()",function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ja(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});u("columns().nodes()",
125
- "column().nodes()",function(){return this.iterator("column-rows",function(a,b,c,d,e){return ja(a.aoData,e,"anCells",b)},1)});u("columns().visible()","column().visible()",function(a,b){var c=this.iterator("column",function(b,c){if(a===k)return b.aoColumns[c].bVisible;var f=b.aoColumns,g=f[c],j=b.aoData,i,n,l;if(a!==k&&g.bVisible!==a){if(a){var m=h.inArray(!0,D(f,"bVisible"),c+1);i=0;for(n=j.length;i<n;i++)l=j[i].nTr,f=j[i].anCells,l&&l.insertBefore(f[c],f[m]||null)}else h(D(b.aoData,"anCells",c)).detach();
126
- g.bVisible=a;fa(b,b.aoHeader);fa(b,b.aoFooter);za(b)}});a!==k&&(this.iterator("column",function(c,e){s(c,null,"column-visibility",[c,e,a,b])}),(b===k||b)&&this.columns.adjust());return c});u("columns().indexes()","column().index()",function(a){return this.iterator("column",function(b,c){return"visible"===a?aa(b,c):c},1)});p("columns.adjust()",function(){return this.iterator("table",function(a){Z(a)},1)});p("column.index()",function(a,b){if(0!==this.context.length){var c=this.context[0];if("fromVisible"===
127
- a||"toData"===a)return $(c,b);if("fromData"===a||"toVisible"===a)return aa(c,b)}});p("column()",function(a,b){return db(this.columns(a,b))});p("cells()",function(a,b,c){h.isPlainObject(a)&&(a.row===k?(c=a,a=null):(c=b,b=null));h.isPlainObject(b)&&(c=b,b=null);if(null===b||b===k)return this.iterator("table",function(b){var d=a,e=cb(c),f=b.aoData,g=Da(b,e),j=Tb(ja(f,g,"anCells")),i=h([].concat.apply([],j)),l,n=b.aoColumns.length,m,p,u,t,s,v;return bb("cell",d,function(a){var c=typeof a==="function";
128
- if(a===null||a===k||c){m=[];p=0;for(u=g.length;p<u;p++){l=g[p];for(t=0;t<n;t++){s={row:l,column:t};if(c){v=f[l];a(s,B(b,l,t),v.anCells?v.anCells[t]:null)&&m.push(s)}else m.push(s)}}return m}if(h.isPlainObject(a))return[a];c=i.filter(a).map(function(a,b){return{row:b._DT_CellIndex.row,column:b._DT_CellIndex.column}}).toArray();if(c.length||!a.nodeName)return c;v=h(a).closest("*[data-dt-row]");return v.length?[{row:v.data("dt-row"),column:v.data("dt-column")}]:[]},b,e)});var d=this.columns(b,c),e=this.rows(a,
129
- c),f,g,j,i,n,l=this.iterator("table",function(a,b){f=[];g=0;for(j=e[b].length;g<j;g++){i=0;for(n=d[b].length;i<n;i++)f.push({row:e[b][g],column:d[b][i]})}return f},1);h.extend(l.selector,{cols:b,rows:a,opts:c});return l});u("cells().nodes()","cell().node()",function(){return this.iterator("cell",function(a,b,c){return(a=a.aoData[b])&&a.anCells?a.anCells[c]:k},1)});p("cells().data()",function(){return this.iterator("cell",function(a,b,c){return B(a,b,c)},1)});u("cells().cache()","cell().cache()",function(a){a=
130
- "search"===a?"_aFilterData":"_aSortData";return this.iterator("cell",function(b,c,d){return b.aoData[c][a][d]},1)});u("cells().render()","cell().render()",function(a){return this.iterator("cell",function(b,c,d){return B(b,c,d,a)},1)});u("cells().indexes()","cell().index()",function(){return this.iterator("cell",function(a,b,c){return{row:b,column:c,columnVisible:aa(a,c)}},1)});u("cells().invalidate()","cell().invalidate()",function(a){return this.iterator("cell",function(b,c,d){da(b,c,a,d)})});p("cell()",
131
- function(a,b,c){return db(this.cells(a,b,c))});p("cell().data()",function(a){var b=this.context,c=this[0];if(a===k)return b.length&&c.length?B(b[0],c[0].row,c[0].column):k;lb(b[0],c[0].row,c[0].column,a);da(b[0],c[0].row,"data",c[0].column);return this});p("order()",function(a,b){var c=this.context;if(a===k)return 0!==c.length?c[0].aaSorting:k;"number"===typeof a?a=[[a,b]]:a.length&&!h.isArray(a[0])&&(a=Array.prototype.slice.call(arguments));return this.iterator("table",function(b){b.aaSorting=a.slice()})});
132
- p("order.listener()",function(a,b,c){return this.iterator("table",function(d){Oa(d,a,b,c)})});p("order.fixed()",function(a){if(!a){var b=this.context,b=b.length?b[0].aaSortingFixed:k;return h.isArray(b)?{pre:b}:b}return this.iterator("table",function(b){b.aaSortingFixed=h.extend(!0,{},a)})});p(["columns().order()","column().order()"],function(a){var b=this;return this.iterator("table",function(c,d){var e=[];h.each(b[d],function(b,c){e.push([c,a])});c.aaSorting=e})});p("search()",function(a,b,c,d){var e=
133
- this.context;return a===k?0!==e.length?e[0].oPreviousSearch.sSearch:k:this.iterator("table",function(e){e.oFeatures.bFilter&&ga(e,h.extend({},e.oPreviousSearch,{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),1)})});u("columns().search()","column().search()",function(a,b,c,d){return this.iterator("column",function(e,f){var g=e.aoPreSearchCols;if(a===k)return g[f].sSearch;e.oFeatures.bFilter&&(h.extend(g[f],{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?
134
- !0:c,bCaseInsensitive:null===d?!0:d}),ga(e,e.oPreviousSearch,1))})});p("state()",function(){return this.context.length?this.context[0].oSavedState:null});p("state.clear()",function(){return this.iterator("table",function(a){a.fnStateSaveCallback.call(a.oInstance,a,{})})});p("state.loaded()",function(){return this.context.length?this.context[0].oLoadedState:null});p("state.save()",function(){return this.iterator("table",function(a){za(a)})});m.versionCheck=m.fnVersionCheck=function(a){for(var b=m.version.split("."),
135
- a=a.split("."),c,d,e=0,f=a.length;e<f;e++)if(c=parseInt(b[e],10)||0,d=parseInt(a[e],10)||0,c!==d)return c>d;return!0};m.isDataTable=m.fnIsDataTable=function(a){var b=h(a).get(0),c=!1;if(a instanceof m.Api)return!0;h.each(m.settings,function(a,e){var f=e.nScrollHead?h("table",e.nScrollHead)[0]:null,g=e.nScrollFoot?h("table",e.nScrollFoot)[0]:null;if(e.nTable===b||f===b||g===b)c=!0});return c};m.tables=m.fnTables=function(a){var b=!1;h.isPlainObject(a)&&(b=a.api,a=a.visible);var c=h.map(m.settings,
136
- function(b){if(!a||a&&h(b.nTable).is(":visible"))return b.nTable});return b?new t(c):c};m.camelToHungarian=J;p("$()",function(a,b){var c=this.rows(b).nodes(),c=h(c);return h([].concat(c.filter(a).toArray(),c.find(a).toArray()))});h.each(["on","one","off"],function(a,b){p(b+"()",function(){var a=Array.prototype.slice.call(arguments);a[0]=h.map(a[0].split(/\s/),function(a){return!a.match(/\.dt\b/)?a+".dt":a}).join(" ");var d=h(this.tables().nodes());d[b].apply(d,a);return this})});p("clear()",function(){return this.iterator("table",
137
- function(a){pa(a)})});p("settings()",function(){return new t(this.context,this.context)});p("init()",function(){var a=this.context;return a.length?a[0].oInit:null});p("data()",function(){return this.iterator("table",function(a){return D(a.aoData,"_aData")}).flatten()});p("destroy()",function(a){a=a||!1;return this.iterator("table",function(b){var c=b.nTableWrapper.parentNode,d=b.oClasses,e=b.nTable,f=b.nTBody,g=b.nTHead,j=b.nTFoot,i=h(e),f=h(f),k=h(b.nTableWrapper),l=h.map(b.aoData,function(a){return a.nTr}),
138
- p;b.bDestroying=!0;s(b,"aoDestroyCallback","destroy",[b]);a||(new t(b)).columns().visible(!0);k.off(".DT").find(":not(tbody *)").off(".DT");h(E).off(".DT-"+b.sInstance);e!=g.parentNode&&(i.children("thead").detach(),i.append(g));j&&e!=j.parentNode&&(i.children("tfoot").detach(),i.append(j));b.aaSorting=[];b.aaSortingFixed=[];ya(b);h(l).removeClass(b.asStripeClasses.join(" "));h("th, td",g).removeClass(d.sSortable+" "+d.sSortableAsc+" "+d.sSortableDesc+" "+d.sSortableNone);b.bJUI&&(h("th span."+d.sSortIcon+
139
- ", td span."+d.sSortIcon,g).detach(),h("th, td",g).each(function(){var a=h("div."+d.sSortJUIWrapper,this);h(this).append(a.contents());a.detach()}));f.children().detach();f.append(l);g=a?"remove":"detach";i[g]();k[g]();!a&&c&&(c.insertBefore(e,b.nTableReinsertBefore),i.css("width",b.sDestroyWidth).removeClass(d.sTable),(p=b.asDestroyStripes.length)&&f.children().each(function(a){h(this).addClass(b.asDestroyStripes[a%p])}));c=h.inArray(b,m.settings);-1!==c&&m.settings.splice(c,1)})});h.each(["column",
140
- "row","cell"],function(a,b){p(b+"s().every()",function(a){var d=this.selector.opts,e=this;return this.iterator(b,function(f,g,h,i,m){a.call(e[b](g,"cell"===b?h:d,"cell"===b?d:k),g,h,i,m)})})});p("i18n()",function(a,b,c){var d=this.context[0],a=R(a)(d.oLanguage);a===k&&(a=b);c!==k&&h.isPlainObject(a)&&(a=a[c]!==k?a[c]:a._);return a.replace("%d",c)});m.version="1.10.15";m.settings=[];m.models={};m.models.oSearch={bCaseInsensitive:!0,sSearch:"",bRegex:!1,bSmart:!0};m.models.oRow={nTr:null,anCells:null,
141
- _aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:"",src:null,idx:-1};m.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:"std",sSortingClass:null,sSortingClassJUI:null,sTitle:null,sType:null,sWidth:null,sWidthOrig:null};m.defaults=
142
- {aaData:null,aaSorting:[[0,"asc"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bJQueryUI:!1,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,fnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null,fnFormatNumber:function(a){return a.toString().replace(/\B(?=(\d{3})+(?!\d))/g,
143
- this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem("DataTables_"+a.sInstance+"_"+location.pathname))}catch(b){}},fnStateLoadParams:null,fnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1===a.iStateDuration?sessionStorage:localStorage).setItem("DataTables_"+a.sInstance+
144
- "_"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:": activate to sort column ascending",sSortDescending:": activate to sort column descending"},oPaginate:{sFirst:"First",sLast:"Last",sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"Showing _START_ to _END_ of _TOTAL_ entries",sInfoEmpty:"Showing 0 to 0 of 0 entries",
145
- sInfoFiltered:"(filtered from _MAX_ total entries)",sInfoPostFix:"",sDecimal:"",sThousands:",",sLengthMenu:"Show _MENU_ entries",sLoadingRecords:"Loading...",sProcessing:"Processing...",sSearch:"Search:",sSearchPlaceholder:"",sUrl:"",sZeroRecords:"No matching records found"},oSearch:h.extend({},m.models.oSearch),sAjaxDataProp:"data",sAjaxSource:null,sDom:"lfrtip",searchDelay:null,sPaginationType:"simple_numbers",sScrollX:"",sScrollXInner:"",sScrollY:"",sServerMethod:"GET",renderer:null,rowId:"DT_RowId"};
146
- Y(m.defaults);m.defaults.column={aDataSort:null,iDataSort:-1,asSorting:["asc","desc"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:"td",sClass:"",sContentPadding:"",sDefaultContent:null,sName:"",sSortDataType:"std",sTitle:null,sType:null,sWidth:null};Y(m.defaults.column);m.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,bPaginate:null,bProcessing:null,bServerSide:null,bSort:null,bSortMulti:null,
147
- bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1,bBounding:!1,barWidth:0},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aIds:{},aoColumns:[],aoHeader:[],aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],aoHeaderCallback:[],aoFooterCallback:[],
148
- aoDrawCallback:[],aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:"",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,searchDelay:null,sPaginationType:"two_button",iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:k,oAjaxData:k,fnServerData:null,
149
- aoServerParams:[],sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,bJUI:null,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return"ssp"==y(this)?1*this._iRecordsTotal:this.aiDisplayMaster.length},fnRecordsDisplay:function(){return"ssp"==y(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a=
150
- this._iDisplayLength,b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{},rowIdFn:null,rowId:null};m.ext=x={buttons:{},classes:{},builder:"-source-",errMode:"alert",feature:[],search:[],selector:{cell:[],column:[],row:[]},internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{},
151
- header:{}},order:{},type:{detect:[],search:{},order:{}},_unique:0,fnVersionCheck:m.fnVersionCheck,iApiIndex:0,oJUIClasses:{},sVersion:m.version};h.extend(x,{afnFiltering:x.search,aTypes:x.type.detect,ofnSearch:x.type.search,oSort:x.type.order,afnSortData:x.order,aoFeatures:x.feature,oApi:x.internal,oStdClasses:x.classes,oPagination:x.pager});h.extend(m.ext.classes,{sTable:"dataTable",sNoFooter:"no-footer",sPageButton:"paginate_button",sPageButtonActive:"current",sPageButtonDisabled:"disabled",sStripeOdd:"odd",
152
- sStripeEven:"even",sRowEmpty:"dataTables_empty",sWrapper:"dataTables_wrapper",sFilter:"dataTables_filter",sInfo:"dataTables_info",sPaging:"dataTables_paginate paging_",sLength:"dataTables_length",sProcessing:"dataTables_processing",sSortAsc:"sorting_asc",sSortDesc:"sorting_desc",sSortable:"sorting",sSortableAsc:"sorting_asc_disabled",sSortableDesc:"sorting_desc_disabled",sSortableNone:"sorting_disabled",sSortColumn:"sorting_",sFilterInput:"",sLengthSelect:"",sScrollWrapper:"dataTables_scroll",sScrollHead:"dataTables_scrollHead",
153
- sScrollHeadInner:"dataTables_scrollHeadInner",sScrollBody:"dataTables_scrollBody",sScrollFoot:"dataTables_scrollFoot",sScrollFootInner:"dataTables_scrollFootInner",sHeaderTH:"",sFooterTH:"",sSortJUIAsc:"",sSortJUIDesc:"",sSortJUI:"",sSortJUIAscAllowed:"",sSortJUIDescAllowed:"",sSortJUIWrapper:"",sSortIcon:"",sJUIHeader:"",sJUIFooter:""});var Ea="",Ea="",G=Ea+"ui-state-default",ka=Ea+"css_right ui-icon ui-icon-",Yb=Ea+"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix";h.extend(m.ext.oJUIClasses,
154
- m.ext.classes,{sPageButton:"fg-button ui-button "+G,sPageButtonActive:"ui-state-disabled",sPageButtonDisabled:"ui-state-disabled",sPaging:"dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi ui-buttonset-multi paging_",sSortAsc:G+" sorting_asc",sSortDesc:G+" sorting_desc",sSortable:G+" sorting",sSortableAsc:G+" sorting_asc_disabled",sSortableDesc:G+" sorting_desc_disabled",sSortableNone:G+" sorting_disabled",sSortJUIAsc:ka+"triangle-1-n",sSortJUIDesc:ka+"triangle-1-s",sSortJUI:ka+"carat-2-n-s",
155
- sSortJUIAscAllowed:ka+"carat-1-n",sSortJUIDescAllowed:ka+"carat-1-s",sSortJUIWrapper:"DataTables_sort_wrapper",sSortIcon:"DataTables_sort_icon",sScrollHead:"dataTables_scrollHead "+G,sScrollFoot:"dataTables_scrollFoot "+G,sHeaderTH:G,sFooterTH:G,sJUIHeader:Yb+" ui-corner-tl ui-corner-tr",sJUIFooter:Yb+" ui-corner-bl ui-corner-br"});var Nb=m.ext.pager;h.extend(Nb,{simple:function(){return["previous","next"]},full:function(){return["first","previous","next","last"]},numbers:function(a,b){return[ia(a,
156
- b)]},simple_numbers:function(a,b){return["previous",ia(a,b),"next"]},full_numbers:function(a,b){return["first","previous",ia(a,b),"next","last"]},first_last_numbers:function(a,b){return["first",ia(a,b),"last"]},_numbers:ia,numbers_length:7});h.extend(!0,m.ext.renderer,{pageButton:{_:function(a,b,c,d,e,f){var g=a.oClasses,j=a.oLanguage.oPaginate,i=a.oLanguage.oAria.paginate||{},m,l,p=0,r=function(b,d){var k,t,u,s,v=function(b){Va(a,b.data.action,true)};k=0;for(t=d.length;k<t;k++){s=d[k];if(h.isArray(s)){u=
157
- h("<"+(s.DT_el||"div")+"/>").appendTo(b);r(u,s)}else{m=null;l="";switch(s){case "ellipsis":b.append('<span class="ellipsis">&#x2026;</span>');break;case "first":m=j.sFirst;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "previous":m=j.sPrevious;l=s+(e>0?"":" "+g.sPageButtonDisabled);break;case "next":m=j.sNext;l=s+(e<f-1?"":" "+g.sPageButtonDisabled);break;case "last":m=j.sLast;l=s+(e<f-1?"":" "+g.sPageButtonDisabled);break;default:m=s+1;l=e===s?g.sPageButtonActive:""}if(m!==null){u=h("<a>",{"class":g.sPageButton+
158
- " "+l,"aria-controls":a.sTableId,"aria-label":i[s],"data-dt-idx":p,tabindex:a.iTabIndex,id:c===0&&typeof s==="string"?a.sTableId+"_"+s:null}).html(m).appendTo(b);Ya(u,{action:s},v);p++}}}},t;try{t=h(b).find(H.activeElement).data("dt-idx")}catch(u){}r(h(b).empty(),d);t!==k&&h(b).find("[data-dt-idx="+t+"]").focus()}}});h.extend(m.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return ab(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&!cc.test(a))return null;var b=Date.parse(a);
159
- return null!==b&&!isNaN(b)||M(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return ab(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Sb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Sb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||"string"===typeof a&&-1!==a.indexOf("<")?"html":null}]);h.extend(m.ext.type.search,{html:function(a){return M(a)?a:"string"===typeof a?a.replace(Pb," ").replace(Ca,""):""},string:function(a){return M(a)?
160
- a:"string"===typeof a?a.replace(Pb," "):a}});var Ba=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Rb(a,b));a.replace&&(c&&(a=a.replace(c,"")),d&&(a=a.replace(d,"")));return 1*a};h.extend(x.type.order,{"date-pre":function(a){return Date.parse(a)||-Infinity},"html-pre":function(a){return M(a)?"":a.replace?a.replace(/<.*?>/g,"").toLowerCase():a+""},"string-pre":function(a){return M(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return a<
161
- b?-1:a>b?1:0},"string-desc":function(a,b){return a<b?1:a>b?-1:0}});fb("");h.extend(!0,m.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass)}})},jqueryui:function(a,b,c,d){h("<div/>").addClass(d.sSortJUIWrapper).append(b.contents()).append(h("<span/>").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);
162
- h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass);b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(h[e]=="asc"?d.sSortJUIAsc:h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});var Zb=function(a){return"string"===typeof a?a.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,
163
- "&quot;"):a};m.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return Zb(f);h=h.toFixed(c);f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,a)+f+(e||"")}}},text:function(){return{display:Zb}}};h.extend(m.ext.internal,{_fnExternApiFunc:Ob,_fnBuildAjax:ua,_fnAjaxUpdate:nb,_fnAjaxParameters:wb,_fnAjaxUpdateDraw:xb,
164
- _fnAjaxDataSrc:va,_fnAddColumn:Ga,_fnColumnOptions:la,_fnAdjustColumnSizing:Z,_fnVisibleToColumnIndex:$,_fnColumnIndexToVisible:aa,_fnVisbleColumns:ba,_fnGetColumns:na,_fnColumnTypes:Ia,_fnApplyColumnDefs:kb,_fnHungarianMap:Y,_fnCamelToHungarian:J,_fnLanguageCompat:Fa,_fnBrowserDetect:ib,_fnAddData:N,_fnAddTr:oa,_fnNodeToDataIndex:function(a,b){return b._DT_RowIndex!==k?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:B,_fnSetCellData:lb,
165
- _fnSplitObjNotation:La,_fnGetObjectDataFn:R,_fnSetObjectDataFn:S,_fnGetDataMaster:Ma,_fnClearTable:pa,_fnDeleteIndex:qa,_fnInvalidate:da,_fnGetRowElements:Ka,_fnCreateTr:Ja,_fnBuildHead:mb,_fnDrawHead:fa,_fnDraw:O,_fnReDraw:T,_fnAddOptionsHtml:pb,_fnDetectHeader:ea,_fnGetUniqueThs:ta,_fnFeatureHtmlFilter:rb,_fnFilterComplete:ga,_fnFilterCustom:Ab,_fnFilterColumn:zb,_fnFilter:yb,_fnFilterCreateSearch:Ra,_fnEscapeRegex:Sa,_fnFilterData:Bb,_fnFeatureHtmlInfo:ub,_fnUpdateInfo:Eb,_fnInfoMacros:Fb,_fnInitialise:ha,
166
- _fnInitComplete:wa,_fnLengthChange:Ta,_fnFeatureHtmlLength:qb,_fnFeatureHtmlPaginate:vb,_fnPageChange:Va,_fnFeatureHtmlProcessing:sb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:tb,_fnScrollDraw:ma,_fnApplyToChildren:I,_fnCalculateColumnWidths:Ha,_fnThrottle:Qa,_fnConvertToWidth:Gb,_fnGetWidestNode:Hb,_fnGetMaxLenString:Ib,_fnStringToCss:v,_fnSortFlatten:W,_fnSort:ob,_fnSortAria:Kb,_fnSortListener:Xa,_fnSortAttachListener:Oa,_fnSortingClasses:ya,_fnSortData:Jb,_fnSaveState:za,_fnLoadState:Lb,_fnSettingsFromNode:Aa,
167
- _fnLog:K,_fnMap:F,_fnBindAction:Ya,_fnCallbackReg:z,_fnCallbackFire:s,_fnLengthOverflow:Ua,_fnRenderer:Pa,_fnDataSource:y,_fnRowAttributes:Na,_fnCalculateEnd:function(){}});h.fn.dataTable=m;m.$=h;h.fn.dataTableSettings=m.settings;h.fn.dataTableExt=m.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};h.each(m,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable});
1
  /*!
2
+ DataTables 1.10.19
3
+ ©2008-2018 SpryMedia Ltd - datatables.net/license
4
+ */
5
+ (function(h){"function"===typeof define&&define.amd?define(["jquery"],function(E){return h(E,window,document)}):"object"===typeof exports?module.exports=function(E,H){E||(E=window);H||(H="undefined"!==typeof window?require("jquery"):require("jquery")(E));return h(H,E,E.document)}:h(jQuery,window,document)})(function(h,E,H,k){function Z(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!=="a aa ai ao as b fn i m o s ".indexOf(b[1]+" "))c=e.replace(b[0],b[2].toLowerCase()),
6
+ d[c]=e,"o"===b[1]&&Z(a[e])});a._hungarianMap=d}function J(a,b,c){a._hungarianMap||Z(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==k&&(c||b[d]===k))"o"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),J(a[d],b[d],c)):b[d]=b[e]})}function Ca(a){var b=n.defaults.oLanguage,c=b.sDecimal;c&&Da(c);if(a){var d=a.sZeroRecords;!a.sEmptyTable&&(d&&"No data available in table"===b.sEmptyTable)&&F(a,a,"sZeroRecords","sEmptyTable");!a.sLoadingRecords&&(d&&"Loading..."===b.sLoadingRecords)&&F(a,
7
+ a,"sZeroRecords","sLoadingRecords");a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&c!==a&&Da(a)}}function fb(a){A(a,"ordering","bSort");A(a,"orderMulti","bSortMulti");A(a,"orderClasses","bSortClasses");A(a,"orderCellsTop","bSortCellsTop");A(a,"order","aaSorting");A(a,"orderFixed","aaSortingFixed");A(a,"paging","bPaginate");A(a,"pagingType","sPaginationType");A(a,"pageLength","iDisplayLength");A(a,"searching","bFilter");"boolean"===typeof a.sScrollX&&(a.sScrollX=a.sScrollX?"100%":
8
+ "");"boolean"===typeof a.scrollX&&(a.scrollX=a.scrollX?"100%":"");if(a=a.aoSearchCols)for(var b=0,c=a.length;b<c;b++)a[b]&&J(n.models.oSearch,a[b])}function gb(a){A(a,"orderable","bSortable");A(a,"orderData","aDataSort");A(a,"orderSequence","asSorting");A(a,"orderDataType","sortDataType");var b=a.aDataSort;"number"===typeof b&&!h.isArray(b)&&(a.aDataSort=[b])}function hb(a){if(!n.__browser){var b={};n.__browser=b;var c=h("<div/>").css({position:"fixed",top:0,left:-1*h(E).scrollLeft(),height:1,width:1,
9
+ overflow:"hidden"}).append(h("<div/>").css({position:"absolute",top:1,left:1,width:100,overflow:"scroll"}).append(h("<div/>").css({width:"100%",height:10}))).appendTo("body"),d=c.children(),e=d.children();b.barWidth=d[0].offsetWidth-d[0].clientWidth;b.bScrollOversize=100===e[0].offsetWidth&&100!==d[0].clientWidth;b.bScrollbarLeft=1!==Math.round(e.offset().left);b.bBounding=c[0].getBoundingClientRect().width?!0:!1;c.remove()}h.extend(a.oBrowser,n.__browser);a.oScroll.iBarWidth=n.__browser.barWidth}
10
+ function ib(a,b,c,d,e,f){var g,j=!1;c!==k&&(g=c,j=!0);for(;d!==e;)a.hasOwnProperty(d)&&(g=j?b(g,a[d],d,a):a[d],j=!0,d+=f);return g}function Ea(a,b){var c=n.defaults.column,d=a.aoColumns.length,c=h.extend({},n.models.oColumn,c,{nTh:b?b:H.createElement("th"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:"",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=h.extend({},n.models.oSearch,c[d]);ka(a,d,h(b).data())}function ka(a,b,c){var b=a.aoColumns[b],
11
+ d=a.oClasses,e=h(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=e.attr("width")||null;var f=(e.attr("style")||"").match(/width:\s*(\d+[pxem%]+)/);f&&(b.sWidthOrig=f[1])}c!==k&&null!==c&&(gb(c),J(n.defaults.column,c),c.mDataProp!==k&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&!c.sClass&&(c.sClass=c.className),c.sClass&&e.addClass(c.sClass),h.extend(b,c),F(b,c,"sWidth","sWidthOrig"),c.iDataSort!==k&&(b.aDataSort=[c.iDataSort]),F(b,c,"aDataSort"));var g=b.mData,j=S(g),i=b.mRender?
12
+ S(b.mRender):null,c=function(a){return"string"===typeof a&&-1!==a.indexOf("@")};b._bAttrSrc=h.isPlainObject(g)&&(c(g.sort)||c(g.type)||c(g.filter));b._setter=null;b.fnGetData=function(a,b,c){var d=j(a,b,k,c);return i&&b?i(d,b,a,c):d};b.fnSetData=function(a,b,c){return N(g)(a,b,c)};"number"!==typeof g&&(a._rowReadObject=!0);a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));a=-1!==h.inArray("asc",b.asSorting);c=-1!==h.inArray("desc",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,
13
+ b.sSortingClassJUI=""):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function $(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Fa(a);for(var c=0,d=b.length;c<d;c++)b[c].nTh.style.width=b[c].sWidth}b=a.oScroll;(""!==b.sY||""!==b.sX)&&la(a);r(a,null,"column-sizing",[a])}function aa(a,b){var c=ma(a,"bVisible");return"number"===
14
+ typeof c[b]?c[b]:null}function ba(a,b){var c=ma(a,"bVisible"),c=h.inArray(b,c);return-1!==c?c:null}function V(a){var b=0;h.each(a.aoColumns,function(a,d){d.bVisible&&"none"!==h(d.nTh).css("display")&&b++});return b}function ma(a,b){var c=[];h.map(a.aoColumns,function(a,e){a[b]&&c.push(e)});return c}function Ga(a){var b=a.aoColumns,c=a.aoData,d=n.ext.type.detect,e,f,g,j,i,h,l,q,t;e=0;for(f=b.length;e<f;e++)if(l=b[e],t=[],!l.sType&&l._sManualType)l.sType=l._sManualType;else if(!l.sType){g=0;for(j=d.length;g<
15
+ j;g++){i=0;for(h=c.length;i<h;i++){t[i]===k&&(t[i]=B(a,i,e,"type"));q=d[g](t[i],a);if(!q&&g!==d.length-1)break;if("html"===q)break}if(q){l.sType=q;break}}l.sType||(l.sType="string")}}function jb(a,b,c,d){var e,f,g,j,i,m,l=a.aoColumns;if(b)for(e=b.length-1;0<=e;e--){m=b[e];var q=m.targets!==k?m.targets:m.aTargets;h.isArray(q)||(q=[q]);f=0;for(g=q.length;f<g;f++)if("number"===typeof q[f]&&0<=q[f]){for(;l.length<=q[f];)Ea(a);d(q[f],m)}else if("number"===typeof q[f]&&0>q[f])d(l.length+q[f],m);else if("string"===
16
+ typeof q[f]){j=0;for(i=l.length;j<i;j++)("_all"==q[f]||h(l[j].nTh).hasClass(q[f]))&&d(j,m)}}if(c){e=0;for(a=c.length;e<a;e++)d(e,c[e])}}function O(a,b,c,d){var e=a.aoData.length,f=h.extend(!0,{},n.models.oRow,{src:c?"dom":"data",idx:e});f._aData=b;a.aoData.push(f);for(var g=a.aoColumns,j=0,i=g.length;j<i;j++)g[j].sType=null;a.aiDisplayMaster.push(e);b=a.rowIdFn(b);b!==k&&(a.aIds[b]=f);(c||!a.oFeatures.bDeferRender)&&Ha(a,e,c,d);return e}function na(a,b){var c;b instanceof h||(b=h(b));return b.map(function(b,
17
+ e){c=Ia(a,e);return O(a,c.data,e,c.cells)})}function B(a,b,c,d){var e=a.iDraw,f=a.aoColumns[c],g=a.aoData[b]._aData,j=f.sDefaultContent,i=f.fnGetData(g,d,{settings:a,row:b,col:c});if(i===k)return a.iDrawError!=e&&null===j&&(K(a,0,"Requested unknown parameter "+("function"==typeof f.mData?"{function}":"'"+f.mData+"'")+" for row "+b+", column "+c,4),a.iDrawError=e),j;if((i===g||null===i)&&null!==j&&d!==k)i=j;else if("function"===typeof i)return i.call(g);return null===i&&"display"==d?"":i}function kb(a,
18
+ b,c,d){a.aoColumns[c].fnSetData(a.aoData[b]._aData,d,{settings:a,row:b,col:c})}function Ja(a){return h.map(a.match(/(\\.|[^\.])+/g)||[""],function(a){return a.replace(/\\\./g,".")})}function S(a){if(h.isPlainObject(a)){var b={};h.each(a,function(a,c){c&&(b[a]=S(c))});return function(a,c,f,g){var j=b[c]||b._;return j!==k?j(a,c,f,g):a}}if(null===a)return function(a){return a};if("function"===typeof a)return function(b,c,f,g){return a(b,c,f,g)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||
19
+ -1!==a.indexOf("("))){var c=function(a,b,f){var g,j;if(""!==f){j=Ja(f);for(var i=0,m=j.length;i<m;i++){f=j[i].match(ca);g=j[i].match(W);if(f){j[i]=j[i].replace(ca,"");""!==j[i]&&(a=a[j[i]]);g=[];j.splice(0,i+1);j=j.join(".");if(h.isArray(a)){i=0;for(m=a.length;i<m;i++)g.push(c(a[i],b,j))}a=f[0].substring(1,f[0].length-1);a=""===a?g:g.join(a);break}else if(g){j[i]=j[i].replace(W,"");a=a[j[i]]();continue}if(null===a||a[j[i]]===k)return k;a=a[j[i]]}}return a};return function(b,e){return c(b,e,a)}}return function(b){return b[a]}}
20
+ function N(a){if(h.isPlainObject(a))return N(a._);if(null===a)return function(){};if("function"===typeof a)return function(b,d,e){a(b,"set",d,e)};if("string"===typeof a&&(-1!==a.indexOf(".")||-1!==a.indexOf("[")||-1!==a.indexOf("("))){var b=function(a,d,e){var e=Ja(e),f;f=e[e.length-1];for(var g,j,i=0,m=e.length-1;i<m;i++){g=e[i].match(ca);j=e[i].match(W);if(g){e[i]=e[i].replace(ca,"");a[e[i]]=[];f=e.slice();f.splice(0,i+1);g=f.join(".");if(h.isArray(d)){j=0;for(m=d.length;j<m;j++)f={},b(f,d[j],g),
21
+ a[e[i]].push(f)}else a[e[i]]=d;return}j&&(e[i]=e[i].replace(W,""),a=a[e[i]](d));if(null===a[e[i]]||a[e[i]]===k)a[e[i]]={};a=a[e[i]]}if(f.match(W))a[f.replace(W,"")](d);else a[f.replace(ca,"")]=d};return function(c,d){return b(c,d,a)}}return function(b,d){b[a]=d}}function Ka(a){return D(a.aoData,"_aData")}function oa(a){a.aoData.length=0;a.aiDisplayMaster.length=0;a.aiDisplay.length=0;a.aIds={}}function pa(a,b,c){for(var d=-1,e=0,f=a.length;e<f;e++)a[e]==b?d=e:a[e]>b&&a[e]--; -1!=d&&c===k&&a.splice(d,
22
+ 1)}function da(a,b,c,d){var e=a.aoData[b],f,g=function(c,d){for(;c.childNodes.length;)c.removeChild(c.firstChild);c.innerHTML=B(a,b,d,"display")};if("dom"===c||(!c||"auto"===c)&&"dom"===e.src)e._aData=Ia(a,e,d,d===k?k:e._aData).data;else{var j=e.anCells;if(j)if(d!==k)g(j[d],d);else{c=0;for(f=j.length;c<f;c++)g(j[c],c)}}e._aSortData=null;e._aFilterData=null;g=a.aoColumns;if(d!==k)g[d].sType=null;else{c=0;for(f=g.length;c<f;c++)g[c].sType=null;La(a,e)}}function Ia(a,b,c,d){var e=[],f=b.firstChild,g,
23
+ j,i=0,m,l=a.aoColumns,q=a._rowReadObject,d=d!==k?d:q?{}:[],t=function(a,b){if("string"===typeof a){var c=a.indexOf("@");-1!==c&&(c=a.substring(c+1),N(a)(d,b.getAttribute(c)))}},G=function(a){if(c===k||c===i)j=l[i],m=h.trim(a.innerHTML),j&&j._bAttrSrc?(N(j.mData._)(d,m),t(j.mData.sort,a),t(j.mData.type,a),t(j.mData.filter,a)):q?(j._setter||(j._setter=N(j.mData)),j._setter(d,m)):d[i]=m;i++};if(f)for(;f;){g=f.nodeName.toUpperCase();if("TD"==g||"TH"==g)G(f),e.push(f);f=f.nextSibling}else{e=b.anCells;
24
+ f=0;for(g=e.length;f<g;f++)G(e[f])}if(b=b.firstChild?b:b.nTr)(b=b.getAttribute("id"))&&N(a.rowId)(d,b);return{data:d,cells:e}}function Ha(a,b,c,d){var e=a.aoData[b],f=e._aData,g=[],j,i,m,l,q;if(null===e.nTr){j=c||H.createElement("tr");e.nTr=j;e.anCells=g;j._DT_RowIndex=b;La(a,e);l=0;for(q=a.aoColumns.length;l<q;l++){m=a.aoColumns[l];i=c?d[l]:H.createElement(m.sCellType);i._DT_CellIndex={row:b,column:l};g.push(i);if((!c||m.mRender||m.mData!==l)&&(!h.isPlainObject(m.mData)||m.mData._!==l+".display"))i.innerHTML=
25
+ B(a,b,l,"display");m.sClass&&(i.className+=" "+m.sClass);m.bVisible&&!c?j.appendChild(i):!m.bVisible&&c&&i.parentNode.removeChild(i);m.fnCreatedCell&&m.fnCreatedCell.call(a.oInstance,i,B(a,b,l),f,b,l)}r(a,"aoRowCreatedCallback",null,[j,f,b,g])}e.nTr.setAttribute("role","row")}function La(a,b){var c=b.nTr,d=b._aData;if(c){var e=a.rowIdFn(d);e&&(c.id=e);d.DT_RowClass&&(e=d.DT_RowClass.split(" "),b.__rowc=b.__rowc?qa(b.__rowc.concat(e)):e,h(c).removeClass(b.__rowc.join(" ")).addClass(d.DT_RowClass));
26
+ d.DT_RowAttr&&h(c).attr(d.DT_RowAttr);d.DT_RowData&&h(c).data(d.DT_RowData)}}function lb(a){var b,c,d,e,f,g=a.nTHead,j=a.nTFoot,i=0===h("th, td",g).length,m=a.oClasses,l=a.aoColumns;i&&(e=h("<tr/>").appendTo(g));b=0;for(c=l.length;b<c;b++)f=l[b],d=h(f.nTh).addClass(f.sClass),i&&d.appendTo(e),a.oFeatures.bSort&&(d.addClass(f.sSortingClass),!1!==f.bSortable&&(d.attr("tabindex",a.iTabIndex).attr("aria-controls",a.sTableId),Ma(a,f.nTh,b))),f.sTitle!=d[0].innerHTML&&d.html(f.sTitle),Na(a,"header")(a,d,
27
+ f,m);i&&ea(a.aoHeader,g);h(g).find(">tr").attr("role","row");h(g).find(">tr>th, >tr>td").addClass(m.sHeaderTH);h(j).find(">tr>th, >tr>td").addClass(m.sFooterTH);if(null!==j){a=a.aoFooter[0];b=0;for(c=a.length;b<c;b++)f=l[b],f.nTf=a[b].cell,f.sClass&&h(f.nTf).addClass(f.sClass)}}function fa(a,b,c){var d,e,f,g=[],j=[],i=a.aoColumns.length,m;if(b){c===k&&(c=!1);d=0;for(e=b.length;d<e;d++){g[d]=b[d].slice();g[d].nTr=b[d].nTr;for(f=i-1;0<=f;f--)!a.aoColumns[f].bVisible&&!c&&g[d].splice(f,1);j.push([])}d=
28
+ 0;for(e=g.length;d<e;d++){if(a=g[d].nTr)for(;f=a.firstChild;)a.removeChild(f);f=0;for(b=g[d].length;f<b;f++)if(m=i=1,j[d][f]===k){a.appendChild(g[d][f].cell);for(j[d][f]=1;g[d+i]!==k&&g[d][f].cell==g[d+i][f].cell;)j[d+i][f]=1,i++;for(;g[d][f+m]!==k&&g[d][f].cell==g[d][f+m].cell;){for(c=0;c<i;c++)j[d+c][f+m]=1;m++}h(g[d][f].cell).attr("rowspan",i).attr("colspan",m)}}}}function P(a){var b=r(a,"aoPreDrawCallback","preDraw",[a]);if(-1!==h.inArray(!1,b))C(a,!1);else{var b=[],c=0,d=a.asStripeClasses,e=
29
+ d.length,f=a.oLanguage,g=a.iInitDisplayStart,j="ssp"==y(a),i=a.aiDisplay;a.bDrawing=!0;g!==k&&-1!==g&&(a._iDisplayStart=j?g:g>=a.fnRecordsDisplay()?0:g,a.iInitDisplayStart=-1);var g=a._iDisplayStart,m=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,C(a,!1);else if(j){if(!a.bDestroying&&!mb(a))return}else a.iDraw++;if(0!==i.length){f=j?a.aoData.length:m;for(j=j?0:g;j<f;j++){var l=i[j],q=a.aoData[l];null===q.nTr&&Ha(a,l);var t=q.nTr;if(0!==e){var G=d[c%e];q._sRowStripe!=G&&(h(t).removeClass(q._sRowStripe).addClass(G),
30
+ q._sRowStripe=G)}r(a,"aoRowCallback",null,[t,q._aData,c,j,l]);b.push(t);c++}}else c=f.sZeroRecords,1==a.iDraw&&"ajax"==y(a)?c=f.sLoadingRecords:f.sEmptyTable&&0===a.fnRecordsTotal()&&(c=f.sEmptyTable),b[0]=h("<tr/>",{"class":e?d[0]:""}).append(h("<td />",{valign:"top",colSpan:V(a),"class":a.oClasses.sRowEmpty}).html(c))[0];r(a,"aoHeaderCallback","header",[h(a.nTHead).children("tr")[0],Ka(a),g,m,i]);r(a,"aoFooterCallback","footer",[h(a.nTFoot).children("tr")[0],Ka(a),g,m,i]);d=h(a.nTBody);d.children().detach();
31
+ d.append(h(b));r(a,"aoDrawCallback","draw",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function T(a,b){var c=a.oFeatures,d=c.bFilter;c.bSort&&nb(a);d?ga(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;P(a);a._drawHold=!1}function ob(a){var b=a.oClasses,c=h(a.nTable),c=h("<div/>").insertBefore(c),d=a.oFeatures,e=h("<div/>",{id:a.sTableId+"_wrapper","class":b.sWrapper+(a.nTFoot?"":" "+b.sNoFooter)});a.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=
32
+ a.nTable.nextSibling;for(var f=a.sDom.split(""),g,j,i,m,l,q,k=0;k<f.length;k++){g=null;j=f[k];if("<"==j){i=h("<div/>")[0];m=f[k+1];if("'"==m||'"'==m){l="";for(q=2;f[k+q]!=m;)l+=f[k+q],q++;"H"==l?l=b.sJUIHeader:"F"==l&&(l=b.sJUIFooter);-1!=l.indexOf(".")?(m=l.split("."),i.id=m[0].substr(1,m[0].length-1),i.className=m[1]):"#"==l.charAt(0)?i.id=l.substr(1,l.length-1):i.className=l;k+=q}e.append(i);e=h(i)}else if(">"==j)e=e.parent();else if("l"==j&&d.bPaginate&&d.bLengthChange)g=pb(a);else if("f"==j&&
33
+ d.bFilter)g=qb(a);else if("r"==j&&d.bProcessing)g=rb(a);else if("t"==j)g=sb(a);else if("i"==j&&d.bInfo)g=tb(a);else if("p"==j&&d.bPaginate)g=ub(a);else if(0!==n.ext.feature.length){i=n.ext.feature;q=0;for(m=i.length;q<m;q++)if(j==i[q].cFeature){g=i[q].fnInit(a);break}}g&&(i=a.aanFeatures,i[j]||(i[j]=[]),i[j].push(g),e.append(g))}c.replaceWith(e);a.nHolding=null}function ea(a,b){var c=h(b).children("tr"),d,e,f,g,j,i,m,l,q,k;a.splice(0,a.length);f=0;for(i=c.length;f<i;f++)a.push([]);f=0;for(i=c.length;f<
34
+ i;f++){d=c[f];for(e=d.firstChild;e;){if("TD"==e.nodeName.toUpperCase()||"TH"==e.nodeName.toUpperCase()){l=1*e.getAttribute("colspan");q=1*e.getAttribute("rowspan");l=!l||0===l||1===l?1:l;q=!q||0===q||1===q?1:q;g=0;for(j=a[f];j[g];)g++;m=g;k=1===l?!0:!1;for(j=0;j<l;j++)for(g=0;g<q;g++)a[f+g][m+j]={cell:e,unique:k},a[f+g].nTr=d}e=e.nextSibling}}}function ra(a,b,c){var d=[];c||(c=a.aoHeader,b&&(c=[],ea(c,b)));for(var b=0,e=c.length;b<e;b++)for(var f=0,g=c[b].length;f<g;f++)if(c[b][f].unique&&(!d[f]||
35
+ !a.bSortCellsTop))d[f]=c[b][f].cell;return d}function sa(a,b,c){r(a,"aoServerParams","serverParams",[b]);if(b&&h.isArray(b)){var d={},e=/(.*?)\[\]$/;h.each(b,function(a,b){var c=b.name.match(e);c?(c=c[0],d[c]||(d[c]=[]),d[c].push(b.value)):d[b.name]=b.value});b=d}var f,g=a.ajax,j=a.oInstance,i=function(b){r(a,null,"xhr",[a,b,a.jqXHR]);c(b)};if(h.isPlainObject(g)&&g.data){f=g.data;var m="function"===typeof f?f(b,a):f,b="function"===typeof f&&m?m:h.extend(!0,b,m);delete g.data}m={data:b,success:function(b){var c=
36
+ b.error||b.sError;c&&K(a,0,c);a.json=b;i(b)},dataType:"json",cache:!1,type:a.sServerMethod,error:function(b,c){var d=r(a,null,"xhr",[a,null,a.jqXHR]);-1===h.inArray(!0,d)&&("parsererror"==c?K(a,0,"Invalid JSON response",1):4===b.readyState&&K(a,0,"Ajax error",7));C(a,!1)}};a.oAjaxData=b;r(a,null,"preXhr",[a,b]);a.fnServerData?a.fnServerData.call(j,a.sAjaxSource,h.map(b,function(a,b){return{name:b,value:a}}),i,a):a.sAjaxSource||"string"===typeof g?a.jqXHR=h.ajax(h.extend(m,{url:g||a.sAjaxSource})):
37
+ "function"===typeof g?a.jqXHR=g.call(j,b,i,a):(a.jqXHR=h.ajax(h.extend(m,g)),g.data=f)}function mb(a){return a.bAjaxDataGet?(a.iDraw++,C(a,!0),sa(a,vb(a),function(b){wb(a,b)}),!1):!0}function vb(a){var b=a.aoColumns,c=b.length,d=a.oFeatures,e=a.oPreviousSearch,f=a.aoPreSearchCols,g,j=[],i,m,l,k=X(a);g=a._iDisplayStart;i=!1!==d.bPaginate?a._iDisplayLength:-1;var t=function(a,b){j.push({name:a,value:b})};t("sEcho",a.iDraw);t("iColumns",c);t("sColumns",D(b,"sName").join(","));t("iDisplayStart",g);t("iDisplayLength",
38
+ i);var G={draw:a.iDraw,columns:[],order:[],start:g,length:i,search:{value:e.sSearch,regex:e.bRegex}};for(g=0;g<c;g++)m=b[g],l=f[g],i="function"==typeof m.mData?"function":m.mData,G.columns.push({data:i,name:m.sName,searchable:m.bSearchable,orderable:m.bSortable,search:{value:l.sSearch,regex:l.bRegex}}),t("mDataProp_"+g,i),d.bFilter&&(t("sSearch_"+g,l.sSearch),t("bRegex_"+g,l.bRegex),t("bSearchable_"+g,m.bSearchable)),d.bSort&&t("bSortable_"+g,m.bSortable);d.bFilter&&(t("sSearch",e.sSearch),t("bRegex",
39
+ e.bRegex));d.bSort&&(h.each(k,function(a,b){G.order.push({column:b.col,dir:b.dir});t("iSortCol_"+a,b.col);t("sSortDir_"+a,b.dir)}),t("iSortingCols",k.length));b=n.ext.legacy.ajax;return null===b?a.sAjaxSource?j:G:b?j:G}function wb(a,b){var c=ta(a,b),d=b.sEcho!==k?b.sEcho:b.draw,e=b.iTotalRecords!==k?b.iTotalRecords:b.recordsTotal,f=b.iTotalDisplayRecords!==k?b.iTotalDisplayRecords:b.recordsFiltered;if(d){if(1*d<a.iDraw)return;a.iDraw=1*d}oa(a);a._iRecordsTotal=parseInt(e,10);a._iRecordsDisplay=parseInt(f,
40
+ 10);d=0;for(e=c.length;d<e;d++)O(a,c[d]);a.aiDisplay=a.aiDisplayMaster.slice();a.bAjaxDataGet=!1;P(a);a._bInitComplete||ua(a,b);a.bAjaxDataGet=!0;C(a,!1)}function ta(a,b){var c=h.isPlainObject(a.ajax)&&a.ajax.dataSrc!==k?a.ajax.dataSrc:a.sAjaxDataProp;return"data"===c?b.aaData||b[c]:""!==c?S(c)(b):b}function qb(a){var b=a.oClasses,c=a.sTableId,d=a.oLanguage,e=a.oPreviousSearch,f=a.aanFeatures,g='<input type="search" class="'+b.sFilterInput+'"/>',j=d.sSearch,j=j.match(/_INPUT_/)?j.replace("_INPUT_",
41
+ g):j+g,b=h("<div/>",{id:!f.f?c+"_filter":null,"class":b.sFilter}).append(h("<label/>").append(j)),f=function(){var b=!this.value?"":this.value;b!=e.sSearch&&(ga(a,{sSearch:b,bRegex:e.bRegex,bSmart:e.bSmart,bCaseInsensitive:e.bCaseInsensitive}),a._iDisplayStart=0,P(a))},g=null!==a.searchDelay?a.searchDelay:"ssp"===y(a)?400:0,i=h("input",b).val(e.sSearch).attr("placeholder",d.sSearchPlaceholder).on("keyup.DT search.DT input.DT paste.DT cut.DT",g?Oa(f,g):f).on("keypress.DT",function(a){if(13==a.keyCode)return!1}).attr("aria-controls",
42
+ c);h(a.nTable).on("search.dt.DT",function(b,c){if(a===c)try{i[0]!==H.activeElement&&i.val(e.sSearch)}catch(d){}});return b[0]}function ga(a,b,c){var d=a.oPreviousSearch,e=a.aoPreSearchCols,f=function(a){d.sSearch=a.sSearch;d.bRegex=a.bRegex;d.bSmart=a.bSmart;d.bCaseInsensitive=a.bCaseInsensitive};Ga(a);if("ssp"!=y(a)){xb(a,b.sSearch,c,b.bEscapeRegex!==k?!b.bEscapeRegex:b.bRegex,b.bSmart,b.bCaseInsensitive);f(b);for(b=0;b<e.length;b++)yb(a,e[b].sSearch,b,e[b].bEscapeRegex!==k?!e[b].bEscapeRegex:e[b].bRegex,
43
+ e[b].bSmart,e[b].bCaseInsensitive);zb(a)}else f(b);a.bFiltered=!0;r(a,null,"search",[a])}function zb(a){for(var b=n.ext.search,c=a.aiDisplay,d,e,f=0,g=b.length;f<g;f++){for(var j=[],i=0,m=c.length;i<m;i++)e=c[i],d=a.aoData[e],b[f](a,d._aFilterData,e,d._aData,i)&&j.push(e);c.length=0;h.merge(c,j)}}function yb(a,b,c,d,e,f){if(""!==b){for(var g=[],j=a.aiDisplay,d=Pa(b,d,e,f),e=0;e<j.length;e++)b=a.aoData[j[e]]._aFilterData[c],d.test(b)&&g.push(j[e]);a.aiDisplay=g}}function xb(a,b,c,d,e,f){var d=Pa(b,
44
+ d,e,f),f=a.oPreviousSearch.sSearch,g=a.aiDisplayMaster,j,e=[];0!==n.ext.search.length&&(c=!0);j=Ab(a);if(0>=b.length)a.aiDisplay=g.slice();else{if(j||c||f.length>b.length||0!==b.indexOf(f)||a.bSorted)a.aiDisplay=g.slice();b=a.aiDisplay;for(c=0;c<b.length;c++)d.test(a.aoData[b[c]]._sFilterRow)&&e.push(b[c]);a.aiDisplay=e}}function Pa(a,b,c,d){a=b?a:Qa(a);c&&(a="^(?=.*?"+h.map(a.match(/"[^"]+"|[^ ]+/g)||[""],function(a){if('"'===a.charAt(0))var b=a.match(/^"(.*)"$/),a=b?b[1]:a;return a.replace('"',
45
+ "")}).join(")(?=.*?")+").*$");return RegExp(a,d?"i":"")}function Ab(a){var b=a.aoColumns,c,d,e,f,g,j,i,h,l=n.ext.type.search;c=!1;d=0;for(f=a.aoData.length;d<f;d++)if(h=a.aoData[d],!h._aFilterData){j=[];e=0;for(g=b.length;e<g;e++)c=b[e],c.bSearchable?(i=B(a,d,e,"filter"),l[c.sType]&&(i=l[c.sType](i)),null===i&&(i=""),"string"!==typeof i&&i.toString&&(i=i.toString())):i="",i.indexOf&&-1!==i.indexOf("&")&&(va.innerHTML=i,i=Wb?va.textContent:va.innerText),i.replace&&(i=i.replace(/[\r\n]/g,"")),j.push(i);
46
+ h._aFilterData=j;h._sFilterRow=j.join(" ");c=!0}return c}function Bb(a){return{search:a.sSearch,smart:a.bSmart,regex:a.bRegex,caseInsensitive:a.bCaseInsensitive}}function Cb(a){return{sSearch:a.search,bSmart:a.smart,bRegex:a.regex,bCaseInsensitive:a.caseInsensitive}}function tb(a){var b=a.sTableId,c=a.aanFeatures.i,d=h("<div/>",{"class":a.oClasses.sInfo,id:!c?b+"_info":null});c||(a.aoDrawCallback.push({fn:Db,sName:"information"}),d.attr("role","status").attr("aria-live","polite"),h(a.nTable).attr("aria-describedby",
47
+ b+"_info"));return d[0]}function Db(a){var b=a.aanFeatures.i;if(0!==b.length){var c=a.oLanguage,d=a._iDisplayStart+1,e=a.fnDisplayEnd(),f=a.fnRecordsTotal(),g=a.fnRecordsDisplay(),j=g?c.sInfo:c.sInfoEmpty;g!==f&&(j+=" "+c.sInfoFiltered);j+=c.sInfoPostFix;j=Eb(a,j);c=c.fnInfoCallback;null!==c&&(j=c.call(a.oInstance,a,d,e,f,g,j));h(b).html(j)}}function Eb(a,b){var c=a.fnFormatNumber,d=a._iDisplayStart+1,e=a._iDisplayLength,f=a.fnRecordsDisplay(),g=-1===e;return b.replace(/_START_/g,c.call(a,d)).replace(/_END_/g,
48
+ c.call(a,a.fnDisplayEnd())).replace(/_MAX_/g,c.call(a,a.fnRecordsTotal())).replace(/_TOTAL_/g,c.call(a,f)).replace(/_PAGE_/g,c.call(a,g?1:Math.ceil(d/e))).replace(/_PAGES_/g,c.call(a,g?1:Math.ceil(f/e)))}function ha(a){var b,c,d=a.iInitDisplayStart,e=a.aoColumns,f;c=a.oFeatures;var g=a.bDeferLoading;if(a.bInitialised){ob(a);lb(a);fa(a,a.aoHeader);fa(a,a.aoFooter);C(a,!0);c.bAutoWidth&&Fa(a);b=0;for(c=e.length;b<c;b++)f=e[b],f.sWidth&&(f.nTh.style.width=v(f.sWidth));r(a,null,"preInit",[a]);T(a);e=
49
+ y(a);if("ssp"!=e||g)"ajax"==e?sa(a,[],function(c){var f=ta(a,c);for(b=0;b<f.length;b++)O(a,f[b]);a.iInitDisplayStart=d;T(a);C(a,!1);ua(a,c)},a):(C(a,!1),ua(a))}else setTimeout(function(){ha(a)},200)}function ua(a,b){a._bInitComplete=!0;(b||a.oInit.aaData)&&$(a);r(a,null,"plugin-init",[a,b]);r(a,"aoInitComplete","init",[a,b])}function Ra(a,b){var c=parseInt(b,10);a._iDisplayLength=c;Sa(a);r(a,null,"length",[a,c])}function pb(a){for(var b=a.oClasses,c=a.sTableId,d=a.aLengthMenu,e=h.isArray(d[0]),f=
50
+ e?d[0]:d,d=e?d[1]:d,e=h("<select/>",{name:c+"_length","aria-controls":c,"class":b.sLengthSelect}),g=0,j=f.length;g<j;g++)e[0][g]=new Option("number"===typeof d[g]?a.fnFormatNumber(d[g]):d[g],f[g]);var i=h("<div><label/></div>").addClass(b.sLength);a.aanFeatures.l||(i[0].id=c+"_length");i.children().append(a.oLanguage.sLengthMenu.replace("_MENU_",e[0].outerHTML));h("select",i).val(a._iDisplayLength).on("change.DT",function(){Ra(a,h(this).val());P(a)});h(a.nTable).on("length.dt.DT",function(b,c,d){a===
51
+ c&&h("select",i).val(d)});return i[0]}function ub(a){var b=a.sPaginationType,c=n.ext.pager[b],d="function"===typeof c,e=function(a){P(a)},b=h("<div/>").addClass(a.oClasses.sPaging+b)[0],f=a.aanFeatures;d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+"_paginate",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,i=a._iDisplayLength,h=a.fnRecordsDisplay(),l=-1===i,b=l?0:Math.ceil(b/i),i=l?1:Math.ceil(h/i),h=c(b,i),k,l=0;for(k=f.p.length;l<k;l++)Na(a,"pageButton")(a,f.p[l],l,h,b,i)}else c.fnUpdate(a,
52
+ e)},sName:"pagination"}));return b}function Ta(a,b,c){var d=a._iDisplayStart,e=a._iDisplayLength,f=a.fnRecordsDisplay();0===f||-1===e?d=0:"number"===typeof b?(d=b*e,d>f&&(d=0)):"first"==b?d=0:"previous"==b?(d=0<=e?d-e:0,0>d&&(d=0)):"next"==b?d+e<f&&(d+=e):"last"==b?d=Math.floor((f-1)/e)*e:K(a,0,"Unknown paging action: "+b,5);b=a._iDisplayStart!==d;a._iDisplayStart=d;b&&(r(a,null,"page",[a]),c&&P(a));return b}function rb(a){return h("<div/>",{id:!a.aanFeatures.r?a.sTableId+"_processing":null,"class":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}
53
+ function C(a,b){a.oFeatures.bProcessing&&h(a.aanFeatures.r).css("display",b?"block":"none");r(a,null,"processing",[a,b])}function sb(a){var b=h(a.nTable);b.attr("role","grid");var c=a.oScroll;if(""===c.sX&&""===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,g=b.children("caption"),j=g.length?g[0]._captionSide:null,i=h(b[0].cloneNode(!1)),m=h(b[0].cloneNode(!1)),l=b.children("tfoot");l.length||(l=null);i=h("<div/>",{"class":f.sScrollWrapper}).append(h("<div/>",{"class":f.sScrollHead}).css({overflow:"hidden",
54
+ position:"relative",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",{"class":f.sScrollHeadInner}).css({"box-sizing":"content-box",width:c.sXInner||"100%"}).append(i.removeAttr("id").css("margin-left",0).append("top"===j?g:null).append(b.children("thead"))))).append(h("<div/>",{"class":f.sScrollBody}).css({position:"relative",overflow:"auto",width:!d?null:v(d)}).append(b));l&&i.append(h("<div/>",{"class":f.sScrollFoot}).css({overflow:"hidden",border:0,width:d?!d?null:v(d):"100%"}).append(h("<div/>",
55
+ {"class":f.sScrollFootInner}).append(m.removeAttr("id").css("margin-left",0).append("bottom"===j?g:null).append(b.children("tfoot")))));var b=i.children(),k=b[0],f=b[1],t=l?b[2]:null;if(d)h(f).on("scroll.DT",function(){var a=this.scrollLeft;k.scrollLeft=a;l&&(t.scrollLeft=a)});h(f).css(e&&c.bCollapse?"max-height":"height",e);a.nScrollHead=k;a.nScrollBody=f;a.nScrollFoot=t;a.aoDrawCallback.push({fn:la,sName:"scrolling"});return i[0]}function la(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,b=b.iBarWidth,
56
+ f=h(a.nScrollHead),g=f[0].style,j=f.children("div"),i=j[0].style,m=j.children("table"),j=a.nScrollBody,l=h(j),q=j.style,t=h(a.nScrollFoot).children("div"),n=t.children("table"),o=h(a.nTHead),p=h(a.nTable),s=p[0],r=s.style,u=a.nTFoot?h(a.nTFoot):null,x=a.oBrowser,U=x.bScrollOversize,Xb=D(a.aoColumns,"nTh"),Q,L,R,w,Ua=[],y=[],z=[],A=[],B,C=function(a){a=a.style;a.paddingTop="0";a.paddingBottom="0";a.borderTopWidth="0";a.borderBottomWidth="0";a.height=0};L=j.scrollHeight>j.clientHeight;if(a.scrollBarVis!==
57
+ L&&a.scrollBarVis!==k)a.scrollBarVis=L,$(a);else{a.scrollBarVis=L;p.children("thead, tfoot").remove();u&&(R=u.clone().prependTo(p),Q=u.find("tr"),R=R.find("tr"));w=o.clone().prependTo(p);o=o.find("tr");L=w.find("tr");w.find("th, td").removeAttr("tabindex");c||(q.width="100%",f[0].style.width="100%");h.each(ra(a,w),function(b,c){B=aa(a,b);c.style.width=a.aoColumns[B].sWidth});u&&I(function(a){a.style.width=""},R);f=p.outerWidth();if(""===c){r.width="100%";if(U&&(p.find("tbody").height()>j.offsetHeight||
58
+ "scroll"==l.css("overflow-y")))r.width=v(p.outerWidth()-b);f=p.outerWidth()}else""!==d&&(r.width=v(d),f=p.outerWidth());I(C,L);I(function(a){z.push(a.innerHTML);Ua.push(v(h(a).css("width")))},L);I(function(a,b){if(h.inArray(a,Xb)!==-1)a.style.width=Ua[b]},o);h(L).height(0);u&&(I(C,R),I(function(a){A.push(a.innerHTML);y.push(v(h(a).css("width")))},R),I(function(a,b){a.style.width=y[b]},Q),h(R).height(0));I(function(a,b){a.innerHTML='<div class="dataTables_sizing">'+z[b]+"</div>";a.childNodes[0].style.height=
59
+ "0";a.childNodes[0].style.overflow="hidden";a.style.width=Ua[b]},L);u&&I(function(a,b){a.innerHTML='<div class="dataTables_sizing">'+A[b]+"</div>";a.childNodes[0].style.height="0";a.childNodes[0].style.overflow="hidden";a.style.width=y[b]},R);if(p.outerWidth()<f){Q=j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")?f+b:f;if(U&&(j.scrollHeight>j.offsetHeight||"scroll"==l.css("overflow-y")))r.width=v(Q-b);(""===c||""!==d)&&K(a,1,"Possible column misalignment",6)}else Q="100%";q.width=v(Q);
60
+ g.width=v(Q);u&&(a.nScrollFoot.style.width=v(Q));!e&&U&&(q.height=v(s.offsetHeight+b));c=p.outerWidth();m[0].style.width=v(c);i.width=v(c);d=p.height()>j.clientHeight||"scroll"==l.css("overflow-y");e="padding"+(x.bScrollbarLeft?"Left":"Right");i[e]=d?b+"px":"0px";u&&(n[0].style.width=v(c),t[0].style.width=v(c),t[0].style[e]=d?b+"px":"0px");p.children("colgroup").insertBefore(p.children("thead"));l.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)j.scrollTop=0}}function I(a,b,c){for(var d=0,e=0,
61
+ f=b.length,g,j;e<f;){g=b[e].firstChild;for(j=c?c[e].firstChild:null;g;)1===g.nodeType&&(c?a(g,j,d):a(g,d),d++),g=g.nextSibling,j=c?j.nextSibling:null;e++}}function Fa(a){var b=a.nTable,c=a.aoColumns,d=a.oScroll,e=d.sY,f=d.sX,g=d.sXInner,j=c.length,i=ma(a,"bVisible"),m=h("th",a.nTHead),l=b.getAttribute("width"),k=b.parentNode,t=!1,n,o,p=a.oBrowser,d=p.bScrollOversize;(n=b.style.width)&&-1!==n.indexOf("%")&&(l=n);for(n=0;n<i.length;n++)o=c[i[n]],null!==o.sWidth&&(o.sWidth=Fb(o.sWidthOrig,k),t=!0);if(d||
62
+ !t&&!f&&!e&&j==V(a)&&j==m.length)for(n=0;n<j;n++)i=aa(a,n),null!==i&&(c[i].sWidth=v(m.eq(n).width()));else{j=h(b).clone().css("visibility","hidden").removeAttr("id");j.find("tbody tr").remove();var s=h("<tr/>").appendTo(j.find("tbody"));j.find("thead, tfoot").remove();j.append(h(a.nTHead).clone()).append(h(a.nTFoot).clone());j.find("tfoot th, tfoot td").css("width","");m=ra(a,j.find("thead")[0]);for(n=0;n<i.length;n++)o=c[i[n]],m[n].style.width=null!==o.sWidthOrig&&""!==o.sWidthOrig?v(o.sWidthOrig):
63
+ "",o.sWidthOrig&&f&&h(m[n]).append(h("<div/>").css({width:o.sWidthOrig,margin:0,padding:0,border:0,height:1}));if(a.aoData.length)for(n=0;n<i.length;n++)t=i[n],o=c[t],h(Gb(a,t)).clone(!1).append(o.sContentPadding).appendTo(s);h("[name]",j).removeAttr("name");o=h("<div/>").css(f||e?{position:"absolute",top:0,left:0,height:1,right:0,overflow:"hidden"}:{}).append(j).appendTo(k);f&&g?j.width(g):f?(j.css("width","auto"),j.removeAttr("width"),j.width()<k.clientWidth&&l&&j.width(k.clientWidth)):e?j.width(k.clientWidth):
64
+ l&&j.width(l);for(n=e=0;n<i.length;n++)k=h(m[n]),g=k.outerWidth()-k.width(),k=p.bBounding?Math.ceil(m[n].getBoundingClientRect().width):k.outerWidth(),e+=k,c[i[n]].sWidth=v(k-g);b.style.width=v(e);o.remove()}l&&(b.style.width=v(l));if((l||f)&&!a._reszEvt)b=function(){h(E).on("resize.DT-"+a.sInstance,Oa(function(){$(a)}))},d?setTimeout(b,1E3):b(),a._reszEvt=!0}function Fb(a,b){if(!a)return 0;var c=h("<div/>").css("width",v(a)).appendTo(b||H.body),d=c[0].offsetWidth;c.remove();return d}function Gb(a,
65
+ b){var c=Hb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h("<td/>").html(B(a,c,b,"display"))[0]:d.anCells[b]}function Hb(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;f<g;f++)c=B(a,f,b,"display")+"",c=c.replace(Yb,""),c=c.replace(/&nbsp;/g," "),c.length>d&&(d=c.length,e=f);return e}function v(a){return null===a?"0px":"number"==typeof a?0>a?"0px":a+"px":a.match(/\d$/)?a+"px":a}function X(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var m=[];f=function(a){a.length&&
66
+ !h.isArray(a[0])?m.push(a):h.merge(m,a)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;a<m.length;a++){i=m[a][0];f=e[i].aDataSort;b=0;for(c=f.length;b<c;b++)g=f[b],j=e[g].sType||"string",m[a]._idx===k&&(m[a]._idx=h.inArray(m[a][1],e[g].asSorting)),d.push({src:i,col:g,dir:m[a][1],index:m[a]._idx,type:j,formatter:n.ext.type.order[j+"-pre"]})}return d}function nb(a){var b,c,d=[],e=n.ext.type.order,f=a.aoData,g=0,j,i=a.aiDisplayMaster,h;Ga(a);h=X(a);b=0;for(c=h.length;b<
67
+ c;b++)j=h[b],j.formatter&&g++,Ib(a,j.col);if("ssp"!=y(a)&&0!==h.length){b=0;for(c=i.length;b<c;b++)d[i[b]]=b;g===h.length?i.sort(function(a,b){var c,e,g,j,i=h.length,k=f[a]._aSortData,n=f[b]._aSortData;for(g=0;g<i;g++)if(j=h[g],c=k[j.col],e=n[j.col],c=c<e?-1:c>e?1:0,0!==c)return"asc"===j.dir?c:-c;c=d[a];e=d[b];return c<e?-1:c>e?1:0}):i.sort(function(a,b){var c,g,j,i,k=h.length,n=f[a]._aSortData,o=f[b]._aSortData;for(j=0;j<k;j++)if(i=h[j],c=n[i.col],g=o[i.col],i=e[i.type+"-"+i.dir]||e["string-"+i.dir],
68
+ c=i(c,g),0!==c)return c;c=d[a];g=d[b];return c<g?-1:c>g?1:0})}a.bSorted=!0}function Jb(a){for(var b,c,d=a.aoColumns,e=X(a),a=a.oLanguage.oAria,f=0,g=d.length;f<g;f++){c=d[f];var j=c.asSorting;b=c.sTitle.replace(/<.*?>/g,"");var i=c.nTh;i.removeAttribute("aria-sort");c.bSortable&&(0<e.length&&e[0].col==f?(i.setAttribute("aria-sort","asc"==e[0].dir?"ascending":"descending"),c=j[e[0].index+1]||j[0]):c=j[0],b+="asc"===c?a.sSortAscending:a.sSortDescending);i.setAttribute("aria-label",b)}}function Va(a,
69
+ b,c,d){var e=a.aaSorting,f=a.aoColumns[b].asSorting,g=function(a,b){var c=a._idx;c===k&&(c=h.inArray(a[1],f));return c+1<f.length?c+1:b?null:0};"number"===typeof e[0]&&(e=a.aaSorting=[e]);c&&a.oFeatures.bSortMulti?(c=h.inArray(b,D(e,"0")),-1!==c?(b=g(e[c],!0),null===b&&1===e.length&&(b=0),null===b?e.splice(c,1):(e[c][1]=f[b],e[c]._idx=b)):(e.push([b,f[0],0]),e[e.length-1]._idx=0)):e.length&&e[0][0]==b?(b=g(e[0]),e.length=1,e[0][1]=f[b],e[0]._idx=b):(e.length=0,e.push([b,f[0]]),e[0]._idx=0);T(a);"function"==
70
+ typeof d&&d(a)}function Ma(a,b,c,d){var e=a.aoColumns[c];Wa(b,{},function(b){!1!==e.bSortable&&(a.oFeatures.bProcessing?(C(a,!0),setTimeout(function(){Va(a,c,b.shiftKey,d);"ssp"!==y(a)&&C(a,!1)},0)):Va(a,c,b.shiftKey,d))})}function wa(a){var b=a.aLastSort,c=a.oClasses.sSortColumn,d=X(a),e=a.oFeatures,f,g;if(e.bSort&&e.bSortClasses){e=0;for(f=b.length;e<f;e++)g=b[e].src,h(D(a.aoData,"anCells",g)).removeClass(c+(2>e?e+1:3));e=0;for(f=d.length;e<f;e++)g=d[e].src,h(D(a.aoData,"anCells",g)).addClass(c+
71
+ (2>e?e+1:3))}a.aLastSort=d}function Ib(a,b){var c=a.aoColumns[b],d=n.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,ba(a,b)));for(var f,g=n.ext.type.order[c.sType+"-pre"],j=0,i=a.aoData.length;j<i;j++)if(c=a.aoData[j],c._aSortData||(c._aSortData=[]),!c._aSortData[b]||d)f=d?e[j]:B(a,j,b,"sort"),c._aSortData[b]=g?g(f):f}function xa(a){if(a.oFeatures.bStateSave&&!a.bDestroying){var b={time:+new Date,start:a._iDisplayStart,length:a._iDisplayLength,order:h.extend(!0,[],a.aaSorting),search:Bb(a.oPreviousSearch),
72
+ columns:h.map(a.aoColumns,function(b,d){return{visible:b.bVisible,search:Bb(a.aoPreSearchCols[d])}})};r(a,"aoStateSaveParams","stateSaveParams",[a,b]);a.oSavedState=b;a.fnStateSaveCallback.call(a.oInstance,a,b)}}function Kb(a,b,c){var d,e,f=a.aoColumns,b=function(b){if(b&&b.time){var g=r(a,"aoStateLoadParams","stateLoadParams",[a,b]);if(-1===h.inArray(!1,g)&&(g=a.iStateDuration,!(0<g&&b.time<+new Date-1E3*g)&&!(b.columns&&f.length!==b.columns.length))){a.oLoadedState=h.extend(!0,{},b);b.start!==k&&
73
+ (a._iDisplayStart=b.start,a.iInitDisplayStart=b.start);b.length!==k&&(a._iDisplayLength=b.length);b.order!==k&&(a.aaSorting=[],h.each(b.order,function(b,c){a.aaSorting.push(c[0]>=f.length?[0,c[1]]:c)}));b.search!==k&&h.extend(a.oPreviousSearch,Cb(b.search));if(b.columns){d=0;for(e=b.columns.length;d<e;d++)g=b.columns[d],g.visible!==k&&(f[d].bVisible=g.visible),g.search!==k&&h.extend(a.aoPreSearchCols[d],Cb(g.search))}r(a,"aoStateLoaded","stateLoaded",[a,b])}}c()};if(a.oFeatures.bStateSave){var g=
74
+ a.fnStateLoadCallback.call(a.oInstance,a,b);g!==k&&b(g)}else c()}function ya(a){var b=n.settings,a=h.inArray(a,D(b,"nTable"));return-1!==a?b[a]:null}function K(a,b,c,d){c="DataTables warning: "+(a?"table id="+a.sTableId+" - ":"")+c;d&&(c+=". For more information about this error, please see http://datatables.net/tn/"+d);if(b)E.console&&console.log&&console.log(c);else if(b=n.ext,b=b.sErrMode||b.errMode,a&&r(a,null,"error",[a,d,c]),"alert"==b)alert(c);else{if("throw"==b)throw Error(c);"function"==
75
+ typeof b&&b(a,d,c)}}function F(a,b,c,d){h.isArray(c)?h.each(c,function(c,d){h.isArray(d)?F(a,b,d[0],d[1]):F(a,b,d)}):(d===k&&(d=c),b[c]!==k&&(a[d]=b[c]))}function Xa(a,b,c){var d,e;for(e in b)b.hasOwnProperty(e)&&(d=b[e],h.isPlainObject(d)?(h.isPlainObject(a[e])||(a[e]={}),h.extend(!0,a[e],d)):a[e]=c&&"data"!==e&&"aaData"!==e&&h.isArray(d)?d.slice():d);return a}function Wa(a,b,c){h(a).on("click.DT",b,function(b){h(a).blur();c(b)}).on("keypress.DT",b,function(a){13===a.which&&(a.preventDefault(),c(a))}).on("selectstart.DT",
76
+ function(){return!1})}function z(a,b,c,d){c&&a[b].push({fn:c,sName:d})}function r(a,b,c,d){var e=[];b&&(e=h.map(a[b].slice().reverse(),function(b){return b.fn.apply(a.oInstance,d)}));null!==c&&(b=h.Event(c+".dt"),h(a.nTable).trigger(b,d),e.push(b.result));return e}function Sa(a){var b=a._iDisplayStart,c=a.fnDisplayEnd(),d=a._iDisplayLength;b>=c&&(b=c-d);b-=b%d;if(-1===d||0>b)b=0;a._iDisplayStart=b}function Na(a,b){var c=a.renderer,d=n.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:"string"===
77
+ typeof c?d[c]||d._:d._}function y(a){return a.oFeatures.bServerSide?"ssp":a.ajax||a.sAjaxSource?"ajax":"dom"}function ia(a,b){var c=[],c=Lb.numbers_length,d=Math.floor(c/2);b<=c?c=Y(0,b):a<=d?(c=Y(0,c-2),c.push("ellipsis"),c.push(b-1)):(a>=b-1-d?c=Y(b-(c-2),b):(c=Y(a-d+2,a+d-1),c.push("ellipsis"),c.push(b-1)),c.splice(0,0,"ellipsis"),c.splice(0,0,0));c.DT_el="span";return c}function Da(a){h.each({num:function(b){return za(b,a)},"num-fmt":function(b){return za(b,a,Ya)},"html-num":function(b){return za(b,
78
+ a,Aa)},"html-num-fmt":function(b){return za(b,a,Aa,Ya)}},function(b,c){x.type.order[b+a+"-pre"]=c;b.match(/^html\-/)&&(x.type.search[b+a]=x.type.search.html)})}function Mb(a){return function(){var b=[ya(this[n.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return n.ext.internal[a].apply(this,b)}}var n=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new s(ya(this[x.iApiIndex])):new s(this)};
79
+ this.fnAddData=function(a,b){var c=this.api(!0),d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===k||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=function(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===k||a?b.draw(!1):(""!==d.sX||""!==d.sY)&&la(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===k||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,
80
+ b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===k||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(a)};this.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===k?e.search(a,c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==k){var d=a.nodeName?a.nodeName.toLowerCase():"";return b!==k||"td"==d||"th"==d?c.cell(a,b).data():
81
+ c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==k?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();return"TR"==c?b.row(a).index():"TD"==c||"TH"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};
82
+ this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===k||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===k||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return ya(this[x.iApiIndex])};this.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener=function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var h=this.api(!0);c===k||null===c?h.row(b).data(a):h.cell(b,c).data(a);(e===k||e)&&h.columns.adjust();
83
+ (d===k||d)&&h.draw();return 0};this.fnVersionCheck=x.fnVersionCheck;var b=this,c=a===k,d=this.length;c&&(a={});this.oApi=this.internal=x.internal;for(var e in n.ext.internal)e&&(this[e]=Mb(e));this.each(function(){var e={},g=1<d?Xa(e,a,!0):a,j=0,i,e=this.getAttribute("id"),m=!1,l=n.defaults,q=h(this);if("table"!=this.nodeName.toLowerCase())K(null,0,"Non-table node initialisation ("+this.nodeName+")",2);else{fb(l);gb(l.column);J(l,l,!0);J(l.column,l.column,!0);J(l,h.extend(g,q.data()));var t=n.settings,
84
+ j=0;for(i=t.length;j<i;j++){var o=t[j];if(o.nTable==this||o.nTHead&&o.nTHead.parentNode==this||o.nTFoot&&o.nTFoot.parentNode==this){var s=g.bRetrieve!==k?g.bRetrieve:l.bRetrieve;if(c||s)return o.oInstance;if(g.bDestroy!==k?g.bDestroy:l.bDestroy){o.oInstance.fnDestroy();break}else{K(o,0,"Cannot reinitialise DataTable",3);return}}if(o.sTableId==this.id){t.splice(j,1);break}}if(null===e||""===e)this.id=e="DataTables_Table_"+n.ext._unique++;var p=h.extend(!0,{},n.models.oSettings,{sDestroyWidth:q[0].style.width,
85
+ sInstance:e,sTableId:e});p.nTable=this;p.oApi=b.internal;p.oInit=g;t.push(p);p.oInstance=1===b.length?b:q.dataTable();fb(g);Ca(g.oLanguage);g.aLengthMenu&&!g.iDisplayLength&&(g.iDisplayLength=h.isArray(g.aLengthMenu[0])?g.aLengthMenu[0][0]:g.aLengthMenu[0]);g=Xa(h.extend(!0,{},l),g);F(p.oFeatures,g,"bPaginate bLengthChange bFilter bSort bSortMulti bInfo bProcessing bAutoWidth bSortClasses bServerSide bDeferRender".split(" "));F(p,g,["asStripeClasses","ajax","fnServerData","fnFormatNumber","sServerMethod",
86
+ "aaSorting","aaSortingFixed","aLengthMenu","sPaginationType","sAjaxSource","sAjaxDataProp","iStateDuration","sDom","bSortCellsTop","iTabIndex","fnStateLoadCallback","fnStateSaveCallback","renderer","searchDelay","rowId",["iCookieDuration","iStateDuration"],["oSearch","oPreviousSearch"],["aoSearchCols","aoPreSearchCols"],["iDisplayLength","_iDisplayLength"]]);F(p.oScroll,g,[["sScrollX","sX"],["sScrollXInner","sXInner"],["sScrollY","sY"],["bScrollCollapse","bCollapse"]]);F(p.oLanguage,g,"fnInfoCallback");
87
+ z(p,"aoDrawCallback",g.fnDrawCallback,"user");z(p,"aoServerParams",g.fnServerParams,"user");z(p,"aoStateSaveParams",g.fnStateSaveParams,"user");z(p,"aoStateLoadParams",g.fnStateLoadParams,"user");z(p,"aoStateLoaded",g.fnStateLoaded,"user");z(p,"aoRowCallback",g.fnRowCallback,"user");z(p,"aoRowCreatedCallback",g.fnCreatedRow,"user");z(p,"aoHeaderCallback",g.fnHeaderCallback,"user");z(p,"aoFooterCallback",g.fnFooterCallback,"user");z(p,"aoInitComplete",g.fnInitComplete,"user");z(p,"aoPreDrawCallback",
88
+ g.fnPreDrawCallback,"user");p.rowIdFn=S(g.rowId);hb(p);var u=p.oClasses;h.extend(u,n.ext.classes,g.oClasses);q.addClass(u.sTable);p.iInitDisplayStart===k&&(p.iInitDisplayStart=g.iDisplayStart,p._iDisplayStart=g.iDisplayStart);null!==g.iDeferLoading&&(p.bDeferLoading=!0,e=h.isArray(g.iDeferLoading),p._iRecordsDisplay=e?g.iDeferLoading[0]:g.iDeferLoading,p._iRecordsTotal=e?g.iDeferLoading[1]:g.iDeferLoading);var v=p.oLanguage;h.extend(!0,v,g.oLanguage);v.sUrl&&(h.ajax({dataType:"json",url:v.sUrl,success:function(a){Ca(a);
89
+ J(l.oLanguage,a);h.extend(true,v,a);ha(p)},error:function(){ha(p)}}),m=!0);null===g.asStripeClasses&&(p.asStripeClasses=[u.sStripeOdd,u.sStripeEven]);var e=p.asStripeClasses,x=q.children("tbody").find("tr").eq(0);-1!==h.inArray(!0,h.map(e,function(a){return x.hasClass(a)}))&&(h("tbody tr",this).removeClass(e.join(" ")),p.asDestroyStripes=e.slice());e=[];t=this.getElementsByTagName("thead");0!==t.length&&(ea(p.aoHeader,t[0]),e=ra(p));if(null===g.aoColumns){t=[];j=0;for(i=e.length;j<i;j++)t.push(null)}else t=
90
+ g.aoColumns;j=0;for(i=t.length;j<i;j++)Ea(p,e?e[j]:null);jb(p,g.aoColumnDefs,t,function(a,b){ka(p,a,b)});if(x.length){var w=function(a,b){return a.getAttribute("data-"+b)!==null?b:null};h(x[0]).children("th, td").each(function(a,b){var c=p.aoColumns[a];if(c.mData===a){var d=w(b,"sort")||w(b,"order"),e=w(b,"filter")||w(b,"search");if(d!==null||e!==null){c.mData={_:a+".display",sort:d!==null?a+".@data-"+d:k,type:d!==null?a+".@data-"+d:k,filter:e!==null?a+".@data-"+e:k};ka(p,a)}}})}var U=p.oFeatures,
91
+ e=function(){if(g.aaSorting===k){var a=p.aaSorting;j=0;for(i=a.length;j<i;j++)a[j][1]=p.aoColumns[j].asSorting[0]}wa(p);U.bSort&&z(p,"aoDrawCallback",function(){if(p.bSorted){var a=X(p),b={};h.each(a,function(a,c){b[c.src]=c.dir});r(p,null,"order",[p,a,b]);Jb(p)}});z(p,"aoDrawCallback",function(){(p.bSorted||y(p)==="ssp"||U.bDeferRender)&&wa(p)},"sc");var a=q.children("caption").each(function(){this._captionSide=h(this).css("caption-side")}),b=q.children("thead");b.length===0&&(b=h("<thead/>").appendTo(q));
92
+ p.nTHead=b[0];b=q.children("tbody");b.length===0&&(b=h("<tbody/>").appendTo(q));p.nTBody=b[0];b=q.children("tfoot");if(b.length===0&&a.length>0&&(p.oScroll.sX!==""||p.oScroll.sY!==""))b=h("<tfoot/>").appendTo(q);if(b.length===0||b.children().length===0)q.addClass(u.sNoFooter);else if(b.length>0){p.nTFoot=b[0];ea(p.aoFooter,p.nTFoot)}if(g.aaData)for(j=0;j<g.aaData.length;j++)O(p,g.aaData[j]);else(p.bDeferLoading||y(p)=="dom")&&na(p,h(p.nTBody).children("tr"));p.aiDisplay=p.aiDisplayMaster.slice();
93
+ p.bInitialised=true;m===false&&ha(p)};g.bStateSave?(U.bStateSave=!0,z(p,"aoDrawCallback",xa,"state_save"),Kb(p,g,e)):e()}});b=null;return this},x,s,o,u,Za={},Nb=/[\r\n]/g,Aa=/<.*?>/g,Zb=/^\d{2,4}[\.\/\-]\d{1,2}[\.\/\-]\d{1,2}([T ]{1}\d{1,2}[:\.]\d{2}([\.:]\d{2})?)?$/,$b=RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\|\\$|\\^|\\-)","g"),Ya=/[',$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfkɃΞ]/gi,M=function(a){return!a||!0===a||"-"===a?!0:!1},Ob=function(a){var b=parseInt(a,10);return!isNaN(b)&&
94
+ isFinite(a)?b:null},Pb=function(a,b){Za[b]||(Za[b]=RegExp(Qa(b),"g"));return"string"===typeof a&&"."!==b?a.replace(/\./g,"").replace(Za[b],"."):a},$a=function(a,b,c){var d="string"===typeof a;if(M(a))return!0;b&&d&&(a=Pb(a,b));c&&d&&(a=a.replace(Ya,""));return!isNaN(parseFloat(a))&&isFinite(a)},Qb=function(a,b,c){return M(a)?!0:!(M(a)||"string"===typeof a)?null:$a(a.replace(Aa,""),b,c)?!0:null},D=function(a,b,c){var d=[],e=0,f=a.length;if(c!==k)for(;e<f;e++)a[e]&&a[e][b]&&d.push(a[e][b][c]);else for(;e<
95
+ f;e++)a[e]&&d.push(a[e][b]);return d},ja=function(a,b,c,d){var e=[],f=0,g=b.length;if(d!==k)for(;f<g;f++)a[b[f]][c]&&e.push(a[b[f]][c][d]);else for(;f<g;f++)e.push(a[b[f]][c]);return e},Y=function(a,b){var c=[],d;b===k?(b=0,d=a):(d=b,b=a);for(var e=b;e<d;e++)c.push(e);return c},Rb=function(a){for(var b=[],c=0,d=a.length;c<d;c++)a[c]&&b.push(a[c]);return b},qa=function(a){var b;a:{if(!(2>a.length)){b=a.slice().sort();for(var c=b[0],d=1,e=b.length;d<e;d++){if(b[d]===c){b=!1;break a}c=b[d]}}b=!0}if(b)return a.slice();
96
+ b=[];var e=a.length,f,g=0,d=0;a:for(;d<e;d++){c=a[d];for(f=0;f<g;f++)if(b[f]===c)continue a;b.push(c);g++}return b};n.util={throttle:function(a,b){var c=b!==k?b:200,d,e;return function(){var b=this,g=+new Date,j=arguments;d&&g<d+c?(clearTimeout(e),e=setTimeout(function(){d=k;a.apply(b,j)},c)):(d=g,a.apply(b,j))}},escapeRegex:function(a){return a.replace($b,"\\$1")}};var A=function(a,b,c){a[b]!==k&&(a[c]=a[b])},ca=/\[.*?\]$/,W=/\(\)$/,Qa=n.util.escapeRegex,va=h("<div>")[0],Wb=va.textContent!==k,Yb=
97
+ /<.*?>/g,Oa=n.util.throttle,Sb=[],w=Array.prototype,ac=function(a){var b,c,d=n.settings,e=h.map(d,function(a){return a.nTable});if(a){if(a.nTable&&a.oApi)return[a];if(a.nodeName&&"table"===a.nodeName.toLowerCase())return b=h.inArray(a,e),-1!==b?[d[b]]:null;if(a&&"function"===typeof a.settings)return a.settings().toArray();"string"===typeof a?c=h(a):a instanceof h&&(c=a)}else return[];if(c)return c.map(function(){b=h.inArray(this,e);return-1!==b?d[b]:null}).toArray()};s=function(a,b){if(!(this instanceof
98
+ s))return new s(a,b);var c=[],d=function(a){(a=ac(a))&&(c=c.concat(a))};if(h.isArray(a))for(var e=0,f=a.length;e<f;e++)d(a[e]);else d(a);this.context=qa(c);b&&h.merge(this,b);this.selector={rows:null,cols:null,opts:null};s.extend(this,this,Sb)};n.Api=s;h.extend(s.prototype,{any:function(){return 0!==this.count()},concat:w.concat,context:[],count:function(){return this.flatten().length},each:function(a){for(var b=0,c=this.length;b<c;b++)a.call(this,this[b],b,this);return this},eq:function(a){var b=
99
+ this.context;return b.length>a?new s(b[a],this[a]):null},filter:function(a){var b=[];if(w.filter)b=w.filter.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)a.call(this,this[c],c,this)&&b.push(this[c]);return new s(this.context,b)},flatten:function(){var a=[];return new s(this.context,a.concat.apply(a,this.toArray()))},join:w.join,indexOf:w.indexOf||function(a,b){for(var c=b||0,d=this.length;c<d;c++)if(this[c]===a)return c;return-1},iterator:function(a,b,c,d){var e=[],f,g,j,h,m,l=this.context,
100
+ n,o,u=this.selector;"string"===typeof a&&(d=c,c=b,b=a,a=!1);g=0;for(j=l.length;g<j;g++){var r=new s(l[g]);if("table"===b)f=c.call(r,l[g],g),f!==k&&e.push(f);else if("columns"===b||"rows"===b)f=c.call(r,l[g],this[g],g),f!==k&&e.push(f);else if("column"===b||"column-rows"===b||"row"===b||"cell"===b){o=this[g];"column-rows"===b&&(n=Ba(l[g],u.opts));h=0;for(m=o.length;h<m;h++)f=o[h],f="cell"===b?c.call(r,l[g],f.row,f.column,g,h):c.call(r,l[g],f,g,h,n),f!==k&&e.push(f)}}return e.length||d?(a=new s(l,a?
101
+ e.concat.apply([],e):e),b=a.selector,b.rows=u.rows,b.cols=u.cols,b.opts=u.opts,a):this},lastIndexOf:w.lastIndexOf||function(a,b){return this.indexOf.apply(this.toArray.reverse(),arguments)},length:0,map:function(a){var b=[];if(w.map)b=w.map.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)b.push(a.call(this,this[c],c));return new s(this.context,b)},pluck:function(a){return this.map(function(b){return b[a]})},pop:w.pop,push:w.push,reduce:w.reduce||function(a,b){return ib(this,a,b,0,this.length,
102
+ 1)},reduceRight:w.reduceRight||function(a,b){return ib(this,a,b,this.length-1,-1,-1)},reverse:w.reverse,selector:null,shift:w.shift,slice:function(){return new s(this.context,this)},sort:w.sort,splice:w.splice,toArray:function(){return w.slice.call(this)},to$:function(){return h(this)},toJQuery:function(){return h(this)},unique:function(){return new s(this.context,qa(this))},unshift:w.unshift});s.extend=function(a,b,c){if(c.length&&b&&(b instanceof s||b.__dt_wrapper)){var d,e,f,g=function(a,b,c){return function(){var d=
103
+ b.apply(a,arguments);s.extend(d,d,c.methodExt);return d}};d=0;for(e=c.length;d<e;d++)f=c[d],b[f.name]="function"===typeof f.val?g(a,f.val,f):h.isPlainObject(f.val)?{}:f.val,b[f.name].__dt_wrapper=!0,s.extend(a,b[f.name],f.propExt)}};s.register=o=function(a,b){if(h.isArray(a))for(var c=0,d=a.length;c<d;c++)s.register(a[c],b);else for(var e=a.split("."),f=Sb,g,j,c=0,d=e.length;c<d;c++){g=(j=-1!==e[c].indexOf("()"))?e[c].replace("()",""):e[c];var i;a:{i=0;for(var m=f.length;i<m;i++)if(f[i].name===g){i=
104
+ f[i];break a}i=null}i||(i={name:g,val:{},methodExt:[],propExt:[]},f.push(i));c===d-1?i.val=b:f=j?i.methodExt:i.propExt}};s.registerPlural=u=function(a,b,c){s.register(a,c);s.register(b,function(){var a=c.apply(this,arguments);return a===this?this:a instanceof s?a.length?h.isArray(a[0])?new s(a.context,a[0]):a[0]:k:a})};o("tables()",function(a){var b;if(a){b=s;var c=this.context;if("number"===typeof a)a=[c[a]];else var d=h.map(c,function(a){return a.nTable}),a=h(d).filter(a).map(function(){var a=h.inArray(this,
105
+ d);return c[a]}).toArray();b=new b(a)}else b=this;return b});o("table()",function(a){var a=this.tables(a),b=a.context;return b.length?new s(b[0]):a});u("tables().nodes()","table().node()",function(){return this.iterator("table",function(a){return a.nTable},1)});u("tables().body()","table().body()",function(){return this.iterator("table",function(a){return a.nTBody},1)});u("tables().header()","table().header()",function(){return this.iterator("table",function(a){return a.nTHead},1)});u("tables().footer()",
106
+ "table().footer()",function(){return this.iterator("table",function(a){return a.nTFoot},1)});u("tables().containers()","table().container()",function(){return this.iterator("table",function(a){return a.nTableWrapper},1)});o("draw()",function(a){return this.iterator("table",function(b){"page"===a?P(b):("string"===typeof a&&(a="full-hold"===a?!1:!0),T(b,!1===a))})});o("page()",function(a){return a===k?this.page.info().page:this.iterator("table",function(b){Ta(b,a)})});o("page.info()",function(){if(0===
107
+ this.context.length)return k;var a=this.context[0],b=a._iDisplayStart,c=a.oFeatures.bPaginate?a._iDisplayLength:-1,d=a.fnRecordsDisplay(),e=-1===c;return{page:e?0:Math.floor(b/c),pages:e?1:Math.ceil(d/c),start:b,end:a.fnDisplayEnd(),length:c,recordsTotal:a.fnRecordsTotal(),recordsDisplay:d,serverSide:"ssp"===y(a)}});o("page.len()",function(a){return a===k?0!==this.context.length?this.context[0]._iDisplayLength:k:this.iterator("table",function(b){Ra(b,a)})});var Tb=function(a,b,c){if(c){var d=new s(a);
108
+ d.one("draw",function(){c(d.ajax.json())})}if("ssp"==y(a))T(a,b);else{C(a,!0);var e=a.jqXHR;e&&4!==e.readyState&&e.abort();sa(a,[],function(c){oa(a);for(var c=ta(a,c),d=0,e=c.length;d<e;d++)O(a,c[d]);T(a,b);C(a,!1)})}};o("ajax.json()",function(){var a=this.context;if(0<a.length)return a[0].json});o("ajax.params()",function(){var a=this.context;if(0<a.length)return a[0].oAjaxData});o("ajax.reload()",function(a,b){return this.iterator("table",function(c){Tb(c,!1===b,a)})});o("ajax.url()",function(a){var b=
109
+ this.context;if(a===k){if(0===b.length)return k;b=b[0];return b.ajax?h.isPlainObject(b.ajax)?b.ajax.url:b.ajax:b.sAjaxSource}return this.iterator("table",function(b){h.isPlainObject(b.ajax)?b.ajax.url=a:b.ajax=a})});o("ajax.url().load()",function(a,b){return this.iterator("table",function(c){Tb(c,!1===b,a)})});var ab=function(a,b,c,d,e){var f=[],g,j,i,m,l,n;i=typeof b;if(!b||"string"===i||"function"===i||b.length===k)b=[b];i=0;for(m=b.length;i<m;i++){j=b[i]&&b[i].split&&!b[i].match(/[\[\(:]/)?b[i].split(","):
110
+ [b[i]];l=0;for(n=j.length;l<n;l++)(g=c("string"===typeof j[l]?h.trim(j[l]):j[l]))&&g.length&&(f=f.concat(g))}a=x.selector[a];if(a.length){i=0;for(m=a.length;i<m;i++)f=a[i](d,e,f)}return qa(f)},bb=function(a){a||(a={});a.filter&&a.search===k&&(a.search=a.filter);return h.extend({search:"none",order:"current",page:"all"},a)},cb=function(a){for(var b=0,c=a.length;b<c;b++)if(0<a[b].length)return a[0]=a[b],a[0].length=1,a.length=1,a.context=[a.context[b]],a;a.length=0;return a},Ba=function(a,b){var c,
111
+ d,e,f=[],g=a.aiDisplay;e=a.aiDisplayMaster;var j=b.search;c=b.order;d=b.page;if("ssp"==y(a))return"removed"===j?[]:Y(0,e.length);if("current"==d){c=a._iDisplayStart;for(d=a.fnDisplayEnd();c<d;c++)f.push(g[c])}else if("current"==c||"applied"==c)if("none"==j)f=e.slice();else if("applied"==j)f=g.slice();else{if("removed"==j){var i={};c=0;for(d=g.length;c<d;c++)i[g[c]]=null;f=h.map(e,function(a){return!i.hasOwnProperty(a)?a:null})}}else if("index"==c||"original"==c){c=0;for(d=a.aoData.length;c<d;c++)"none"==
112
+ j?f.push(c):(e=h.inArray(c,g),(-1===e&&"removed"==j||0<=e&&"applied"==j)&&f.push(c))}return f};o("rows()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=bb(b),c=this.iterator("table",function(c){var e=b,f;return ab("row",a,function(a){var b=Ob(a),i=c.aoData;if(b!==null&&!e)return[b];f||(f=Ba(c,e));if(b!==null&&h.inArray(b,f)!==-1)return[b];if(a===null||a===k||a==="")return f;if(typeof a==="function")return h.map(f,function(b){var c=i[b];return a(b,c._aData,c.nTr)?b:null});if(a.nodeName){var b=
113
+ a._DT_RowIndex,m=a._DT_CellIndex;if(b!==k)return i[b]&&i[b].nTr===a?[b]:[];if(m)return i[m.row]&&i[m.row].nTr===a?[m.row]:[];b=h(a).closest("*[data-dt-row]");return b.length?[b.data("dt-row")]:[]}if(typeof a==="string"&&a.charAt(0)==="#"){b=c.aIds[a.replace(/^#/,"")];if(b!==k)return[b.idx]}b=Rb(ja(c.aoData,f,"nTr"));return h(b).filter(a).map(function(){return this._DT_RowIndex}).toArray()},c,e)},1);c.selector.rows=a;c.selector.opts=b;return c});o("rows().nodes()",function(){return this.iterator("row",
114
+ function(a,b){return a.aoData[b].nTr||k},1)});o("rows().data()",function(){return this.iterator(!0,"rows",function(a,b){return ja(a.aoData,b,"_aData")},1)});u("rows().cache()","row().cache()",function(a){return this.iterator("row",function(b,c){var d=b.aoData[c];return"search"===a?d._aFilterData:d._aSortData},1)});u("rows().invalidate()","row().invalidate()",function(a){return this.iterator("row",function(b,c){da(b,c,a)})});u("rows().indexes()","row().index()",function(){return this.iterator("row",
115
+ function(a,b){return b},1)});u("rows().ids()","row().id()",function(a){for(var b=[],c=this.context,d=0,e=c.length;d<e;d++)for(var f=0,g=this[d].length;f<g;f++){var h=c[d].rowIdFn(c[d].aoData[this[d][f]]._aData);b.push((!0===a?"#":"")+h)}return new s(c,b)});u("rows().remove()","row().remove()",function(){var a=this;this.iterator("row",function(b,c,d){var e=b.aoData,f=e[c],g,h,i,m,l;e.splice(c,1);g=0;for(h=e.length;g<h;g++)if(i=e[g],l=i.anCells,null!==i.nTr&&(i.nTr._DT_RowIndex=g),null!==l){i=0;for(m=
116
+ l.length;i<m;i++)l[i]._DT_CellIndex.row=g}pa(b.aiDisplayMaster,c);pa(b.aiDisplay,c);pa(a[d],c,!1);0<b._iRecordsDisplay&&b._iRecordsDisplay--;Sa(b);c=b.rowIdFn(f._aData);c!==k&&delete b.aIds[c]});this.iterator("table",function(a){for(var c=0,d=a.aoData.length;c<d;c++)a.aoData[c].idx=c});return this});o("rows.add()",function(a){var b=this.iterator("table",function(b){var c,f,g,h=[];f=0;for(g=a.length;f<g;f++)c=a[f],c.nodeName&&"TR"===c.nodeName.toUpperCase()?h.push(na(b,c)[0]):h.push(O(b,c));return h},
117
+ 1),c=this.rows(-1);c.pop();h.merge(c,b);return c});o("row()",function(a,b){return cb(this.rows(a,b))});o("row().data()",function(a){var b=this.context;if(a===k)return b.length&&this.length?b[0].aoData[this[0]]._aData:k;var c=b[0].aoData[this[0]];c._aData=a;h.isArray(a)&&c.nTr.id&&N(b[0].rowId)(a,c.nTr.id);da(b[0],this[0],"data");return this});o("row().node()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]].nTr||null:null});o("row.add()",function(a){a instanceof h&&
118
+ a.length&&(a=a[0]);var b=this.iterator("table",function(b){return a.nodeName&&"TR"===a.nodeName.toUpperCase()?na(b,a)[0]:O(b,a)});return this.row(b[0])});var db=function(a,b){var c=a.context;if(c.length&&(c=c[0].aoData[b!==k?b:a[0]])&&c._details)c._details.remove(),c._detailsShow=k,c._details=k},Ub=function(a,b){var c=a.context;if(c.length&&a.length){var d=c[0].aoData[a[0]];if(d._details){(d._detailsShow=b)?d._details.insertAfter(d.nTr):d._details.detach();var e=c[0],f=new s(e),g=e.aoData;f.off("draw.dt.DT_details column-visibility.dt.DT_details destroy.dt.DT_details");
119
+ 0<D(g,"_details").length&&(f.on("draw.dt.DT_details",function(a,b){e===b&&f.rows({page:"current"}).eq(0).each(function(a){a=g[a];a._detailsShow&&a._details.insertAfter(a.nTr)})}),f.on("column-visibility.dt.DT_details",function(a,b){if(e===b)for(var c,d=V(b),f=0,h=g.length;f<h;f++)c=g[f],c._details&&c._details.children("td[colspan]").attr("colspan",d)}),f.on("destroy.dt.DT_details",function(a,b){if(e===b)for(var c=0,d=g.length;c<d;c++)g[c]._details&&db(f,c)}))}}};o("row().child()",function(a,b){var c=
120
+ this.context;if(a===k)return c.length&&this.length?c[0].aoData[this[0]]._details:k;if(!0===a)this.child.show();else if(!1===a)db(this);else if(c.length&&this.length){var d=c[0],c=c[0].aoData[this[0]],e=[],f=function(a,b){if(h.isArray(a)||a instanceof h)for(var c=0,k=a.length;c<k;c++)f(a[c],b);else a.nodeName&&"tr"===a.nodeName.toLowerCase()?e.push(a):(c=h("<tr><td/></tr>").addClass(b),h("td",c).addClass(b).html(a)[0].colSpan=V(d),e.push(c[0]))};f(a,b);c._details&&c._details.detach();c._details=h(e);
121
+ c._detailsShow&&c._details.insertAfter(c.nTr)}return this});o(["row().child.show()","row().child().show()"],function(){Ub(this,!0);return this});o(["row().child.hide()","row().child().hide()"],function(){Ub(this,!1);return this});o(["row().child.remove()","row().child().remove()"],function(){db(this);return this});o("row().child.isShown()",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var bc=/^([^:]+):(name|visIdx|visible)$/,Vb=function(a,b,
122
+ c,d,e){for(var c=[],d=0,f=e.length;d<f;d++)c.push(B(a,e[d],b));return c};o("columns()",function(a,b){a===k?a="":h.isPlainObject(a)&&(b=a,a="");var b=bb(b),c=this.iterator("table",function(c){var e=a,f=b,g=c.aoColumns,j=D(g,"sName"),i=D(g,"nTh");return ab("column",e,function(a){var b=Ob(a);if(a==="")return Y(g.length);if(b!==null)return[b>=0?b:g.length+b];if(typeof a==="function"){var e=Ba(c,f);return h.map(g,function(b,f){return a(f,Vb(c,f,0,0,e),i[f])?f:null})}var k=typeof a==="string"?a.match(bc):
123
+ "";if(k)switch(k[2]){case "visIdx":case "visible":b=parseInt(k[1],10);if(b<0){var n=h.map(g,function(a,b){return a.bVisible?b:null});return[n[n.length+b]]}return[aa(c,b)];case "name":return h.map(j,function(a,b){return a===k[1]?b:null});default:return[]}if(a.nodeName&&a._DT_CellIndex)return[a._DT_CellIndex.column];b=h(i).filter(a).map(function(){return h.inArray(this,i)}).toArray();if(b.length||!a.nodeName)return b;b=h(a).closest("*[data-dt-column]");return b.length?[b.data("dt-column")]:[]},c,f)},
124
+ 1);c.selector.cols=a;c.selector.opts=b;return c});u("columns().header()","column().header()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTh},1)});u("columns().footer()","column().footer()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].nTf},1)});u("columns().data()","column().data()",function(){return this.iterator("column-rows",Vb,1)});u("columns().dataSrc()","column().dataSrc()",function(){return this.iterator("column",function(a,b){return a.aoColumns[b].mData},
125
+ 1)});u("columns().cache()","column().cache()",function(a){return this.iterator("column-rows",function(b,c,d,e,f){return ja(b.aoData,f,"search"===a?"_aFilterData":"_aSortData",c)},1)});u("columns().nodes()","column().nodes()",function(){return this.iterator("column-rows",function(a,b,c,d,e){return ja(a.aoData,e,"anCells",b)},1)});u("columns().visible()","column().visible()",function(a,b){var c=this.iterator("column",function(b,c){if(a===k)return b.aoColumns[c].bVisible;var f=b.aoColumns,g=f[c],j=b.aoData,
126
+ i,m,l;if(a!==k&&g.bVisible!==a){if(a){var n=h.inArray(!0,D(f,"bVisible"),c+1);i=0;for(m=j.length;i<m;i++)l=j[i].nTr,f=j[i].anCells,l&&l.insertBefore(f[c],f[n]||null)}else h(D(b.aoData,"anCells",c)).detach();g.bVisible=a;fa(b,b.aoHeader);fa(b,b.aoFooter);b.aiDisplay.length||h(b.nTBody).find("td[colspan]").attr("colspan",V(b));xa(b)}});a!==k&&(this.iterator("column",function(c,e){r(c,null,"column-visibility",[c,e,a,b])}),(b===k||b)&&this.columns.adjust());return c});u("columns().indexes()","column().index()",
127
+ function(a){return this.iterator("column",function(b,c){return"visible"===a?ba(b,c):c},1)});o("columns.adjust()",function(){return this.iterator("table",function(a){$(a)},1)});o("column.index()",function(a,b){if(0!==this.context.length){var c=this.context[0];if("fromVisible"===a||"toData"===a)return aa(c,b);if("fromData"===a||"toVisible"===a)return ba(c,b)}});o("column()",function(a,b){return cb(this.columns(a,b))});o("cells()",function(a,b,c){h.isPlainObject(a)&&(a.row===k?(c=a,a=null):(c=b,b=null));
128
+ h.isPlainObject(b)&&(c=b,b=null);if(null===b||b===k)return this.iterator("table",function(b){var d=a,e=bb(c),f=b.aoData,g=Ba(b,e),j=Rb(ja(f,g,"anCells")),i=h([].concat.apply([],j)),l,m=b.aoColumns.length,n,o,u,s,r,v;return ab("cell",d,function(a){var c=typeof a==="function";if(a===null||a===k||c){n=[];o=0;for(u=g.length;o<u;o++){l=g[o];for(s=0;s<m;s++){r={row:l,column:s};if(c){v=f[l];a(r,B(b,l,s),v.anCells?v.anCells[s]:null)&&n.push(r)}else n.push(r)}}return n}if(h.isPlainObject(a))return a.column!==
129
+ k&&a.row!==k&&h.inArray(a.row,g)!==-1?[a]:[];c=i.filter(a).map(function(a,b){return{row:b._DT_CellIndex.row,column:b._DT_CellIndex.column}}).toArray();if(c.length||!a.nodeName)return c;v=h(a).closest("*[data-dt-row]");return v.length?[{row:v.data("dt-row"),column:v.data("dt-column")}]:[]},b,e)});var d=this.columns(b),e=this.rows(a),f,g,j,i,m;this.iterator("table",function(a,b){f=[];g=0;for(j=e[b].length;g<j;g++){i=0;for(m=d[b].length;i<m;i++)f.push({row:e[b][g],column:d[b][i]})}},1);var l=this.cells(f,
130
+ c);h.extend(l.selector,{cols:b,rows:a,opts:c});return l});u("cells().nodes()","cell().node()",function(){return this.iterator("cell",function(a,b,c){return(a=a.aoData[b])&&a.anCells?a.anCells[c]:k},1)});o("cells().data()",function(){return this.iterator("cell",function(a,b,c){return B(a,b,c)},1)});u("cells().cache()","cell().cache()",function(a){a="search"===a?"_aFilterData":"_aSortData";return this.iterator("cell",function(b,c,d){return b.aoData[c][a][d]},1)});u("cells().render()","cell().render()",
131
+ function(a){return this.iterator("cell",function(b,c,d){return B(b,c,d,a)},1)});u("cells().indexes()","cell().index()",function(){return this.iterator("cell",function(a,b,c){return{row:b,column:c,columnVisible:ba(a,c)}},1)});u("cells().invalidate()","cell().invalidate()",function(a){return this.iterator("cell",function(b,c,d){da(b,c,a,d)})});o("cell()",function(a,b,c){return cb(this.cells(a,b,c))});o("cell().data()",function(a){var b=this.context,c=this[0];if(a===k)return b.length&&c.length?B(b[0],
132
+ c[0].row,c[0].column):k;kb(b[0],c[0].row,c[0].column,a);da(b[0],c[0].row,"data",c[0].column);return this});o("order()",function(a,b){var c=this.context;if(a===k)return 0!==c.length?c[0].aaSorting:k;"number"===typeof a?a=[[a,b]]:a.length&&!h.isArray(a[0])&&(a=Array.prototype.slice.call(arguments));return this.iterator("table",function(b){b.aaSorting=a.slice()})});o("order.listener()",function(a,b,c){return this.iterator("table",function(d){Ma(d,a,b,c)})});o("order.fixed()",function(a){if(!a){var b=
133
+ this.context,b=b.length?b[0].aaSortingFixed:k;return h.isArray(b)?{pre:b}:b}return this.iterator("table",function(b){b.aaSortingFixed=h.extend(!0,{},a)})});o(["columns().order()","column().order()"],function(a){var b=this;return this.iterator("table",function(c,d){var e=[];h.each(b[d],function(b,c){e.push([c,a])});c.aaSorting=e})});o("search()",function(a,b,c,d){var e=this.context;return a===k?0!==e.length?e[0].oPreviousSearch.sSearch:k:this.iterator("table",function(e){e.oFeatures.bFilter&&ga(e,
134
+ h.extend({},e.oPreviousSearch,{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),1)})});u("columns().search()","column().search()",function(a,b,c,d){return this.iterator("column",function(e,f){var g=e.aoPreSearchCols;if(a===k)return g[f].sSearch;e.oFeatures.bFilter&&(h.extend(g[f],{sSearch:a+"",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),ga(e,e.oPreviousSearch,1))})});o("state()",function(){return this.context.length?this.context[0].oSavedState:
135
+ null});o("state.clear()",function(){return this.iterator("table",function(a){a.fnStateSaveCallback.call(a.oInstance,a,{})})});o("state.loaded()",function(){return this.context.length?this.context[0].oLoadedState:null});o("state.save()",function(){return this.iterator("table",function(a){xa(a)})});n.versionCheck=n.fnVersionCheck=function(a){for(var b=n.version.split("."),a=a.split("."),c,d,e=0,f=a.length;e<f;e++)if(c=parseInt(b[e],10)||0,d=parseInt(a[e],10)||0,c!==d)return c>d;return!0};n.isDataTable=
136
+ n.fnIsDataTable=function(a){var b=h(a).get(0),c=!1;if(a instanceof n.Api)return!0;h.each(n.settings,function(a,e){var f=e.nScrollHead?h("table",e.nScrollHead)[0]:null,g=e.nScrollFoot?h("table",e.nScrollFoot)[0]:null;if(e.nTable===b||f===b||g===b)c=!0});return c};n.tables=n.fnTables=function(a){var b=!1;h.isPlainObject(a)&&(b=a.api,a=a.visible);var c=h.map(n.settings,function(b){if(!a||a&&h(b.nTable).is(":visible"))return b.nTable});return b?new s(c):c};n.camelToHungarian=J;o("$()",function(a,b){var c=
137
+ this.rows(b).nodes(),c=h(c);return h([].concat(c.filter(a).toArray(),c.find(a).toArray()))});h.each(["on","one","off"],function(a,b){o(b+"()",function(){var a=Array.prototype.slice.call(arguments);a[0]=h.map(a[0].split(/\s/),function(a){return!a.match(/\.dt\b/)?a+".dt":a}).join(" ");var d=h(this.tables().nodes());d[b].apply(d,a);return this})});o("clear()",function(){return this.iterator("table",function(a){oa(a)})});o("settings()",function(){return new s(this.context,this.context)});o("init()",function(){var a=
138
+ this.context;return a.length?a[0].oInit:null});o("data()",function(){return this.iterator("table",function(a){return D(a.aoData,"_aData")}).flatten()});o("destroy()",function(a){a=a||!1;return this.iterator("table",function(b){var c=b.nTableWrapper.parentNode,d=b.oClasses,e=b.nTable,f=b.nTBody,g=b.nTHead,j=b.nTFoot,i=h(e),f=h(f),k=h(b.nTableWrapper),l=h.map(b.aoData,function(a){return a.nTr}),o;b.bDestroying=!0;r(b,"aoDestroyCallback","destroy",[b]);a||(new s(b)).columns().visible(!0);k.off(".DT").find(":not(tbody *)").off(".DT");
139
+ h(E).off(".DT-"+b.sInstance);e!=g.parentNode&&(i.children("thead").detach(),i.append(g));j&&e!=j.parentNode&&(i.children("tfoot").detach(),i.append(j));b.aaSorting=[];b.aaSortingFixed=[];wa(b);h(l).removeClass(b.asStripeClasses.join(" "));h("th, td",g).removeClass(d.sSortable+" "+d.sSortableAsc+" "+d.sSortableDesc+" "+d.sSortableNone);f.children().detach();f.append(l);g=a?"remove":"detach";i[g]();k[g]();!a&&c&&(c.insertBefore(e,b.nTableReinsertBefore),i.css("width",b.sDestroyWidth).removeClass(d.sTable),
140
+ (o=b.asDestroyStripes.length)&&f.children().each(function(a){h(this).addClass(b.asDestroyStripes[a%o])}));c=h.inArray(b,n.settings);-1!==c&&n.settings.splice(c,1)})});h.each(["column","row","cell"],function(a,b){o(b+"s().every()",function(a){var d=this.selector.opts,e=this;return this.iterator(b,function(f,g,h,i,m){a.call(e[b](g,"cell"===b?h:d,"cell"===b?d:k),g,h,i,m)})})});o("i18n()",function(a,b,c){var d=this.context[0],a=S(a)(d.oLanguage);a===k&&(a=b);c!==k&&h.isPlainObject(a)&&(a=a[c]!==k?a[c]:
141
+ a._);return a.replace("%d",c)});n.version="1.10.19";n.settings=[];n.models={};n.models.oSearch={bCaseInsensitive:!0,sSearch:"",bRegex:!1,bSmart:!0};n.models.oRow={nTr:null,anCells:null,_aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:"",src:null,idx:-1};n.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,
142
+ sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:"std",sSortingClass:null,sSortingClassJUI:null,sTitle:null,sType:null,sWidth:null,sWidthOrig:null};n.defaults={aaData:null,aaSorting:[[0,"asc"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,
143
+ bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,fnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null,fnFormatNumber:function(a){return a.toString().replace(/\B(?=(\d{3})+(?!\d))/g,this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem("DataTables_"+
144
+ a.sInstance+"_"+location.pathname))}catch(b){}},fnStateLoadParams:null,fnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1===a.iStateDuration?sessionStorage:localStorage).setItem("DataTables_"+a.sInstance+"_"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:": activate to sort column ascending",sSortDescending:": activate to sort column descending"},
145
+ oPaginate:{sFirst:"First",sLast:"Last",sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"Showing _START_ to _END_ of _TOTAL_ entries",sInfoEmpty:"Showing 0 to 0 of 0 entries",sInfoFiltered:"(filtered from _MAX_ total entries)",sInfoPostFix:"",sDecimal:"",sThousands:",",sLengthMenu:"Show _MENU_ entries",sLoadingRecords:"Loading...",sProcessing:"Processing...",sSearch:"Search:",sSearchPlaceholder:"",sUrl:"",sZeroRecords:"No matching records found"},oSearch:h.extend({},
146
+ n.models.oSearch),sAjaxDataProp:"data",sAjaxSource:null,sDom:"lfrtip",searchDelay:null,sPaginationType:"simple_numbers",sScrollX:"",sScrollXInner:"",sScrollY:"",sServerMethod:"GET",renderer:null,rowId:"DT_RowId"};Z(n.defaults);n.defaults.column={aDataSort:null,iDataSort:-1,asSorting:["asc","desc"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:"td",sClass:"",sContentPadding:"",sDefaultContent:null,sName:"",sSortDataType:"std",sTitle:null,sType:null,sWidth:null};
147
+ Z(n.defaults.column);n.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,bPaginate:null,bProcessing:null,bServerSide:null,bSort:null,bSortMulti:null,bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1,bBounding:!1,barWidth:0},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aIds:{},aoColumns:[],aoHeader:[],
148
+ aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],aoHeaderCallback:[],aoFooterCallback:[],aoDrawCallback:[],aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:"",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,searchDelay:null,sPaginationType:"two_button",
149
+ iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:k,oAjaxData:k,fnServerData:null,aoServerParams:[],sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return"ssp"==y(this)?1*this._iRecordsTotal:
150
+ this.aiDisplayMaster.length},fnRecordsDisplay:function(){return"ssp"==y(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a=this._iDisplayLength,b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{},rowIdFn:null,rowId:null};n.ext=x={buttons:{},
151
+ classes:{},builder:"-source-",errMode:"alert",feature:[],search:[],selector:{cell:[],column:[],row:[]},internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{},header:{}},order:{},type:{detect:[],search:{},order:{}},_unique:0,fnVersionCheck:n.fnVersionCheck,iApiIndex:0,oJUIClasses:{},sVersion:n.version};h.extend(x,{afnFiltering:x.search,aTypes:x.type.detect,ofnSearch:x.type.search,oSort:x.type.order,afnSortData:x.order,aoFeatures:x.feature,oApi:x.internal,oStdClasses:x.classes,oPagination:x.pager});
152
+ h.extend(n.ext.classes,{sTable:"dataTable",sNoFooter:"no-footer",sPageButton:"paginate_button",sPageButtonActive:"current",sPageButtonDisabled:"disabled",sStripeOdd:"odd",sStripeEven:"even",sRowEmpty:"dataTables_empty",sWrapper:"dataTables_wrapper",sFilter:"dataTables_filter",sInfo:"dataTables_info",sPaging:"dataTables_paginate paging_",sLength:"dataTables_length",sProcessing:"dataTables_processing",sSortAsc:"sorting_asc",sSortDesc:"sorting_desc",sSortable:"sorting",sSortableAsc:"sorting_asc_disabled",
153
+ sSortableDesc:"sorting_desc_disabled",sSortableNone:"sorting_disabled",sSortColumn:"sorting_",sFilterInput:"",sLengthSelect:"",sScrollWrapper:"dataTables_scroll",sScrollHead:"dataTables_scrollHead",sScrollHeadInner:"dataTables_scrollHeadInner",sScrollBody:"dataTables_scrollBody",sScrollFoot:"dataTables_scrollFoot",sScrollFootInner:"dataTables_scrollFootInner",sHeaderTH:"",sFooterTH:"",sSortJUIAsc:"",sSortJUIDesc:"",sSortJUI:"",sSortJUIAscAllowed:"",sSortJUIDescAllowed:"",sSortJUIWrapper:"",sSortIcon:"",
154
+ sJUIHeader:"",sJUIFooter:""});var Lb=n.ext.pager;h.extend(Lb,{simple:function(){return["previous","next"]},full:function(){return["first","previous","next","last"]},numbers:function(a,b){return[ia(a,b)]},simple_numbers:function(a,b){return["previous",ia(a,b),"next"]},full_numbers:function(a,b){return["first","previous",ia(a,b),"next","last"]},first_last_numbers:function(a,b){return["first",ia(a,b),"last"]},_numbers:ia,numbers_length:7});h.extend(!0,n.ext.renderer,{pageButton:{_:function(a,b,c,d,e,
155
+ f){var g=a.oClasses,j=a.oLanguage.oPaginate,i=a.oLanguage.oAria.paginate||{},m,l,n=0,o=function(b,d){var k,s,u,r,v=function(b){Ta(a,b.data.action,true)};k=0;for(s=d.length;k<s;k++){r=d[k];if(h.isArray(r)){u=h("<"+(r.DT_el||"div")+"/>").appendTo(b);o(u,r)}else{m=null;l="";switch(r){case "ellipsis":b.append('<span class="ellipsis">&#x2026;</span>');break;case "first":m=j.sFirst;l=r+(e>0?"":" "+g.sPageButtonDisabled);break;case "previous":m=j.sPrevious;l=r+(e>0?"":" "+g.sPageButtonDisabled);break;case "next":m=
156
+ j.sNext;l=r+(e<f-1?"":" "+g.sPageButtonDisabled);break;case "last":m=j.sLast;l=r+(e<f-1?"":" "+g.sPageButtonDisabled);break;default:m=r+1;l=e===r?g.sPageButtonActive:""}if(m!==null){u=h("<a>",{"class":g.sPageButton+" "+l,"aria-controls":a.sTableId,"aria-label":i[r],"data-dt-idx":n,tabindex:a.iTabIndex,id:c===0&&typeof r==="string"?a.sTableId+"_"+r:null}).html(m).appendTo(b);Wa(u,{action:r},v);n++}}}},s;try{s=h(b).find(H.activeElement).data("dt-idx")}catch(u){}o(h(b).empty(),d);s!==k&&h(b).find("[data-dt-idx="+
157
+ s+"]").focus()}}});h.extend(n.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return $a(a,c)?"num"+c:null},function(a){if(a&&!(a instanceof Date)&&!Zb.test(a))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||M(a)?"date":null},function(a,b){var c=b.oLanguage.sDecimal;return $a(a,c,!0)?"num-fmt"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c)?"html-num"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c,!0)?"html-num-fmt"+c:null},function(a){return M(a)||
158
+ "string"===typeof a&&-1!==a.indexOf("<")?"html":null}]);h.extend(n.ext.type.search,{html:function(a){return M(a)?a:"string"===typeof a?a.replace(Nb," ").replace(Aa,""):""},string:function(a){return M(a)?a:"string"===typeof a?a.replace(Nb," "):a}});var za=function(a,b,c,d){if(0!==a&&(!a||"-"===a))return-Infinity;b&&(a=Pb(a,b));a.replace&&(c&&(a=a.replace(c,"")),d&&(a=a.replace(d,"")));return 1*a};h.extend(x.type.order,{"date-pre":function(a){a=Date.parse(a);return isNaN(a)?-Infinity:a},"html-pre":function(a){return M(a)?
159
+ "":a.replace?a.replace(/<.*?>/g,"").toLowerCase():a+""},"string-pre":function(a){return M(a)?"":"string"===typeof a?a.toLowerCase():!a.toString?"":a.toString()},"string-asc":function(a,b){return a<b?-1:a>b?1:0},"string-desc":function(a,b){return a<b?1:a>b?-1:0}});Da("");h.extend(!0,n.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+" "+d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:
160
+ c.sSortingClass)}})},jqueryui:function(a,b,c,d){h("<div/>").addClass(d.sSortJUIWrapper).append(b.contents()).append(h("<span/>").addClass(d.sSortIcon+" "+c.sSortingClassJUI)).appendTo(b);h(a.nTable).on("order.dt.DT",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(d.sSortAsc+" "+d.sSortDesc).addClass(h[e]=="asc"?d.sSortAsc:h[e]=="desc"?d.sSortDesc:c.sSortingClass);b.find("span."+d.sSortIcon).removeClass(d.sSortJUIAsc+" "+d.sSortJUIDesc+" "+d.sSortJUI+" "+d.sSortJUIAscAllowed+" "+d.sSortJUIDescAllowed).addClass(h[e]==
161
+ "asc"?d.sSortJUIAsc:h[e]=="desc"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});var eb=function(a){return"string"===typeof a?a.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;"):a};n.render={number:function(a,b,c,d,e){return{display:function(f){if("number"!==typeof f&&"string"!==typeof f)return f;var g=0>f?"-":"",h=parseFloat(f);if(isNaN(h))return eb(f);h=h.toFixed(c);f=Math.abs(h);h=parseInt(f,10);f=c?b+(f-h).toFixed(c).substring(2):"";return g+(d||"")+h.toString().replace(/\B(?=(\d{3})+(?!\d))/g,
162
+ a)+f+(e||"")}}},text:function(){return{display:eb,filter:eb}}};h.extend(n.ext.internal,{_fnExternApiFunc:Mb,_fnBuildAjax:sa,_fnAjaxUpdate:mb,_fnAjaxParameters:vb,_fnAjaxUpdateDraw:wb,_fnAjaxDataSrc:ta,_fnAddColumn:Ea,_fnColumnOptions:ka,_fnAdjustColumnSizing:$,_fnVisibleToColumnIndex:aa,_fnColumnIndexToVisible:ba,_fnVisbleColumns:V,_fnGetColumns:ma,_fnColumnTypes:Ga,_fnApplyColumnDefs:jb,_fnHungarianMap:Z,_fnCamelToHungarian:J,_fnLanguageCompat:Ca,_fnBrowserDetect:hb,_fnAddData:O,_fnAddTr:na,_fnNodeToDataIndex:function(a,
163
+ b){return b._DT_RowIndex!==k?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:B,_fnSetCellData:kb,_fnSplitObjNotation:Ja,_fnGetObjectDataFn:S,_fnSetObjectDataFn:N,_fnGetDataMaster:Ka,_fnClearTable:oa,_fnDeleteIndex:pa,_fnInvalidate:da,_fnGetRowElements:Ia,_fnCreateTr:Ha,_fnBuildHead:lb,_fnDrawHead:fa,_fnDraw:P,_fnReDraw:T,_fnAddOptionsHtml:ob,_fnDetectHeader:ea,_fnGetUniqueThs:ra,_fnFeatureHtmlFilter:qb,_fnFilterComplete:ga,_fnFilterCustom:zb,
164
+ _fnFilterColumn:yb,_fnFilter:xb,_fnFilterCreateSearch:Pa,_fnEscapeRegex:Qa,_fnFilterData:Ab,_fnFeatureHtmlInfo:tb,_fnUpdateInfo:Db,_fnInfoMacros:Eb,_fnInitialise:ha,_fnInitComplete:ua,_fnLengthChange:Ra,_fnFeatureHtmlLength:pb,_fnFeatureHtmlPaginate:ub,_fnPageChange:Ta,_fnFeatureHtmlProcessing:rb,_fnProcessingDisplay:C,_fnFeatureHtmlTable:sb,_fnScrollDraw:la,_fnApplyToChildren:I,_fnCalculateColumnWidths:Fa,_fnThrottle:Oa,_fnConvertToWidth:Fb,_fnGetWidestNode:Gb,_fnGetMaxLenString:Hb,_fnStringToCss:v,
165
+ _fnSortFlatten:X,_fnSort:nb,_fnSortAria:Jb,_fnSortListener:Va,_fnSortAttachListener:Ma,_fnSortingClasses:wa,_fnSortData:Ib,_fnSaveState:xa,_fnLoadState:Kb,_fnSettingsFromNode:ya,_fnLog:K,_fnMap:F,_fnBindAction:Wa,_fnCallbackReg:z,_fnCallbackFire:r,_fnLengthOverflow:Sa,_fnRenderer:Na,_fnDataSource:y,_fnRowAttributes:La,_fnExtend:Xa,_fnCalculateEnd:function(){}});h.fn.dataTable=n;n.$=h;h.fn.dataTableSettings=n.settings;h.fn.dataTableExt=n.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};
166
+ h.each(n,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable});
 
assets/js/wpdatatables/wdt.funcs.js CHANGED
@@ -455,7 +455,7 @@ function wdtAddDatePlaceholders(input) {
455
  }
456
 
457
  function getMomentWdtDateFormat () {
458
- return wpdatatables_settings.wdtDateFormat.replace('d', 'DD').replace('M', 'MMM').replace('m', 'MM').replace('y', 'YY');
459
  }
460
 
461
  function getMomentWdtTimeFormat () {
455
  }
456
 
457
  function getMomentWdtDateFormat () {
458
+ return wpdatatables_settings.wdtDateFormat.replace('d', 'DD').replace('M', 'MMM').replace('m', 'MM').replace('y', 'YY').replace('F', 'MMMM').replace('j', 'DD');
459
  }
460
 
461
  function getMomentWdtTimeFormat () {
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.0.13');
13
 
14
  /**
15
  * Regular Expressions
9
 
10
  // Current version
11
 
12
+ define('WDT_CURRENT_VERSION', '2.0.14');
13
 
14
  /**
15
  * Regular Expressions
languages/fr_FR/wpdatatables-fr_FR.mo CHANGED
Binary file
languages/fr_FR/wpdatatables-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
- "POT-Creation-Date: 2019-07-25 10:22+0200\n"
5
- "PO-Revision-Date: 2019-07-25 10:22+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: fr_FR\n"
@@ -24,7 +24,17 @@ msgstr ""
24
  "X-Poedit-SearchPathExcluded-6: assets/js/moment\n"
25
  "X-Poedit-SearchPathExcluded-7: assets/js/tagsinput\n"
26
 
 
 
 
 
 
 
 
 
 
27
  #: controllers/wdt_admin.php:10 controllers/wdt_admin.php:11
 
28
  msgid "wpDataTables"
29
  msgstr "wpDataTables"
30
 
@@ -34,7 +44,6 @@ msgid "Create a Table"
34
  msgstr "Créer un tableau"
35
 
36
  #: controllers/wdt_admin.php:27 controllers/wdt_admin.php:28
37
- #: templates/browse_charts.inc.php:9
38
  msgid "wpDataCharts"
39
  msgstr "wpDataCharts"
40
 
@@ -49,730 +58,1056 @@ msgstr "Paramètres"
49
 
50
  #: controllers/wdt_admin.php:51
51
  msgid "Add-ons"
52
- msgstr "Suppléments d'extension"
53
 
54
  #: controllers/wdt_admin.php:52
55
  msgid "Addons"
56
- msgstr "Suppléments d'extension"
57
 
58
- #: controllers/wdt_admin.php:310 controllers/wdt_admin.php:359
59
- #: controllers/wdt_admin.php:389 controllers/wdt_admin.php:410
60
- #: controllers/wdt_admin.php:457 controllers/wdt_admin.php:483
61
- #: controllers/wdt_admin.php:502
62
  msgid "You do not have sufficient permissions to access this page."
63
  msgstr ""
64
  "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page."
65
 
66
- #: controllers/wdt_functions.php:437
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  msgid "wpDataChart with provided ID not found!"
68
  msgstr "wpDataChart avec identifiant fourni introuvable!"
69
 
70
- #: controllers/wdt_functions.php:473 controllers/wdt_functions.php:544
71
  msgid "wpDataTable with provided ID not found!"
72
  msgstr "wpDataChart avec identifiant fourni introuvable!"
73
 
74
- #: controllers/wdt_functions.php:554
75
  msgid "Provided column is not Integer or Float column type"
76
  msgstr ""
77
- "La colonne fournie n'est pas un type de colonne de nombre entier ou à vigule"
78
 
79
- #: controllers/wdt_functions.php:732
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  msgid "Choose a table"
81
  msgstr "Choisissez un tableau"
82
 
83
- #: controllers/wdt_functions.php:764
84
  msgid "Interactive Responsive Table"
85
  msgstr "Tableau interactif adaptatif"
86
 
87
- #: controllers/wdt_functions.php:765 controllers/wdt_functions.php:826
88
  msgid "Content"
89
  msgstr "Contenu"
90
 
91
- #: controllers/wdt_functions.php:771
92
  msgid "wpDataTable"
93
  msgstr "wpDataTable"
94
 
95
- #: controllers/wdt_functions.php:775
96
  msgid "Choose the wpDataTable from a dropdown"
97
  msgstr "Choisissez le wpDataTable dans une liste déroulante"
98
 
99
- #: controllers/wdt_functions.php:780
100
  msgid "Table view"
101
  msgstr "Vue tableau"
102
 
103
- #: controllers/wdt_functions.php:784
104
  msgid "Regular wpDataTable"
105
  msgstr "WpDataTable ordinaire"
106
 
107
- #: controllers/wdt_functions.php:786
108
  msgid "Excel-like table"
109
  msgstr "Tableau de type Excel"
110
 
111
- #: controllers/wdt_functions.php:792
112
  msgid "Variable placeholder #1"
113
- msgstr "Espace réservé variable #1"
114
 
115
- #: controllers/wdt_functions.php:795 controllers/wdt_functions.php:803
116
- #: controllers/wdt_functions.php:811
117
  msgid "Variables"
118
  msgstr "Variables"
119
 
120
- #: controllers/wdt_functions.php:796
121
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
122
  msgstr ""
123
- "Si vous avez utilisé l'espace réservé VAR1, vous pouvez lui attribuer une "
124
  "valeur ici"
125
 
126
- #: controllers/wdt_functions.php:800
127
  msgid "Variable placeholder #2"
128
- msgstr "Espace réservé variable #2"
129
 
130
- #: controllers/wdt_functions.php:804
131
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
132
  msgstr ""
133
- "Si vous avez utilisé l'espace réservé VAR2, vous pouvez lui attribuer une "
134
  "valeur ici"
135
 
136
- #: controllers/wdt_functions.php:808
137
  msgid "Variable placeholder #3"
138
- msgstr "Espace réservé variable #3"
139
 
140
- #: controllers/wdt_functions.php:812
141
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
142
  msgstr ""
143
- "Si vous avez utilisé l'espace réservé VAR3, vous pouvez lui attribuer une "
144
  "valeur ici"
145
 
146
- #: controllers/wdt_functions.php:825
147
  msgid "Google or Highcharts chart based on a wpDataTable"
148
  msgstr "Graphique Google ou HighCharts basé sur un wpDataTable"
149
 
150
- #: controllers/wdt_functions.php:832
151
  msgid "wpDataChart"
152
  msgstr "wpDataChart"
153
 
154
- #: controllers/wdt_functions.php:836
155
  msgid "Choose one of wpDataCharts from the list"
156
- msgstr "Choisissez l'un des wpDataCharts dans la liste"
 
 
 
 
 
 
 
 
157
 
158
- #: source/WpDataTablesGutenbergBlock.php:25
159
  msgid ""
160
  "Choose the table that you’ve just created in the dropdown below, and the "
161
- "shortcode will be inserted automatically. You are able to provide Export "
162
- "file name as well."
163
  msgstr ""
 
 
 
 
164
 
165
- #: source/class.wdtbrowsechartstable.php:137
166
- #: source/class.wdtbrowsechartstable.php:151
167
- #: source/class.wdtbrowsetable.php:170 source/class.wdtbrowsetable.php:191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  msgid "Configure"
169
  msgstr "Configurer"
170
 
171
- #: source/class.wdtbrowsechartstable.php:138
172
- #: source/class.wdtbrowsechartstable.php:152
173
- #: source/class.wdtbrowsetable.php:172 source/class.wdtbrowsetable.php:192
174
- #: templates/common/delete_modal.inc.php:41 templates/edit_table.inc.php:15
 
 
 
175
  msgid "Delete"
176
  msgstr "Effacer"
177
 
178
- #: source/class.wdtbrowsechartstable.php:188
179
- #: source/class.wdtbrowsechartstable.php:290
180
  msgid "Column Chart"
181
  msgstr "Graphique à colonnes"
182
 
183
- #: source/class.wdtbrowsechartstable.php:191
184
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
185
- #: templates/chart_wizard.inc.php:91
186
  msgid "Histogram"
187
  msgstr "Histogramme"
188
 
189
- #: source/class.wdtbrowsechartstable.php:194
190
  msgid "Bar Chart"
191
  msgstr "Diagramme à bandes"
192
 
193
- #: source/class.wdtbrowsechartstable.php:197
194
- #: source/class.wdtbrowsechartstable.php:251
195
  msgid "Stacked Bar Chart"
196
  msgstr "Diagramme à barres empilées"
197
 
198
- #: source/class.wdtbrowsechartstable.php:200
199
- #: source/class.wdtbrowsechartstable.php:284
200
  msgid "Area Chart"
201
  msgstr "Diagramme de zone"
202
 
203
- #: source/class.wdtbrowsechartstable.php:203
204
  msgid "Stepped Area Chart"
205
  msgstr "Diagramme de zone en escalier"
206
 
207
- #: source/class.wdtbrowsechartstable.php:206
208
- #: source/class.wdtbrowsechartstable.php:230
209
- #: source/class.wdtbrowsechartstable.php:281
210
  msgid "Line Chart"
211
  msgstr "Graphique en ligne"
212
 
213
- #: source/class.wdtbrowsechartstable.php:209
214
- #: source/class.wdtbrowsechartstable.php:260
215
- #: source/class.wdtbrowsechartstable.php:299
216
  msgid "Pie Chart"
217
  msgstr "Camembert"
218
 
219
- #: source/class.wdtbrowsechartstable.php:212
220
- #: source/class.wdtbrowsechartstable.php:305
221
  msgid "Bubble Chart"
222
  msgstr "Diagramme à bulles"
223
 
224
- #: source/class.wdtbrowsechartstable.php:215
225
- #: source/class.wdtbrowsechartstable.php:266
226
  msgid "Donut Chart"
227
  msgstr "Graphique Donut"
228
 
229
- #: source/class.wdtbrowsechartstable.php:218
230
  msgid "Gauge Chart"
231
  msgstr "Graphique de jauge"
232
 
233
- #: source/class.wdtbrowsechartstable.php:221
234
  msgid "Scatter Chart"
235
  msgstr "Diagramme de dispersion"
236
 
237
- #: source/class.wdtbrowsechartstable.php:224
238
  msgid "Candlestick Chart"
239
- msgstr ""
240
 
241
- #: source/class.wdtbrowsechartstable.php:227
242
  msgid "Waterfall Chart"
243
- msgstr ""
244
 
245
- #: source/class.wdtbrowsechartstable.php:233
246
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:239
247
  msgid "Polar chart"
248
- msgstr ""
249
 
250
- #: source/class.wdtbrowsechartstable.php:236
251
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:255
252
  msgid "Spiderweb chart"
253
- msgstr ""
254
 
255
- #: source/class.wdtbrowsechartstable.php:239
256
  msgid "Spline Chart"
257
  msgstr "Diagramme cannelé"
258
 
259
- #: source/class.wdtbrowsechartstable.php:242
260
  msgid "Basic Area Chart"
261
  msgstr "Graphique basic de zone"
262
 
263
- #: source/class.wdtbrowsechartstable.php:245
264
- #: source/class.wdtbrowsechartstable.php:287
265
  msgid "Stacked Area Chart"
266
  msgstr "Graphique de zone empilée"
267
 
268
- #: source/class.wdtbrowsechartstable.php:248
269
  msgid "Basic Bar Chart"
270
  msgstr "Diagramme à bandes de base"
271
 
272
- #: source/class.wdtbrowsechartstable.php:254
273
  msgid "Basic Column Chart"
274
  msgstr "Diagramme basic de colonne"
275
 
276
- #: source/class.wdtbrowsechartstable.php:257
277
  msgid "Stacked Column Chart"
278
  msgstr "Diagramme à colonnes empilées"
279
 
280
- #: source/class.wdtbrowsechartstable.php:263
281
  msgid "Pie With Gradient Chart"
282
  msgstr "Camembert avec dégradé"
283
 
284
- #: source/class.wdtbrowsechartstable.php:269
285
  msgid "Scatter Plot"
286
  msgstr "Nuage de points"
287
 
288
- #: source/class.wdtbrowsechartstable.php:272
289
  msgid "3D Column Chart"
290
  msgstr "Diagramme de colonnes 3D"
291
 
292
- #: source/class.wdtbrowsechartstable.php:275
293
  msgid "3D Pie Chart"
294
  msgstr "Camembert 3D"
295
 
296
- #: source/class.wdtbrowsechartstable.php:278
297
  msgid "3D Donut Chart"
298
  msgstr "Graphique Donut 3D"
299
 
300
- #: source/class.wdtbrowsechartstable.php:293
 
 
 
 
 
 
 
 
301
  msgid "Radar Chart"
302
  msgstr "Graphique radar"
303
 
304
- #: source/class.wdtbrowsechartstable.php:296
305
  msgid "Polar Area Chart"
306
  msgstr "Diagramme polaire"
307
 
308
- #: source/class.wdtbrowsechartstable.php:302
309
  msgid "Doughnut Chart"
310
  msgstr "Graphique Doughnut"
311
 
312
- #: source/class.wdtbrowsechartstable.php:317
313
  msgid "Google"
314
  msgstr "Google"
315
 
316
- #: source/class.wdtbrowsechartstable.php:320
317
  msgid "Highcharts"
318
  msgstr "Highcharts"
319
 
320
- #: source/class.wdtbrowsechartstable.php:323
321
  msgid "Chart.js"
322
  msgstr "Chart.js"
323
 
324
- #: source/class.wdtbrowsechartstable.php:387
325
- #: source/class.wdtbrowsetable.php:272
 
 
326
  msgid "Select All"
327
  msgstr "Tout sélectionner"
328
 
329
- #: source/class.wdtbrowsechartstable.php:439
330
  msgid "No wpDataCharts in the system yet."
331
  msgstr "Aucun wpDataCharts dans le système pour le moment."
332
 
333
- #: source/class.wdtbrowsetable.php:163
334
- #: templates/admin/browse/table/duplicate_modal.inc.php:63
335
- msgid "Duplicate"
336
- msgstr "Dupliquer"
337
-
338
- #: source/class.wdtbrowsetable.php:165 templates/edit_table.inc.php:99
339
  msgid "Edit data"
340
  msgstr "Modifier des données"
341
 
342
- #: source/class.wdtbrowsetable.php:167
343
  msgid "Edit in Excel-like editor"
344
  msgstr "Modifier dans un éditeur de type Excel"
345
 
346
- #: source/class.wdtbrowsetable.php:209
347
- msgid "MySQL"
348
- msgstr "MySQL"
 
349
 
350
- #: source/class.wdtbrowsetable.php:212
351
  msgid "Manual"
352
  msgstr "Manuel"
353
 
354
- #: source/class.wdtbrowsetable.php:215 source/class.wpdatatable.php:1892
355
- #: source/class.wpdatatable.php:1961
356
- #: templates/admin/table-settings/table_settings_block.inc.php:954
357
  msgid "Excel"
358
  msgstr "Excel"
359
 
360
- #: source/class.wdtbrowsetable.php:218 source/class.wpdatatable.php:1901
361
- #: source/class.wpdatatable.php:1971
362
- #: templates/admin/table-settings/table_settings_block.inc.php:955
363
  msgid "CSV"
364
  msgstr "CSV"
365
 
366
- #: source/class.wdtbrowsetable.php:221
367
  msgid "XML"
368
  msgstr "XML"
369
 
370
- #: source/class.wdtbrowsetable.php:224
371
  msgid "JSON"
372
  msgstr "JSON"
373
 
374
- #: source/class.wdtbrowsetable.php:227
375
- #: templates/admin/table-settings/table_settings_block.inc.php:113
376
- #: templates/edit_table.inc.php:91
377
  msgid "Serialized PHP array"
378
  msgstr "Serialized PHP array"
379
 
380
- #: source/class.wdtbrowsetable.php:230 templates/edit_table.inc.php:88
381
  msgid "Google spreadsheet"
382
  msgstr "Feuille de calcul Google"
383
 
384
- #: source/class.wdtbrowsetable.php:237
385
  msgid "Unknown"
386
  msgstr "Inconnu"
387
 
388
- #: source/class.wdtbrowsetable.php:347
389
  msgid "No wpDataTables in the system yet."
390
  msgstr "Pas de wpDataTables dans le système pour le moment."
391
 
392
- #: source/class.wdtconfigcontroller.php:139
393
  msgid "There was an error trying to fetch the table data: "
394
  msgstr ""
395
- "Une erreur s'est produite lors de la tentative d'extraction des données du "
396
  "tableau: "
397
 
398
- #: source/class.wdtconfigcontroller.php:449
399
  msgid "Table in data source has no rows."
400
- msgstr "Le tableau dans la source de données n'a pas de lignes."
401
 
402
- #: source/class.wdttools.php:15
 
403
  msgid "One line string"
404
  msgstr "Chaîne de caractères sur une ligne"
405
 
406
- #: source/class.wdttools.php:16
 
407
  msgid "Multi-line string"
408
  msgstr "Chaîne de caractères multi-ligne"
409
 
410
- #: source/class.wdttools.php:17
 
411
  msgid "One-line selectbox"
412
  msgstr "Boîte de sélection sur une ligne"
413
 
414
- #: source/class.wdttools.php:18
 
415
  msgid "Multi-line selectbox"
416
  msgstr "Boîte de sélection multi-ligne"
417
 
418
- #: source/class.wdttools.php:19
419
- #: templates/admin/table-settings/column_settings_panel.inc.php:361
 
420
  msgid "Integer"
421
  msgstr "Nombre entier"
422
 
423
- #: source/class.wdttools.php:20
424
- #: templates/admin/table-settings/column_settings_panel.inc.php:362
 
425
  msgid "Float"
426
  msgstr "Nombre à virgule"
427
 
428
- #: source/class.wdttools.php:21
429
- #: templates/admin/table-settings/column_settings_panel.inc.php:363
430
- #: templates/admin/table-settings/column_settings_panel.inc.php:988
 
431
  msgid "Date"
432
  msgstr "Date"
433
 
434
- #: source/class.wdttools.php:22
435
- #: templates/admin/table-settings/column_settings_panel.inc.php:989
 
436
  msgid "Datetime"
437
  msgstr "Datetime"
438
 
439
- #: source/class.wdttools.php:23
440
- #: templates/admin/table-settings/column_settings_panel.inc.php:365
441
- #: templates/admin/table-settings/column_settings_panel.inc.php:990
 
442
  msgid "Time"
443
  msgstr "Temps"
444
 
445
- #: source/class.wdttools.php:24
 
446
  msgid "URL Link"
447
  msgstr "Liens URL"
448
 
449
- #: source/class.wdttools.php:25
 
450
  msgid "E-mail"
451
  msgstr "E-mail"
452
 
453
- #: source/class.wdttools.php:26
454
- #: templates/admin/table-settings/column_settings_panel.inc.php:368
 
455
  msgid "Image"
456
  msgstr "Image"
457
 
458
- #: source/class.wdttools.php:27
459
- #: templates/admin/table-settings/column_settings_panel.inc.php:993
 
460
  msgid "Attachment"
461
  msgstr "Attachement"
462
 
463
- #: source/class.wdttools.php:154
464
  msgid ""
465
  "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
466
  "published correctly. <br/> You can publish it by going to <b>File -> Publish "
467
  "to the web</b> "
468
  msgstr ""
469
- "wpDataTables n'a pas pu lire votre feuille de calcul Google, elle n'est "
470
  "probablement pas publiée correctement. <br/> Vous pouvez la publier en "
471
  "allant sur <b> Fichier -> Publier sur le Web</b> "
472
 
473
- #: source/class.wdttools.php:287
 
 
 
 
474
  msgid "Back to date"
475
  msgstr "Retourner à la date"
476
 
477
- #: source/class.wdttools.php:288
478
  msgid "Browse"
479
  msgstr "Naviguer"
480
 
481
- #: source/class.wdttools.php:289
482
- #: templates/admin/browse/table/duplicate_modal.inc.php:60
 
 
483
  #: templates/admin/common/close_modal.inc.php:36
484
  #: templates/admin/constructor/constructor.inc.php:30
485
- #: templates/admin/settings/settings.inc.php:28
486
  #: templates/admin/table-settings/add_column_modal.inc.php:125
487
  #: templates/admin/table-settings/column_settings_panel.inc.php:27
488
- #: templates/admin/table-settings/column_settings_panel.inc.php:1098
489
- #: templates/admin/table-settings/formula_editor_modal.inc.php:89
490
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
491
  #: templates/admin/table-settings/remove_column_modal.inc.php:80
492
- #: templates/admin/table-settings/table_preview_block.inc.php:73
493
- #: templates/admin/table-settings/table_settings_block.inc.php:42
494
- #: templates/admin/table-settings/table_settings_block.inc.php:1125
495
  #: templates/common/delete_modal.inc.php:38
 
496
  msgid "Cancel"
497
  msgstr "Annuler"
498
 
499
- #: source/class.wdttools.php:290
500
  msgid " field cannot be empty!"
501
  msgstr " le champ ne peut pas être vide!"
502
 
503
- #: source/class.wdttools.php:291
 
 
 
 
 
 
 
 
504
  msgid "Use selected file"
505
  msgstr "Utiliser le fichier sélectionné"
506
 
507
- #: source/class.wdttools.php:292
508
  msgid "Choose file"
509
  msgstr "Choisir le fichier"
510
 
511
- #: source/class.wdttools.php:293 templates/admin/common/error_modal.inc.php:23
512
  #: templates/admin/table-settings/columns_list_modal.inc.php:27
513
- #: templates/admin/table-settings/foreign_key_config.inc.php:95
514
- #: templates/edit_table.inc.php:36 templates/edit_table.inc.php:418
515
- #: templates/edit_table.inc.php:439 templates/edit_table.inc.php:462
516
  msgid "Close"
517
  msgstr "Fermer"
518
 
519
- #: source/class.wdttools.php:294
520
  msgid "Column has been added!"
521
  msgstr "La colonne a été ajoutée!"
522
 
523
- #: source/class.wdttools.php:295
524
  msgid "Column header cannot be empty!"
525
- msgstr "L'en-tête de colonne ne peut pas être vide!"
526
 
527
- #: source/class.wdttools.php:296
528
  msgid "Please confirm column deletion!"
529
  msgstr "Veuillez confirmer la suppression de la colonne!"
530
 
531
- #: source/class.wdttools.php:297
532
  msgid "Column has been removed!"
533
  msgstr "La colonne a été supprimée!"
534
 
535
- #: source/class.wdttools.php:298
536
  msgid "Please select columns that you want to use in table"
537
  msgstr ""
538
  "Veuillez sélectionner les colonnes que vous souhaitez utiliser dans le "
539
  "tableau"
540
 
541
- #: source/class.wdttools.php:299 source/class.wpdatatable.php:1910
542
- #: source/class.wpdatatable.php:1981
543
- #: templates/admin/table-settings/table_settings_block.inc.php:956
544
  msgid "Copy"
545
  msgstr "Copier"
546
 
547
- #: source/class.wdttools.php:300
 
 
 
 
548
  msgid "There was an error trying to insert a new row!"
549
  msgstr ""
550
- "Une erreur s'est produite lors de la tentative d'insertion d'une nouvelle "
551
  "ligne!"
552
 
553
- #: source/class.wdttools.php:301
554
  msgid "Data has been saved!"
555
  msgstr "Les données ont été enregistrées!"
556
 
557
- #: source/class.wdttools.php:302
558
  msgid "detach"
559
  msgstr "détacher"
560
 
561
- #: source/class.wdttools.php:303 templates/settings.inc.php:553
562
- #: templates/settings.inc.php:627
 
 
 
563
  msgid "Error!"
564
  msgstr "Erreur!"
565
 
566
- #: source/class.wdttools.php:304
 
 
 
 
567
  msgid "Please upload or choose a file from Media Library!"
568
  msgstr ""
569
  "Veuillez télécharger ou choisir un fichier de la bibliothèque multimédia!"
570
 
571
- #: source/class.wdttools.php:305
572
  msgid "From"
573
  msgstr "De"
574
 
575
- #: source/class.wdttools.php:306
576
  msgid "Please provide a valid e-mail address for field"
577
  msgstr "Veuillez fournir une adresse e-mail valide pour le champ"
578
 
579
- #: source/class.wdttools.php:307
580
  msgid "Please provide a valid URL link for field"
581
  msgstr "Veuillez fournir un lien URL valide pour le champ"
582
 
583
- #: source/class.wdttools.php:308
584
  msgid "You have entered invalid value. Press ESC to cancel."
585
  msgstr "Vous avez entré une valeur non valide. Appuyez sur Echap pour annuler."
586
 
587
- #: source/class.wdttools.php:309 source/class.wdttools.php:335
588
  msgid "Show _MENU_ entries"
589
  msgstr "Afficher _MENU_ les entrées"
590
 
591
- #: source/class.wdttools.php:310
592
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
593
  msgid "Merge"
594
  msgstr "Fusionner"
595
 
596
- #: source/class.wdttools.php:311
597
  msgid "New column"
598
  msgstr "Nouvelle colonne"
599
 
600
- #: source/class.wdttools.php:313
 
 
 
 
601
  msgid ": activate to sort column ascending"
602
  msgstr ": activer pour trier la colonne en ordre croissant"
603
 
604
- #: source/class.wdttools.php:314
605
  msgid ": activate to sort column descending"
606
  msgstr ": activer pour trier la colonne en ordre décroissant"
607
 
608
- #: source/class.wdttools.php:316
609
  msgid "Ok"
610
  msgstr "Ok"
611
 
612
- #: source/class.wdttools.php:318
613
  msgid "First"
614
  msgstr "Premier"
615
 
616
- #: source/class.wdttools.php:319
617
  msgid "Last"
618
  msgstr "Dernier"
619
 
620
- #: source/class.wdttools.php:320
621
  msgid "Next"
622
  msgstr "Suivant"
623
 
624
- #: source/class.wdttools.php:321
625
  msgid "Previous"
626
  msgstr "Précédent"
627
 
628
- #: source/class.wdttools.php:323
 
 
 
 
629
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
630
  msgid "Replace"
631
  msgstr "Remplacer"
632
 
633
- #: source/class.wdttools.php:324
 
 
 
 
 
634
  msgid "Row has been deleted!"
635
  msgstr "La ligne a été supprimée!"
636
 
637
- #: source/class.wdttools.php:325
 
 
 
 
 
 
 
 
 
638
  msgid "Select a file to use in table"
639
  msgstr "Sélectionnez un fichier à utiliser dans le tableau"
640
 
641
- #: source/class.wdttools.php:326
 
 
 
 
642
  msgid "Select an Excel or CSV file"
643
  msgstr "Sélectionnez un fichier Excel ou CSV"
644
 
645
- #: source/class.wdttools.php:327
646
  msgid "No data available in table"
647
  msgstr "Aucune donnée disponible dans le tableau"
648
 
649
- #: source/class.wdttools.php:328
650
  msgid "Plugin settings saved successfully"
651
- msgstr "Paramètres de l'extension enregistrés avec succès"
652
 
653
- #: source/class.wdttools.php:329
654
  msgid "Shortcode has been copied to the clipboard."
655
  msgstr "Le shortcode a été copié dans le presse-papier."
656
 
657
- #: source/class.wdttools.php:330
658
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
659
- msgstr "Afficher _DEBUT_ à _FIN_ des _TOTAL_entrées"
660
 
661
- #: source/class.wdttools.php:331
662
  msgid "Showing 0 to 0 of 0 entries"
663
  msgstr "Afficher 0 à 0 de 0 entrées"
664
 
665
- #: source/class.wdttools.php:332
666
  msgid "(filtered from _MAX_ total entries)"
667
- msgstr "(Filtré de _Max_ entrées total)"
668
 
669
- #: source/class.wdttools.php:334
670
  msgid ","
671
  msgstr ","
672
 
673
- #: source/class.wdttools.php:336
674
  msgid "Loading..."
675
  msgstr "Chargement..."
676
 
677
- #: source/class.wdttools.php:337
678
  msgid "Processing..."
679
  msgstr "En traitement..."
680
 
681
- #: source/class.wdttools.php:338
682
  msgid "SQL error"
683
  msgstr "SQL erreur"
684
 
685
- #: source/class.wdttools.php:339
686
  msgid "Search: "
687
  msgstr "Recherche: "
688
 
689
- #: source/class.wdttools.php:340 templates/settings.inc.php:559
690
- #: templates/settings.inc.php:625
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691
  msgid "Success!"
692
  msgstr "Succès!"
693
 
694
- #: source/class.wdttools.php:341
695
  msgid "No matching records found"
696
  msgstr "Aucun enregistrements correspondants trouvés"
697
 
698
- #: source/class.wdttools.php:342
699
  msgid "Table saved successfully!"
700
  msgstr "Tableau enregistré avec succès!"
701
 
702
- #: source/class.wdttools.php:343
703
  msgid "To"
704
  msgstr "À"
705
 
706
- #: source/class.wpdatatable.php:1597
 
 
 
 
 
 
 
 
 
 
 
 
707
  msgid ""
708
- "You are trying to load a table of an unknown type. Probably you did not "
709
- "activate the addon which is required to use this table type."
710
  msgstr ""
711
- "Vous essayez de charger un tableau d'un type inconnu. Vous n'avez "
712
- "probablement pas activé le supplément d'extension requis pour utiliser ce "
713
- "type de tableau."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
714
 
715
- #: source/class.wpdatatable.php:1812
716
- #: templates/admin/table-settings/column_settings_panel.inc.php:557
717
- #: templates/admin/table-settings/table_settings_block.inc.php:318
718
- #: templates/edit_table.inc.php:409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
719
  msgid "All"
720
  msgstr "Tout"
721
 
722
- #: source/class.wpdatatable.php:1872 source/class.wpdatatable.php:1940
 
 
 
 
 
 
723
  #: templates/admin/table-settings/columns_list_modal.inc.php:9
724
  msgid "Columns"
725
  msgstr "Colonnes"
726
 
727
- #: source/class.wpdatatable.php:1882 source/class.wpdatatable.php:1950
728
- #: templates/admin/table-settings/table_settings_block.inc.php:953
729
  msgid "Print"
730
  msgstr "Imprimer"
731
 
732
- #: source/class.wpdatatable.php:1920 source/class.wpdatatable.php:1992
733
- #: templates/admin/table-settings/table_settings_block.inc.php:957
734
  msgid "PDF"
735
  msgstr "PDF"
736
 
737
- #: source/class.wpdatatable.php:1928
738
- #, fuzzy
739
  msgid "Export"
740
  msgstr "Exporter"
741
 
742
- #: source/class.wpdatatable.php:2005
743
- #, fuzzy
 
 
 
 
 
 
 
744
  msgid "Search table"
745
- msgstr "Recherche: "
746
 
747
- #: source/class.wpdatatable.php:2006
748
- #, fuzzy
749
  msgid "Showing _MENU_ Entries"
750
- msgstr "Afficher _MENU_ les entrées"
751
-
752
- #: templates/addons.inc.php:8 templates/browse.inc.php:8
753
- #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
754
- #: templates/constructor.inc.php:14 templates/edit_table.inc.php:11
755
- #: templates/settings.inc.php:12
756
- msgid "Please refer to"
757
- msgstr ""
758
 
759
- #: templates/addons.inc.php:8 templates/browse.inc.php:8
760
- #, fuzzy
761
- msgid "wpDataTables documentation"
762
- msgstr "wpDataCharts parcourir"
763
 
764
- #: templates/addons.inc.php:8 templates/browse.inc.php:8
765
- #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
766
- #: templates/settings.inc.php:12
767
- msgid "if you have some questions or problems with the plugin."
768
- msgstr ""
769
 
770
- #: templates/addons.inc.php:10
771
- #, fuzzy
772
- msgid "wpDataTables Addons"
773
- msgstr "wpDataCharts parcourir"
774
 
775
- #: templates/addons.inc.php:12 templates/admin/addons/addons.inc.php:33
776
  msgid ""
777
  "While wpDataTables itself provides quite a large amount of features and "
778
  "unlimited customisation flexibility, you can achieve even more with our "
@@ -782,67 +1117,50 @@ msgid ""
782
  msgstr ""
783
  "Alors que wpDataTables fournit à lui seul un grand nombre de fonctionnalités "
784
  "et une flexibilité de personnalisation illimitée, vous pouvez obtenir encore "
785
- "plus avec nos suppléments d'extension premium. Chaque supplément d'extension "
786
  "vous apporte une extension unique aux fonctionnalités de base. Il y aura "
787
- "davantage de suppléments d'extension développés au fil du temps par les "
788
- "créateurs de wpDataTables et les développeurs tiers, donc restez à l'écoute."
789
-
790
- #: templates/addons.inc.php:19 templates/admin/addons/addons.inc.php:65
791
- msgid "Report Builder"
792
- msgstr "Report Builder"
793
-
794
- #: templates/addons.inc.php:23 templates/admin/addons/addons.inc.php:66
795
- msgid ""
796
- "A unique tool that allows you to generate almost any Word DOCX and Excel "
797
- "XLSX documents filled in with actual data from your database."
798
- msgstr ""
799
- "Un outil unique qui vous permet de générer presque tous les documents Word "
800
- "DOCX et Excel XLSX remplis de données réelles de votre base de données."
801
-
802
- #: templates/addons.inc.php:24
803
- #, fuzzy
804
- msgid "Find out more"
805
- msgstr "En savoir plus "
806
-
807
- #: templates/admin/addons/addons.inc.php:22
808
- msgid "Addons for the plugin"
809
- msgstr "Suppléments pour l'extension"
810
-
811
- #: templates/admin/addons/addons.inc.php:24
812
- msgid "Unique extensions for wpDataTables"
813
- msgstr "Extensions uniques pour wpDataTables"
814
-
815
- #: templates/admin/addons/addons.inc.php:32
816
- msgid "About Addons"
817
- msgstr "À propos des suppléments d'extension"
818
 
819
- #: templates/admin/addons/addons.inc.php:45
820
  msgid "Powerful Filters for wpDataTables"
821
  msgstr "Filtres puissants pour les wpDataTables"
822
 
823
- #: templates/admin/addons/addons.inc.php:46
824
  msgid ""
825
  "An add-on for wpDataTables that provides powerful filtering features: "
826
  "cascade filtering, applying filters on button click, show only filter "
827
  "without the table before user defines the search values."
828
  msgstr ""
829
- "Un supplément d'extension pour wpDataTables qui fournit des fonctionnalités "
830
  "de filtrage puissantes: filtrage en cascade, application de filtres sur un "
831
  "clic de bouton, affichage uniquement du filtre sans le tableau avant que "
832
- "l'utilisateur ne définisse les valeurs de recherche."
833
 
834
- #: templates/admin/addons/addons.inc.php:51
835
- #: templates/admin/addons/addons.inc.php:71
836
- #: templates/admin/addons/addons.inc.php:91
837
- #: templates/admin/addons/addons.inc.php:111
838
  msgid "Find out more "
839
  msgstr "En savoir plus "
840
 
841
- #: templates/admin/addons/addons.inc.php:85
 
 
 
 
 
 
 
 
 
 
 
 
842
  msgid "Gravity Forms integration for wpDataTables"
843
  msgstr "Intégration de Gravity Forms pour wpDataTables"
844
 
845
- #: templates/admin/addons/addons.inc.php:86
846
  msgid ""
847
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
848
  "wpDataTables from Gravity Forms entries data."
@@ -850,17 +1168,17 @@ msgstr ""
850
  "Outil qui ajoute \"Gravity Form\" comme nouveau type de tableau et vous "
851
  "permet de créer des données wpDataTables à partir des entrées Gravity Forms."
852
 
853
- #: templates/admin/addons/addons.inc.php:105
854
  msgid "Formidable Forms integration for wpDataTables"
855
  msgstr "Intégration de Formidable Forms pour wpDataTables"
856
 
857
- #: templates/admin/addons/addons.inc.php:106
858
  msgid ""
859
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
860
  "create wpDataTables from Formidable Forms entries data."
861
  msgstr ""
862
  "Outil qui ajoute \"Formidable Form\" en tant que nouveau type de tableau et "
863
- "vous permet de créer des wpDataTables à partir de données d'entrées "
864
  "Formidable Forms."
865
 
866
  #: templates/admin/browse/bulk_actions.inc.php:5
@@ -880,34 +1198,35 @@ msgstr "wpDataCharts parcourir"
880
  msgid "Add New"
881
  msgstr "Ajouter un nouveau"
882
 
883
- #: templates/admin/browse/chart/browse.inc.php:36
884
- #: templates/admin/browse/table/browse.inc.php:36
885
- msgid "Buy Full Version"
886
- msgstr ""
 
 
 
887
 
888
  #: templates/admin/browse/table/browse.inc.php:25
889
  msgid "wpDataTables browse"
890
  msgstr "wpDataCharts parcourir"
891
 
892
- #: templates/admin/browse/table/duplicate_modal.inc.php:18
893
- #: templates/browse.inc.php:56
894
  msgid "Duplicate table"
895
  msgstr "Dupliquer tableau"
896
 
897
- #: templates/admin/browse/table/duplicate_modal.inc.php:27
898
- #: templates/browse.inc.php:19
899
  msgid "New table title"
900
  msgstr "Nouveau titre du tableau"
901
 
902
- #: templates/admin/browse/table/duplicate_modal.inc.php:39
903
  msgid "Duplicate database table"
904
  msgstr "Dupliquer la base de données du tableau"
905
 
906
- #: templates/admin/browse/table/duplicate_modal.inc.php:43
907
  msgid "Unchecked"
908
  msgstr "Décoché"
909
 
910
- #: templates/admin/browse/table/duplicate_modal.inc.php:43
911
  msgid ""
912
  "will create exact copy of this table which means that all changes made in "
913
  "one table will be reflected in all copies."
@@ -916,36 +1235,32 @@ msgstr ""
916
  "modifications apportées dans le tableau seront reflétées dans toutes les "
917
  "copies."
918
 
919
- #: templates/admin/browse/table/duplicate_modal.inc.php:43
920
  msgid "Checked"
921
  msgstr "Vérifié"
922
 
923
- #: templates/admin/browse/table/duplicate_modal.inc.php:43
924
  msgid ""
925
  "will create separate database table so changing one table won't affect other "
926
  "copies."
927
  msgstr ""
928
- "créera une table de base de données distincte afin que le changement d'un "
929
- "tableau n'affecte pas les autres copies."
930
 
931
  #: templates/admin/chart_wizard/chart_wizard.inc.php:37
932
- #: templates/chart_wizard.inc.php:26
933
  msgid "Chart Creation Wizard"
934
  msgstr "Assistant de création de graphique"
935
 
936
  #: templates/admin/chart_wizard/chart_wizard.inc.php:57
937
- #: templates/chart_wizard.inc.php:32
938
  msgid "Chart title & type"
939
  msgstr "Titre du graphique & type"
940
 
941
  #: templates/admin/chart_wizard/chart_wizard.inc.php:59
942
- #: templates/admin/table-settings/table_settings_block.inc.php:61
943
- #: templates/chart_wizard.inc.php:36
944
  msgid "Data source"
945
  msgstr "Source des données"
946
 
947
  #: templates/admin/chart_wizard/chart_wizard.inc.php:61
948
- #: templates/chart_wizard.inc.php:40
949
  msgid "Data range"
950
  msgstr "Plage de données"
951
 
@@ -954,46 +1269,80 @@ msgid "Formatting and preview"
954
  msgstr "Mise en forme et prévisualisation"
955
 
956
  #: templates/admin/chart_wizard/chart_wizard.inc.php:65
957
- #: templates/chart_wizard.inc.php:52
958
  msgid "Save and get shortcode"
959
  msgstr "Enregistrer et obtenir un shortcode"
960
 
961
- #: templates/admin/chart_wizard/chart_wizard.inc.php:83
962
  msgid "Finish"
963
  msgstr "Terminer"
964
 
965
- #: templates/admin/chart_wizard/chart_wizard.inc.php:86
966
- #: templates/admin/constructor/constructor.inc.php:60
967
  msgid "Next "
968
  msgstr "Suivant "
969
 
970
- #: templates/admin/chart_wizard/chart_wizard.inc.php:88
971
- #: templates/admin/constructor/constructor.inc.php:62
972
  msgid " Previous"
973
  msgstr " Précédent"
974
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
975
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
976
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
977
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
978
- #: templates/chart_wizard.inc.php:95 templates/chart_wizard.inc.php:108
979
  msgid "Line chart"
980
  msgstr "Graphique en ligne"
981
 
982
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
983
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
984
- #: templates/chart_wizard.inc.php:93
985
  msgid "Area chart"
986
  msgstr "Diagramme de zone"
987
 
988
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
989
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
990
- #: templates/chart_wizard.inc.php:110
991
  msgid "Stacked area chart"
992
  msgstr "Diagramme de zone en escalier"
993
 
994
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
995
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:49
996
- #: templates/chart_wizard.inc.php:90
997
  msgid "Column chart"
998
  msgstr "Graphique à colonnes"
999
 
@@ -1008,7 +1357,6 @@ msgstr "Diagramme polaire"
1008
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
1009
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
1010
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
1011
- #: templates/chart_wizard.inc.php:96 templates/chart_wizard.inc.php:115
1012
  msgid "Pie chart"
1013
  msgstr "Camembert"
1014
 
@@ -1018,4711 +1366,3896 @@ msgstr "Graphique Doughnut"
1018
 
1019
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
1020
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
1021
- #: templates/chart_wizard.inc.php:97
1022
  msgid "Bubble chart"
1023
  msgstr "Diagramme à bulles"
1024
 
1025
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
1026
- #: templates/chart_wizard.inc.php:94
1027
  msgid "Stepped area chart"
1028
  msgstr "Diagramme de zone en escalier"
1029
 
1030
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
1031
- #: templates/chart_wizard.inc.php:92
1032
  msgid "Bar chart"
1033
  msgstr "Diagramme à bandes"
1034
 
1035
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
1036
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
1037
- #: templates/chart_wizard.inc.php:112
1038
  msgid "Stacked bar chart"
1039
  msgstr "Diagramme à barres empilées"
1040
 
1041
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
1042
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
1043
- #: templates/chart_wizard.inc.php:98 templates/chart_wizard.inc.php:117
1044
  msgid "Donut chart"
1045
  msgstr "Graphique Donut"
1046
 
1047
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
1048
- #: templates/chart_wizard.inc.php:99
1049
  msgid "Gauge chart"
1050
  msgstr "Graphique de jauge"
1051
 
1052
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
1053
- #: templates/chart_wizard.inc.php:100
1054
  msgid "Scatter chart"
1055
  msgstr "Diagramme de dispersion"
1056
 
1057
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
1058
  msgid "Candlestick chart"
1059
- msgstr ""
1060
 
1061
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
1062
  msgid "Waterfall chart"
1063
- msgstr ""
1064
 
1065
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
1066
  msgid "Spline chart"
1067
  msgstr "Diagramme cannelé"
1068
 
1069
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
1070
- #: templates/chart_wizard.inc.php:109
1071
  msgid "Basic area chart"
1072
  msgstr "Graphique basic de zone"
1073
 
1074
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
1075
- #: templates/chart_wizard.inc.php:111
1076
  msgid "Basic bar chart"
1077
  msgstr "Diagramme à bandes de base"
1078
 
1079
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
1080
- #: templates/chart_wizard.inc.php:113
1081
  msgid "Basic column chart"
1082
  msgstr "Diagramme basic de colonne"
1083
 
1084
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
1085
- #: templates/chart_wizard.inc.php:114
1086
  msgid "Stacked column chart"
1087
  msgstr "Diagramme à colonnes empilées"
1088
 
1089
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
1090
- #: templates/chart_wizard.inc.php:116
1091
  msgid "Pie with gradient chart"
1092
  msgstr "Camembert avec dégradé"
1093
 
1094
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
1095
- #: templates/chart_wizard.inc.php:118
1096
  msgid "Scatter plot"
1097
  msgstr "Nuage de points"
1098
 
1099
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
1100
- #: templates/chart_wizard.inc.php:119
1101
  msgid "3D column chart"
1102
  msgstr "Diagramme de colonnes 3D"
1103
 
1104
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
1105
- #: templates/chart_wizard.inc.php:120
1106
  msgid "3D pie chart"
1107
  msgstr "Camembert 3D"
1108
 
1109
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
1110
- #: templates/chart_wizard.inc.php:121
1111
  msgid "3D donut chart"
1112
  msgstr "Graphique Donut 3D"
1113
 
1114
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:215
1115
- #, fuzzy
1116
  msgid "Treemap chart"
1117
- msgstr "Diagramme de zone"
1118
 
1119
- #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:227
1120
- #, fuzzy
1121
  msgid "Treemap level chart"
1122
- msgstr "Diagramme de zone"
1123
 
1124
- #: templates/admin/chart_wizard/steps/step1.inc.php:13
1125
- #: templates/chart_wizard.inc.php:65
1126
  msgid "Chart name"
1127
  msgstr "Nom du graphique"
1128
 
1129
- #: templates/admin/chart_wizard/steps/step1.inc.php:15
1130
  msgid "Please define the title of the chart that you will use to identify it"
1131
  msgstr ""
1132
- "Veuillez définir le titre du graphique que vous utiliserez pour l'identifier"
1133
 
1134
- #: templates/admin/chart_wizard/steps/step1.inc.php:22
1135
- #: templates/chart_wizard.inc.php:69
1136
  msgid "New wpDataTable Chart"
1137
  msgstr "Nouveau graphique wpDataTable"
1138
 
1139
- #: templates/admin/chart_wizard/steps/step1.inc.php:33
1140
- #: templates/chart_wizard.inc.php:75
1141
  msgid "Chart render engine"
1142
  msgstr "Moteur de rendu de graphique"
1143
 
1144
- #: templates/admin/chart_wizard/steps/step1.inc.php:36
1145
- #: templates/chart_wizard.inc.php:76
1146
  msgid "Please choose the render engine."
1147
  msgstr "Veuillez choisir le moteur de rendu."
1148
 
1149
- #: templates/admin/chart_wizard/steps/step1.inc.php:36
1150
- #: templates/chart_wizard.inc.php:76
1151
  msgid ""
1152
  "Please note that HighCharts license is NOT included with wpDataTables and "
1153
  "you must purchase the license separately on"
1154
  msgstr ""
1155
- "Veuillez noter que la licence HighCharts n'est PAS incluse avec wpDataTables "
1156
  "et que vous devez acheter la licence séparément sur"
1157
 
1158
- #: templates/admin/chart_wizard/steps/step1.inc.php:42
1159
- #: templates/chart_wizard.inc.php:80
1160
  msgid "Pick the render engine"
1161
  msgstr "Choisissez le moteur de rendu"
1162
 
1163
- #: templates/admin/common/close_modal.inc.php:17
1164
- #: templates/common/delete_modal.inc.php:19
1165
- msgid "Are you sure?"
1166
- msgstr "Êtes-vous sûr?"
1167
 
1168
- #: templates/admin/common/close_modal.inc.php:26
1169
- msgid "There is no undo! You will be redirected to wpDataTables page."
 
1170
  msgstr ""
1171
- "Il n'y a pas d'annulation! Vous serez redirigé vers la page wpDataTables."
 
1172
 
1173
- #: templates/admin/common/close_modal.inc.php:38
1174
- msgid "Yes"
1175
- msgstr "Oui"
1176
 
1177
- #: templates/admin/common/error_modal.inc.php:16
1178
- #: templates/common/error.inc.php:3
1179
- msgid "Error"
1180
- msgstr "Erreur"
1181
 
1182
- #: templates/admin/common/ratingDiv.inc.php:8
1183
- msgid "Leave a Review?"
 
 
 
1184
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
1185
 
1186
- #: templates/admin/common/ratingDiv.inc.php:9
 
 
 
 
 
 
 
 
1187
  msgid ""
1188
- "We hope you've enjoyed using wpDataTables Lite. Would you consider\n"
1189
- " leaving us a review on WordPress.org?"
1190
  msgstr ""
 
 
1191
 
1192
- #: templates/admin/common/ratingDiv.inc.php:18
1193
- msgid "Sure! I Like wpDataTables Lite"
1194
- msgstr ""
 
 
 
 
1195
 
1196
- #: templates/admin/common/ratingDiv.inc.php:20
1197
- msgid "I've already left a review"
 
 
 
 
 
 
 
1198
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1199
 
1200
- #: templates/admin/common/ratingDiv.inc.php:21
1201
- msgid "Maybe Later"
 
 
 
 
 
 
 
1202
  msgstr ""
 
 
 
 
 
 
 
 
 
1203
 
1204
- #: templates/admin/common/ratingDiv.inc.php:22
1205
- msgid "Never show again"
1206
  msgstr ""
 
1207
 
1208
- #: templates/admin/constructor/constructor.inc.php:25
1209
- #: templates/constructor.inc.php:21
1210
- msgid "Table Creation Wizard"
1211
- msgstr "Assistant de création de tableau"
1212
 
1213
- #: templates/admin/constructor/constructor.inc.php:53
1214
- msgid "Open in standard editor"
1215
- msgstr "Ouvrir dans l'éditeur standard"
1216
 
1217
- #: templates/admin/constructor/constructor.inc.php:55
1218
- msgid "Open in Excel-like editor"
1219
- msgstr "Ouvrir dans un éditeur de type Excel"
1220
 
1221
- #: templates/admin/constructor/constructor.inc.php:65
1222
- #: templates/admin/table-settings/column_settings_panel.inc.php:20
1223
- #: templates/admin/table-settings/column_settings_panel.inc.php:1093
1224
- #: templates/admin/table-settings/table_preview_block.inc.php:68
1225
- #: templates/admin/table-settings/table_settings_block.inc.php:1120
1226
- msgid "Documentation"
1227
- msgstr "Documentation"
1228
 
1229
- #: templates/admin/constructor/steps/constructor_1.inc.php:5
1230
- #: templates/constructor.inc.php:29
1231
- msgid "Choose what kind of table would you like to construct"
1232
- msgstr "Choisissez le type de tableau que vous souhaitez construire"
1233
 
1234
- #: templates/admin/constructor/steps/constructor_1.inc.php:18
1235
- msgid "Create a table linked to an existing data source"
1236
- msgstr "Créer un tableau lié à une source de données existante"
 
1237
 
1238
- #: templates/admin/constructor/steps/constructor_1.inc.php:20
1239
- msgid ""
1240
- "(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP "
1241
- "array). Data will be read from the source every time on page load. Only "
1242
- "MySQL-based tables can be made editable."
1243
- msgstr ""
1244
- "(Excel, CSV, feuille de calcul Google, requête MySQL, XML, JSON, tableau PHP "
1245
- "sérialisé). Les données seront lues à partir de la source à chaque "
1246
- "chargement de la page. Seules les tableaux basées sur MySQL peuvent être "
1247
- "rendues modifiables."
1248
 
1249
- #: templates/admin/constructor/steps/constructor_1.inc.php:32
1250
- msgid "Create a table manually"
1251
- msgstr "Créer un tableau manuellement"
 
1252
 
1253
- #: templates/admin/constructor/steps/constructor_1.inc.php:33
1254
- msgid ""
1255
- "Define the number and type of columns, and fill in the data manually in WP "
1256
- "admin. Table will be stored in MySQL and can be edited from WP admin, or "
1257
- "made front-end editable."
1258
- msgstr ""
1259
- "Définissez le nombre et le type de colonnes et remplissez les données "
1260
- "manuellement dans WP admin. Le tableau sera stocké dans MySQL et peut être "
1261
- "édité à partir de WP admin, ou rendu modifiable sur le front-end."
1262
 
1263
- #: templates/admin/constructor/steps/constructor_1.inc.php:46
1264
- msgid "Create a table by importing data from data source"
1265
- msgstr ""
1266
- "Créer un tableau en important des données à partir de la source de données"
 
 
 
 
1267
 
1268
- #: templates/admin/constructor/steps/constructor_1.inc.php:48
1269
  msgid ""
1270
- "(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table "
1271
- "can be edited in WP admin, or made front-end editable."
1272
  msgstr ""
1273
- "(Excel, CSV, feuille de calcul Google). Les données seront importées dans "
1274
- "MySQL, le tableau peut être modifié dans WP admin, ou rendu modifiable sur "
1275
- "le front-end."
1276
 
1277
- #: templates/admin/constructor/steps/constructor_1.inc.php:61
1278
- msgid "Generate a query to WordPress database"
1279
- msgstr "Générer une requête à la base de données WordPress"
 
 
 
 
 
1280
 
1281
- #: templates/admin/constructor/steps/constructor_1.inc.php:62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1282
  msgid ""
1283
- "Create a MySQL-query-based table by generating a query to WordPress database "
1284
- "(posts, taxonomies, postmeta) with a GUI tool."
1285
  msgstr ""
1286
- "Créez un tableau basé sur une requête MySQL en générant une requête dans la "
1287
- "base de données WordPress (articles, taxonomies, métadonnées d'articles) "
1288
- "avec un outil graphique."
1289
 
1290
- #: templates/admin/constructor/steps/constructor_1.inc.php:75
1291
- msgid "Generate a query to MySQL database"
1292
- msgstr "Générer une requête sur la base de données MySQL"
 
 
 
 
 
 
 
 
1293
 
1294
- #: templates/admin/constructor/steps/constructor_1.inc.php:76
 
 
 
 
1295
  msgid ""
1296
- "Create a MySQL-query-based table by generating a query to any custom MySQL "
1297
- "database with a GUI tool."
 
1298
  msgstr ""
1299
- "Créez un tableau basé sur une requête MySQL en générant une requête sur une "
1300
- "base de données MySQL personnalisée à l'aide d'un outil graphique."
 
 
1301
 
1302
- #: templates/admin/settings/settings.inc.php:22
1303
- #: templates/admin/settings/settings.inc.php:23
1304
- msgid "Settings for the plugin"
1305
- msgstr "Paramètres de l'extension"
1306
 
1307
- #: templates/admin/settings/settings.inc.php:34
1308
- #: templates/admin/table-settings/column_settings_panel.inc.php:33
1309
- #: templates/admin/table-settings/columns_list_modal.inc.php:31
1310
- #: templates/admin/table-settings/foreign_key_config.inc.php:99
1311
- #: templates/admin/table-settings/formula_editor_modal.inc.php:93
1312
- #: templates/admin/table-settings/table_settings_block.inc.php:49
1313
- #: templates/edit_table.inc.php:34 templates/edit_table.inc.php:416
1314
- #: templates/edit_table.inc.php:435 templates/edit_table.inc.php:458
1315
- msgid "Save"
1316
- msgstr "Sauvegarder"
1317
 
1318
- #: templates/admin/settings/settings.inc.php:46 templates/settings.inc.php:18
1319
- #: templates/settings.inc.php:26
1320
- msgid "Main settings"
1321
- msgstr "Réglages principaux"
1322
 
1323
- #: templates/admin/settings/settings.inc.php:51
1324
- #: templates/admin/settings/tabs/separate_mysql_connection.php:15
1325
- #, fuzzy
1326
- msgid "Separate DB connection"
1327
- msgstr "Connexion MySQL séparée"
1328
 
1329
- #: templates/admin/settings/settings.inc.php:56 templates/settings.inc.php:19
1330
- #: templates/settings.inc.php:204
1331
- msgid "Color and font settings"
1332
- msgstr "Paramètres de couleur et de police"
1333
 
1334
- #: templates/admin/settings/settings.inc.php:60 templates/settings.inc.php:20
1335
- #: templates/settings.inc.php:446
1336
- msgid "Custom JS and CSS"
1337
- msgstr "JS et CSS personnalisés"
 
 
 
1338
 
1339
- #: templates/admin/settings/settings.inc.php:64
1340
- msgid "Info"
1341
- msgstr "Info"
1342
 
1343
- #: templates/admin/settings/settings.inc.php:94 templates/settings.inc.php:434
1344
- msgid "Reset colors and fonts to default"
1345
- msgstr "Réinitialiser les couleurs et les polices par défaut"
 
 
1346
 
1347
- #: templates/admin/settings/settings.inc.php:97
1348
- #: templates/admin/table-settings/column_settings_panel.inc.php:1101
1349
- #: templates/admin/table-settings/table_preview_block.inc.php:76
1350
- #: templates/admin/table-settings/table_settings_block.inc.php:1128
1351
- msgid "Apply"
1352
- msgstr "Appliquer"
1353
 
1354
- #: templates/admin/settings/tabs/color_and_font_settings.php:25
1355
- msgid "Font"
1356
- msgstr "Police de caractère"
1357
 
1358
- #: templates/admin/settings/tabs/color_and_font_settings.php:27
1359
- #: templates/settings.inc.php:428
 
 
 
 
 
 
 
 
 
 
1360
  msgid ""
1361
- "This font will be used in rendered tables. Leave blank not to override "
1362
- "default theme settings"
1363
  msgstr ""
1364
- "Cette police sera utilisée dans les tableaux interprétés. Ne rien inscrire "
1365
- "pour ne pas remplacer les paramètres de thème par défaut"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1366
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1367
  #: templates/admin/settings/tabs/color_and_font_settings.php:45
1368
  msgid "Font size"
1369
  msgstr "Taille de police"
1370
 
1371
- #: templates/admin/settings/tabs/color_and_font_settings.php:47
1372
- msgid "Define the font size"
1373
- msgstr "Définir la taille de la police"
 
 
 
 
 
 
 
 
 
 
 
 
 
1374
 
 
 
 
 
 
1375
  #: templates/admin/settings/tabs/color_and_font_settings.php:62
1376
  #: templates/admin/settings/tabs/color_and_font_settings.php:136
1377
  #: templates/admin/settings/tabs/color_and_font_settings.php:459
1378
  msgid "Font color"
1379
  msgstr "Couleur de la police"
1380
 
1381
- #: templates/admin/settings/tabs/color_and_font_settings.php:64
1382
- msgid "This color is used for the main font in table cells."
1383
- msgstr ""
1384
- "Cette couleur est utilisée pour la police principale dans les cellules du "
1385
- "tableau."
1386
 
1387
- #: templates/admin/settings/tabs/color_and_font_settings.php:97
1388
- #: templates/admin/settings/tabs/color_and_font_settings.php:420
1389
- #: templates/admin/settings/tabs/color_and_font_settings.php:647
1390
- msgid "Background color"
1391
- msgstr "Couleur de fond"
1392
 
1393
- #: templates/admin/settings/tabs/color_and_font_settings.php:99
1394
- msgid "The color is used for background of the table header."
1395
- msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
1396
 
1397
- #: templates/admin/settings/tabs/color_and_font_settings.php:116
1398
- #: templates/admin/settings/tabs/color_and_font_settings.php:439
1399
- msgid "Border color"
1400
- msgstr "Couleur de la bordure"
1401
 
1402
- #: templates/admin/settings/tabs/color_and_font_settings.php:118
1403
- msgid "This color is used for the border in the table header."
1404
- msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
1405
 
1406
- #: templates/admin/settings/tabs/color_and_font_settings.php:138
1407
- msgid "This color is used for the font in the table header."
1408
- msgstr "Cette couleur est utilisée pour la police dans l'en-tête du tableau."
1409
 
1410
- #: templates/admin/settings/tabs/color_and_font_settings.php:155
1411
- msgid "Active and hover color\t"
1412
- msgstr "Couleur active et en survol\t"
1413
 
1414
- #: templates/admin/settings/tabs/color_and_font_settings.php:157
 
 
 
 
 
 
 
 
 
 
 
 
1415
  msgid ""
1416
- "This color is used when you hover the mouse above the table header, or when "
1417
- "you choose a column."
1418
  msgstr ""
1419
- "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
1420
- "tête du tableau ou lorsque vous choisissez une colonne."
1421
 
1422
- #: templates/admin/settings/tabs/color_and_font_settings.php:191
1423
- msgid "Inner border"
1424
- msgstr "Bordure intérieure"
1425
 
1426
- #: templates/admin/settings/tabs/color_and_font_settings.php:193
1427
- msgid "This color is used for the inner border in the table between cells."
 
 
 
 
 
 
1428
  msgstr ""
1429
- "Cette couleur est utilisée pour la bordure intérieure du tableau entre les "
1430
- "cellules."
1431
 
1432
- #: templates/admin/settings/tabs/color_and_font_settings.php:211
1433
- msgid "Outer border"
1434
- msgstr "Bordure extérieure"
1435
 
1436
- #: templates/admin/settings/tabs/color_and_font_settings.php:213
1437
- msgid "This color is used for the outer border of the whole table body."
1438
- msgstr ""
1439
- "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
1440
- "tableau."
1441
 
1442
- #: templates/admin/settings/tabs/color_and_font_settings.php:231
1443
- #, fuzzy
1444
- msgid "Table borders"
1445
- msgstr "Outils de tableau"
1446
 
1447
- #: templates/admin/settings/tabs/color_and_font_settings.php:233
1448
- msgid "When this is checked, borders in table will be removed "
 
 
1449
  msgstr ""
 
 
1450
 
1451
- #: templates/admin/settings/tabs/color_and_font_settings.php:243
1452
- #, fuzzy
1453
- msgid "Header border"
1454
- msgstr "Bordure intérieure"
1455
 
1456
- #: templates/admin/settings/tabs/color_and_font_settings.php:245
1457
- msgid "When this is checked,borders in header will be removed "
 
 
 
 
 
 
1458
  msgstr ""
 
 
1459
 
1460
- #: templates/admin/settings/tabs/color_and_font_settings.php:271
1461
- msgid "Even row background"
1462
- msgstr "Fond ligne paire"
1463
 
1464
- #: templates/admin/settings/tabs/color_and_font_settings.php:273
1465
- msgid "This color is used for for background in even rows."
1466
- msgstr "Cette couleur est utilisée pour le fond dans les lignes paires."
1467
 
1468
- #: templates/admin/settings/tabs/color_and_font_settings.php:290
1469
- msgid "Odd row background"
1470
- msgstr "Fond ligne impaire"
1471
 
1472
- #: templates/admin/settings/tabs/color_and_font_settings.php:292
1473
- msgid "This color is used for for background in odd rows."
1474
- msgstr "Cette couleur est utilisée pour le fond dans les lignes impaires."
1475
 
1476
- #: templates/admin/settings/tabs/color_and_font_settings.php:309
1477
- msgid "Hover row"
1478
- msgstr "Survol ligne"
1479
 
1480
- #: templates/admin/settings/tabs/color_and_font_settings.php:311
1481
  msgid ""
1482
- "This color is used for to highlight the row when you hover your mouse above "
1483
- "it."
1484
  msgstr ""
1485
- "Cette couleur est utilisée pour mettre en évidence la ligne lorsque vous "
1486
- "passez votre souris dessus."
1487
 
1488
- #: templates/admin/settings/tabs/color_and_font_settings.php:328
1489
- msgid "Background for selected rows"
1490
- msgstr "Fond pour les lignes sélectionnées"
1491
 
1492
- #: templates/admin/settings/tabs/color_and_font_settings.php:330
1493
- msgid "This color is used for background in selected rows."
1494
- msgstr "Cette couleur est utilisée pour le fond des lignes sélectionnées."
1495
 
1496
- #: templates/admin/settings/tabs/color_and_font_settings.php:364
1497
- msgid "Sorted columns, even rows"
1498
- msgstr "Colonnes triées, lignes paires"
1499
 
1500
- #: templates/admin/settings/tabs/color_and_font_settings.php:366
1501
- msgid ""
1502
- "This color is used for background in cells which are in the active columns "
1503
- "(columns used for sorting) in even rows."
1504
- msgstr ""
1505
- "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
1506
- "les colonnes actives (colonnes utilisées pour le tri) dans les lignes paires."
1507
 
1508
- #: templates/admin/settings/tabs/color_and_font_settings.php:384
1509
- msgid "Sorted columns, odd rows"
1510
- msgstr "Colonnes triées, lignes impaires"
1511
 
1512
- #: templates/admin/settings/tabs/color_and_font_settings.php:386
1513
  msgid ""
1514
- "This color is used for background in cells which are in the active columns "
1515
- "(columns used for sorting) in odd rows."
1516
  msgstr ""
1517
- "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
1518
- "les colonnes actives (colonnes utilisées pour le tri) en lignes impaires."
1519
 
1520
- #: templates/admin/settings/tabs/color_and_font_settings.php:422
1521
- msgid "This color is used for background in buttons."
1522
- msgstr "Cette couleur est utilisée pour le fond des boutons."
1523
 
1524
- #: templates/admin/settings/tabs/color_and_font_settings.php:441
1525
- msgid "This color is used for border in buttons."
1526
- msgstr "Cette couleur est utilisée pour la bordure dans les boutons."
1527
 
1528
- #: templates/admin/settings/tabs/color_and_font_settings.php:461
1529
- msgid "This color is used for font in buttons."
1530
- msgstr "Cette couleur est utilisée pour la police dans les boutons."
1531
 
1532
- #: templates/admin/settings/tabs/color_and_font_settings.php:478
1533
- msgid "Background hover color"
1534
- msgstr "Couleur fond de survol"
1535
 
1536
- #: templates/admin/settings/tabs/color_and_font_settings.php:480
1537
  msgid ""
1538
- "This color will be used for button backgrounds when you hover above them."
 
1539
  msgstr ""
1540
- "Cette couleur sera utilisée pour les fonds de boutons lorsque vous les "
1541
- "survolez."
1542
 
1543
- #: templates/admin/settings/tabs/color_and_font_settings.php:498
1544
- msgid "Hover font color"
1545
- msgstr "Couleur de la police de survol"
1546
 
1547
- #: templates/admin/settings/tabs/color_and_font_settings.php:500
1548
- msgid "This color will be used for buttons font when you hover above them."
1549
- msgstr ""
1550
- "Cette couleur sera utilisée pour la police des boutons lorsque vous la "
1551
- "survolez."
1552
 
1553
- #: templates/admin/settings/tabs/color_and_font_settings.php:518
1554
- #: templates/settings.inc.php:401
1555
- msgid "Buttons hover border color"
1556
- msgstr "Couleur de survol de bordure de boutons"
1557
 
1558
- #: templates/admin/settings/tabs/color_and_font_settings.php:520
1559
- msgid "This color will be used for button borders when you hover above them."
1560
- msgstr ""
1561
- "Cette couleur sera utilisée pour les bordures des boutons lorsque vous les "
1562
- "survolez."
1563
 
1564
- #: templates/admin/settings/tabs/color_and_font_settings.php:538
1565
- #: templates/settings.inc.php:410
1566
- msgid "Buttons and inputs border radius (in px)"
1567
- msgstr "Boutons et valeurs de bordure des rayons (en px)"
1568
 
1569
- #: templates/admin/settings/tabs/color_and_font_settings.php:540
1570
- #: templates/settings.inc.php:414
1571
- msgid "This is a border radius for inputs in buttons. Default is 3px."
1572
- msgstr ""
1573
- "C'est une bordure de rayon pour les entrées dans les boutons. La valeur par "
1574
- "défaut est 3px."
1575
 
1576
- #: templates/admin/settings/tabs/color_and_font_settings.php:571
1577
- #: templates/settings.inc.php:374
1578
- msgid "Modals font color"
1579
- msgstr "Couleur de police des modaux"
1580
 
1581
- #: templates/admin/settings/tabs/color_and_font_settings.php:573
1582
- msgid ""
1583
- "This color will be used for wpDataTable popup (filter, datepicker) fonts."
1584
- msgstr ""
1585
- "Cette couleur sera utilisée pour les polices des fenêtres contextuelles "
1586
- "wpDataTable (filtre, sélecteur de date)."
1587
 
1588
- #: templates/admin/settings/tabs/color_and_font_settings.php:591
1589
- msgid "Modals background"
1590
- msgstr "Fond de modaux"
1591
 
1592
- #: templates/admin/settings/tabs/color_and_font_settings.php:593
1593
- msgid ""
1594
- "This color will be used for wpDataTable popup (filter, datepicker) "
1595
- "background."
1596
- msgstr ""
1597
- "Cette couleur sera utilisée pour le fond des fenêtres contextuelles "
1598
- "wpDataTable (filtre, sélecteur de date)."
1599
 
1600
- #: templates/admin/settings/tabs/color_and_font_settings.php:612
1601
- msgid "Overlay background"
1602
- msgstr "Fond de superposition"
1603
 
1604
- #: templates/admin/settings/tabs/color_and_font_settings.php:614
1605
- msgid ""
1606
- "This color will be used for overlay which appears below the plugin popups."
1607
- msgstr ""
1608
- "Cette couleur sera utilisée pour la superposition qui apparaît sous les "
1609
- "fenêtres contextuelles de l'extension."
1610
 
1611
- #: templates/admin/settings/tabs/color_and_font_settings.php:649
1612
- #, fuzzy
1613
- msgid "This color is used for the background of the pagination"
1614
- msgstr "Cette couleur est utilisée pour le fond des boutons."
1615
 
1616
- #: templates/admin/settings/tabs/color_and_font_settings.php:667
1617
- #: templates/edit_table.inc.php:730
1618
- msgid "Color"
1619
- msgstr "Couleur"
1620
 
1621
- #: templates/admin/settings/tabs/color_and_font_settings.php:669
1622
- #, fuzzy
1623
- msgid "This color is used for the color of the links in the pagination."
1624
- msgstr ""
1625
- "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
1626
- "tableau."
1627
 
1628
- #: templates/admin/settings/tabs/color_and_font_settings.php:687
1629
- #, fuzzy
1630
- msgid "Current page background color"
1631
- msgstr "Couleur d'arrière-plan du tracé"
1632
 
1633
- #: templates/admin/settings/tabs/color_and_font_settings.php:689
1634
- #, fuzzy
1635
- msgid "The color is used for background of the current page"
1636
- msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
1637
 
1638
- #: templates/admin/settings/tabs/color_and_font_settings.php:706
1639
- #, fuzzy
1640
- msgid "Current page color"
1641
- msgstr "Définir la couleur de la cellule"
 
 
 
1642
 
1643
- #: templates/admin/settings/tabs/color_and_font_settings.php:708
1644
- #, fuzzy
1645
- msgid "This color is used for the color of the current page."
1646
- msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
1647
 
1648
- #: templates/admin/settings/tabs/color_and_font_settings.php:726
1649
- #, fuzzy
1650
- msgid "Other pages hover background color"
1651
- msgstr "Couleur d'arrière-plan du tracé"
1652
 
1653
- #: templates/admin/settings/tabs/color_and_font_settings.php:728
1654
- #, fuzzy
1655
- msgid ""
1656
- "This background color is used when you hover the mouse above the other pages"
1657
- msgstr ""
1658
- "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
1659
- "tête du tableau ou lorsque vous choisissez une colonne."
1660
 
1661
- #: templates/admin/settings/tabs/color_and_font_settings.php:745
1662
- #, fuzzy
1663
- msgid "Other pages hover color"
1664
- msgstr "Couleur active et en survol\t"
1665
 
1666
- #: templates/admin/settings/tabs/color_and_font_settings.php:747
1667
- #, fuzzy
1668
- msgid "This color is used when you hover the mouse above the other pages."
1669
- msgstr ""
1670
- "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
1671
- "tête du tableau ou lorsque vous choisissez une colonne."
1672
 
1673
- #: templates/admin/settings/tabs/custom_js_and_css.php:15
1674
- #: templates/settings.inc.php:454
1675
- msgid "Custom wpDataTables JS"
1676
- msgstr "JS WpDataTables personnalisé"
1677
 
1678
- #: templates/admin/settings/tabs/custom_js_and_css.php:17
1679
- msgid ""
1680
- "This JS will be inserted as an inline script block on every page that has a "
1681
- "wpDataTable."
1682
- msgstr ""
1683
- "Ce JS sera inséré en tant que bloc de script en ligne sur chaque page "
1684
- "possédant un wpDataTable."
1685
 
1686
- #: templates/admin/settings/tabs/custom_js_and_css.php:30
1687
- #: templates/settings.inc.php:463
1688
- msgid "Custom wpDataTables CSS"
1689
- msgstr "CSS WpDataTables personnalisé"
1690
 
1691
- #: templates/admin/settings/tabs/custom_js_and_css.php:32
1692
- msgid ""
1693
- "This CSS will be inserted as an inline style block on every page that has a "
1694
- "wpDataTable."
1695
- msgstr ""
1696
- "Ce CSS sera inséré comme un bloc de style en ligne sur chaque page qui a un "
1697
- "wpDataTable."
1698
 
1699
- #: templates/admin/settings/tabs/custom_js_and_css.php:45
1700
- msgid "Use minified wpDataTables Javascript "
1701
- msgstr "Utiliser le Javascript wpDataTables minifié"
1702
 
1703
- #: templates/admin/settings/tabs/main_plugin_settings.php:15
1704
- #: templates/settings.inc.php:45
1705
- msgid "Interface language"
1706
- msgstr "Langue de l'interface"
1707
 
1708
- #: templates/admin/settings/tabs/main_plugin_settings.php:17
1709
- msgid "Pick the language which will be used in tables interface."
1710
- msgstr "Choisissez la langue qui sera utilisée dans l'interface des tableaux."
1711
 
1712
- #: templates/admin/settings/tabs/main_plugin_settings.php:23
1713
- msgid "English (default)"
1714
- msgstr "Anglais (par défaut)"
1715
 
1716
- #: templates/admin/settings/tabs/main_plugin_settings.php:36
1717
- #: templates/settings.inc.php:98
1718
- msgid "Date format"
1719
- msgstr "Format de date"
1720
 
1721
- #: templates/admin/settings/tabs/main_plugin_settings.php:38
1722
- msgid "Pick the date format to use in date column type."
1723
  msgstr ""
1724
- "Choisissez le format de date à utiliser dans le type de colonne de date."
1725
 
1726
- #: templates/admin/settings/tabs/main_plugin_settings.php:70
1727
- #: templates/settings.inc.php:119
1728
- msgid "Time format"
1729
- msgstr "Format de l'heure"
1730
 
1731
- #: templates/admin/settings/tabs/main_plugin_settings.php:72
1732
- msgid "Pick the time format to use in datetime and time column type."
1733
- msgstr ""
1734
- "Choisissez le format de l'heure à utiliser dans le type de colonne datetime "
1735
- "et heure."
1736
 
1737
- #: templates/admin/settings/tabs/main_plugin_settings.php:87
1738
- msgid "Parse shortcodes"
1739
- msgstr "Analyser les shortcodes"
1740
 
1741
- #: templates/admin/settings/tabs/main_plugin_settings.php:89
1742
- msgid "Parse shortcodes in strings"
1743
- msgstr "Analyser les shortcodes dans la chaîne de caractères"
1744
 
1745
- #: templates/admin/settings/tabs/main_plugin_settings.php:101
1746
- #: templates/settings.inc.php:74
1747
- msgid "Base skin"
1748
- msgstr "Skin de base"
1749
 
1750
- #: templates/admin/settings/tabs/main_plugin_settings.php:103
1751
- msgid "Choose the base skin for the plugin."
1752
- msgstr "Choisissez le skin de base pour l'extension."
1753
 
1754
- #: templates/admin/settings/tabs/main_plugin_settings.php:109
1755
- msgid "Material"
1756
- msgstr "Matériel"
 
 
 
 
1757
 
1758
- #: templates/admin/settings/tabs/main_plugin_settings.php:110
1759
- msgid "Light"
1760
- msgstr "Light"
1761
 
1762
- #: templates/admin/settings/tabs/main_plugin_settings.php:111
1763
- msgid "Graphite"
1764
- msgstr "Graphite"
1765
 
1766
- #: templates/admin/settings/tabs/main_plugin_settings.php:112
1767
- msgid "Aqua"
1768
- msgstr ""
1769
 
1770
- #: templates/admin/settings/tabs/main_plugin_settings.php:113
1771
- msgid "Purple"
1772
  msgstr ""
 
 
1773
 
1774
- #: templates/admin/settings/tabs/main_plugin_settings.php:114
1775
- msgid "Dark"
1776
- msgstr ""
1777
 
1778
- #: templates/admin/settings/tabs/main_plugin_settings.php:122
1779
- #: templates/settings.inc.php:131
1780
- msgid "Number format"
1781
- msgstr "Format de nombre"
1782
 
1783
- #: templates/admin/settings/tabs/main_plugin_settings.php:124
1784
- #: templates/settings.inc.php:138
1785
- msgid "Pick the number format (thousands and decimals separator)"
1786
  msgstr ""
1787
- "Choisissez le format numérique (séparateur de milliers et de décimales)"
1788
 
1789
- #: templates/admin/settings/tabs/main_plugin_settings.php:141
1790
- #: templates/settings.inc.php:86
1791
- msgid "Render advanced filter"
1792
- msgstr "Filtre avancé interprété"
1793
 
1794
- #: templates/admin/settings/tabs/main_plugin_settings.php:143
1795
- msgid ""
1796
- "Choose where you would like to render the advanced filter for tables where "
1797
- "enabled."
1798
- msgstr ""
1799
- "Choisissez l'emplacement où vous souhaitez interpréter le filtre avancé pour "
1800
- "les tableaux où ils sont activés."
1801
 
1802
- #: templates/admin/settings/tabs/main_plugin_settings.php:149
1803
- #: templates/settings.inc.php:90
1804
- msgid "In the header"
1805
- msgstr "Dans l'en-tête"
1806
 
1807
- #: templates/admin/settings/tabs/main_plugin_settings.php:150
1808
- #: templates/settings.inc.php:91
1809
- msgid "In the footer"
1810
- msgstr "En bas de page"
1811
 
1812
- #: templates/admin/settings/tabs/main_plugin_settings.php:158
1813
- #: templates/admin/table-settings/column_settings_panel.inc.php:393
1814
- #: templates/settings.inc.php:143
1815
- msgid "Decimal places"
1816
- msgstr "Place de la décimales"
1817
 
1818
- #: templates/admin/settings/tabs/main_plugin_settings.php:160
1819
- msgid "Define the amount of decimal places for the float numbers."
1820
- msgstr ""
1821
- "Définissez la quantité de la place de décimales pour les nombres à virgules."
1822
 
1823
- #: templates/admin/settings/tabs/main_plugin_settings.php:177
1824
- msgid "CSV delimiter"
1825
- msgstr ""
1826
 
1827
- #: templates/admin/settings/tabs/main_plugin_settings.php:179
1828
- msgid "Pick the CSV delimiter"
1829
- msgstr ""
1830
 
1831
- #: templates/admin/settings/tabs/main_plugin_settings.php:200
1832
- #: templates/settings.inc.php:171
1833
- msgid "Tablet width"
1834
- msgstr "Largeur de la tablette"
1835
 
1836
- #: templates/admin/settings/tabs/main_plugin_settings.php:202
1837
- #: templates/settings.inc.php:175
1838
- msgid ""
1839
- "Here you can specify width of the screen (in pixels) that will be treated as "
1840
- "a tablet. You can set it wider if you want responsive effect on desktops."
1841
- msgstr ""
1842
- "Ici, vous pouvez spécifier la largeur de l'écran (en pixels) qui sera "
1843
- "traitée comme une tablette. Vous pouvez le définir plus large si vous "
1844
- "souhaitez un effet adaptatif sur les ordinateurs de bureau."
1845
 
1846
- #: templates/admin/settings/tabs/main_plugin_settings.php:217
1847
- #: templates/settings.inc.php:181
1848
- msgid "Mobile width"
1849
- msgstr "Largeur mobile"
1850
 
1851
- #: templates/admin/settings/tabs/main_plugin_settings.php:219
1852
- msgid "Here you can specify width (in pixels) will be treated as a mobile.."
1853
- msgstr ""
1854
- "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
1855
- "mobile.."
1856
 
1857
- #: templates/admin/settings/tabs/main_plugin_settings.php:236
1858
- #: templates/settings.inc.php:61
1859
- msgid "Tables per admin page"
1860
- msgstr "Tableaux par page administrateur"
1861
 
1862
- #: templates/admin/settings/tabs/main_plugin_settings.php:238
1863
- msgid "How many tables to show in the browse page."
1864
- msgstr "Combien de tableaux afficher dans la page de navigation."
1865
 
1866
- #: templates/admin/settings/tabs/main_plugin_settings.php:254
1867
- msgid "Align numbers"
1868
- msgstr "Aligner les nombres"
1869
 
1870
- #: templates/admin/settings/tabs/main_plugin_settings.php:256
1871
- msgid "How \"Integer\" and \"Float\" column types will be aligned in the cell"
1872
- msgstr ""
1873
- "Comment les types de colonne \"Nombre entier\" et \"Nombre à virgule\" "
1874
- "seront alignés dans la cellule"
1875
 
1876
- #: templates/admin/settings/tabs/main_plugin_settings.php:270
1877
- msgid "Sum functions label"
1878
- msgstr "Libellé de fonctions de somme"
1879
 
1880
- #: templates/admin/settings/tabs/main_plugin_settings.php:272
1881
- msgid ""
1882
- "Enter a label that will be used for Sum functions. If you leave it blank "
1883
- "default label will be Σ ="
1884
- msgstr ""
1885
- "Entrez un libellé qui sera utilisé pour les fonctions de somme. Si vous le "
1886
- "laissez vide, le libellé par défaut sera Σ ="
1887
 
1888
- #: templates/admin/settings/tabs/main_plugin_settings.php:289
1889
- msgid "Average functions label"
1890
- msgstr "Libellé de fonctions moyennes"
 
1891
 
1892
- #: templates/admin/settings/tabs/main_plugin_settings.php:291
1893
- msgid ""
1894
- "Enter a label that will be used for Average functions. If you leave it blank "
1895
- "default label will be Avg ="
1896
  msgstr ""
1897
- "Entrez un libellé qui sera utilisé pour les fonctions Moyenne. Si vous le "
1898
- "laissez vide, le libellé par défaut sera Avg ="
1899
 
1900
- #: templates/admin/settings/tabs/main_plugin_settings.php:313
1901
- msgid "Minimum functions label"
1902
- msgstr "Libellé de fonctions minimum"
1903
 
1904
- #: templates/admin/settings/tabs/main_plugin_settings.php:315
1905
- msgid ""
1906
- "Enter a label that will be used for Minimum functions. If you leave it blank "
1907
- "default label will be Min ="
1908
- msgstr ""
1909
- "Entrez un libellé qui sera utilisé pour les fonctions Minimum. Si vous le "
1910
- "laissez vide, le libellé par défaut sera Min ="
1911
 
1912
- #: templates/admin/settings/tabs/main_plugin_settings.php:332
1913
- msgid "Maximum functions label"
1914
- msgstr "Libellé de fonctions maximum"
1915
 
1916
- #: templates/admin/settings/tabs/main_plugin_settings.php:334
1917
- msgid ""
1918
- "Enter a label that will be used for Maximum functions. If you leave it blank "
1919
- "default label will be Max ="
1920
- msgstr ""
1921
- "Entrez un libellé qui sera utilisé pour les fonctions Maximum. Si vous le "
1922
- "laissez vide, le libellé par défaut sera Max ="
1923
 
1924
- #: templates/admin/settings/tabs/main_plugin_settings.php:360
1925
- #, fuzzy
1926
- msgid "Include full bootstrap front-end"
1927
- msgstr "Inclure bootstrap"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1928
 
1929
- #: templates/admin/settings/tabs/main_plugin_settings.php:362
1930
- #: templates/admin/settings/tabs/main_plugin_settings.php:374
 
 
 
1931
  msgid ""
1932
- "It is recommended to uncheck this option if bootstrap.js is already included "
1933
- "in one of the theme files. Unchecked option means that there is still "
1934
- "bootstrap.js included just in noconflict mode which should prevent errors."
1935
  msgstr ""
 
 
1936
 
1937
- #: templates/admin/settings/tabs/main_plugin_settings.php:372
1938
- #, fuzzy
1939
- msgid "Include full bootstrap back-end"
1940
- msgstr "Inclure bootstrap"
1941
 
1942
- #: templates/admin/settings/tabs/main_plugin_settings.php:387
1943
- #: templates/settings.inc.php:32
1944
- #, fuzzy
1945
- msgid "Show plugin credentials below tables"
1946
- msgstr "Afficher le bloc d'informations sous le tableau"
1947
 
1948
- #: templates/admin/settings/tabs/main_plugin_settings.php:389
1949
- #: templates/settings.inc.php:32
1950
  msgid ""
1951
- "If you want to support our project, please, keep this checkbox as checked"
 
 
1952
  msgstr ""
 
 
 
 
1953
 
1954
- #: templates/admin/settings/tabs/main_plugin_settings.php:399
1955
- msgid "Prevent deleting tables in database"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1956
  msgstr ""
 
1957
 
1958
- #: templates/admin/settings/tabs/main_plugin_settings.php:401
1959
  msgid ""
1960
- "It is recommended to leave this optiosn as checked if you what to keep your "
1961
- "tables in database after deleting plugin from Plugins page. If you uncheck "
1962
- "this option, it will be deleted all tables in database after deleting plugin"
1963
  msgstr ""
 
 
 
1964
 
1965
- #: templates/admin/settings/tabs/separate_mysql_connection.php:17
 
 
 
 
1966
  msgid ""
1967
- "If this checkbox is checked, you have option to add more than one separate "
1968
- "database connection (MySQL, MS SQL, Postgre SQL)"
1969
  msgstr ""
 
 
 
1970
 
1971
- #: templates/admin/settings/tabs/separate_mysql_connection.php:21
1972
- #, fuzzy
1973
- msgid "Use separate connection"
1974
- msgstr "Utilisez une connexion MySQL séparée"
1975
 
1976
- #: templates/admin/settings/tabs/separate_mysql_connection.php:29
1977
- msgid "Test connection"
1978
- msgstr "Tester la connexion"
 
 
 
 
1979
 
1980
- #: templates/admin/settings/tabs/separate_mysql_connection.php:31
1981
  msgid ""
1982
- "Click this button to test if wpDataTables is able to connect to the MySQL "
1983
- "server with the details you provided."
1984
  msgstr ""
1985
- "Cliquez sur ce bouton pour tester si wpDataTables est capable de se "
1986
- "connecter au serveur MySQL avec les informations fournies."
1987
 
1988
- #: templates/admin/settings/tabs/separate_mysql_connection.php:42
1989
- msgid "MySQL host"
1990
- msgstr "Hôte MySQL"
 
 
 
 
 
1991
 
1992
- #: templates/admin/settings/tabs/separate_mysql_connection.php:44
1993
- msgid "MySQL host address."
1994
- msgstr "Adresse de l'hôte MySQL."
 
1995
 
1996
- #: templates/admin/settings/tabs/separate_mysql_connection.php:48
1997
- msgid "MySQL host address"
1998
- msgstr "Adresse de l'hôte MySQL"
 
 
 
1999
 
2000
- #: templates/admin/settings/tabs/separate_mysql_connection.php:53
2001
- msgid "MySQL database"
2002
- msgstr "Base de données MySQL"
2003
 
2004
- #: templates/admin/settings/tabs/separate_mysql_connection.php:55
2005
- msgid "MySQL database name."
2006
- msgstr "Nom de la base de données MySQL."
 
 
 
 
2007
 
2008
- #: templates/admin/settings/tabs/separate_mysql_connection.php:59
2009
- msgid "MySQL database name"
2010
- msgstr "Nom de la base de données MySQL"
 
2011
 
2012
- #: templates/admin/settings/tabs/separate_mysql_connection.php:67
2013
- #: templates/admin/settings/tabs/separate_mysql_connection.php:74
2014
- msgid "MySQL user"
2015
- msgstr "Utilisateur MySQL"
2016
 
2017
- #: templates/admin/settings/tabs/separate_mysql_connection.php:69
2018
- msgid "MySQL username for the connection."
2019
- msgstr "Nom d'utilisateur MySQL pour la connexion."
 
 
 
 
2020
 
2021
- #: templates/admin/settings/tabs/separate_mysql_connection.php:79
2022
- #: templates/admin/settings/tabs/separate_mysql_connection.php:84
2023
- msgid "MySQL password"
2024
- msgstr "Mot de passe MySQL"
2025
 
2026
- #: templates/admin/settings/tabs/separate_mysql_connection.php:81
2027
- msgid "MySQL password for the provided user."
2028
- msgstr "Mot de passe MySQL pour l'utilisateur fourni."
 
 
 
 
 
 
 
 
2029
 
2030
- #: templates/admin/settings/tabs/separate_mysql_connection.php:93
2031
- #: templates/admin/settings/tabs/separate_mysql_connection.php:99
2032
- msgid "MySQL port"
2033
- msgstr "Port MySQL"
2034
 
2035
- #: templates/admin/settings/tabs/separate_mysql_connection.php:95
2036
- msgid "MySQL port for the connection (default: 3306)."
2037
- msgstr "Port MySQL pour la connexion (par défaut: 3306)."
 
2038
 
2039
- #: templates/admin/table-settings/add_column_modal.inc.php:21
2040
- msgid "Add Column"
2041
- msgstr "Ajouter une colonne"
 
 
 
 
 
 
 
 
2042
 
2043
- #: templates/admin/table-settings/add_column_modal.inc.php:35
2044
- msgid "Column header"
2045
- msgstr "En-tête de colonne"
2046
 
2047
- #: templates/admin/table-settings/add_column_modal.inc.php:47
2048
- msgid "Type"
2049
- msgstr "Type"
2050
 
2051
- #: templates/admin/table-settings/add_column_modal.inc.php:64
2052
- msgid "Insert after"
2053
- msgstr "Insérer après"
2054
 
2055
- #: templates/admin/table-settings/add_column_modal.inc.php:70
2056
- msgid "Beginning of table"
2057
- msgstr "Début de tableau"
2058
 
2059
- #: templates/admin/table-settings/add_column_modal.inc.php:71
2060
- msgid "End of table"
2061
- msgstr "Fin de table"
2062
 
2063
- #: templates/admin/table-settings/add_column_modal.inc.php:83
2064
- #: templates/edit_table.inc.php:542
2065
- msgid "Possible values"
2066
- msgstr "Valeurs possibles"
2067
 
2068
- #: templates/admin/table-settings/add_column_modal.inc.php:94
2069
- msgid "Editor predefined value"
2070
- msgstr "Valeur prédéfinie de l'éditeur"
2071
 
2072
- #: templates/admin/table-settings/add_column_modal.inc.php:107
2073
- msgid "Fill with default value"
2074
- msgstr "Remplir avec la valeur par défaut"
2075
 
2076
- #: templates/admin/table-settings/add_column_modal.inc.php:129
2077
- #: templates/admin/table-settings/remove_column_modal.inc.php:84
2078
- msgid "OK"
2079
- msgstr "OK"
 
 
 
 
 
2080
 
2081
- #: templates/admin/table-settings/column_settings_panel.inc.php:14
2082
- msgid "Column settings"
2083
- msgstr "Paramètres de colonne"
2084
 
2085
- #: templates/admin/table-settings/column_settings_panel.inc.php:48
2086
- #: templates/admin/table-settings/table_settings_block.inc.php:65
2087
- msgid "Display"
2088
- msgstr "Affichage"
2089
 
2090
- #: templates/admin/table-settings/column_settings_panel.inc.php:52
2091
- msgid "Data"
2092
- msgstr "Données"
 
2093
 
2094
- #: templates/admin/table-settings/column_settings_panel.inc.php:56
2095
- #: templates/admin/table-settings/table_settings_block.inc.php:540
2096
- #: templates/admin/table-settings/table_settings_block.inc.php:548
2097
- msgid "Sorting"
2098
- msgstr "Tri"
2099
 
2100
- #: templates/admin/table-settings/column_settings_panel.inc.php:60
2101
- msgid "Filtering"
2102
- msgstr "Filtrage"
 
2103
 
2104
- #: templates/admin/table-settings/column_settings_panel.inc.php:64
2105
- #: templates/admin/table-settings/table_settings_block.inc.php:73
2106
- msgid "Editing"
2107
- msgstr "Édition"
2108
 
2109
- #: templates/admin/table-settings/column_settings_panel.inc.php:69
2110
- #: templates/edit_table.inc.php:750
2111
- msgid "Conditional formatting"
2112
- msgstr "Mise en forme conditionnelle"
2113
 
2114
- #: templates/admin/table-settings/column_settings_panel.inc.php:81
2115
- #: templates/edit_table.inc.php:525
2116
- msgid "Displayed header"
2117
- msgstr "En-tête affiché"
 
2118
 
2119
- #: templates/admin/table-settings/column_settings_panel.inc.php:95
2120
- #: templates/edit_table.inc.php:696
2121
- msgid "Column position"
2122
- msgstr "Position de la colonne"
2123
 
2124
- #: templates/admin/table-settings/column_settings_panel.inc.php:114
2125
- #: templates/admin/table-settings/column_settings_panel.inc.php:122
2126
- msgid "Cell content prefix"
2127
- msgstr "Préfixe du contenu de la cellule"
2128
 
2129
- #: templates/admin/table-settings/column_settings_panel.inc.php:129
2130
- msgid ""
2131
- "Any text or symbol entered here will be shown before the value in every cell "
2132
- "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
2133
- "Convenient for prices, percentages, etc."
2134
  msgstr ""
2135
- "Tout texte ou symbole saisi ici sera affiché avant la valeur dans chaque "
2136
- "cellule à l'intérieur de cette colonne. Par exemple: $, €. N'influence pas "
2137
- "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
2138
-
2139
- #: templates/admin/table-settings/column_settings_panel.inc.php:144
2140
- #: templates/admin/table-settings/column_settings_panel.inc.php:152
2141
- msgid "Cell content suffix"
2142
- msgstr "Suffixe du contenu de la cellule"
2143
 
2144
- #: templates/admin/table-settings/column_settings_panel.inc.php:159
2145
  msgid ""
2146
- "Any text or symbol entered here will be shown after the value in every cell "
2147
- "inside of this column. E.g.: %, pcs. Does not influence filtering and "
2148
- "sorting. Convenient for prices, percentages, etc."
 
2149
  msgstr ""
2150
- "Tout texte ou symbole saisi ici sera affiché après la valeur dans chaque "
2151
- "cellule à l'intérieur de cette colonne. Par exemple:%, pcs. N'influence pas "
2152
- "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
 
2153
 
2154
- #: templates/admin/table-settings/column_settings_panel.inc.php:180
2155
- #: templates/edit_table.inc.php:633
2156
- msgid "Hide on mobiles"
2157
- msgstr "Cacher sur les mobiles"
2158
 
2159
- #: templates/admin/table-settings/column_settings_panel.inc.php:188
2160
- msgid "Collapse column on mobile devices"
2161
- msgstr "Réduire la colonne sur les appareils mobiles"
2162
 
2163
- #: templates/admin/table-settings/column_settings_panel.inc.php:197
2164
- #: templates/edit_table.inc.php:622
2165
- msgid "Hide on tablets"
2166
- msgstr "Cacher sur des tablettes"
2167
 
2168
- #: templates/admin/table-settings/column_settings_panel.inc.php:205
2169
- msgid "Collapse column on tablet devices"
2170
- msgstr "Réduire la colonne sur les appareils tablettes"
2171
 
2172
- #: templates/admin/table-settings/column_settings_panel.inc.php:220
2173
- #: templates/edit_table.inc.php:533
2174
- msgid "CSS class(es)"
2175
- msgstr "CSS class(es)"
2176
 
2177
- #: templates/admin/table-settings/column_settings_panel.inc.php:234
2178
- msgid "Visible on front-end"
2179
- msgstr "Visible sur le front-end"
2180
 
2181
- #: templates/admin/table-settings/column_settings_panel.inc.php:242
2182
- msgid "Show column in front-end"
2183
- msgstr "Afficher la colonne dans le front-end"
2184
 
2185
- #: templates/admin/table-settings/column_settings_panel.inc.php:258
2186
- msgid "Column width"
2187
- msgstr "Largeur de colonne"
 
 
 
 
2188
 
2189
- #: templates/admin/table-settings/column_settings_panel.inc.php:271
2190
- #: templates/admin/table-settings/column_settings_panel.inc.php:279
2191
- msgid "Column color"
2192
- msgstr "Couleur de la colonne"
2193
 
2194
- #: templates/admin/table-settings/column_settings_panel.inc.php:286
2195
- msgid "Here you can override the default color for the complete column"
2196
- msgstr ""
2197
- "Ici, vous pouvez remplacer la couleur par défaut pour la colonne complète"
2198
 
2199
- #: templates/admin/table-settings/column_settings_panel.inc.php:307
2200
- #: templates/admin/table-settings/column_settings_panel.inc.php:315
2201
- #: templates/edit_table.inc.php:645
2202
- msgid "Group column"
2203
- msgstr "Colonne de groupe"
2204
 
2205
- #: templates/admin/table-settings/column_settings_panel.inc.php:322
2206
- msgid ""
2207
- "If one column of your table contains similar values for many rows, maybe it "
2208
- "makes sense to use it as a “group column”: it means that it will not be "
2209
- "rendered as a column, but its values will be used to group the rows. Each "
2210
- "group will be marked with one row with joined cells above, containing the "
2211
- "group value."
2212
- msgstr ""
2213
- "Si une colonne de votre tableau contient des valeurs similaires pour de "
2214
- "nombreuses lignes, il est peut-être judicieux de l'utiliser comme \"colonne "
2215
- "de groupe\": cela signifie qu'elle ne sera pas interprétée sous forme de "
2216
- "colonne, mais que ses valeurs seront utilisées pour regrouper les lignes. "
2217
- "Chaque groupe sera marqué d'une ligne avec les cellules jointes ci-dessus, "
2218
- "contenant la valeur du groupe."
2219
-
2220
- #: templates/admin/table-settings/column_settings_panel.inc.php:323
2221
- msgid ""
2222
- "Group column will not work with MySQL tables with server-side processing "
2223
- "enabled and with manual tables!"
2224
- msgstr ""
2225
- "La colonne de groupe ne fonctionnera pas avec les tables MySQL dont le "
2226
- "traitement côté serveur est activé et avec les tables manuelles!"
2227
-
2228
- #: templates/admin/table-settings/column_settings_panel.inc.php:331
2229
- msgid "Toggle column grouping"
2230
- msgstr "Activez le groupement de colonnes"
2231
-
2232
- #: templates/admin/table-settings/column_settings_panel.inc.php:351
2233
- #: templates/edit_table.inc.php:582
2234
- msgid "Column type"
2235
- msgstr "Type de colonne"
2236
-
2237
- #: templates/admin/table-settings/column_settings_panel.inc.php:353
2238
- msgid ""
2239
- "You can redefine the column data type here. Affects sorting, filtering and "
2240
- "display logic. For manually created tables this will change the column type "
2241
- "in database as well, which may result in data loss."
2242
- msgstr ""
2243
- "Vous pouvez redéfinir le type de données de la colonne ici. Affecte la "
2244
- "logique de tri, de filtrage et d'affichage. Pour les tableaux créés "
2245
- "manuellement, cela changera également le type de colonne dans la base de "
2246
- "données, ce qui peut entraîner une perte de données."
2247
-
2248
- #: templates/admin/table-settings/column_settings_panel.inc.php:360
2249
- msgid "String"
2250
- msgstr "Chaîne de caractères"
2251
-
2252
- #: templates/admin/table-settings/column_settings_panel.inc.php:364
2253
- msgid "DateTime"
2254
- msgstr "DateTime"
2255
-
2256
- #: templates/admin/table-settings/column_settings_panel.inc.php:366
2257
- #: templates/admin/table-settings/column_settings_panel.inc.php:991
2258
- msgid "URL link"
2259
- msgstr "Lien URL"
2260
-
2261
- #: templates/admin/table-settings/column_settings_panel.inc.php:367
2262
- #: templates/admin/table-settings/column_settings_panel.inc.php:992
2263
- msgid "E-mail link"
2264
- msgstr "Lien E-mail"
2265
-
2266
- #: templates/admin/table-settings/column_settings_panel.inc.php:370
2267
- #: templates/admin/table-settings/formula_editor_modal.inc.php:37
2268
- msgid "Formula"
2269
- msgstr "Formule"
2270
-
2271
- #: templates/admin/table-settings/column_settings_panel.inc.php:380
2272
- msgid "Formula for calculation"
2273
- msgstr "Formule de calcul"
2274
-
2275
- #: templates/admin/table-settings/column_settings_panel.inc.php:382
2276
- msgid ""
2277
- "You can create a formula (calculated column) based on other numeric columns "
2278
- "(Integer and Float)"
2279
- msgstr ""
2280
- "Vous pouvez créer une formule (colonne calculée) basée sur d'autres colonnes "
2281
- "numériques (Nombre entier et à virgule)"
2282
-
2283
- #: templates/admin/table-settings/column_settings_panel.inc.php:386
2284
- msgid "Open formula editor"
2285
- msgstr "Ouvrir l'éditeur de formule"
2286
-
2287
- #: templates/admin/table-settings/column_settings_panel.inc.php:395
2288
- msgid ""
2289
- "You can redefine the visible decimal places for a float and formula columns "
2290
- "here. If you leave this field empty amount of decimal places will be loaded "
2291
- "from the settings page. 0 is available just for formula columns "
2292
- msgstr ""
2293
- "Vous pouvez redéfinir les décimales visibles pour les colonnes de nombre à "
2294
- "virgule et formule ici. Si vous laissez ce champ vide la quantité de "
2295
- "décimales sera chargé à partir de la page des paramètres. 0 est disponible "
2296
- "uniquement pour les colonnes de formule"
2297
-
2298
- #: templates/admin/table-settings/column_settings_panel.inc.php:407
2299
- #: templates/admin/table-settings/column_settings_panel.inc.php:414
2300
- #: templates/edit_table.inc.php:684
2301
- msgid "Skip thousands separator"
2302
- msgstr "Eviter le séparateur de milliers"
2303
-
2304
- #: templates/admin/table-settings/column_settings_panel.inc.php:409
2305
- msgid ""
2306
- "Do not show thousands separator for this column (e.g. when showing years, "
2307
- "IDs)."
2308
- msgstr ""
2309
- "N'affichez pas de séparateur de milliers pour cette colonne (par exemple, "
2310
- "lorsque vous indiquez des années, des ID)."
2311
-
2312
- #: templates/admin/table-settings/column_settings_panel.inc.php:423
2313
- msgid "Possible values for column"
2314
- msgstr "Valeurs possibles pour la colonne"
2315
-
2316
- #: templates/admin/table-settings/column_settings_panel.inc.php:425
2317
- msgid ""
2318
- "Define the logic for fetching the possible values for this column for "
2319
- "filtering, and for editing: read from table itself on page load (will always "
2320
- "contain only the values that already exist in the table), hard-code the "
2321
- "list, or configure a relation with a different wpDataTable (use values in "
2322
- "this column as foreign key)."
2323
- msgstr ""
2324
- "Définissez la logique d'extraction des valeurs possibles pour cette colonne "
2325
- "pour le filtrage et l'édition: lecture de la table elle-même lors du "
2326
- "chargement de la page (contiendra toujours que les valeurs qui existent déjà "
2327
- "dans la table), coder en dur la liste ou configurer une relation avec un "
2328
- "wpDataTable différent (utilisez les valeurs de cette colonne comme clé "
2329
- "étrangère)."
2330
-
2331
- #: templates/admin/table-settings/column_settings_panel.inc.php:432
2332
- msgid "Read from table on page load"
2333
- msgstr "Lire à partir du tableau sur le chargement de la page"
2334
-
2335
- #: templates/admin/table-settings/column_settings_panel.inc.php:433
2336
- msgid "Define values list"
2337
- msgstr "Définir la liste de valeurs"
2338
-
2339
- #: templates/admin/table-settings/column_settings_panel.inc.php:434
2340
- msgid "Use values from another wpDataTable (foreign key)"
2341
- msgstr "Utiliser des valeurs d'un autre wpDataTable (clé étrangère)"
2342
-
2343
- #: templates/admin/table-settings/column_settings_panel.inc.php:443
2344
- msgid "Date input format"
2345
- msgstr "Format d'entrée de date"
2346
-
2347
- #: templates/admin/table-settings/column_settings_panel.inc.php:445
2348
- msgid ""
2349
- "Define date format which is used in the provided data source. Necessary for "
2350
- "smooth reading of your dates."
2351
- msgstr ""
2352
- "Définissez le format de date utilisé dans la source de données fournie. "
2353
- "Nécessaire pour une lecture en douceur de vos dates."
2354
-
2355
- #: templates/admin/table-settings/column_settings_panel.inc.php:484
2356
- msgid "Values list"
2357
- msgstr "Liste de valeurs"
2358
-
2359
- #: templates/admin/table-settings/column_settings_panel.inc.php:486
2360
- msgid "Read from table"
2361
- msgstr "Lire depuis le tableau"
2362
-
2363
- #: templates/admin/table-settings/column_settings_panel.inc.php:488
2364
- msgid "Reset"
2365
- msgstr "Réinitialiser"
2366
-
2367
- #: templates/admin/table-settings/column_settings_panel.inc.php:490
2368
- msgid ""
2369
- "Enter the possible values for this column in this list, separate by pressing "
2370
- "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
2371
- "column values. Values will be used in selectbox and checkbox filters and "
2372
- "editors for the column."
2373
- msgstr ""
2374
- "Entrez les valeurs possibles pour cette colonne dans cette liste, séparée en "
2375
- "appuyant sur ENTER ou sur une virgule. Cliquez sur \"Lire depuis la table\" "
2376
- "pour extraire la liste des valeurs de colonne existantes. Les valeurs seront "
2377
- "utilisées dans les boîtes de sélection et les cases à cocher et les éditeurs "
2378
- "de la colonne."
2379
-
2380
- #: templates/admin/table-settings/column_settings_panel.inc.php:503
2381
- #: templates/admin/table-settings/foreign_key_config.inc.php:12
2382
- msgid "Use values from another wpDataTable"
2383
- msgstr "Utiliser les valeurs d'un autre wpDataTable"
2384
-
2385
- #: templates/admin/table-settings/column_settings_panel.inc.php:505
2386
- msgid ""
2387
- "Configure a relation with a separate wpDataTable: values in this column will "
2388
- "be used as a foreign key, and replaced with values of a remote table column "
2389
- "(e.g.: user name instead of user ID)."
2390
- msgstr ""
2391
- "Configurez une relation avec un wpDataTable distinct: les valeurs de cette "
2392
- "colonne seront utilisées comme clé étrangère et remplacées par les valeurs "
2393
- "d'une colonne de table distante (par exemple: le nom d'utilisateur à la "
2394
- "place de l'ID utilisateur)."
2395
-
2396
- #: templates/admin/table-settings/column_settings_panel.inc.php:509
2397
- msgid "Configure relation..."
2398
- msgstr "Configurer la relation..."
2399
-
2400
- #: templates/admin/table-settings/column_settings_panel.inc.php:529
2401
- msgid "Allow empty value"
2402
- msgstr "Autoriser la valeur vide"
2403
-
2404
- #: templates/admin/table-settings/column_settings_panel.inc.php:531
2405
- msgid ""
2406
- "Add an empty value to the possible values list, to allow empty editing and "
2407
- "filtering inputs."
2408
- msgstr ""
2409
- "Ajoutez une valeur vide à la liste des valeurs possibles pour autoriser les "
2410
- "entrées d'édition et de filtrage vides."
2411
-
2412
- #: templates/admin/table-settings/column_settings_panel.inc.php:536
2413
- msgid "Add an empty value to the list"
2414
- msgstr "Ajouter une valeur vide à la liste"
2415
-
2416
- #: templates/admin/table-settings/column_settings_panel.inc.php:545
2417
- #, fuzzy
2418
- msgid "Number of possible values to load"
2419
- msgstr "Valeurs possibles pour la colonne"
2420
-
2421
- #: templates/admin/table-settings/column_settings_panel.inc.php:547
2422
- msgid ""
2423
- "Define here how many possible values per page will be loaded in selectbox "
2424
- "filters and editor inputs. It is recommended not to be set to All if you "
2425
- "have more than 50 possible values for this column. This option is not "
2426
- "working when Cascade Filtering option from Powerful Filters add-on is "
2427
- "enabled."
2428
- msgstr ""
2429
-
2430
- #: templates/admin/table-settings/column_settings_panel.inc.php:572
2431
- msgid "Calculate total"
2432
- msgstr "Calculer le total"
2433
-
2434
- #: templates/admin/table-settings/column_settings_panel.inc.php:574
2435
- msgid ""
2436
- "Enable this to show a total (sum) for all cells in this column in table "
2437
- "footer. You can also show it somewhere outside of the table by pasting the "
2438
- "shortcode below the switch."
2439
- msgstr ""
2440
- "Activez cette option pour afficher un total (somme) pour toutes les cellules "
2441
- "de cette colonne dans le pied de tableau. Vous pouvez également le montrer "
2442
- "quelque part en dehors de la table en collant le shortcode sous le "
2443
- "commutateur."
2444
-
2445
- #: templates/admin/table-settings/column_settings_panel.inc.php:579
2446
- msgid "Calculate a total for this column"
2447
- msgstr "Calculer un total pour cette colonne"
2448
-
2449
- #: templates/admin/table-settings/column_settings_panel.inc.php:586
2450
- msgid ""
2451
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
2452
- "posts or pages you can see the total for this column."
2453
- msgstr ""
2454
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2455
- "vos articles ou pages, vous pouvez voir le total de cette colonne."
2456
-
2457
- #: templates/admin/table-settings/column_settings_panel.inc.php:595
2458
- msgid "Calculate average"
2459
- msgstr "Calculer la moyenne"
2460
-
2461
- #: templates/admin/table-settings/column_settings_panel.inc.php:597
2462
- msgid ""
2463
- "Enable this to show an average value for all cells in this column in table "
2464
- "footer. You can also show it somewhere outside of the table by pasting the "
2465
- "shortcode below the switch."
2466
- msgstr ""
2467
- "Activez cette option pour afficher une valeur moyenne pour toutes les "
2468
- "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
2469
- "montrer quelque part en dehors de la table en collant le shortcode sous le "
2470
- "commutateur."
2471
-
2472
- #: templates/admin/table-settings/column_settings_panel.inc.php:602
2473
- msgid "Calculate average for this column"
2474
- msgstr "Calculer la moyenne pour cette colonne"
2475
-
2476
- #: templates/admin/table-settings/column_settings_panel.inc.php:609
2477
- msgid ""
2478
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
2479
- "posts or pages you can see the average for this column."
2480
- msgstr ""
2481
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2482
- "vos articles ou pages, vous pouvez voir la moyenne de cette colonne."
2483
-
2484
- #: templates/admin/table-settings/column_settings_panel.inc.php:618
2485
- msgid "Calculate MIN value"
2486
- msgstr "Calculer la valeur MIN"
2487
-
2488
- #: templates/admin/table-settings/column_settings_panel.inc.php:620
2489
- msgid ""
2490
- "Enable this to show a minimum value within all cells in this column in table "
2491
- "footer. You can also show it somewhere outside of the table by pasting the "
2492
- "shortcode below the switch."
2493
- msgstr ""
2494
- "Activez cette option pour afficher une valeur minimale pour toutes les "
2495
- "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
2496
- "montrer quelque part en dehors de la table en collant le shortcode sous le "
2497
- "commutateur."
2498
-
2499
- #: templates/admin/table-settings/column_settings_panel.inc.php:625
2500
- msgid "Find a minimum value for this column"
2501
- msgstr "Trouver une valeur minimale pour cette colonne"
2502
-
2503
- #: templates/admin/table-settings/column_settings_panel.inc.php:632
2504
- msgid ""
2505
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
2506
- "posts or pages you can see the minimum for this column."
2507
- msgstr ""
2508
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2509
- "vos articles ou pages, vous pouvez voir le minimum pour cette colonne."
2510
-
2511
- #: templates/admin/table-settings/column_settings_panel.inc.php:641
2512
- msgid "Calculate MAX value"
2513
- msgstr "Calculer la valeur MAX"
2514
-
2515
- #: templates/admin/table-settings/column_settings_panel.inc.php:643
2516
- msgid ""
2517
- "Enable this to show a maximum value within all cells in this column in table "
2518
- "footer. You can also show it somewhere outside of the table by pasting the "
2519
- "shortcode below the switch."
2520
- msgstr ""
2521
- "Activez cette option pour afficher une valeur maximale pour toutes les "
2522
- "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
2523
- "montrer quelque part en dehors de la table en collant le shortcode sous le "
2524
- "commutateur."
2525
-
2526
- #: templates/admin/table-settings/column_settings_panel.inc.php:648
2527
- msgid "Find a maximum value for this column"
2528
- msgstr "Trouver une valeur maximale pour cette colonne"
2529
-
2530
- #: templates/admin/table-settings/column_settings_panel.inc.php:655
2531
- msgid ""
2532
- "Click to copy this shortcode. By placing this shortcode anywhere in your "
2533
- "posts or pages you can see the maximum for this column."
2534
- msgstr ""
2535
- "Cliquez pour copier ce shortcode. En plaçant ce shortcode n'importe où dans "
2536
- "vos articles ou pages, vous pouvez voir le maximum pour cette colonne."
2537
-
2538
- #: templates/admin/table-settings/column_settings_panel.inc.php:668
2539
- msgid "URL target attribute"
2540
- msgstr "Attribut cible URL"
2541
-
2542
- #: templates/admin/table-settings/column_settings_panel.inc.php:670
2543
- msgid "Set how to open URL Target"
2544
- msgstr "Définir comment ouvrir la cible URL"
2545
-
2546
- #: templates/admin/table-settings/column_settings_panel.inc.php:675
2547
- msgid "Open link in the new tab"
2548
- msgstr "Ouvrir le lien dans le nouvel onglet"
2549
-
2550
- #: templates/admin/table-settings/column_settings_panel.inc.php:685
2551
- msgid "Show link as a button"
2552
- msgstr "Afficher le lien sous forme de bouton"
2553
-
2554
- #: templates/admin/table-settings/column_settings_panel.inc.php:687
2555
- msgid "The link will be shown as a button "
2556
- msgstr "Le lien sera affiché comme un bouton"
2557
-
2558
- #: templates/admin/table-settings/column_settings_panel.inc.php:692
2559
- msgid "Set the link to appear as a button"
2560
- msgstr "Définir le lien pour qu'il apparaisse comme un bouton"
2561
-
2562
- #: templates/admin/table-settings/column_settings_panel.inc.php:701
2563
- msgid "Button text"
2564
- msgstr "Bouton texte"
2565
-
2566
- #: templates/admin/table-settings/column_settings_panel.inc.php:715
2567
- msgid "Button class"
2568
- msgstr "Classe de bouton"
2569
-
2570
- #: templates/admin/table-settings/column_settings_panel.inc.php:741
2571
- msgid "Allow sorting"
2572
- msgstr "Autoriser le tri"
2573
-
2574
- #: templates/admin/table-settings/column_settings_panel.inc.php:743
2575
- msgid "Disable this to disallow sorting for this column."
2576
- msgstr "Désactivez cette option pour interdire le tri de cette colonne."
2577
-
2578
- #: templates/admin/table-settings/column_settings_panel.inc.php:748
2579
- msgid "Allow sorting for this column"
2580
- msgstr "Autoriser le tri pour cette colonne"
2581
-
2582
- #: templates/admin/table-settings/column_settings_panel.inc.php:757
2583
- msgid "Use as default sorting column"
2584
- msgstr "Utiliser comme colonne de tri par défaut"
2585
-
2586
- #: templates/admin/table-settings/column_settings_panel.inc.php:759
2587
- #: templates/admin/table-settings/column_settings_panel.inc.php:764
2588
- msgid "Sort table by this column on load"
2589
- msgstr "Trier le tableau à partir de cette colonne lors du chargement"
2590
-
2591
- #: templates/admin/table-settings/column_settings_panel.inc.php:777
2592
- msgid "Default sorting direction"
2593
- msgstr "Direction de tri par défaut"
2594
-
2595
- #: templates/admin/table-settings/column_settings_panel.inc.php:779
2596
- msgid "Choose whether to sort ascending or descending by default."
2597
- msgstr ""
2598
- "Choisissez si vous souhaitez trier par ordre croissant ou décroissant par "
2599
- "défaut."
2600
-
2601
- #: templates/admin/table-settings/column_settings_panel.inc.php:786
2602
- #: templates/edit_table.inc.php:663
2603
- msgid "Ascending"
2604
- msgstr "Ordre croissant"
2605
-
2606
- #: templates/admin/table-settings/column_settings_panel.inc.php:787
2607
- #: templates/edit_table.inc.php:665
2608
- msgid "Descending"
2609
- msgstr "Ordre décroissant"
2610
-
2611
- #: templates/admin/table-settings/column_settings_panel.inc.php:811
2612
- msgid "Add a filter for this column"
2613
- msgstr "Ajouter un filtre pour cette colonne"
2614
-
2615
- #: templates/admin/table-settings/column_settings_panel.inc.php:819
2616
- msgid "Enable filtering for column"
2617
- msgstr "Activer le filtrage pour la colonne"
2618
-
2619
- #: templates/admin/table-settings/column_settings_panel.inc.php:826
2620
- msgid ""
2621
- "Enabling this switch will add a filter for this column. Disable to remove "
2622
- "the filter for this column."
2623
- msgstr ""
2624
- "L'activation de ce commutateur ajoutera un filtre pour cette colonne. "
2625
- "Désactiver pour supprimer le filtre pour cette colonne."
2626
-
2627
- #: templates/admin/table-settings/column_settings_panel.inc.php:834
2628
- msgid "Allow filtering"
2629
- msgstr "Autoriser le filtrage"
2630
-
2631
- #: templates/admin/table-settings/column_settings_panel.inc.php:843
2632
- #: templates/edit_table.inc.php:570
2633
- msgid "Filter type"
2634
- msgstr "Type de filtre"
2635
-
2636
- #: templates/admin/table-settings/column_settings_panel.inc.php:845
2637
- msgid ""
2638
- "You can redefine the filter type here, it will affect the filtering logic."
2639
- msgstr ""
2640
- "Vous pouvez redéfinir le type de filtre ici, cela affectera la logique de "
2641
- "filtrage."
2642
-
2643
- #: templates/admin/table-settings/column_settings_panel.inc.php:852
2644
- msgid "Text"
2645
- msgstr "Texte"
2646
-
2647
- #: templates/admin/table-settings/column_settings_panel.inc.php:853
2648
- msgid "Number"
2649
- msgstr "Nombre"
2650
-
2651
- #: templates/admin/table-settings/column_settings_panel.inc.php:854
2652
- msgid "Number range"
2653
- msgstr "Plage de numéros"
2654
-
2655
- #: templates/admin/table-settings/column_settings_panel.inc.php:855
2656
- msgid "Date range"
2657
- msgstr "Plage de dates"
2658
-
2659
- #: templates/admin/table-settings/column_settings_panel.inc.php:856
2660
- msgid "DateTime range"
2661
- msgstr "Plage de date et heure"
2662
-
2663
- #: templates/admin/table-settings/column_settings_panel.inc.php:857
2664
- msgid "Time range"
2665
- msgstr "Intervalle de temps"
2666
-
2667
- #: templates/admin/table-settings/column_settings_panel.inc.php:858
2668
- msgid "Selectbox"
2669
- msgstr "Boîte de sélection"
2670
-
2671
- #: templates/admin/table-settings/column_settings_panel.inc.php:859
2672
- msgid "Checkbox"
2673
- msgstr "Case à cocher"
2674
-
2675
- #: templates/admin/table-settings/column_settings_panel.inc.php:875
2676
- msgid "Filter label"
2677
- msgstr "Étiquette de filtre"
2678
-
2679
- #: templates/admin/table-settings/column_settings_panel.inc.php:883
2680
- msgid "Custom filter label"
2681
- msgstr "Etiquette de filtre personnalisée"
2682
-
2683
- #: templates/admin/table-settings/column_settings_panel.inc.php:890
2684
- msgid ""
2685
- "You can change the filter label (placeholder) for this column here, if you "
2686
- "would like to show some custom text instead of default."
2687
- msgstr ""
2688
- "Vous pouvez modifier l'étiquette de filtre (espace réservé) pour cette "
2689
- "colonne ici, si vous souhaitez afficher du texte personnalisé au lieu de "
2690
- "celui par défaut."
2691
-
2692
- #: templates/admin/table-settings/column_settings_panel.inc.php:905
2693
- msgid "Exact filtering"
2694
- msgstr "Filtrage exact"
2695
-
2696
- #: templates/admin/table-settings/column_settings_panel.inc.php:907
2697
- msgid ""
2698
- "Enable exact search to use exact match logic for filtering, disable to allow "
2699
- "partial match."
2700
- msgstr ""
2701
- "Activez la recherche exacte pour utiliser la logique de correspondance "
2702
- "exacte pour le filtrage, désactivez-la pour autoriser une correspondance "
2703
- "partielle."
2704
-
2705
- #: templates/admin/table-settings/column_settings_panel.inc.php:912
2706
- msgid "Enable exact filtering"
2707
- msgstr "Activer le filtrage exact"
2708
-
2709
- #: templates/admin/table-settings/column_settings_panel.inc.php:926
2710
- #: templates/admin/table-settings/column_settings_panel.inc.php:1024
2711
- msgid "Predefined value(s)"
2712
- msgstr "Valeur(s) prédéfinie(s)"
2713
-
2714
- #: templates/admin/table-settings/column_settings_panel.inc.php:928
2715
- msgid ""
2716
- "Define value(s) that will be set as default pre-defined filter value(s) on "
2717
- "page load."
2718
- msgstr ""
2719
- "Définissez les valeurs qui seront définies comme valeurs de filtre "
2720
- "prédéfinies par défaut lors du chargement de la page."
2721
-
2722
- #: templates/admin/table-settings/column_settings_panel.inc.php:974
2723
- msgid "Editor input type"
2724
- msgstr "Type d'entrée de l'éditeur"
2725
-
2726
- #: templates/admin/table-settings/column_settings_panel.inc.php:976
2727
- msgid "Choose which kind of editor input to use for this column."
2728
- msgstr "Choisissez quel type d’éditeur d'entrée à utiliser pour cette colonne."
2729
-
2730
- #: templates/admin/table-settings/column_settings_panel.inc.php:982
2731
- msgid "None"
2732
- msgstr "Aucun"
2733
-
2734
- #: templates/admin/table-settings/column_settings_panel.inc.php:983
2735
- msgid "One-line edit"
2736
- msgstr "Modification une ligne"
2737
-
2738
- #: templates/admin/table-settings/column_settings_panel.inc.php:984
2739
- msgid "Multi-line edit"
2740
- msgstr "Modification multi-lignes"
2741
-
2742
- #: templates/admin/table-settings/column_settings_panel.inc.php:985
2743
- msgid "HTML editor"
2744
- msgstr "Editeur HTML"
2745
-
2746
- #: templates/admin/table-settings/column_settings_panel.inc.php:986
2747
- msgid "Single-value selectbox"
2748
- msgstr "Boîte de sélection à valeur unique"
2749
-
2750
- #: templates/admin/table-settings/column_settings_panel.inc.php:987
2751
- msgid "Multi-value selectbox"
2752
- msgstr "Boîte de sélection multi-valeur"
2753
-
2754
- #: templates/admin/table-settings/column_settings_panel.inc.php:1003
2755
- msgid "Column cannot be empty"
2756
- msgstr "La colonne ne peut pas être vide"
2757
-
2758
- #: templates/admin/table-settings/column_settings_panel.inc.php:1005
2759
- msgid ""
2760
- "Enable to make this column mandatory. Users will see a warning when trying "
2761
- "to save with empty input."
2762
- msgstr ""
2763
- "Activer pour rendre cette colonne obligatoire. Les utilisateurs verront un "
2764
- "avertissement lorsqu'ils tenteront d'enregistrer avec une entrée vide."
2765
-
2766
- #: templates/admin/table-settings/column_settings_panel.inc.php:1010
2767
- msgid "Cannot be empty"
2768
- msgstr "Ne peux pas être vide"
2769
-
2770
- #: templates/admin/table-settings/column_settings_panel.inc.php:1026
2771
- msgid ""
2772
- "If you would like to have some values pre-defined in editors (i.e. default "
2773
- "editor values) please enter these here."
2774
- msgstr ""
2775
- "Si vous souhaitez que certaines valeurs soient prédéfinies dans les éditeurs "
2776
- "(c-à-d valeurs d’éditeur par défaut), veuillez les saisir ici."
2777
-
2778
- #: templates/admin/table-settings/column_settings_panel.inc.php:1071
2779
- msgid "Add rule"
2780
- msgstr "Ajouter une règle"
2781
-
2782
- #: templates/admin/table-settings/column_small_block.inc.php:13
2783
- #, fuzzy
2784
- msgid "Enable/disable editing"
2785
- msgstr "Activer ou désactiver l'info-bulle"
2786
-
2787
- #: templates/admin/table-settings/column_small_block.inc.php:15
2788
- #, fuzzy
2789
- msgid "Show/hide filters"
2790
- msgstr "Afficher/masquer sur mobile"
2791
-
2792
- #: templates/admin/table-settings/column_small_block.inc.php:17
2793
- #, fuzzy
2794
- msgid "Show/hide sorting"
2795
- msgstr "Afficher/masquer sur mobile"
2796
-
2797
- #: templates/admin/table-settings/column_small_block.inc.php:19
2798
- msgid "Show/hide the column"
2799
- msgstr "Afficher/masquer la colonne"
2800
-
2801
- #: templates/admin/table-settings/column_small_block.inc.php:21
2802
- msgid "Show/hide on mobile"
2803
- msgstr "Afficher/masquer sur mobile"
2804
-
2805
- #: templates/admin/table-settings/column_small_block.inc.php:23
2806
- msgid "Show/hide on tablet"
2807
- msgstr "Afficher/masquer sur tablette"
2808
-
2809
- #: templates/admin/table-settings/column_small_block.inc.php:25
2810
- msgid "Open column settings"
2811
- msgstr "Ouvrir les paramètres de colonne "
2812
-
2813
- #: templates/admin/table-settings/columns_list_modal.inc.php:15
2814
- msgid "List of the columns in the data source with quickaccess tools."
2815
- msgstr ""
2816
- "Liste des colonnes de la source de données avec les outils quickaccess."
2817
-
2818
- #: templates/admin/table-settings/columns_list_modal.inc.php:17
2819
- msgid ""
2820
- "Click column header to rename it, toggle column visibility by clicking on "
2821
- "the eye icon, open column settings by clicking on the wrench icon, drag and "
2822
- "drop blocks to reorder columns."
2823
- msgstr ""
2824
- "Cliquez sur l'en-tête de colonne pour la renommer, basculez la visibilité "
2825
- "des colonnes en cliquant sur l'icône en forme d'œil, ouvrez les paramètres "
2826
- "de colonne en cliquant sur l'icône en forme de clé, faites glisser et "
2827
- "déposer les blocs pour réorganiser les colonnes."
2828
-
2829
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:7
2830
- #: templates/edit_table.inc.php:770
2831
- msgid "If cell value"
2832
- msgstr "Si la valeur de la cellule"
2833
-
2834
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:18
2835
- #: templates/edit_table.inc.php:778
2836
- msgid "contains"
2837
- msgstr "contient"
2838
-
2839
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:19
2840
- #: templates/edit_table.inc.php:779
2841
- msgid "does not contain"
2842
- msgstr "ne contient pas"
2843
-
2844
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:32
2845
- #: templates/edit_table.inc.php:783
2846
- msgid "Set cell color"
2847
- msgstr "Définir la couleur de la cellule"
2848
-
2849
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:33
2850
- #: templates/edit_table.inc.php:784
2851
- msgid "Reset cell color to default"
2852
- msgstr "Réinitialiser la couleur de cellule par défaut"
2853
-
2854
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:34
2855
- #: templates/edit_table.inc.php:785
2856
- msgid "Set cell content"
2857
- msgstr "Définir le contenu de la cellule"
2858
-
2859
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:35
2860
- #: templates/edit_table.inc.php:786
2861
- msgid "Set cell CSS class"
2862
- msgstr "Définir la classe CSS de la cellule"
2863
-
2864
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:36
2865
- #: templates/edit_table.inc.php:787
2866
- msgid "Remove cell CSS class"
2867
- msgstr "Supprimer la classe CSS de la cellule"
2868
-
2869
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:37
2870
- #: templates/edit_table.inc.php:788
2871
- msgid "Set row color"
2872
- msgstr "Définir la couleur des lignes"
2873
-
2874
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:38
2875
- #: templates/edit_table.inc.php:789
2876
- msgid "Reset row color to default"
2877
- msgstr "Réinitialiser la couleur de la ligne par défaut"
2878
-
2879
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:39
2880
- #: templates/edit_table.inc.php:790
2881
- msgid "Set row CSS class"
2882
- msgstr "Définir la classe CSS de la ligne"
2883
-
2884
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:40
2885
- #: templates/edit_table.inc.php:791
2886
- msgid "Remove row CSS class"
2887
- msgstr "Supprimer la classe CSS de la ligne"
2888
-
2889
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:41
2890
- #: templates/edit_table.inc.php:792
2891
- msgid "Set column color"
2892
- msgstr "Définir la couleur de la colonne"
2893
-
2894
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:42
2895
- #: templates/edit_table.inc.php:793
2896
- msgid "Add column CSS class"
2897
- msgstr "Ajouter une classe CSS de colonne"
2898
-
2899
- #: templates/admin/table-settings/conditional_formatting_block.inc.php:53
2900
- msgid "Remove rule"
2901
- msgstr "Supprimer la règle"
2902
-
2903
- #: templates/admin/table-settings/foreign_key_config.inc.php:18
2904
- msgid "Choose a source wpDataTable"
2905
- msgstr "Choisissez une source wpDataTable"
2906
-
2907
- #: templates/admin/table-settings/foreign_key_config.inc.php:20
2908
- msgid ""
2909
- "Please choose a remote wpDataTable which will be used as the data source."
2910
- msgstr ""
2911
- "Veuillez choisir un wpDataTable distant qui sera utilisé comme source de "
2912
- "données."
2913
-
2914
- #: templates/admin/table-settings/foreign_key_config.inc.php:27
2915
- msgid "Pick a table..."
2916
- msgstr "Choisissez un tableau..."
2917
-
2918
- #: templates/admin/table-settings/foreign_key_config.inc.php:47
2919
- msgid "Display value"
2920
- msgstr "Valeur d'affichage"
2921
-
2922
- #: templates/admin/table-settings/foreign_key_config.inc.php:49
2923
- msgid ""
2924
- "Please choose which column values will be shown to the front-end user (e.g. "
2925
- "Name)."
2926
- msgstr ""
2927
- "Veuillez choisir les valeurs de colonne à afficher pour l'utilisateur "
2928
- "frontend (p.ex, Nom)."
2929
-
2930
- #: templates/admin/table-settings/foreign_key_config.inc.php:71
2931
- msgid "Store value"
2932
- msgstr "Valeur de magasin"
2933
-
2934
- #: templates/admin/table-settings/foreign_key_config.inc.php:73
2935
- msgid ""
2936
- "Please choose which column values will be stored in the table for reference "
2937
- "- by default wdt_ID, or ID"
2938
- msgstr ""
2939
- "Veuillez choisir les valeurs de colonne qui seront stockées dans le tableau "
2940
- "pour référence - par défaut wdt_ID ou ID"
2941
-
2942
- #: templates/admin/table-settings/formula_editor_modal.inc.php:19
2943
- msgid "Formula Editor"
2944
- msgstr "Éditeur de formule"
2945
-
2946
- #: templates/admin/table-settings/formula_editor_modal.inc.php:25
2947
- msgid "Use this dialog to construct formulas and see a preview of the result."
2948
- msgstr ""
2949
- "Utilisez cette boîte de dialogue pour créer des formules et afficher un "
2950
- "aperçu du résultat."
2951
-
2952
- #: templates/admin/table-settings/formula_editor_modal.inc.php:27
2953
- msgid ""
2954
- "You can use columns (values for each cell will be inserted), or number "
2955
- "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
2956
- "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
2957
- "col3*sin(col4-3))."
2958
- msgstr ""
2959
- "Vous pouvez utiliser des colonnes (des valeurs pour chaque cellule seront "
2960
- "insérées) ou des valeurs numériques. Seules les colonnes numériques "
2961
- "autorisées (non numériques seront analysées comme 0). Les opérations "
2962
- "mathématiques de base et les parenthèses sont prises en charge. Exemple: "
2963
- "col1*((col2 + 2)-col3*sin(col4-3))."
2964
-
2965
- #: templates/admin/table-settings/formula_editor_modal.inc.php:31
2966
- msgid "Columns to use"
2967
- msgstr "Colonnes à utiliser"
2968
-
2969
- #: templates/admin/table-settings/formula_editor_modal.inc.php:41
2970
- msgid "Type your formula here..."
2971
- msgstr "Saisissez votre formule ici..."
2972
-
2973
- #: templates/admin/table-settings/formula_editor_modal.inc.php:85
2974
- #: templates/chart_wizard.inc.php:48 templates/edit_table.inc.php:35
2975
- #: templates/edit_table.inc.php:417 templates/edit_table.inc.php:438
2976
- #: templates/edit_table.inc.php:461
2977
- msgid "Preview"
2978
- msgstr "Aperçu"
2979
-
2980
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
2981
- msgid "Merge values?"
2982
- msgstr "Fusionner les valeurs?"
2983
-
2984
- #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
2985
- msgid ""
2986
- "There are already defined possible values. Do you want to merge or to "
2987
- "replace new values with the existing?"
2988
- msgstr ""
2989
- "Il existe déjà des valeurs possibles définies. Voulez-vous fusionner ou "
2990
- "remplacer de nouvelles valeurs par l'existant?"
2991
-
2992
- #: templates/admin/table-settings/remove_column_modal.inc.php:21
2993
- #: templates/admin/table-settings/remove_column_modal.inc.php:35
2994
- msgid "Remove Column"
2995
- msgstr "Supprimer la colonne"
2996
-
2997
- #: templates/admin/table-settings/remove_column_modal.inc.php:56
2998
- msgid "Confirm"
2999
- msgstr "Confirmer"
3000
-
3001
- #: templates/admin/table-settings/remove_column_modal.inc.php:62
3002
- msgid "Are you sure? There is no undo!"
3003
- msgstr "Êtes-vous sûr? Il n'y a pas d'annulation de changement!"
3004
-
3005
- #: templates/admin/table-settings/table_preview_block.inc.php:19
3006
- msgid "Table preview and columns setup"
3007
- msgstr "Aperçu du tableau et configuration des colonnes"
3008
-
3009
- #: templates/admin/table-settings/table_preview_block.inc.php:23
3010
- msgid "Add a formula (calculated) column"
3011
- msgstr "Ajouter une colonne de formule (calculée)"
3012
-
3013
- #: templates/admin/table-settings/table_preview_block.inc.php:24
3014
- msgid "Add a formula column"
3015
- msgstr "Ajouter une colonne de formule"
3016
-
3017
- #: templates/admin/table-settings/table_preview_block.inc.php:27
3018
- msgid "Complete column list"
3019
- msgstr "Liste complète des colonnes"
3020
-
3021
- #: templates/admin/table-settings/table_preview_block.inc.php:33
3022
- msgid "Add column"
3023
- msgstr "Ajouter une colonne"
3024
-
3025
- #: templates/admin/table-settings/table_preview_block.inc.php:35
3026
- msgid "Remove column"
3027
- msgstr "Supprimer la colonne"
3028
-
3029
- #: templates/admin/table-settings/table_preview_block.inc.php:44
3030
- msgid "Switch View:"
3031
- msgstr "Changer de vue:"
3032
-
3033
- #: templates/admin/table-settings/table_preview_block.inc.php:46
3034
- #: templates/admin/table-settings/table_preview_block.inc.php:49
3035
- msgid "STANDARD"
3036
- msgstr "STANDARD"
3037
-
3038
- #: templates/admin/table-settings/table_preview_block.inc.php:47
3039
- #: templates/admin/table-settings/table_preview_block.inc.php:50
3040
- msgid "EXCEL-LIKE"
3041
- msgstr "EXCEL-LIKE"
3042
-
3043
- #: templates/admin/table-settings/table_settings_block.inc.php:26
3044
- msgid "wpDataTable name, click to edit"
3045
- msgstr "Nom de wpDataTable, cliquez pour éditer"
3046
-
3047
- #: templates/admin/table-settings/table_settings_block.inc.php:30
3048
- msgid "Click to copy shortcode"
3049
- msgstr "Cliquez pour copier le shortcode"
3050
-
3051
- #: templates/admin/table-settings/table_settings_block.inc.php:36
3052
- msgid "Collapse and expand widget"
3053
- msgstr "Réduire et développer le widget"
3054
-
3055
- #: templates/admin/table-settings/table_settings_block.inc.php:69
3056
- msgid "Sorting and filtering"
3057
- msgstr "Tri et filtrage"
3058
-
3059
- #: templates/admin/table-settings/table_settings_block.inc.php:77
3060
- #: templates/admin/table-settings/table_settings_block.inc.php:912
3061
- msgid "Table Tools"
3062
- msgstr "Outils de tableau"
3063
-
3064
- #: templates/admin/table-settings/table_settings_block.inc.php:81
3065
- msgid "Placeholders"
3066
- msgstr "Espaces réservés"
3067
-
3068
- #: templates/admin/table-settings/table_settings_block.inc.php:97
3069
- msgid "Input data source type"
3070
- msgstr "Type de source de données d'entrée"
3071
-
3072
- #: templates/admin/table-settings/table_settings_block.inc.php:99
3073
- msgid ""
3074
- "Please choose a type of the input data source - it can be a MySQL query, a "
3075
- "file, or an URL. Only MySQL query-based tables can use server-side processing"
3076
- msgstr ""
3077
- "Veuillez choisir un type de source de données d'entrée - il peut s'agir "
3078
- "d'une requête MySQL, d'un fichier ou d'une URL. Seules les tables basées sur "
3079
- "des requêtes MySQL peuvent utiliser le traitement côté serveur"
3080
-
3081
- #: templates/admin/table-settings/table_settings_block.inc.php:106
3082
- msgid "Select a data source type"
3083
- msgstr "Sélectionnez un type de source de données"
3084
-
3085
- #: templates/admin/table-settings/table_settings_block.inc.php:107
3086
- #: templates/edit_table.inc.php:110
3087
- msgid "MySQL query"
3088
- msgstr "Requête MySQL"
3089
-
3090
- #: templates/admin/table-settings/table_settings_block.inc.php:108
3091
- #: templates/edit_table.inc.php:85
3092
- msgid "CSV file"
3093
- msgstr "Fichier CSV"
3094
-
3095
- #: templates/admin/table-settings/table_settings_block.inc.php:109
3096
- #: templates/edit_table.inc.php:86
3097
- msgid "Excel file"
3098
- msgstr "Fichier Excel"
3099
-
3100
- #: templates/admin/table-settings/table_settings_block.inc.php:110
3101
- msgid "Google Spreadsheet"
3102
- msgstr "Feuille de calcul Google"
3103
-
3104
- #: templates/admin/table-settings/table_settings_block.inc.php:111
3105
- #: templates/edit_table.inc.php:89
3106
- msgid "XML file"
3107
- msgstr "Fichier XML"
3108
-
3109
- #: templates/admin/table-settings/table_settings_block.inc.php:112
3110
- #: templates/edit_table.inc.php:90
3111
- msgid "JSON file"
3112
- msgstr "Fichier JSON"
3113
-
3114
- #: templates/admin/table-settings/table_settings_block.inc.php:124
3115
- msgid "Input file path or URL"
3116
- msgstr "Chemin d'accès du fichier d'entrée ou URL"
3117
-
3118
- #: templates/admin/table-settings/table_settings_block.inc.php:126
3119
- msgid ""
3120
- "Upload your file or provide the full URL here. For CSV or Excel input "
3121
- "sources only URLs or paths from same domain are supported. For Google "
3122
- "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
3123
- "the URL."
3124
- msgstr ""
3125
- "Téléchargez votre fichier ou indiquez l'URL complète ici. Pour les sources "
3126
- "d'entrée CSV ou Excel, seules les URL ou les chemins du même domaine sont "
3127
- "pris en charge. Pour les feuilles de calcul Google: n'oubliez pas de publier "
3128
- "la feuille de calcul avant de coller l'URL."
3129
-
3130
- #: templates/admin/table-settings/table_settings_block.inc.php:132
3131
- msgid "Paste URL or path, or click Browse to choose"
3132
- msgstr ""
3133
- "Collez l'URL ou le chemin d'accès, ou cliquez sur Parcourir pour choisir"
3134
-
3135
- #: templates/admin/table-settings/table_settings_block.inc.php:136
3136
- msgid "Browse..."
3137
- msgstr "Naviguer..."
3138
-
3139
- #: templates/admin/table-settings/table_settings_block.inc.php:146
3140
- #: templates/edit_table.inc.php:282
3141
- msgid "Server-side processing"
3142
- msgstr "Traitement côté serveur"
3143
-
3144
- #: templates/admin/table-settings/table_settings_block.inc.php:148
3145
- msgid ""
3146
- "If it is turned on, all sorting, filtering, pagination and other data "
3147
- "interaction will be done by MySQL server. This feature is recommended if you "
3148
- "have more than 2000-3000 rows. Mandatory for editable tables."
3149
- msgstr ""
3150
- "Si elle est activée, toutes les opérations de tri, filtrage, pagination et "
3151
- "autres interactions de données seront effectuées par le serveur MySQL. Cette "
3152
- "fonctionnalité est recommandée si vous avez plus de 2000-3000 lignes. "
3153
- "Obligatoire pour les tables modifiables."
3154
-
3155
- #: templates/admin/table-settings/table_settings_block.inc.php:152
3156
- msgid "Enable server-side processing"
3157
- msgstr "Enable server-side processing"
3158
-
3159
- #: templates/admin/table-settings/table_settings_block.inc.php:168
3160
- msgid "MySQL Query"
3161
- msgstr "Requête MySQL "
3162
-
3163
- #: templates/admin/table-settings/table_settings_block.inc.php:170
3164
- msgid ""
3165
- "Enter the text of your MySQL query here - please make sure it returns actual "
3166
- "data first. You can use a number of placeholders to make the dataset in the "
3167
- "table flexible and be able to return different sets of data by calling it "
3168
- "with different shortcodes."
3169
- msgstr ""
3170
- "Entrez le texte de votre requête MySQL ici - s'il vous plaît assurez-vous "
3171
- "qu'il renvoie avant tout des données réelles. Vous pouvez utiliser un nombre "
3172
- "d'espaces réservés pour rendre le jeu de données dans un tableau flexible et "
3173
- "pouvoir renvoyer différents jeux de données en l'appelant avec différents "
3174
- "codes courts."
3175
-
3176
- #: templates/admin/table-settings/table_settings_block.inc.php:177
3177
- #: templates/edit_table.inc.php:292
3178
- msgid "Auto-refresh"
3179
- msgstr "Actualisation automatique"
3180
-
3181
- #: templates/admin/table-settings/table_settings_block.inc.php:179
3182
- msgid ""
3183
- "If you enter a non-zero value, table will auto-refresh to show actual data "
3184
- "with a given interval of seconds. Leave zero or empty not to use auto-"
3185
- "refresh."
3186
- msgstr ""
3187
- "Si vous entrez une valeur différente de zéro, le tableau s'actualisera "
3188
- "automatiquement pour afficher les données réelles avec un intervalle de "
3189
- "secondes donné. Laissez zéro ou vide pour ne pas utiliser l'actualisation "
3190
- "automatique."
3191
-
3192
- #: templates/admin/table-settings/table_settings_block.inc.php:184
3193
- msgid "Auto-refresh interval in seconds (zero or blank to disable)"
3194
- msgstr ""
3195
- "Intervalle de rafraîchissement automatique en secondes (zéro ou vide pour "
3196
- "désactiver)"
3197
-
3198
- #: templates/admin/table-settings/table_settings_block.inc.php:202
3199
- #: templates/edit_table.inc.php:58
3200
- msgid "Table title"
3201
- msgstr "Titre du tableau"
3202
-
3203
- #: templates/admin/table-settings/table_settings_block.inc.php:210
3204
- #: templates/edit_table.inc.php:67
3205
- msgid "Show table title"
3206
- msgstr "Afficher le titre du tableau"
3207
-
3208
- #: templates/admin/table-settings/table_settings_block.inc.php:217
3209
- msgid ""
3210
- "Enable this to show the table title in a h3 block above the table, disable "
3211
- "to hide."
3212
- msgstr ""
3213
- "Activez cette option pour afficher le titre du tableau dans un bloc h3 au-"
3214
- "dessus du tableau, puis désactivez-la pour la masquer."
3215
-
3216
- #: templates/admin/table-settings/table_settings_block.inc.php:224
3217
- msgid "Show table title on the page"
3218
- msgstr "Afficher le titre du tableau sur la page"
3219
-
3220
- #: templates/admin/table-settings/table_settings_block.inc.php:234
3221
- msgid "Responsiveness"
3222
- msgstr "Réactivité"
3223
-
3224
- #: templates/admin/table-settings/table_settings_block.inc.php:242
3225
- msgid "Responsive design"
3226
- msgstr "Design réactif"
3227
-
3228
- #: templates/admin/table-settings/table_settings_block.inc.php:249
3229
- msgid "Enable this to allow responsiveness in the table."
3230
- msgstr "Activez cette option pour permettre la réactivité dans le tableau."
3231
-
3232
- #: templates/admin/table-settings/table_settings_block.inc.php:250
3233
- msgid ""
3234
- "Please do not forget to define which columns will be hidden on mobiles and "
3235
- "tablets in the column settings!"
3236
- msgstr ""
3237
- "N'oubliez pas de définir quelles colonnes seront cachées sur les mobiles et "
3238
- "les tablettes dans les paramètres de colonne!"
3239
-
3240
- #: templates/admin/table-settings/table_settings_block.inc.php:257
3241
- msgid "Allow collapsing on mobiles and tablets"
3242
- msgstr "Autoriser l'écrasement sur les mobiles et les tablettes"
3243
-
3244
- #: templates/admin/table-settings/table_settings_block.inc.php:267
3245
- msgid "Hide until loaded"
3246
- msgstr "Cacher jusqu'au chargement"
3247
-
3248
- #: templates/admin/table-settings/table_settings_block.inc.php:269
3249
- msgid ""
3250
- "Enable to make whole table hidden until it is initialized to prevent "
3251
- "unformatted data flashing"
3252
- msgstr ""
3253
- "Permet de masquer l'intégralité de la table jusqu'à ce qu'elle soit "
3254
- "initialisée pour éviter que des données non formatées ne clignotent"
3255
-
3256
- #: templates/admin/table-settings/table_settings_block.inc.php:273
3257
- msgid "Hide the table before it is fully loaded"
3258
- msgstr "Cacher la table avant qu'elle ne soit complètement chargée"
3259
-
3260
- #: templates/admin/table-settings/table_settings_block.inc.php:287
3261
- msgid "Default rows per page"
3262
- msgstr "Lignes par défaut par page"
3263
-
3264
- #: templates/admin/table-settings/table_settings_block.inc.php:295
3265
- #: templates/admin/table-settings/table_settings_block.inc.php:330
3266
- msgid "Rows per page"
3267
- msgstr "Lignes par page"
3268
-
3269
- #: templates/admin/table-settings/table_settings_block.inc.php:302
3270
- msgid "How many rows to show per page by default."
3271
- msgstr "Combien de lignes afficher par page par défaut."
3272
-
3273
- #: templates/admin/table-settings/table_settings_block.inc.php:338
3274
- msgid "Show X entries"
3275
- msgstr "Afficher X entrées"
3276
-
3277
- #: templates/admin/table-settings/table_settings_block.inc.php:345
3278
- msgid ""
3279
- "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
3280
- "frontend."
3281
- msgstr ""
3282
- "Activez/désactivez cette option pour afficher/masquer \"Afficher X entrées\" "
3283
- "par page liste déroulante sur le frontend."
3284
-
3285
- #: templates/admin/table-settings/table_settings_block.inc.php:352
3286
- msgid "Show \"Show X entries\" dropdown"
3287
- msgstr "Afficher le menu déroulant \"Afficher X entrées\""
3288
-
3289
- #: templates/admin/table-settings/table_settings_block.inc.php:370
3290
- msgid "Scrollable table"
3291
- msgstr "Tableau à barre de défilement horizontale"
3292
-
3293
- #: templates/admin/table-settings/table_settings_block.inc.php:377
3294
- msgid "Enable this to enable a horizontal scrollbar below the table."
3295
- msgstr ""
3296
- "Activez cette option pour activer une barre de défilement horizontale sous "
3297
- "la table."
3298
-
3299
- #: templates/admin/table-settings/table_settings_block.inc.php:378
3300
- msgid "This should be turned off if you want to set columns width manually."
3301
- msgstr ""
3302
- "Cette option doit être désactivée si vous souhaitez définir la largeur des "
3303
- "colonnes manuellement."
3304
-
3305
- #: templates/admin/table-settings/table_settings_block.inc.php:385
3306
- msgid "Show a horizontal scrollbar"
3307
- msgstr "Afficher une barre de défilement horizontale"
3308
-
3309
- #: templates/admin/table-settings/table_settings_block.inc.php:400
3310
- #: templates/admin/table-settings/table_settings_block.inc.php:408
3311
- msgid "Info block"
3312
- msgstr "Bloc d'information"
3313
-
3314
- #: templates/admin/table-settings/table_settings_block.inc.php:415
3315
- msgid ""
3316
- "Enable to show a block of information about the number of records below the "
3317
- "table."
3318
- msgstr ""
3319
- "Permet d'afficher un bloc d'informations sur le nombre d'enregistrements "
3320
- "sous le tableau."
3321
-
3322
- #: templates/admin/table-settings/table_settings_block.inc.php:422
3323
- msgid "Show information block below the table"
3324
- msgstr "Afficher le bloc d'informations sous le tableau"
3325
-
3326
- #: templates/admin/table-settings/table_settings_block.inc.php:432
3327
- #: templates/admin/table-settings/table_settings_block.inc.php:440
3328
- msgid "Limit table width"
3329
- msgstr "Largeur de tableau limite"
3330
-
3331
- #: templates/admin/table-settings/table_settings_block.inc.php:447
3332
- msgid "Enable this to restrict table width to page width."
3333
- msgstr ""
3334
- "Activez cette option pour restreindre la largeur du tableau à la largeur de "
3335
- "la page."
3336
-
3337
- #: templates/admin/table-settings/table_settings_block.inc.php:448
3338
- msgid ""
3339
- "This should be turned on if you want to set columns width manually. Should "
3340
- "be on to use word wrapping."
3341
- msgstr ""
3342
- "Cela doit être activé si vous souhaitez définir la largeur des colonnes "
3343
- "manuellement. Devrait être activé pour utiliser l'enveloppe de mots."
3344
-
3345
- #: templates/admin/table-settings/table_settings_block.inc.php:455
3346
- msgid "Limit table width to page width"
3347
- msgstr "Limiter la largeur du tableau à la largeur de la page"
3348
-
3349
- #: templates/admin/table-settings/table_settings_block.inc.php:465
3350
- #: templates/admin/table-settings/table_settings_block.inc.php:473
3351
- #: templates/edit_table.inc.php:392
3352
- msgid "Word wrap"
3353
- msgstr "Enveloppe de mots"
3354
-
3355
- #: templates/admin/table-settings/table_settings_block.inc.php:480
3356
- msgid ""
3357
- "Enable this to wrap long strings into multiple lines and stretch the cells "
3358
- "height."
3359
- msgstr ""
3360
- "Activez cette option pour envelopper les longues chaînes de caractères en "
3361
- "plusieurs lignes et étirer la hauteur des cellules."
3362
-
3363
- #: templates/admin/table-settings/table_settings_block.inc.php:487
3364
- msgid "Wrap words to newlines"
3365
- msgstr "Envelopper les mots dans les nouvelles lignes"
3366
-
3367
- #: templates/admin/table-settings/table_settings_block.inc.php:508
3368
- msgid "Advanced column filters"
3369
- msgstr "Filtres de colonne avancés"
3370
-
3371
- #: templates/admin/table-settings/table_settings_block.inc.php:516
3372
- msgid "Advanced filter"
3373
- msgstr "Filtre avancé"
3374
-
3375
- #: templates/admin/table-settings/table_settings_block.inc.php:523
3376
- msgid ""
3377
- "Enable to show an advanced filter for each of the columns, filters can be "
3378
- "shown in table footer, header or in a separate form."
3379
- msgstr ""
3380
- "Activer pour afficher un filtre avancé pour chacune des colonnes, les "
3381
- "filtres peuvent être affichés dans le pied de page du tableau, l'en-tête ou "
3382
- "dans un formulaire séparé."
3383
-
3384
- #: templates/admin/table-settings/table_settings_block.inc.php:530
3385
- msgid "Enable advanced column filters"
3386
- msgstr "Activer les filtres de colonne avancés"
3387
-
3388
- #: templates/admin/table-settings/table_settings_block.inc.php:555
3389
- msgid ""
3390
- "If this is enabled, each column header will be clickable; clicking will sort "
3391
- "the whole table by the content of this column cells ascending or descending."
3392
- msgstr ""
3393
- "Si cette option est activée, chaque en-tête de colonne sera cliquable; en "
3394
- "cliquant, vous trierez tout le tableau en fonction du contenu de cette "
3395
- "colonne en ordre croissant ou décroissant."
3396
-
3397
- #: templates/admin/table-settings/table_settings_block.inc.php:562
3398
- msgid "Allow sorting for the table"
3399
- msgstr "Autoriser le tri pour le tableau"
3400
-
3401
- #: templates/admin/table-settings/table_settings_block.inc.php:572
3402
- msgid "Main search block"
3403
- msgstr "Bloc de recherche principal"
3404
-
3405
- #: templates/admin/table-settings/table_settings_block.inc.php:580
3406
- msgid "Global search"
3407
- msgstr ""
3408
-
3409
- #: templates/admin/table-settings/table_settings_block.inc.php:587
3410
- msgid ""
3411
- "If this is enabled, a search block will be displayed on the top right of the "
3412
- "table, allowing to search through whole table with a single input."
3413
- msgstr ""
3414
- "Si cette option est activée, un bloc de recherche sera affiché en haut à "
3415
- "droite de la table, ce qui permettra de parcourir un tableau entier avec une "
3416
- "seule entrée."
3417
-
3418
- #: templates/admin/table-settings/table_settings_block.inc.php:594
3419
- msgid "Enable search block"
3420
- msgstr "Activer le bloc de recherche"
3421
-
3422
- #: templates/admin/table-settings/table_settings_block.inc.php:610
3423
- msgid "Filters in a form"
3424
- msgstr "Filtres dans un formulaire"
3425
-
3426
- #: templates/admin/table-settings/table_settings_block.inc.php:617
3427
- #: templates/edit_table.inc.php:340
3428
- msgid "Filter in form"
3429
- msgstr "Filtrer sous forme"
3430
-
3431
- #: templates/admin/table-settings/table_settings_block.inc.php:624
3432
- msgid ""
3433
- "Enable to show the advanced column filter in a form above the table, instead "
3434
- "of showing in the table footer/header."
3435
- msgstr ""
3436
- "Activez pour afficher le filtre de colonne avancé dans un formulaire au-"
3437
- "dessus de la table, au lieu de l'afficher dans le pied de page/en-tête du "
3438
- "tableau."
3439
-
3440
- #: templates/admin/table-settings/table_settings_block.inc.php:631
3441
- msgid "Show filters in a form above the table"
3442
- msgstr "Afficher les filtres dans un formulaire au-dessus du tableau"
3443
-
3444
- #: templates/admin/table-settings/table_settings_block.inc.php:641
3445
- msgid "Clear filters button"
3446
- msgstr "Bouton effacer les filtres"
3447
-
3448
- #: templates/admin/table-settings/table_settings_block.inc.php:648
3449
- #: templates/frontend/filter_form.inc.php:32
3450
- msgid "Clear filters"
3451
- msgstr "Effacer les filtres"
3452
-
3453
- #: templates/admin/table-settings/table_settings_block.inc.php:652
3454
- msgid "Enable to show the clear filters button."
3455
- msgstr "Activer pour afficher le bouton effacer les filtres."
3456
-
3457
- #: templates/admin/table-settings/table_settings_block.inc.php:653
3458
- msgid ""
3459
- "If filter in form is enabled, clear button will be rendered after the last "
3460
- "filter."
3461
- msgstr ""
3462
- "Si le filtre dans le formulaire est activé, le bouton effacer sera rendu "
3463
- "après le dernier filtre."
3464
-
3465
- #: templates/admin/table-settings/table_settings_block.inc.php:658
3466
- msgid ""
3467
- "Otherwise, clear filter button will be rendered above the table next to "
3468
- "\"Table Tools\" buttons."
3469
- msgstr ""
3470
- "Sinon, le bouton effacer filtre sera affiché au-dessus du tableau à côté des "
3471
- "boutons \"Outils du tableau\"."
3472
-
3473
- #: templates/admin/table-settings/table_settings_block.inc.php:669
3474
- msgid "Show clear filters button"
3475
- msgstr "Afficher le bouton effacer les filtres"
3476
 
3477
- #: templates/admin/table-settings/table_settings_block.inc.php:691
3478
- msgid "Allow editing"
3479
- msgstr "Autoriser l'édition"
3480
 
3481
- #: templates/admin/table-settings/table_settings_block.inc.php:699
3482
- #: templates/edit_table.inc.php:180
3483
- msgid "Front-end editing"
3484
- msgstr "Modification front-end"
3485
 
3486
- #: templates/admin/table-settings/table_settings_block.inc.php:706
3487
- msgid "Allow editing the table from the front-end."
3488
- msgstr "Autoriser l'édition du tableau à partir du front-end."
3489
 
3490
- #: templates/admin/table-settings/table_settings_block.inc.php:713
3491
- msgid "Allow front-end editing"
3492
- msgstr "Autoriser l'édition front-end"
3493
 
3494
- #: templates/admin/table-settings/table_settings_block.inc.php:723
3495
- msgid "Popover edit block"
3496
- msgstr "Bloc d'édition Popover"
3497
 
3498
- #: templates/admin/table-settings/table_settings_block.inc.php:731
3499
- #: templates/edit_table.inc.php:232
3500
- msgid "Popover tools"
3501
- msgstr "Outils Popover"
3502
 
3503
- #: templates/admin/table-settings/table_settings_block.inc.php:738
3504
- msgid ""
3505
- "If this is enabled, the New, Edit and Delete buttons will appear in a "
3506
- "popover when you click on any row, instead of Table Tools block above the "
3507
- "table."
3508
- msgstr ""
3509
- "Si cette option est activée, les boutons Nouveau, Modifier et Supprimer "
3510
- "s'affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
3511
- "au lieu du bloc Outils de tableau situé au-dessus du tableau."
3512
 
3513
- #: templates/admin/table-settings/table_settings_block.inc.php:745
3514
- msgid "Editing buttons in a popover"
3515
- msgstr "Modification de boutons dans un popover"
 
 
 
3516
 
3517
- #: templates/admin/table-settings/table_settings_block.inc.php:755
3518
- #: templates/admin/table-settings/table_settings_block.inc.php:763
3519
- msgid "In-line editing"
3520
- msgstr "Édition en ligne"
3521
 
3522
- #: templates/admin/table-settings/table_settings_block.inc.php:770
3523
  msgid ""
3524
- "If this is enabled, front-end users will be able to edit cells by double-"
3525
- "clicking them, not only with the editor dialog."
3526
  msgstr ""
3527
- "Si cette option est activée, les utilisateurs front-end pourront modifier "
3528
- "les cellules en double-cliquant dessus, pas seulement avec la boîte de "
3529
- "dialogue de l'éditeur."
3530
 
3531
- #: templates/admin/table-settings/table_settings_block.inc.php:777
3532
- msgid "Allow in-line editing"
3533
- msgstr "Autoriser l'édition en ligne"
3534
 
3535
- #: templates/admin/table-settings/table_settings_block.inc.php:794
3536
- #: templates/edit_table.inc.php:192
3537
- msgid "MySQL table name for editing"
3538
- msgstr "Nom de la table MySQL pour l'édition"
 
 
 
3539
 
3540
- #: templates/admin/table-settings/table_settings_block.inc.php:796
3541
  msgid ""
3542
- "Name of the MySQL table which will be updated when edited from front-end."
 
3543
  msgstr ""
3544
- "Nom de la table MySQL qui sera mis à jour lors de l'édition du front-end."
 
3545
 
3546
- #: templates/admin/table-settings/table_settings_block.inc.php:801
3547
- msgid "MySQL table name"
3548
- msgstr "Nom de la table MySQL"
3549
 
3550
- #: templates/admin/table-settings/table_settings_block.inc.php:810
3551
- #: templates/edit_table.inc.php:203
3552
- msgid "ID column for editing"
3553
- msgstr "Colonne d'identification pour l'édition"
3554
 
3555
- #: templates/admin/table-settings/table_settings_block.inc.php:812
3556
  msgid ""
3557
- "Choose the column values from which will be used as row identifiers. MUST be "
3558
- "a unique auto-increment integer on MySQL side so insert/edit/delete would "
3559
- "work correctly! wpDataTables will guess the correct column if it is called "
3560
- "\"id\" or \"ID\" on MySQL side."
3561
  msgstr ""
3562
- "Choisissez les valeurs de colonne qui seront utilisées comme identificateurs "
3563
- "de ligne. DOIT être un nombre entier unique auto-incrémenté côté MySQL, "
3564
- "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
3565
- "devinera la colonne correcte si elle s'appelle \"id\" ou \"ID\" côté MySQL."
3566
 
3567
- #: templates/admin/table-settings/table_settings_block.inc.php:826
3568
- #: templates/edit_table.inc.php:267
3569
- msgid "Editor roles"
3570
- msgstr "Rôles de l'éditeur"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3571
 
3572
- #: templates/admin/table-settings/table_settings_block.inc.php:828
3573
  msgid ""
3574
- "If you want only specific user roles to be able to edit the table, choose in "
3575
- "this dropdown. Leave unchecked to allow editing for everyone."
3576
  msgstr ""
3577
- "Si vous souhaitez que seuls des rôles d'utilisateur spécifiques puissent "
3578
- "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
3579
- "la case pour permettre l'édition à tout le monde."
3580
 
3581
- #: templates/admin/table-settings/table_settings_block.inc.php:833
3582
- msgid "Everyone"
3583
- msgstr "Tout le monde"
3584
 
3585
- #: templates/admin/table-settings/table_settings_block.inc.php:834
3586
- msgid "Administrators"
3587
  msgstr ""
 
 
3588
 
3589
- #: templates/admin/table-settings/table_settings_block.inc.php:835
3590
- #, fuzzy
3591
- msgid "Editors"
3592
- msgstr "Rôles de l'éditeur"
3593
 
3594
- #: templates/admin/table-settings/table_settings_block.inc.php:836
3595
- msgid "Authors"
3596
  msgstr ""
 
 
 
 
 
 
3597
 
3598
- #: templates/admin/table-settings/table_settings_block.inc.php:837
3599
- msgid "Contributors"
3600
  msgstr ""
 
3601
 
3602
- #: templates/admin/table-settings/table_settings_block.inc.php:838
3603
- msgid "Subscribers"
 
 
 
 
3604
  msgstr ""
 
3605
 
3606
- #: templates/admin/table-settings/table_settings_block.inc.php:853
3607
- msgid "Users see and edit only own data"
3608
- msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
3609
 
3610
- #: templates/admin/table-settings/table_settings_block.inc.php:861
3611
- msgid "Users see and edit only their own data"
3612
- msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
 
 
 
 
 
 
 
 
 
 
 
 
3613
 
3614
- #: templates/admin/table-settings/table_settings_block.inc.php:868
3615
  msgid ""
3616
- "If this is enabled, users will see and edit only the rows that are related "
3617
- "to them or were created by them (associated using the User ID column)."
3618
  msgstr ""
3619
- "Si cette option est activée, les utilisateurs ne verront et ne modifieront "
3620
- "que les lignes qui leur sont associées ou qui ont été créées par eux "
3621
- "(associées à l'aide de la colonne ID utilisateur)."
3622
 
3623
- #: templates/admin/table-settings/table_settings_block.inc.php:875
3624
- msgid "Limit editing to own data only"
3625
- msgstr "Limiter l'édition à vos propres données uniquement"
3626
 
3627
- #: templates/admin/table-settings/table_settings_block.inc.php:885
3628
- #: templates/edit_table.inc.php:250
3629
- msgid "User ID column"
3630
- msgstr "Colonne ID utilisateur"
 
 
 
3631
 
3632
- #: templates/admin/table-settings/table_settings_block.inc.php:887
3633
  msgid ""
3634
- "Choose the column values from which will be used as User identifiers. "
3635
- "References the ID from WordPress Users table (wp_users), MUST be defined as "
3636
- "an integer on MySQL side."
3637
  msgstr ""
3638
- "Choisissez les valeurs de colonne à partir desquelles seront utilisés les "
3639
- "identificateurs d'utilisateur. Références de l'ID de la table des "
3640
- "utilisateurs WordPress (wp_users), DOIT être défini comme un entier du côté "
3641
- "MySQL."
3642
 
3643
- #: templates/admin/table-settings/table_settings_block.inc.php:920
3644
- #: templates/edit_table.inc.php:350
3645
- msgid "Table tools"
3646
- msgstr "Outils de table"
3647
 
3648
- #: templates/admin/table-settings/table_settings_block.inc.php:927
3649
  msgid ""
3650
- "If this is enabled, a toolbar with useful tools will be shown above the table"
 
3651
  msgstr ""
3652
- "Si cette option est activée, une barre d'outils contenant des outils utiles "
3653
- "sera affichée au-dessus du tableau."
3654
 
3655
- #: templates/admin/table-settings/table_settings_block.inc.php:934
3656
- msgid "Enable Table Tools"
3657
- msgstr "Activer les outils de tableau"
3658
 
3659
- #: templates/admin/table-settings/table_settings_block.inc.php:944
3660
- msgid "Buttons"
3661
- msgstr "Boutons"
3662
 
3663
- #: templates/admin/table-settings/table_settings_block.inc.php:946
3664
- msgid "Choose which buttons to show in the Table Tools block."
3665
- msgstr "Choisissez les boutons à afficher dans le bloc Outils de tableau."
3666
 
3667
- #: templates/admin/table-settings/table_settings_block.inc.php:952
3668
- msgid "Columns visibility"
3669
- msgstr "Visibilité des colonnes"
3670
 
3671
- #: templates/admin/table-settings/table_settings_block.inc.php:974
3672
  msgid ""
3673
- "Placeholders can be understood as predefined ‘search and replace‘ templates; "
3674
- "that will be replaced with some actual values at the execution time; usually "
3675
- "this is used for MySQL queries."
3676
  msgstr ""
3677
- "Les espaces réservés peuvent être compris comme des modèles prédéfinis de "
3678
- "«recherche et de remplacement»; qui seront remplacés par des valeurs réelles "
3679
- "au moment de l'exécution; généralement, ceci est utilisé pour les requêtes "
3680
- "MySQL."
3681
 
3682
- #: templates/admin/table-settings/table_settings_block.inc.php:986
3683
- #: templates/admin/table-settings/table_settings_block.inc.php:1001
3684
- #: templates/admin/table-settings/table_settings_block.inc.php:1016
3685
- msgid ""
3686
- "This placeholder will be replaced with any value that you will provide in a "
3687
- "shortcode. Provide a default value here that will be used for table "
3688
- "generation and when a different one is not defined in the shortcode."
3689
  msgstr ""
3690
- "Cet espace réservé sera remplacé par toute valeur que vous fournirez dans un "
3691
- "shortcode. Indiquez ici une valeur par défaut qui sera utilisée pour la "
3692
- "génération de tableaux et quand une différente valeur n'est pas définie dans "
3693
- "le shortcode."
3694
 
3695
- #: templates/admin/table-settings/table_settings_block.inc.php:991
3696
- #: templates/admin/table-settings/table_settings_block.inc.php:1006
3697
- #: templates/admin/table-settings/table_settings_block.inc.php:1021
3698
- #: templates/admin/table-settings/table_settings_block.inc.php:1043
3699
- #: templates/admin/table-settings/table_settings_block.inc.php:1061
3700
- #: templates/admin/table-settings/table_settings_block.inc.php:1078
3701
- #: templates/admin/table-settings/table_settings_block.inc.php:1099
3702
- msgid "Default for table generation"
3703
- msgstr "Par défaut pour la génération de table"
3704
 
3705
- #: templates/admin/table-settings/table_settings_block.inc.php:1037
3706
- msgid ""
3707
- "This placeholder will be replaced with the ID of currently logged in user. "
3708
- "Provide a value here to be used for table generation"
3709
  msgstr ""
3710
- "Cet espace réservé sera remplacé par l'ID de l'utilisateur actuellement "
3711
- "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
3712
 
3713
- #: templates/admin/table-settings/table_settings_block.inc.php:1053
3714
- msgid ""
3715
- "This placeholder will be replaced with the login of currently logged in "
3716
- "user. Provide a value here to be used for table generation"
 
 
3717
  msgstr ""
3718
- "Cet espace réservé sera remplacé par le login de l'utilisateur actuellement "
3719
- "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
3720
 
3721
- #: templates/admin/table-settings/table_settings_block.inc.php:1071
 
 
 
 
3722
  msgid ""
3723
- "This placeholder will be replaced with the current prefix of WordPress "
3724
- "database. Provide a value here to be used for table generation"
3725
  msgstr ""
3726
- "Cet espace réservé sera remplacé par le préfixe actuel de la base de données "
3727
- "WordPress. Indiquez ici une valeur à utiliser pour la génération de table"
 
 
 
 
3728
 
3729
- #: templates/admin/table-settings/table_settings_block.inc.php:1094
3730
  msgid ""
3731
- "This placeholder will be replaced with the ID of current post. Provide a "
3732
- "value here to be used for table generation"
3733
  msgstr ""
3734
- "Cet espace réservé sera remplacé par l'ID du message en cours. Indiquez ici "
3735
- "une valeur à utiliser pour la génération de table"
3736
-
3737
- #: templates/browse.inc.php:8
3738
- #, fuzzy
3739
- msgid "Add new"
3740
- msgstr "Ajouter un nouveau"
3741
 
3742
- #: templates/browse.inc.php:39 templates/browse.inc.php:101
3743
- #: templates/browse_charts.inc.php:28
3744
- #, fuzzy
3745
- msgid "Are you sure"
3746
- msgstr "Êtes-vous sûr?"
3747
 
3748
- #: templates/browse.inc.php:57
3749
- msgid "copy"
 
3750
  msgstr ""
 
 
3751
 
3752
- #: templates/browse_charts.inc.php:8 templates/chart_wizard.inc.php:16
3753
- msgid "wpDataTables documentation on Charts"
3754
- msgstr ""
3755
 
3756
- #: templates/browse_charts.inc.php:9
3757
- #, fuzzy
3758
- msgid "Add new chart"
3759
- msgstr "Graphique en ligne"
3760
 
3761
- #: templates/chart_wizard.inc.php:17
3762
- #, fuzzy
3763
- msgid "wpDataTables Chart Wizard"
3764
- msgstr "Nouveau graphique wpDataTable"
3765
 
3766
- #: templates/chart_wizard.inc.php:24 templates/constructor.inc.php:19
3767
- #: templates/edit_table.inc.php:30 templates/edit_table.inc.php:431
3768
- #: templates/settings.inc.php:24 templates/settings.inc.php:202
3769
- #: templates/settings.inc.php:444
3770
- #, fuzzy
3771
- msgid "Click to toggle"
3772
- msgstr "Cliquez pour copier le shortcode"
3773
 
3774
- #: templates/chart_wizard.inc.php:44
3775
- #, fuzzy
3776
- msgid "Formatting"
3777
- msgstr "Tri"
3778
 
3779
- #: templates/chart_wizard.inc.php:59
3780
- #, fuzzy
3781
- msgid "Chart title, rendering engine and type"
3782
- msgstr "Moteur de rendu de graphique"
3783
 
3784
- #: templates/chart_wizard.inc.php:66
3785
- #, fuzzy
3786
- msgid "What is the title of the chart that you will use to identify it?"
3787
- msgstr ""
3788
- "Veuillez définir le titre du graphique que vous utiliserez pour l'identifier"
3789
 
3790
- #: templates/chart_wizard.inc.php:88
3791
- msgid "Pick a Google chart type"
 
3792
  msgstr ""
 
 
3793
 
3794
- #: templates/chart_wizard.inc.php:106
3795
- msgid "Pick a Highcharts chart type"
3796
- msgstr ""
3797
 
3798
- #: templates/common/delete_modal.inc.php:28
3799
- msgid "Please confirm deletion. There is no undo!"
3800
  msgstr ""
3801
- "S'il vous plaît confirmer la suppression. Il n'y a pas d'annulation de "
3802
- "changement!"
3803
 
3804
- #: templates/constructor.inc.php:14
3805
- msgid "wpDataTables documentation on Table Consturctor"
3806
- msgstr ""
3807
 
3808
- #: templates/constructor.inc.php:14 templates/edit_table.inc.php:11
3809
- msgid "if you have some questions or problems."
 
 
3810
  msgstr ""
 
 
3811
 
3812
- #: templates/constructor.inc.php:15
3813
- #, fuzzy
3814
- msgid "wpDataTable constructor"
3815
- msgstr "wpDataTables"
3816
 
3817
- #: templates/edit_table.inc.php:11
3818
- msgid "wpDataTables documentation on this page"
 
 
3819
  msgstr ""
 
 
3820
 
3821
- #: templates/edit_table.inc.php:19
3822
- msgid "To insert the table on your page use the shortcode"
3823
- msgstr ""
3824
 
3825
- #: templates/edit_table.inc.php:32
3826
- #, fuzzy
3827
- msgid "Data source and main settings"
3828
- msgstr "Paramètres de couleur et de police"
3829
 
3830
- #: templates/edit_table.inc.php:46
3831
- msgid "General setup"
3832
- msgstr ""
3833
 
3834
- #: templates/edit_table.inc.php:62
3835
- #, fuzzy
3836
- msgid "If you want to display a header above your table, enter it here"
3837
- msgstr ""
3838
- "Si vous souhaitez redéfinir les étiquettes et les couleurs des séries, vous "
3839
- "pouvez le faire ici."
3840
 
3841
- #: templates/edit_table.inc.php:71
3842
- #, fuzzy
3843
- msgid "Uncheck if you do not want to show the table title on the page"
3844
- msgstr "Voulez-vous afficher le titre du graphique sur la page"
3845
 
3846
- #: templates/edit_table.inc.php:77
3847
- #, fuzzy
3848
- msgid "Table type"
3849
- msgstr "Titre du tableau"
3850
 
3851
- #: templates/edit_table.inc.php:81
3852
- #, fuzzy
3853
- msgid "Select a table type..."
3854
- msgstr "Sélectionnez un type de source de données"
3855
 
3856
- #: templates/edit_table.inc.php:83
3857
- msgid ""
3858
- "MySQL\n"
3859
- "\t\t\t\t\t\t\t\t\t\t\t\t\t\tquery"
3860
  msgstr ""
 
 
3861
 
3862
- #: templates/edit_table.inc.php:93
3863
- msgid "Choose a type of input source for your table"
3864
- msgstr ""
3865
 
3866
- #: templates/edit_table.inc.php:102
3867
- #, fuzzy
3868
- msgid "Go to editor"
3869
- msgstr "Editeur HTML"
3870
 
3871
- #: templates/edit_table.inc.php:103
3872
- #, fuzzy
3873
- msgid "Go to Excel-like editor"
3874
- msgstr "Modifier dans un éditeur de type Excel"
3875
 
3876
- #: templates/edit_table.inc.php:104
3877
- msgid "Open the table in back-end editor to modify table data"
3878
- msgstr ""
3879
 
3880
- #: templates/edit_table.inc.php:110
3881
- msgid ""
3882
- "Enter MySQL SELECT query that will return the data for your wpDataTable. "
3883
- "Make sure that this query works and returns data. If you are not sure what "
3884
- "is a MySQL query please consider using Excel data source, or spend some time "
3885
- "reading MySQL manuals"
3886
- msgstr ""
3887
 
3888
- #: templates/edit_table.inc.php:116
3889
- #, fuzzy
3890
- msgid ""
3891
- "Enter the text of your MySQL query here. You can use a number of "
3892
- "placeholders to make the dataset in the table flexible and be able to return "
3893
- "different sets of data by calling it with different shortcodes"
3894
- msgstr ""
3895
- "Entrez le texte de votre requête MySQL ici - s'il vous plaît assurez-vous "
3896
- "qu'il renvoie avant tout des données réelles. Vous pouvez utiliser un nombre "
3897
- "d'espaces réservés pour rendre le jeu de données dans un tableau flexible et "
3898
- "pouvoir renvoyer différents jeux de données en l'appelant avec différents "
3899
- "codes courts."
3900
 
3901
- #: templates/edit_table.inc.php:117
3902
- msgid "MySQL query placeholders (toggle show/hide)"
3903
- msgstr ""
3904
 
3905
- #: templates/edit_table.inc.php:121
3906
- #, fuzzy
3907
- msgid "Placeholder"
3908
- msgstr "Espaces réservés"
3909
 
3910
- #: templates/edit_table.inc.php:122
3911
- msgid "Description, example"
3912
- msgstr ""
3913
 
3914
- #: templates/edit_table.inc.php:123
3915
- #, fuzzy
3916
- msgid "Define default for table generation"
3917
- msgstr "Par défaut pour la génération de table"
3918
 
3919
- #: templates/edit_table.inc.php:130
3920
- msgid ""
3921
- "Returns the numeric value of the currently logged in user ID (wp_users "
3922
- "table). Returns 0 for non-logged in users. If your current user does not "
3923
- "have rows in the table you can redefine it here (it will not be stored, used "
3924
- "only to read the table structure)."
3925
- msgstr ""
3926
 
3927
- #: templates/edit_table.inc.php:131
3928
- msgid "Example: SELECT * FROM mytable WHERE user_id = %CURRENT_USER_ID%"
3929
  msgstr ""
 
3930
 
3931
- #: templates/edit_table.inc.php:138
3932
- msgid ""
3933
- "Variable for using in the shortcode. Can be used in filter values. It is "
3934
- "necessary for wpDataTables to retrieve actual data from the DB at the moment "
3935
- "of wpDataTable generation to read the columns structure, so make sure the "
3936
- "query returns something. You can define the default variables values here, "
3937
- "they will be used for table creation, and as defaults if not defined in "
3938
- "shortcode."
3939
- msgstr ""
3940
 
3941
- #: templates/edit_table.inc.php:139
3942
  msgid ""
3943
- "Example: SELECT * FROM mytable WHERE mycolumn >= %VAR1% AND mycolumn <= "
3944
- "%VAR2%"
3945
  msgstr ""
 
 
3946
 
3947
- #: templates/edit_table.inc.php:146 templates/edit_table.inc.php:153
3948
- msgid "Variable for using in the shortcode."
3949
- msgstr ""
3950
 
3951
- #: templates/edit_table.inc.php:160
3952
- msgid ""
3953
- "Prefix of the current WordPress DB installation. Defaults to \"wp_\", but "
3954
- "may be different if defined so in WordPress config."
3955
- msgstr ""
3956
 
3957
- #: templates/edit_table.inc.php:170
3958
- #, fuzzy
3959
- msgid "Input file or URL"
3960
- msgstr "Chemin d'accès du fichier d'entrée ou URL"
3961
 
3962
- #: templates/edit_table.inc.php:175
3963
- msgid "Upload your file or provide the full URL here"
3964
  msgstr ""
 
3965
 
3966
- #: templates/edit_table.inc.php:175
3967
- msgid ""
3968
- "It is allowed to use placeholders (variables) in URLs. Read about "
3969
- "placeholders "
3970
- msgstr ""
3971
 
3972
- #: templates/edit_table.inc.php:175
3973
- msgid "here."
3974
- msgstr ""
3975
 
3976
- #: templates/edit_table.inc.php:175
3977
- msgid "For CSV or Excel input sources only uploaded files are supported"
3978
- msgstr ""
3979
 
3980
- #: templates/edit_table.inc.php:175
3981
  msgid ""
3982
- "For Google Spreadsheets: please do not forget to publish the spreadsheet "
3983
- "before pasting the URL"
3984
  msgstr ""
 
 
 
3985
 
3986
- #: templates/edit_table.inc.php:186
3987
- #, fuzzy
3988
- msgid "Make table editable from the front-end"
3989
- msgstr "Autoriser l'édition du tableau à partir du front-end."
3990
-
3991
- #: templates/edit_table.inc.php:186
3992
- #, fuzzy
3993
- msgid ""
3994
- "Works only for MySQL-based tables with server-side processing, and can only "
3995
- "update one table on MySQL side"
3996
- msgstr ""
3997
- "La colonne de groupe ne fonctionnera pas avec les tables MySQL dont le "
3998
- "traitement côté serveur est activé et avec les tables manuelles!"
3999
 
4000
- #: templates/edit_table.inc.php:187
4001
- msgid ""
4002
- "Please save the table first so wpDataTables would read the columns data so "
4003
- "that feature would become available."
4004
  msgstr ""
 
 
4005
 
4006
- #: templates/edit_table.inc.php:198
4007
- #, fuzzy
4008
- msgid "Name of the MySQL table which will be used for updates from front-end"
4009
- msgstr ""
4010
- "Nom de la table MySQL qui sera mis à jour lors de l'édition du front-end."
4011
 
4012
- #: templates/edit_table.inc.php:207 templates/edit_table.inc.php:254
4013
- msgid ""
4014
- "Please save the table first so wpDataTables would initialize the columns"
4015
- msgstr ""
4016
 
4017
- #: templates/edit_table.inc.php:210
4018
- #, fuzzy
4019
- msgid "Please choose an ID column for editing..."
4020
- msgstr "Colonne d'identification pour l'édition"
4021
 
4022
- #: templates/edit_table.inc.php:217
4023
- #, fuzzy
4024
- msgid ""
4025
- "Please choose a column, values from which will be used as row unique "
4026
- "identifier. MUST be auto-increment integer on MySQL side so insert/edit/"
4027
- "delete would work correctly!"
4028
  msgstr ""
4029
- "Choisissez les valeurs de colonne qui seront utilisées comme identificateurs "
4030
- "de ligne. DOIT être un nombre entier unique auto-incrémenté côté MySQL, "
4031
- "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
4032
- "devinera la colonne correcte si elle s'appelle \"id\" ou \"ID\" côté MySQL."
 
 
4033
 
4034
- #: templates/edit_table.inc.php:218
4035
  msgid ""
4036
- "wpDataTables will guess the correct column if it is called \"id\" or \"ID\" "
4037
- "on MySQL side"
4038
  msgstr ""
 
 
4039
 
4040
- #: templates/edit_table.inc.php:223
4041
- #, fuzzy
4042
- msgid "Inline editing"
4043
- msgstr "Édition en ligne"
4044
 
4045
- #: templates/edit_table.inc.php:227
4046
- #, fuzzy
4047
  msgid ""
4048
- "Check this checkbox if you would like to be able to edit the table data "
4049
- "inline, by double-clicking a cell, not only in a modal dialog"
4050
  msgstr ""
4051
- "Si cette option est activée, les utilisateurs front-end pourront modifier "
4052
- "les cellules en double-cliquant dessus, pas seulement avec la boîte de "
4053
- "dialogue de l'éditeur."
 
 
 
4054
 
4055
- #: templates/edit_table.inc.php:236
4056
- #, fuzzy
4057
  msgid ""
4058
- "Check this checkbox if you would like to get the New, Edit and Delete "
4059
- "buttons in a popover on click on a table row, instead of in TableTools block "
4060
- "above the table"
4061
  msgstr ""
4062
- "Si cette option est activée, les boutons Nouveau, Modifier et Supprimer "
4063
- "s'affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
4064
- "au lieu du bloc Outils de tableau situé au-dessus du tableau."
4065
-
4066
- #: templates/edit_table.inc.php:241
4067
- #, fuzzy
4068
- msgid "Users see and edit only their data"
4069
- msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
4070
 
4071
- #: templates/edit_table.inc.php:245
4072
- #, fuzzy
4073
- msgid "Limit editing to user's own data only"
4074
- msgstr "Limiter l'édition à vos propres données uniquement"
4075
 
4076
- #: templates/edit_table.inc.php:245
4077
  msgid ""
4078
- "Set this to checked if you would like front-end users to see and edit only "
4079
- "their own data, i.e. rows with their WordPress user ID"
4080
  msgstr ""
 
 
4081
 
4082
- #: templates/edit_table.inc.php:257
4083
- #, fuzzy
4084
- msgid "Please choose a user ID column..."
4085
- msgstr "Veuillez choisir une plage de lignes."
4086
-
4087
- #: templates/edit_table.inc.php:271
4088
- #, fuzzy
4089
- msgid "Choose roles"
4090
- msgstr "Choisir le fichier"
4091
 
4092
- #: templates/edit_table.inc.php:272
4093
- #, fuzzy
4094
  msgid ""
4095
- "Roles which are allowed to edit the table (leave blank to alllow editing for "
4096
- "everyone)"
 
4097
  msgstr ""
4098
- "Si vous souhaitez que seuls des rôles d'utilisateur spécifiques puissent "
4099
- "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
4100
- "la case pour permettre l'édition à tout le monde."
 
4101
 
4102
- #: templates/edit_table.inc.php:277
4103
- #, fuzzy
4104
- msgid "Additional settings"
4105
- msgstr "Réglages principaux"
4106
 
4107
- #: templates/edit_table.inc.php:287
 
 
 
 
4108
  msgid ""
4109
- "Server-side processing for MySQL-based tables. Required for front-end editing"
 
 
4110
  msgstr ""
 
 
 
 
4111
 
4112
- #: templates/edit_table.inc.php:296
4113
- #, fuzzy
4114
  msgid ""
4115
- "Auto-refresh interval in seconds for tables with server-side processing. "
4116
- "Leave blank or zero to disable auto-refresh."
 
4117
  msgstr ""
4118
- "Intervalle de rafraîchissement automatique en secondes (zéro ou vide pour "
4119
- "désactiver)"
 
4120
 
4121
- #: templates/edit_table.inc.php:301
4122
- #, fuzzy
4123
- msgid "Responsive"
4124
- msgstr "Réactivité"
4125
 
4126
- #: templates/edit_table.inc.php:306
4127
- msgid ""
4128
- "Check this checkbox if you would like this table to be responsive - display "
4129
- "differently on desktops, tablets and mobiles"
4130
- msgstr ""
4131
 
4132
- #: templates/edit_table.inc.php:311
4133
- #, fuzzy
4134
- msgid "Scrollable"
4135
- msgstr "Tableau à barre de défilement horizontale"
4136
 
4137
- #: templates/edit_table.inc.php:315
4138
- msgid ""
4139
- "Check this checkbox if you would like this table to be horizontal scrollable"
4140
- msgstr ""
4141
 
4142
- #: templates/edit_table.inc.php:320
4143
- #, fuzzy
4144
- msgid "Hide table until page is completely loaded"
4145
- msgstr "Cacher la table avant qu'elle ne soit complètement chargée"
4146
 
4147
- #: templates/edit_table.inc.php:324
4148
  msgid ""
4149
- "Check this checkbox if you would prevent table from showing until the page "
4150
- "loads completely. May be useful for slowly loading pages"
4151
  msgstr ""
 
 
 
4152
 
4153
- #: templates/edit_table.inc.php:329
4154
- #, fuzzy
4155
- msgid "Advanced filtering"
4156
- msgstr "Filtre avancé"
4157
 
4158
- #: templates/edit_table.inc.php:335
4159
- msgid ""
4160
- "Check this checkbox if you would like to have a filter below each column"
4161
- msgstr ""
4162
 
4163
- #: templates/edit_table.inc.php:345
4164
- #, fuzzy
4165
- msgid ""
4166
- "Check this checkbox if you would like to have the advanced filter in a form"
4167
- msgstr ""
4168
- "Choisissez l'emplacement où vous souhaitez interpréter le filtre avancé pour "
4169
- "les tableaux où ils sont activés."
4170
 
4171
- #: templates/edit_table.inc.php:354
4172
- msgid ""
4173
- "Check this checkbox if you would like to have the table tools (copy, save to "
4174
- "excel, save to CSV, etc) enabled for this table"
4175
- msgstr ""
4176
 
4177
- #: templates/edit_table.inc.php:361
4178
- msgid "Configure table tools (toggle show/hide)"
4179
- msgstr ""
4180
 
4181
- #: templates/edit_table.inc.php:363
4182
- #, fuzzy
4183
- msgid "Show column visibility button"
4184
- msgstr "Visibilité des colonnes"
4185
 
4186
- #: templates/edit_table.inc.php:364
4187
- #, fuzzy
4188
- msgid "Show print button"
4189
- msgstr "Afficher le lien sous forme de bouton"
4190
 
4191
- #: templates/edit_table.inc.php:365
4192
- #, fuzzy
4193
- msgid "Show copy to clipboard button"
4194
- msgstr "Afficher le lien sous forme de bouton"
4195
 
4196
- #: templates/edit_table.inc.php:366
4197
- #, fuzzy
4198
- msgid "Show Excel export button"
4199
- msgstr "Afficher le bouton effacer les filtres"
4200
 
4201
- #: templates/edit_table.inc.php:367
4202
- #, fuzzy
4203
- msgid "Show CSV export button"
4204
- msgstr "Afficher le bouton effacer les filtres"
4205
 
4206
- #: templates/edit_table.inc.php:368
4207
- #, fuzzy
4208
- msgid "Show PDF export button"
4209
- msgstr "Afficher le bouton effacer les filtres"
4210
 
4211
- #: templates/edit_table.inc.php:374
4212
- #, fuzzy
4213
- msgid "Enable sorting"
4214
- msgstr "Activer le flottement"
4215
 
4216
- #: templates/edit_table.inc.php:378
4217
- #, fuzzy
4218
- msgid ""
4219
- "Check this checkbox if you would like to have sorting feature in your table"
4220
- msgstr "Ajoutez les conditions que vous souhaitez avoir dans le tableau."
4221
 
4222
- #: templates/edit_table.inc.php:383
4223
- #, fuzzy
4224
- msgid "Limit table layout"
4225
- msgstr "Largeur de tableau limite"
4226
 
4227
- #: templates/edit_table.inc.php:387
4228
- #, php-format
4229
- msgid ""
4230
- "Check this checkbox if you would like to limit the table's width to 100% of "
4231
- "parent container (div)"
4232
- msgstr ""
4233
 
4234
- #: templates/edit_table.inc.php:396
4235
- msgid ""
4236
- "Check this checkbox if you would like words in cells to wrap and to extend "
4237
- "row's height. Leave unchecked if you want to leave one-line row heights."
4238
- msgstr ""
4239
 
4240
- #: templates/edit_table.inc.php:401
4241
- #, fuzzy
4242
- msgid "Display length"
4243
- msgstr "Valeur d'affichage"
4244
 
4245
- #: templates/edit_table.inc.php:405 templates/edit_table.inc.php:406
4246
- #: templates/edit_table.inc.php:407 templates/edit_table.inc.php:408
4247
- #, fuzzy
4248
- msgid "entries"
4249
- msgstr "Séries"
4250
 
4251
- #: templates/edit_table.inc.php:411
4252
- msgid ""
4253
- "This options defines the default number of entries on the page for this table"
4254
- msgstr ""
4255
 
4256
- #: templates/edit_table.inc.php:433
4257
- #, fuzzy
4258
- msgid "Optional column setup"
4259
- msgstr "Ouvrir les paramètres de colonne "
4260
 
4261
- #: templates/edit_table.inc.php:436 templates/edit_table.inc.php:459
4262
- msgid "Ungroup"
4263
- msgstr ""
4264
 
4265
- #: templates/edit_table.inc.php:437 templates/edit_table.inc.php:460
4266
- #, fuzzy
4267
- msgid "Add formula..."
4268
- msgstr "Ajouter une colonne de formule"
4269
 
4270
- #: templates/edit_table.inc.php:448
4271
  msgid ""
4272
- "You can change the column settings in this step, but this is not required, "
4273
- "since default options have already been generated for you"
4274
  msgstr ""
 
 
4275
 
4276
- #: templates/edit_table.inc.php:449
4277
- #, fuzzy
4278
- msgid "Warning"
4279
- msgstr "Fonction panoramique"
4280
 
4281
- #: templates/edit_table.inc.php:449
4282
  msgid ""
4283
- "If you change the table settings, save the table before modifying the column "
4284
- "settings, because the column set can be changed and you may lose your changes"
4285
  msgstr ""
 
 
4286
 
4287
- #: templates/edit_table.inc.php:484
4288
- #, fuzzy
4289
- msgid "Merge values"
4290
- msgstr "Fusionner les valeurs?"
4291
 
4292
- #: templates/edit_table.inc.php:485
4293
- msgid "There are already defined possible values."
4294
- msgstr ""
4295
 
4296
- #: templates/edit_table.inc.php:486
4297
- #, fuzzy
4298
- msgid "Do you want to merge new values with existing?"
4299
- msgstr ""
4300
- "Il existe déjà des valeurs possibles définies. Voulez-vous fusionner ou "
4301
- "remplacer de nouvelles valeurs par l'existant?"
4302
 
4303
- #: templates/edit_table.inc.php:544
4304
- msgid "Separate with"
4305
- msgstr ""
4306
 
4307
- #: templates/edit_table.inc.php:544
4308
- msgid "Used in advanced filterdropdown and in the editor dialog"
4309
- msgstr ""
4310
 
4311
- #: templates/edit_table.inc.php:547
4312
- #, fuzzy
4313
- msgid "Create from column values"
4314
- msgstr "Liste complète des colonnes"
4315
 
4316
- #: templates/edit_table.inc.php:548
4317
- #, fuzzy
4318
- msgid "Clear values"
4319
- msgstr "Fusionner les valeurs?"
4320
 
4321
- #: templates/edit_table.inc.php:558
4322
- #, fuzzy
4323
- msgid "Default value(s)"
4324
- msgstr "Valeur(s) prédéfinie(s)"
4325
 
4326
- #: templates/edit_table.inc.php:560
4327
- msgid ""
4328
- "Predefined filter value, default editor input value. Separate multiple "
4329
- "values with \"|\". Placeholders supported."
4330
- msgstr ""
4331
 
4332
- #: templates/edit_table.inc.php:594
4333
- #, fuzzy
4334
- msgid "Formula for calculation:"
4335
- msgstr "Formule de calcul"
4336
 
4337
- #: templates/edit_table.inc.php:595
4338
- #, fuzzy
4339
- msgid "Formula constructor"
4340
- msgstr "Éditeur de formule"
4341
 
4342
- #: templates/edit_table.inc.php:603
4343
- #, fuzzy
4344
- msgid "Editor input type:"
4345
- msgstr "Type d'entrée de l'éditeur"
4346
 
4347
- #: templates/edit_table.inc.php:613
4348
- #, fuzzy
4349
- msgid "Cannot be empty:"
4350
- msgstr "Ne peux pas être vide"
4351
 
4352
- #: templates/edit_table.inc.php:658
4353
- #, fuzzy
4354
- msgid "Default sort column"
4355
- msgstr "Utiliser comme colonne de tri par défaut"
4356
 
4357
- #: templates/edit_table.inc.php:672
4358
- #, fuzzy
4359
- msgid "Show a total for this column in footer"
4360
- msgstr "Calculer un total pour cette colonne"
4361
 
4362
- #: templates/edit_table.inc.php:704
4363
- msgid "Width"
4364
- msgstr "Largeur"
4365
 
4366
- #: templates/edit_table.inc.php:706
4367
- #, php-format
4368
- msgid ""
4369
- "Input width for column (in percents with % or pixels without \"px\"). Leave "
4370
- "blank if you want to leave auto width"
4371
- msgstr ""
4372
 
4373
- #: templates/edit_table.inc.php:714
4374
- #, fuzzy
4375
- msgid "Display text before"
4376
- msgstr "En-tête affiché"
4377
 
4378
- #: templates/edit_table.inc.php:722
4379
- #, fuzzy
4380
- msgid "Display text after"
4381
- msgstr "En-tête affiché"
4382
 
4383
- #: templates/edit_table.inc.php:738
4384
- msgid "Visible"
4385
- msgstr ""
 
4386
 
4387
- #: templates/edit_table.inc.php:752
4388
- msgid ""
4389
- "Conditional formatting allows you to add special formatting rules depending "
4390
- "on different values of the cell in this column. E.g. you can add a CSS class "
4391
- "or color to cell or whole row, etc"
4392
- msgstr ""
4393
 
4394
- #: templates/edit_table.inc.php:756
4395
- #, fuzzy
4396
- msgid "Define rules"
4397
- msgstr "Définir la liste de valeurs"
 
4398
 
4399
- #: templates/edit_table.inc.php:802
4400
- #, fuzzy
4401
- msgid "Table saved!"
4402
- msgstr "Vue tableau"
4403
 
4404
- #: templates/frontend/excel_table_main.inc.php:28
4405
- #: templates/wpdatatables_excel_table_main.inc.php:26
4406
- msgid "Search"
4407
- msgstr "Chercher"
4408
 
4409
- #: templates/settings.inc.php:12
4410
- msgid "wpDataTables documentation on this feature"
4411
- msgstr ""
4412
 
4413
- #: templates/settings.inc.php:13
4414
- #, fuzzy
4415
- msgid "wpDataTables settings"
4416
- msgstr "wpDataCharts parcourir"
4417
 
4418
- #: templates/settings.inc.php:35
4419
- msgid "Use separate MySQL connection"
4420
- msgstr "Utilisez une connexion MySQL séparée"
 
 
 
 
 
4421
 
4422
- #: templates/settings.inc.php:39
4423
  msgid ""
4424
- "If this checkbox is checked, wpDataTables will use its own connection to "
4425
- "MySQL bases. In other case it will use the main WordPress MySQL connection."
 
4426
  msgstr ""
4427
- "Si cette case est cochée, wpDataTables utilisera sa propre connexion aux "
4428
- "bases MySQL. Sinon, il sera utilisé la connexion principale WordPress MySQL."
4429
-
4430
- #: templates/settings.inc.php:56
4431
- #, fuzzy
4432
- msgid "Pick the language which will be used in tables interface"
4433
- msgstr "Choisissez la langue qui sera utilisée dans l'interface des tableaux."
4434
 
4435
- #: templates/settings.inc.php:69
4436
- #, fuzzy
4437
- msgid "How many tables to show in the browse page"
4438
- msgstr "Combien de tableaux afficher dans la page de navigation."
4439
 
4440
- #: templates/settings.inc.php:78 templates/settings.inc.php:79
4441
- msgid "Skin"
 
 
 
4442
  msgstr ""
 
 
 
4443
 
4444
- #: templates/settings.inc.php:81
4445
- #, fuzzy
4446
- msgid "Choose the base skin for the plugin"
4447
- msgstr "Choisissez le skin de base pour l'extension."
4448
 
4449
- #: templates/settings.inc.php:93
4450
- #, fuzzy
4451
- msgid ""
4452
- "Choose where you would like to render the advanced filter for tables where "
4453
- "enabled"
4454
- msgstr ""
4455
- "Choisissez l'emplacement où vous souhaitez interpréter le filtre avancé pour "
4456
- "les tableaux où ils sont activés."
4457
 
4458
- #: templates/settings.inc.php:114
4459
- #, fuzzy
4460
- msgid "Pick the date format to use in date column type"
4461
- msgstr ""
4462
- "Choisissez le format de date à utiliser dans le type de colonne de date."
4463
 
4464
- #: templates/settings.inc.php:126
4465
- #, fuzzy
4466
- msgid "Pick the time format to use in datetime and time column type"
4467
- msgstr ""
4468
- "Choisissez le format de l'heure à utiliser dans le type de colonne datetime "
4469
- "et heure."
4470
 
4471
- #: templates/settings.inc.php:147
4472
- #, fuzzy
4473
- msgid "Define the amount of decimal places for the float numbers"
4474
- msgstr ""
4475
- "Définissez la quantité de la place de décimales pour les nombres à virgules."
4476
 
4477
- #: templates/settings.inc.php:152
4478
- msgid "Timepicker step (min)"
4479
- msgstr ""
4480
 
4481
- #: templates/settings.inc.php:156
4482
- msgid "Define the minutes step for the timepicker based filters and editors."
4483
- msgstr ""
4484
 
4485
- #: templates/settings.inc.php:161
4486
- #, fuzzy
4487
- msgid "Align numbers to the right"
4488
- msgstr "Aligner les nombres"
4489
 
4490
- #: templates/settings.inc.php:165
4491
- msgid ""
4492
- "If this checkbox is checked all numerical values will be aligned to the "
4493
- "right of the cell"
 
 
 
4494
  msgstr ""
 
 
 
 
 
 
4495
 
4496
- #: templates/settings.inc.php:185
4497
- #, fuzzy
4498
- msgid "Here you can specify width (in pixels) will be treated as a mobile."
 
 
 
 
4499
  msgstr ""
4500
- "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
4501
- "mobile.."
 
 
 
 
4502
 
4503
- #: templates/settings.inc.php:192 templates/settings.inc.php:433
4504
- #: templates/settings.inc.php:481
4505
- msgid "Save options"
 
4506
  msgstr ""
 
 
4507
 
4508
- #: templates/settings.inc.php:207 templates/settings.inc.php:449
4509
- msgid "Leave the setting blank to use default value"
4510
- msgstr ""
4511
 
4512
- #: templates/settings.inc.php:212
4513
- #, fuzzy
4514
- msgid "Table font color"
4515
- msgstr "Couleur de la police du titre"
4516
 
4517
- #: templates/settings.inc.php:216
4518
- #, fuzzy
4519
- msgid "This color is used for the main font in table cells"
 
 
4520
  msgstr ""
4521
- "Cette couleur est utilisée pour la police principale dans les cellules du "
4522
- "tableau."
4523
-
4524
- #: templates/settings.inc.php:221
4525
- #, fuzzy
4526
- msgid "Header background color"
4527
- msgstr "Couleur d'arrière-plan du tracé"
4528
 
4529
- #: templates/settings.inc.php:225
4530
- #, fuzzy
4531
- msgid "The color is used for background of the table header"
4532
- msgstr "La couleur est utilisée pour l'arrière-plan de l'en-tête du tableau."
4533
 
4534
- #: templates/settings.inc.php:230
4535
- #, fuzzy
4536
- msgid "Header border color"
4537
- msgstr "Couleur de la bordure du tracé"
4538
 
4539
- #: templates/settings.inc.php:234
4540
- #, fuzzy
4541
- msgid "This color is used for the border in the table header"
4542
- msgstr "Cette couleur est utilisée pour la bordure dans l'en-tête du tableau."
4543
 
4544
- #: templates/settings.inc.php:239
4545
- #, fuzzy
4546
- msgid "Header font color"
4547
- msgstr "Couleur de la police de survol"
4548
 
4549
- #: templates/settings.inc.php:243
4550
- #, fuzzy
4551
- msgid "This color is used for the font in the table header"
4552
- msgstr "Cette couleur est utilisée pour la police dans l'en-tête du tableau."
4553
 
4554
- #: templates/settings.inc.php:248
4555
- #, fuzzy
4556
- msgid "Header active and hover color"
4557
- msgstr "Couleur active et en survol\t"
4558
 
4559
- #: templates/settings.inc.php:252
4560
- #, fuzzy
4561
  msgid ""
4562
- "This color is used when you hover the mouse above the table header, or when "
4563
- "you choose a column"
4564
  msgstr ""
4565
- "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
4566
- "tête du tableau ou lorsque vous choisissez une colonne."
4567
 
4568
- #: templates/settings.inc.php:257
4569
- #, fuzzy
4570
- msgid "Table inner border color"
4571
- msgstr "Couleur de la bordure du tracé"
4572
 
4573
- #: templates/settings.inc.php:261
4574
- #, fuzzy
4575
- msgid "This color is used for the inner border in the table between cells"
 
 
4576
  msgstr ""
4577
- "Cette couleur est utilisée pour la bordure intérieure du tableau entre les "
4578
- "cellules."
 
 
4579
 
4580
- #: templates/settings.inc.php:266
4581
- #, fuzzy
4582
- msgid "Table outer border color"
4583
- msgstr "Couleur de la bordure du tracé"
4584
 
4585
- #: templates/settings.inc.php:270
4586
- #, fuzzy
4587
- msgid "This color is used for the outer border of the whole table body"
 
4588
  msgstr ""
4589
- "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
4590
- "tableau."
4591
 
4592
- #: templates/settings.inc.php:275
4593
- #, fuzzy
4594
- msgid "Even row background color"
4595
- msgstr "Fond ligne paire"
4596
 
4597
- #: templates/settings.inc.php:279
4598
- #, fuzzy
4599
- msgid "This color is used for for background in even rows"
4600
- msgstr "Cette couleur est utilisée pour le fond dans les lignes paires."
 
 
 
 
 
 
 
 
 
 
4601
 
4602
- #: templates/settings.inc.php:284
4603
- #, fuzzy
4604
- msgid "Odd row background color"
4605
- msgstr "Fond ligne impaire"
4606
 
4607
- #: templates/settings.inc.php:288
4608
- #, fuzzy
4609
- msgid "This color is used for for background in odd rows"
4610
- msgstr "Cette couleur est utilisée pour le fond dans les lignes impaires."
4611
 
4612
- #: templates/settings.inc.php:293
4613
- #, fuzzy
4614
- msgid "Hover row color"
4615
- msgstr "Couleur de la police de survol"
4616
 
4617
- #: templates/settings.inc.php:297
4618
- #, fuzzy
4619
  msgid ""
4620
- "This color is used for to highlight the row when you hover your mouse above "
4621
- "it"
4622
  msgstr ""
4623
- "Cette couleur est utilisée pour mettre en évidence la ligne lorsque vous "
4624
- "passez votre souris dessus."
4625
 
4626
- #: templates/settings.inc.php:302
4627
- #, fuzzy
4628
- msgid "Cell color in active (sorted) columns for even rows"
4629
- msgstr "Colonnes triées, lignes paires"
4630
 
4631
- #: templates/settings.inc.php:306
4632
- #, fuzzy
 
 
 
 
 
 
 
4633
  msgid ""
4634
- "This color is used for background in cells which are in the active columns "
4635
- "(columns used for sorting) in even rows"
 
 
4636
  msgstr ""
4637
- "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
4638
- "les colonnes actives (colonnes utilisées pour le tri) dans les lignes paires."
 
 
 
4639
 
4640
- #: templates/settings.inc.php:311
4641
- msgid "Cell color in active (sorted) columns for odd rows"
4642
- msgstr ""
 
4643
 
4644
- #: templates/settings.inc.php:315
4645
- #, fuzzy
4646
  msgid ""
4647
- "This color is used for background in cells which are in the active columns "
4648
- "(columns used for sorting) in odd rows"
 
4649
  msgstr ""
4650
- "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
4651
- "les colonnes actives (colonnes utilisées pour le tri) en lignes impaires."
4652
-
4653
- #: templates/settings.inc.php:320
4654
- #, fuzzy
4655
- msgid "Backround color for selected rows"
4656
- msgstr "Fond pour les lignes sélectionnées"
4657
 
4658
- #: templates/settings.inc.php:324
4659
- #, fuzzy
4660
- msgid "This color is used for background in selected rows"
4661
- msgstr "Cette couleur est utilisée pour le fond des lignes sélectionnées."
4662
 
4663
- #: templates/settings.inc.php:329
4664
- #, fuzzy
4665
- msgid "Buttons background color"
4666
- msgstr "Couleur d'arrière-plan du tracé"
4667
 
4668
- #: templates/settings.inc.php:333
4669
- #, fuzzy
4670
- msgid "This color is used for background in buttons"
4671
- msgstr "Cette couleur est utilisée pour le fond des boutons."
4672
 
4673
- #: templates/settings.inc.php:338
4674
- #, fuzzy
4675
- msgid "Buttons border color"
4676
- msgstr "Couleur de survol de bordure de boutons"
4677
 
4678
- #: templates/settings.inc.php:342
4679
- #, fuzzy
4680
- msgid "This color is used for border in buttons"
4681
- msgstr "Cette couleur est utilisée pour la bordure dans les boutons."
4682
 
4683
- #: templates/settings.inc.php:347
4684
- #, fuzzy
4685
- msgid "Buttons font color"
4686
- msgstr "Bouton couleur"
 
 
 
4687
 
4688
- #: templates/settings.inc.php:351
4689
- #, fuzzy
4690
- msgid "This color is used for font in buttons"
4691
- msgstr "Cette couleur est utilisée pour la police dans les boutons."
4692
 
4693
- #: templates/settings.inc.php:356
4694
- #, fuzzy
4695
- msgid "Buttons background hover color"
4696
- msgstr "Couleur fond de survol"
4697
 
4698
- #: templates/settings.inc.php:360
4699
- #, fuzzy
4700
  msgid ""
4701
- "This color will be used for button backgrounds when you hover above them"
 
 
4702
  msgstr ""
4703
- "Cette couleur sera utilisée pour les fonds de boutons lorsque vous les "
4704
- "survolez."
 
 
4705
 
4706
- #: templates/settings.inc.php:365
4707
- #, fuzzy
4708
- msgid "Buttons hover font color"
4709
- msgstr "Couleur de survol de bordure de boutons"
4710
 
4711
- #: templates/settings.inc.php:369
4712
- #, fuzzy
4713
- msgid "This color will be used for buttons font when you hover above them"
4714
- msgstr ""
4715
- "Cette couleur sera utilisée pour la police des boutons lorsque vous la "
4716
- "survolez."
4717
 
4718
- #: templates/settings.inc.php:378
4719
- #, fuzzy
4720
  msgid ""
4721
- "This color will be used for wpDataTable popup (filter, datepicker) fonts"
 
 
 
 
4722
  msgstr ""
4723
- "Cette couleur sera utilisée pour les polices des fenêtres contextuelles "
4724
- "wpDataTable (filtre, sélecteur de date)."
 
 
 
4725
 
4726
- #: templates/settings.inc.php:383
4727
- #, fuzzy
4728
- msgid "Modals background color"
4729
- msgstr "Fond de modaux"
4730
 
4731
- #: templates/settings.inc.php:387
4732
- #, fuzzy
4733
  msgid ""
4734
- "This color will be used for wpDataTable popup (filter, datepicker) background"
 
 
4735
  msgstr ""
4736
- "Cette couleur sera utilisée pour le fond des fenêtres contextuelles "
4737
- "wpDataTable (filtre, sélecteur de date)."
 
 
4738
 
4739
- #: templates/settings.inc.php:392
4740
- #, fuzzy
4741
- msgid "Overlay background color"
4742
- msgstr "Fond de superposition"
4743
 
4744
- #: templates/settings.inc.php:396
4745
- #, fuzzy
4746
  msgid ""
4747
- "This color will be used for overlay which appears below the plugin popups"
 
4748
  msgstr ""
4749
- "Cette couleur sera utilisée pour la superposition qui apparaît sous les "
4750
- "fenêtres contextuelles de l'extension."
 
 
 
 
4751
 
4752
- #: templates/settings.inc.php:405
4753
- #, fuzzy
4754
- msgid "This color will be used for button borders when you hover above them"
 
 
4755
  msgstr ""
4756
- "Cette couleur sera utilisée pour les bordures des boutons lorsque vous les "
4757
- "survolez."
 
 
4758
 
4759
- #: templates/settings.inc.php:419
4760
- #, fuzzy
4761
- msgid "Table font"
4762
- msgstr "Nom du tableau"
4763
 
4764
- #: templates/settings.inc.php:458
4765
- #, fuzzy
4766
  msgid ""
4767
- "This JS will be inserted as an inline script block on every page that has a "
4768
- "wpDataTable"
4769
  msgstr ""
4770
- "Ce JS sera inséré en tant que bloc de script en ligne sur chaque page "
4771
- "possédant un wpDataTable."
 
 
 
 
4772
 
4773
- #: templates/settings.inc.php:467
4774
- #, fuzzy
4775
  msgid ""
4776
- "This CSS will be inserted as an inline style block on every page that has a "
4777
- "wpDataTable"
 
4778
  msgstr ""
4779
- "Ce CSS sera inséré comme un bloc de style en ligne sur chaque page qui a un "
4780
- "wpDataTable."
 
 
4781
 
4782
- #: templates/settings.inc.php:472
4783
- #, fuzzy
4784
- msgid "Use minified wpDataTables Javascript"
4785
- msgstr "Utiliser le Javascript wpDataTables minifié"
4786
 
4787
- #: templates/settings.inc.php:476
4788
  msgid ""
4789
- "Uncheck if you would like to make some changes to the main wpDataTables JS "
4790
- "file (assets/js/wpdatatables/wpdatatables.js). Minified is inserted by "
4791
- "default (better performance)"
4792
  msgstr ""
 
 
4793
 
4794
- #: templates/settings.inc.php:521
4795
- msgid "Full version only!"
4796
- msgstr ""
4797
 
4798
- #: templates/settings.inc.php:521
4799
  msgid ""
4800
- "Sorry, this function is available only in FULL version of wpDataTables along "
4801
- "with many others! Please go to our <a href=\\\"http://wpdatatables.com/\\"
4802
- "\">website</a> to see the full list and to purchase!"
4803
  msgstr ""
 
 
 
 
4804
 
4805
- #: templates/settings.inc.php:625
4806
- #, fuzzy
4807
- msgid "Settings saved successfully"
4808
- msgstr "Paramètres de l'extension enregistrés avec succès"
4809
 
4810
- #: templates/settings.inc.php:627
4811
- msgid "There was a problem saving your settings"
 
 
4812
  msgstr ""
 
 
 
 
 
 
4813
 
4814
- #~ msgid "Purchase code"
4815
- #~ msgstr "Code d'achat"
 
4816
 
4817
- #~ msgid ""
4818
- #~ "Please enter your Envato purchase code to enable plugin auto-updates. "
4819
- #~ "Leave blank if you do not want the plugin to auto-update."
4820
- #~ msgstr ""
4821
- #~ "Veuillez entrer votre code d'achat Envato pour activer les mises à jour "
4822
- #~ "automatiques de l'extension. Laissez vide si vous ne souhaitez pas que "
4823
- #~ "l'extension se mette à jour automatiquement."
4824
 
4825
- #~ msgid "tr"
4826
- #~ msgstr "tr"
 
4827
 
4828
- #~ msgid "Successfully connected to the MySQL server."
4829
- #~ msgstr "Connecté avec succès au serveur MySQL."
 
4830
 
4831
- #~ msgid "wpDataTables could not connect to MySQL server."
4832
- #~ msgstr "wpDataTables n'a pas pu se connecter au serveur MySQL."
 
4833
 
4834
- #~ msgid "wpDataTables could not connect to MySQL server. MySQL said: "
4835
- #~ msgstr ""
4836
- #~ "wpDataTables n'a pas pu se connecter au serveur MySQL. MySQL a déclaré: "
4837
 
4838
- #~ msgid "There was an error while trying to import table"
4839
- #~ msgstr ""
4840
- #~ "Une erreur s'est produite lors de la tentative d'importation du tableau"
4841
 
4842
- #~ msgid "There was an error while trying to import table. Exception: "
4843
- #~ msgstr ""
4844
- #~ "Une erreur s'est produite lors de la tentative d'importation du tableau. "
4845
- #~ "Exception: "
4846
 
4847
- #~ msgid "There was an error trying to update the row! Error: "
4848
- #~ msgstr ""
4849
- #~ "Une erreur s'est produite lors de la tentative de mise à jour de la "
4850
- #~ "ligne! Erreur: "
4851
 
4852
- #~ msgid "There was an error trying to insert a new row! Error: "
4853
- #~ msgstr ""
4854
- #~ "Une erreur s'est produite lors de la tentative d'insertion d'une nouvelle "
4855
- #~ "ligne! Erreur: "
4856
 
4857
- #~ msgid "Bad column names supplied: "
4858
- #~ msgstr "Mauvais noms de colonnes fournis: "
 
 
4859
 
4860
- #~ msgid "ID column not supplied"
4861
- #~ msgstr "Colonne d'identification non fournie"
 
4862
 
4863
- #~ msgid "ID column not supplied for a cell"
4864
- #~ msgstr "Colonne d'identification non fournie pour une cellule"
 
 
 
4865
 
4866
- #~ msgid "Nothing to delete."
4867
- #~ msgstr "Rien à supprimer."
 
4868
 
4869
- #~ msgid "Bad request format."
4870
- #~ msgstr "Mauvais format de demande."
 
4871
 
4872
- #~ msgid "You don't have permission to change this table."
4873
- #~ msgstr "Vous n'êtes pas autorisé à modifier ce tableau."
 
4874
 
4875
- #~ msgid "Supplied id column not exist."
4876
- #~ msgstr "La colonne d'identification fournie n'existe pas."
 
4877
 
4878
- #~ msgid "There was an error trying to delete row! Error: "
4879
- #~ msgstr ""
4880
- #~ "Une erreur s'est produite lors de la tentative de suppression de la "
4881
- #~ "ligne! Erreur: "
 
 
 
4882
 
4883
- #~ msgid "There was an error when trying to create the table on MySQL side"
4884
- #~ msgstr "Une erreur s'est produite côté MySQL lors de la création du tableau"
 
4885
 
4886
- #~ msgid ""
4887
- #~ "<div class=\"alert alert-danger m-15\">No results found. Please check if "
4888
- #~ "this query is correct! Table Constructor needs a query that returns data "
4889
- #~ "to build a wpDataTable."
4890
- #~ msgstr ""
4891
- #~ "<div class=\"alert alert-danger m-15\">Aucun résultat trouvé. Veuillez "
4892
- #~ "vérifier si cette requête est correcte! Le constructeur de tableaux a "
4893
- #~ "besoin d'une requête qui renvoie des données pour générer un wpDataTable."
4894
 
4895
- #~ msgid "Empty file"
4896
- #~ msgstr "Fichier vide"
 
 
 
 
4897
 
4898
- #~ msgid ""
4899
- #~ "Could not read Google spreadsheet, please check if the URL is correct and "
4900
- #~ "the spreadsheet is published to everyone"
4901
- #~ msgstr ""
4902
- #~ "Impossible de lire la feuille de calcul Google, veuillez vérifier si "
4903
- #~ "l'URL est correcte et si la feuille de calcul est publiée pour tous"
4904
 
4905
- #~ msgid "Could not read input file!"
4906
- #~ msgstr "Impossible de lire le fichier d'entrée!"
 
4907
 
4908
- #~ msgid "File format not supported!"
4909
- #~ msgstr "Format de fichier non pris en charge!"
 
4910
 
4911
- #~ msgid "Filter"
4912
- #~ msgstr "Filtre"
 
4913
 
4914
- #~ msgid "New title"
4915
- #~ msgstr "Nouveau titre"
 
4916
 
4917
- #~ msgid "Title:"
4918
- #~ msgstr "Titre:"
 
4919
 
4920
- #~ msgid "Choose an option in previous filters"
4921
- #~ msgstr "Choisissez une option dans les filtres précédents"
 
4922
 
4923
- #~ msgid "Only one column can be of type String"
4924
- #~ msgstr "Une seule colonne peut être de type Chaîne de caractères"
 
4925
 
4926
- #~ msgid "You are mixing data types (several date axes and several number)"
4927
- #~ msgstr ""
4928
- #~ "Vous mélangez des types de données (plusieurs axes de dates et plusieurs "
4929
- #~ "nombres)"
4930
 
4931
- #~ msgid ""
4932
- #~ "No data fetched! <br/> If you are trying to save table for the first "
4933
- #~ "time, please enter some date before saving so table could be set "
4934
- #~ "accurately. <br/> You can remove it later if you need empty table to "
4935
- #~ "start with."
4936
- #~ msgstr ""
4937
- #~ "Aucune donnée extraite! <br/> Si vous essayez de sauvegarder le tableau "
4938
- #~ "pour la première fois, veuillez entrer une date avant de sauvegarder afin "
4939
- #~ "que le tableau puisse être défini avec précision. <br/> Vous pouvez la "
4940
- #~ "supprimer plus tard si vous avez besoin d’un tableau vide pour commencer."
4941
 
4942
- #~ msgid "Rendered query: "
4943
- #~ msgstr "Requête rendue: "
 
4944
 
4945
- #~ msgid " MySQL said: "
4946
- #~ msgstr " MySQL a déclaré: "
 
 
 
 
 
 
4947
 
4948
- #~ msgid "Unable to calculate"
4949
- #~ msgstr "Impossible de calculer"
 
4950
 
4951
- #~ msgid "Result for first 5 rows: "
4952
- #~ msgstr "Résultat pour les 5 premières lignes: "
 
 
 
 
 
 
4953
 
4954
- #~ msgid "Unable to calculate, error message: "
4955
- #~ msgstr "Impossible de calculer, message d'erreur: "
 
4956
 
4957
- #~ msgid "New"
4958
- #~ msgstr "Nouveau"
 
4959
 
4960
- #~ msgid "Edit"
4961
- #~ msgstr "Editer"
 
4962
 
4963
- #~ msgid "Duplicate chart"
4964
- #~ msgstr "Dupliquer graphique"
 
4965
 
4966
- #~ msgid "New chart title"
4967
- #~ msgstr "Nouveau titre du graphique"
 
 
4968
 
4969
- #~ msgid "Label"
4970
- #~ msgstr "Label"
 
 
 
 
 
4971
 
4972
- #~ msgid "Pick Range"
4973
- #~ msgstr "Choisir une plage de données"
 
4974
 
4975
- #~ msgid "wpDataTable Data Source"
4976
- #~ msgstr "Source de données wpDataTable"
 
4977
 
4978
- #~ msgid ""
4979
- #~ "Please pick a wpDataTable which will be used as a data source for this "
4980
- #~ "chart."
4981
- #~ msgstr ""
4982
- #~ "Veuillez choisir un wpDataTable qui sera utilisé comme source de données "
4983
- #~ "pour ce graphique."
4984
 
4985
- #~ msgid "Pick a wpDataTable"
4986
- #~ msgstr "Choisissez un wpDataTable"
 
4987
 
4988
- #~ msgid "Columns in the data source"
4989
- #~ msgstr "Colonnes dans la source de données"
 
4990
 
4991
- #~ msgid ""
4992
- #~ "Choose table columns that you would like to use in the chart. You can "
4993
- #~ "either drag the column blocks, or click to select them and use controls "
4994
- #~ "in the middle to add or remove from the chart."
4995
- #~ msgstr ""
4996
- #~ "Choisissez les colonnes du tableau que vous souhaitez utiliser dans le "
4997
- #~ "graphique. Vous pouvez soit faire glisser les blocs de colonne, soit "
4998
- #~ "cliquer pour les sélectionner et utiliser les contrôles au milieu pour "
4999
- #~ "ajouter ou supprimer du graphique."
5000
 
5001
- #~ msgid "Add all"
5002
- #~ msgstr "Tout ajouter"
 
5003
 
5004
- #~ msgid "Add"
5005
- #~ msgstr "Ajouter"
 
5006
 
5007
- #~ msgid "Remove"
5008
- #~ msgstr "Supprimer"
 
5009
 
5010
- #~ msgid "Remove all"
5011
- #~ msgstr "Supprimer tout"
 
5012
 
5013
- #~ msgid "Columns used in the chart"
5014
- #~ msgstr "Colonnes utilisées dans le graphique"
 
5015
 
5016
- #~ msgid ""
5017
- #~ "Please do not add more then one string-type (date/time, image, email, "
5018
- #~ "URL) column since only one can be used as a label"
5019
- #~ msgstr ""
5020
- #~ "N'ajoutez pas plus d'une colonne de type chaîne de caractères (date/"
5021
- #~ "heure, image, email, URL) car une seule peut être utilisée comme étiquette"
5022
 
5023
- #~ msgid "Minimum count of columns for this chart type is "
5024
- #~ msgstr "Le nombre minimum de colonnes pour ce type de graphique est"
 
 
 
 
 
5025
 
5026
- #~ msgid "Maximum count of columns for this chart type is "
5027
- #~ msgstr "Le nombre maximal de colonnes pour ce type de graphique est"
 
5028
 
5029
- #~ msgid "Charts data filtering"
5030
- #~ msgstr "Filtrage des données graphiques"
 
 
 
 
 
5031
 
5032
- #~ msgid ""
5033
- #~ "If you enable this, chart will automatically re-render with actual data "
5034
- #~ "every time you sort, filter, or switch pages in the table (chart must be "
5035
- #~ "in the same page with the table)."
5036
- #~ msgstr ""
5037
- #~ "Si vous activez cette option, le graphique restitue automatiquement les "
5038
- #~ "données réelles chaque fois que vous triez, filtrez ou changez de page "
5039
- #~ "dans le tableau (le graphique doit figurer sur la même page que le "
5040
- #~ "tableau)."
5041
 
5042
- #~ msgid "Follow table filtering"
5043
- #~ msgstr "Suivre le filtrage du tableau"
 
5044
 
5045
- #~ msgid "Row range"
5046
- #~ msgstr "Plage de lignes"
 
5047
 
5048
- #~ msgid ""
5049
- #~ "If you do not want data from all the table rows to be in the chart, you "
5050
- #~ "can pick the row range manually. Please note that if the data set is "
5051
- #~ "large the range picker can load slowly or even cause an out of memory "
5052
- #~ "error."
5053
- #~ msgstr ""
5054
- #~ "Si vous ne souhaitez pas que les données de toutes les lignes du tableau "
5055
- #~ "figurent dans le graphique, vous pouvez sélectionner manuellement une "
5056
- #~ "plage de lignes. Veuillez noter que si le jeu de données est volumineux, "
5057
- #~ "le sélecteur de plage de données peut se charger lentement ou même "
5058
- #~ "provoquer une erreur de mémoire insuffisante."
5059
 
5060
- #~ msgid "All rows (default)"
5061
- #~ msgstr "Toutes les lignes (par défaut)"
 
5062
 
5063
- #~ msgid "Pick range (slow on large datasets)"
5064
- #~ msgstr ""
5065
- #~ "Sélection de plage de données (lent sur les grands ensembles de données)"
5066
 
5067
- #~ msgid "Rows picked"
5068
- #~ msgstr "Lignes sélectionnées"
 
5069
 
5070
- #~ msgid "Range picker..."
5071
- #~ msgstr "Sélectionneur de plage de données..."
 
5072
 
5073
- #~ msgid "Chart"
5074
- #~ msgstr "Graphique"
 
 
5075
 
5076
- #~ msgid "Axes"
5077
- #~ msgstr "Axes"
 
 
 
 
 
 
 
 
5078
 
5079
- #~ msgid "Title"
5080
- #~ msgstr "Titre"
 
5081
 
5082
- #~ msgid "Tooltip"
5083
- #~ msgstr "Info-bulle"
 
5084
 
5085
- #~ msgid "Legend"
5086
- #~ msgstr "Légende"
 
5087
 
5088
- #~ msgid "Credits"
5089
- #~ msgstr "Crédits"
 
5090
 
5091
- #~ msgid "Series settings"
5092
- #~ msgstr "Paramètres de séries"
 
5093
 
5094
- #~ msgid "Curve type"
5095
- #~ msgstr "Type de courbe"
 
5096
 
5097
- #~ msgid "Controls the curve of the lines"
5098
- #~ msgstr "Contrôle la courbe des lignes"
 
5099
 
5100
- #~ msgid "Check for smoothed lines"
5101
- #~ msgstr "Cochez pour obtenir des lignes lissées"
 
5102
 
5103
- #~ msgid "Chart width"
5104
- #~ msgstr "Largeur du graphique"
 
5105
 
5106
- #~ msgid "The width of the chart."
5107
- #~ msgstr "Largeur du graphique."
 
5108
 
5109
- #~ msgid "Responsive width"
5110
- #~ msgstr "Largeur adaptative"
 
5111
 
5112
- #~ msgid ""
5113
- #~ "If you tick this chart width will always adjust to 100% width of the "
5114
- #~ "container"
5115
- #~ msgstr ""
5116
- #~ "Si vous cochez cette case, la largeur du graphique sera toujours ajustée "
5117
- #~ "à la largeur de 100% du conteneur"
5118
 
5119
- #~ msgid "Responsive chart width"
5120
- #~ msgstr "Largeur de graphique adaptative"
 
5121
 
5122
- #~ msgid "Chart height"
5123
- #~ msgstr "Hauteur du graphique"
 
5124
 
5125
- #~ msgid "The height of the chart."
5126
- #~ msgstr "La hauteur du graphique."
 
5127
 
5128
- #~ msgid "Group chart"
5129
- #~ msgstr "Groupe de graphique"
 
5130
 
5131
- #~ msgid ""
5132
- #~ "If you tick this checkbox, the values of the rows with same label will be "
5133
- #~ "summed up and rendered as a single series. If you leave it unticked all "
5134
- #~ "rows will be rendered as separate series."
5135
- #~ msgstr ""
5136
- #~ "Si vous cochez cette case, les valeurs des lignes avec la même étiquette "
5137
- #~ "seront additionnées et rendues sous la forme d'une série unique. Si vous "
5138
- #~ "le laissez décoché, toutes les lignes seront affichées sous forme de "
5139
- #~ "séries séparées."
5140
 
5141
- #~ msgid "Enable grouping"
5142
- #~ msgstr "Activer le regroupement"
 
5143
 
5144
- #~ msgid "The background color for the outer chart area."
5145
- #~ msgstr "La couleur de fond de la zone de graphique externe."
 
5146
 
5147
- #~ msgid "Border width"
5148
- #~ msgstr "Largeur de la bordure"
 
 
 
 
 
5149
 
5150
- #~ msgid "The pixel width of the outer chart border."
5151
- #~ msgstr "La largeur en pixels de la bordure externe du graphique."
 
5152
 
5153
- #~ msgid "The color of the outer chart border."
5154
- #~ msgstr "La couleur de la bordure extérieure du graphique."
 
 
 
 
 
5155
 
5156
- #~ msgid "Border radius"
5157
- #~ msgstr "Rayon de la bordure"
 
5158
 
5159
- #~ msgid "The corner radius of the outer chart border."
5160
- #~ msgstr "Le rayon d'angle de la bordure extérieure du graphique."
 
 
 
5161
 
5162
- #~ msgid "Zoom type"
5163
- #~ msgstr "Type de zoom"
 
 
 
 
 
 
 
 
 
 
5164
 
5165
- #~ msgid "Decides in what dimensions the user can zoom by dragging the mouse"
5166
- #~ msgstr ""
5167
- #~ "Décide dans quelles mesures l'utilisateur peut zoomer en faisant glisser "
5168
- #~ "la souris"
5169
 
5170
- #~ msgid ""
5171
- #~ "Allow panning in a chart. Best used with panKey to combine zooming and "
5172
- #~ "panning"
5173
- #~ msgstr ""
5174
- #~ "Autoriser la fonction panoramique dans un graphique. Utilisez panKey pour "
5175
- #~ "combiner le zoom et la fonction panoramique"
5176
 
5177
- #~ msgid "Pan key"
5178
- #~ msgstr "Pan key"
 
5179
 
5180
- #~ msgid "Allows setting a key to switch between zooming and panning"
5181
- #~ msgstr ""
5182
- #~ "Permet de définir une touche pour basculer entre le zoom et fonction "
5183
- #~ "panoramique"
5184
 
5185
- #~ msgid "The background color or gradient for the plot area."
5186
- #~ msgstr "La couleur d'arrière-plan ou le dégradé de la zone de tracé."
 
 
 
 
 
5187
 
5188
- #~ msgid "Plot background image"
5189
- #~ msgstr "Image d'arrière-plan du tracé"
 
 
5190
 
5191
- #~ msgid "The URL for an image to use as the plot background."
5192
- #~ msgstr "L'URL d'une image à utiliser comme arrière-plan du tracé."
 
5193
 
5194
- #~ msgid "Plot border width"
5195
- #~ msgstr "Largeur de la bordure du tracé"
 
5196
 
5197
- #~ msgid "The color of the inner chart or plot area border."
5198
- #~ msgstr ""
5199
- #~ "La couleur de la bordure interne du graphique ou de la zone de tracé "
5200
- #~ "interne."
5201
 
5202
- #~ msgid "The default font size, in pixels, of all text in the chart."
5203
- #~ msgstr ""
5204
- #~ "La taille de police par défaut, en pixels, de tout le texte du graphique."
5205
 
5206
- #~ msgid "Font name"
5207
- #~ msgstr "Nom de la police"
 
5208
 
5209
- #~ msgid "The default font face for all text in the chart."
5210
- #~ msgstr "La police de caractères par défaut pour tout le texte du graphique."
 
5211
 
5212
- #~ msgid "Font style"
5213
- #~ msgstr "Le style de police"
 
5214
 
5215
- #~ msgid "The default font style for all text in the chart"
5216
- #~ msgstr "Le style de police par défaut pour tout le texte du graphique"
 
5217
 
5218
- #~ msgid "The default font color for all text in the chart."
5219
- #~ msgstr "La couleur de police par défaut pour tout le texte du graphique."
 
 
5220
 
5221
- #~ msgid "3D"
5222
- #~ msgstr "3D"
 
 
5223
 
5224
- #~ msgid "Check for 3D pie chart"
5225
- #~ msgstr "Cochez pour le camembert 3D"
 
5226
 
5227
- #~ msgid "Grid"
5228
- #~ msgstr "La grille"
 
5229
 
5230
- #~ msgid "Do you want to show grid on the chart"
5231
- #~ msgstr "Voulez-vous afficher la grille sur le graphique"
 
5232
 
5233
- #~ msgid "Grid line style"
5234
- #~ msgstr "Style de ligne de la grille"
 
 
5235
 
5236
- #~ msgid "The dash or dot style of the grid lines"
5237
- #~ msgstr "Le tiret ou le style de point des lignes de la grille"
 
5238
 
5239
- #~ msgid "Horizontal axis label"
5240
- #~ msgstr "Étiquette de l'axe horizontal"
 
5241
 
5242
- #~ msgid "Name of the horizontal axis."
5243
- #~ msgstr "Nom de l'axe horizontal."
 
 
 
 
 
 
5244
 
5245
- #~ msgid "Horizontal crosshair"
5246
- #~ msgstr "Réticule horizontal"
 
5247
 
5248
- #~ msgid ""
5249
- #~ "Configure a horizontal crosshair that follows either the mouse pointer or "
5250
- #~ "the hovered point lines"
5251
- #~ msgstr ""
5252
- #~ "Configurez un réticule horizontal qui suit soit le pointeur de la souris, "
5253
- #~ "soit les lignes de point survolées"
5254
 
5255
- #~ msgid "Show x-Axis crosshair"
5256
- #~ msgstr "Afficher le réticule de l'axe des x"
 
5257
 
5258
- #~ msgid "Horizontal axis direction"
5259
- #~ msgstr "Direction de l'axe horizontal"
 
5260
 
5261
- #~ msgid ""
5262
- #~ "The direction in which the values along the horizontal axis grow. Specify "
5263
- #~ "-1 to reverse the order of the values"
5264
- #~ msgstr ""
5265
- #~ "La direction dans laquelle les valeurs sur l'axe horizontal augmentent. "
5266
- #~ "Spécifiez -1 pour inverser l'ordre des valeurs"
5267
 
5268
- #~ msgid "Vertical axis label"
5269
- #~ msgstr "Étiquette de l'axe vertical"
 
5270
 
5271
- #~ msgid "Name of the vertical axis."
5272
- #~ msgstr "Nom de l'axe vertical."
 
5273
 
5274
- #~ msgid "Vertical crosshair"
5275
- #~ msgstr "Réticule vertical"
 
 
 
 
 
 
 
 
 
5276
 
5277
- #~ msgid ""
5278
- #~ "Configure a vertical crosshair that follows either the mouse pointer or "
5279
- #~ "the hovered point lines"
5280
- #~ msgstr ""
5281
- #~ "Configurez un réticule vertical qui suit soit le pointeur de la souris, "
5282
- #~ "soit les lignes de point survolées"
5283
 
5284
- #~ msgid "Show y-Axis crosshair"
5285
- #~ msgstr "Afficher le réticule de l'axe des y"
 
5286
 
5287
- #~ msgid "Vertical axis direction"
5288
- #~ msgstr "Direction de l'axe vertical"
 
 
 
 
 
 
 
 
5289
 
5290
- #~ msgid ""
5291
- #~ "The direction in which the values along the vertical axis grow. Specify "
5292
- #~ "-1 to reverse the order of the values"
5293
- #~ msgstr ""
5294
- #~ "La direction dans laquelle les valeurs sur l'axe vertical augmentent. "
5295
- #~ "Spécifiez -1 pour inverser l'ordre des valeurs"
5296
 
5297
- #~ msgid "Vertical axis min value"
5298
- #~ msgstr "Valeur minimale de l'axe vertical"
 
5299
 
5300
- #~ msgid "The minimum value of the axis."
5301
- #~ msgstr "La valeur minimale de l'axe."
 
 
 
 
 
 
 
 
 
 
5302
 
5303
- #~ msgid "Vertical axis max value"
5304
- #~ msgstr "Valeur maximale de l'axe vertical"
 
5305
 
5306
- #~ msgid "The maximum value of the axis."
5307
- #~ msgstr "La valeur maximale de l'axe."
 
 
 
 
 
 
 
 
5308
 
5309
- #~ msgid "Invert"
5310
- #~ msgstr "Inverser"
 
 
 
5311
 
5312
- #~ msgid ""
5313
- #~ "Whether to invert the axes so that the x axis is vertical and y axis is "
5314
- #~ "horizontal"
5315
- #~ msgstr ""
5316
- #~ "Indique si les axes doivent être inversés pour que l'axe x soit vertical "
5317
- #~ "et que l'axe y soit horizontal"
5318
 
5319
- #~ msgid "Invert chart axes"
5320
- #~ msgstr "Inverser les axes du graphique"
 
5321
 
5322
- #~ msgid "Chart title"
5323
- #~ msgstr "Titre du graphique"
 
 
 
 
 
5324
 
5325
- #~ msgid "Show title"
5326
- #~ msgstr "Montrer le titre"
 
5327
 
5328
- #~ msgid "Title floating"
5329
- #~ msgstr "Titre flottant"
 
5330
 
5331
- #~ msgid ""
5332
- #~ "When the title is floating, the plot area will not move to make space for "
5333
- #~ "it"
5334
- #~ msgstr ""
5335
- #~ "Lorsque le titre est flottant, la zone de tracé ne bouge pas pour faire "
5336
- #~ "de la place"
5337
 
5338
- #~ msgid "Title align"
5339
- #~ msgstr "Titre aligner"
 
5340
 
5341
- #~ msgid "The horizontal alignment of the title"
5342
- #~ msgstr "L'alignement horizontal du titre"
 
 
 
 
 
5343
 
5344
- #~ msgid "Title position"
5345
- #~ msgstr "Position du titre"
 
5346
 
5347
- #~ msgid ""
5348
- #~ "Position of the title. Possible values are 'top', 'left', 'bottom' and "
5349
- #~ "'right'"
5350
- #~ msgstr ""
5351
- #~ "Position du titre. Les valeurs possibles sont \"haut\", \"gauche\", \"bas"
5352
- #~ "\" et \"droite\""
5353
 
5354
- #~ msgid "Title font name"
5355
- #~ msgstr "Nom de la police du titre"
 
 
 
 
 
5356
 
5357
- #~ msgid "The default font face for text in the title."
5358
- #~ msgstr "La police de caractères par défaut pour le texte dans le titre."
 
5359
 
5360
- #~ msgid "Title font style"
5361
- #~ msgstr "Style de police du titre"
 
5362
 
5363
- #~ msgid "The default font style for text in the title"
5364
- #~ msgstr "Le style de police par défaut pour le texte dans le titre"
 
 
5365
 
5366
- #~ msgid "The default font color for text in the title."
5367
- #~ msgstr "La couleur de police par défaut pour le texte dans le titre."
 
5368
 
5369
- #~ msgid "Subtitle"
5370
- #~ msgstr "Sous-titre"
 
5371
 
5372
- #~ msgid "The chart's subtitle."
5373
- #~ msgstr "Le sous-titre du graphique."
 
 
 
 
 
5374
 
5375
- #~ msgid "Subtitle align"
5376
- #~ msgstr "Aligner sous-titre "
 
5377
 
5378
- #~ msgid "The horizontal alignment of the subtitle"
5379
- #~ msgstr "L'alignement horizontal du sous-titre"
 
5380
 
5381
- #~ msgid "Show tooltip"
5382
- #~ msgstr "Afficher l'info-bulle"
 
5383
 
5384
- #~ msgid "The background color for the tooltip."
5385
- #~ msgstr "La couleur d'arrière-plan de l'info-bulle."
 
 
 
5386
 
5387
- #~ msgid "The pixel width of the tooltip border."
5388
- #~ msgstr "La largeur en pixels de la bordure de l'info-bulle."
 
 
 
5389
 
5390
- #~ msgid "The color of the tooltip border."
5391
- #~ msgstr "La couleur de la bordure de l'info-bulle."
 
5392
 
5393
- #~ msgid "The radius of the rounded border corners."
5394
- #~ msgstr "Le rayon des coins arrondis de la bordure."
 
 
5395
 
5396
- #~ msgid "Shared tooltip"
5397
- #~ msgstr "Info-bulle partagée"
 
 
 
 
 
5398
 
5399
- #~ msgid ""
5400
- #~ "When the tooltip is shared, the entire plot area will capture mouse "
5401
- #~ "movement or touch events"
5402
- #~ msgstr ""
5403
- #~ "Lorsque l'info-bulle est partagée, toute la zone du tracé capture les "
5404
- #~ "mouvements de la souris ou les événements tactiles"
5405
 
5406
- #~ msgid "Share tooltip"
5407
- #~ msgstr "Partager info-bulle"
 
 
5408
 
5409
- #~ msgid "Value prefix"
5410
- #~ msgstr "Valeur de préfixe"
 
 
 
5411
 
5412
- #~ msgid "A string to prepend to each series' y value"
5413
- #~ msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
 
 
 
 
 
5414
 
5415
- #~ msgid "Value suffix"
5416
- #~ msgstr "Valeur de suffixe"
 
5417
 
5418
- #~ msgid "A string to append to each series' y value"
5419
- #~ msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
 
 
5420
 
5421
- #~ msgid "Enable or disable the legend"
5422
- #~ msgstr "Activer ou désactiver la légende"
 
 
 
 
 
5423
 
5424
- #~ msgid "Show legend"
5425
- #~ msgstr "Afficher la légende"
 
5426
 
5427
- #~ msgid "Position"
5428
- #~ msgstr "Position"
 
5429
 
5430
- #~ msgid "Position of the legend"
5431
- #~ msgstr "Position de la légende"
 
5432
 
5433
- #~ msgid "The background color of the legend."
5434
- #~ msgstr "La couleur de fond de la légende."
 
 
 
 
 
 
5435
 
5436
- #~ msgid "A title to be added on top of the legend"
5437
- #~ msgstr "Un titre à ajouter en haut de la légende"
 
5438
 
5439
- #~ msgid "Layout"
5440
- #~ msgstr "Disposition"
 
 
 
 
 
 
5441
 
5442
- #~ msgid "The layout of the legend items"
5443
- #~ msgstr "La disposition des éléments de légende"
 
5444
 
5445
- #~ msgid "Align"
5446
- #~ msgstr "Aligner"
 
5447
 
5448
- #~ msgid "The horizontal alignment of the legend box within the chart area"
5449
- #~ msgstr ""
5450
- #~ "L'alignement horizontal de la boîte de légende dans la zone de graphique"
5451
 
5452
- #~ msgid "Vertical align"
5453
- #~ msgstr "Alignement vertical"
 
 
 
 
 
 
5454
 
5455
- #~ msgid "The vertical alignment of the legend box"
5456
- #~ msgstr "L'alignement vertical de la boîte de légende"
 
5457
 
5458
- #~ msgid "The width of the drawn border around the legend."
5459
- #~ msgstr "La largeur de tracé de la bordure autour de la légende."
 
5460
 
5461
- #~ msgid "The color of the drawn border around the legend."
5462
- #~ msgstr "La couleur de tracé de la bordure autour de la légende."
 
5463
 
5464
- #~ msgid "The border corner radius of the legend."
5465
- #~ msgstr "La bordure de rayon de coin de la légende."
 
 
 
 
 
 
5466
 
5467
- #~ msgid "Legend position"
5468
- #~ msgstr "Position de la légende"
 
5469
 
5470
- #~ msgid ""
5471
- #~ "Position of the legend. Possible values are 'top', 'left', 'bottom' and "
5472
- #~ "'right'"
5473
- #~ msgstr ""
5474
- #~ "Position de la légende. Les valeurs possibles sont \"haut\", \"gauche\", "
5475
- #~ "\"bas\" et \"droite\""
5476
 
5477
- #~ msgid "Whether to enable the exporting module"
5478
- #~ msgstr "Indique s'il faut activer le module d'exportation"
 
5479
 
5480
- #~ msgid "Export chart"
5481
- #~ msgstr "Exporter graphique"
 
 
 
 
 
5482
 
5483
- #~ msgid "Data labels"
5484
- #~ msgstr "Étiquettes de données"
 
 
 
 
 
5485
 
5486
- #~ msgid "Add data labels to improve readability of the exported chart"
5487
- #~ msgstr ""
5488
- #~ "Ajouter des étiquettes de données pour améliorer la lisibilité du "
5489
- #~ "graphique exporté"
5490
 
5491
- #~ msgid "Show data labels"
5492
- #~ msgstr "Afficher les étiquettes de données"
 
5493
 
5494
- #~ msgid "File name"
5495
- #~ msgstr "Nom de fichier"
 
5496
 
5497
- #~ msgid "The filename, without extension, to use for the exported chart"
5498
- #~ msgstr ""
5499
- #~ "Le nom de fichier, sans extension, à utiliser pour le graphique exporté"
5500
 
5501
- #~ msgid "The width of the original chart when exported."
5502
- #~ msgstr "La largeur du graphique d'origine lorsqu'ils sont exportés."
 
5503
 
5504
- #~ msgid "Button align"
5505
- #~ msgstr "Bouton aligner"
 
5506
 
5507
- #~ msgid "Alignment for the export button"
5508
- #~ msgstr "Alignement pour le bouton d'exportation"
 
5509
 
5510
- #~ msgid "Button vertical align"
5511
- #~ msgstr "Bouton alignement vertical"
 
 
 
 
 
 
 
5512
 
5513
- #~ msgid "The vertical alignment of the export button"
5514
- #~ msgstr "L'alignement vertical du bouton d'exportation"
 
5515
 
5516
- #~ msgid "The color of the symbol's stroke or line."
5517
- #~ msgstr "La couleur du trait ou de la ligne du symbole."
 
 
5518
 
5519
- #~ msgid "A text string to add to the individual button"
5520
- #~ msgstr "Une chaîne de texte à ajouter au bouton individuel"
 
 
 
 
 
 
5521
 
5522
- #~ msgid "Whether to show the credits text"
5523
- #~ msgstr "Indique si le texte des crédits doit être affiché"
 
5524
 
5525
- #~ msgid "Show credits"
5526
- #~ msgstr "Afficher les crédits"
 
5527
 
5528
- #~ msgid "Credits href"
5529
- #~ msgstr "Crédits href"
 
 
 
 
5530
 
5531
- #~ msgid "The URL for the credits label"
5532
- #~ msgstr "L'URL de l'étiquette de crédits"
 
5533
 
5534
- #~ msgid "Credits text"
5535
- #~ msgstr "Texte de crédits"
 
5536
 
5537
- #~ msgid "The text for the credits label"
5538
- #~ msgstr "Le texte de l'étiquette de crédits"
 
 
 
 
 
 
 
 
 
5539
 
5540
- #~ msgid "Paste this shortcode to render this chart"
5541
- #~ msgstr "Collez ce shortcode pour interpréter ce graphique"
 
5542
 
5543
- #~ msgid "Data preview"
5544
- #~ msgstr "Aperçu des données"
 
 
 
 
 
 
5545
 
5546
- #~ msgid ""
5547
- #~ "Please provide some initial structure metadata before the table will be "
5548
- #~ "created."
5549
- #~ msgstr ""
5550
- #~ "Veuillez fournir des métadonnées initiales de structure avant que le "
5551
- #~ "tableau ne soit créé."
5552
 
5553
- #~ msgid ""
5554
- #~ "This constructor will help you to create a table from scratch. You will "
5555
- #~ "be able to edit the table content and metadata later manually at any time."
5556
- #~ msgstr ""
5557
- #~ "Ce constructeur vous aidera à créer un tableau à partir de zéro. Vous "
5558
- #~ "pourrez modifier le contenu du tableau et les métadonnées plus tard "
5559
- #~ "manuellement à tout moment."
5560
 
5561
- #~ msgid ""
5562
- #~ "What is the header of the table that will be visible to the site visitors"
5563
- #~ msgstr ""
5564
- #~ "Quel est l'en-tête du tableau qui sera visible pour les visiteurs du site"
5565
 
5566
- #~ msgid "Number of columns"
5567
- #~ msgstr "Nombre de colonnes"
 
 
 
 
 
 
5568
 
5569
- #~ msgid ""
5570
- #~ "How many columns table will it have? You can also modify it below with + "
5571
- #~ "and x buttons"
5572
- #~ msgstr ""
5573
- #~ "Combien de colonnes le tableau comportera-t-il? Vous pouvez également le "
5574
- #~ "modifier ci-dessous avec les boutons + et x"
5575
 
5576
- #~ msgid "Column names and types"
5577
- #~ msgstr "Noms et types de colonne"
 
5578
 
5579
- #~ msgid "Drag and drop to reorder columns"
5580
- #~ msgstr "Glisser-déposer pour réorganiser les colonnes"
 
 
 
 
 
 
 
 
5581
 
5582
- #~ msgid ""
5583
- #~ "Upload your file or provide the full URL here. For CSV or Excel input "
5584
- #~ "sources only URLs or paths from same servers are supported. For Google "
5585
- #~ "Spreadsheets: please do not forget to publish the spreadsheet before "
5586
- #~ "pasting the URL."
5587
- #~ msgstr ""
5588
- #~ "Téléchargez votre fichier ou indiquez l'URL complète ici. Pour les "
5589
- #~ "sources CSV ou Excel, seules les URL ou les chemins d'accès des mêmes "
5590
- #~ "serveurs sont pris en charge. Pour les feuilles de calcul Google: "
5591
- #~ "n'oubliez pas de publier la feuille de calcul avant de coller l'URL."
5592
 
5593
- #~ msgid "Please choose the WP data which will be used to create a table."
5594
- #~ msgstr ""
5595
- #~ "Veuillez choisir les données WP qui seront utilisées pour créer un "
5596
- #~ "tableau."
 
 
5597
 
5598
- #~ msgid ""
5599
- #~ "This constructor type will create a query to WordPress database and "
5600
- #~ "create a wpDataTable based on this query. This table content cannot be "
5601
- #~ "edited manually afterwards, but will always contain actual data from your "
5602
- #~ "WordPress database."
5603
- #~ msgstr ""
5604
- #~ "Ce type de constructeur va créer une requête pour la base de données "
5605
- #~ "WordPress et créer un wpDataTable basé sur cette requête. Ce contenu de "
5606
- #~ "table ne peut pas être modifié manuellement par la suite, mais contiendra "
5607
- #~ "toujours des données actuelles de votre base de données WordPress."
5608
 
5609
- #~ msgid "All post types"
5610
- #~ msgstr "Tous les types d'articles"
 
5611
 
5612
- #~ msgid "Add or drag post types."
5613
- #~ msgstr "Ajoutez ou faites glisser des types d'articles."
 
5614
 
5615
- #~ msgid "all"
5616
- #~ msgstr "tout"
 
5617
 
5618
- #~ msgid "Selected post types"
5619
- #~ msgstr "Types d'articles sélectionnés"
 
 
 
 
 
 
 
 
 
 
5620
 
5621
- #~ msgid "All post properties"
5622
- #~ msgstr "Toutes les propriétés d'articles"
 
 
 
 
 
 
 
 
 
 
5623
 
5624
- #~ msgid "Add or drag post properties."
5625
- #~ msgstr "Ajouter ou faire glisser des propriétés d'articles."
 
 
 
 
 
 
 
 
 
5626
 
5627
- #~ msgid "Selected post properties"
5628
- #~ msgstr "Propriétés des articles sélectionnés"
 
 
 
 
 
5629
 
5630
- #~ msgid "Post types relationship"
5631
- #~ msgstr "Relation type d'articles"
 
 
 
 
 
5632
 
5633
- #~ msgid ""
5634
- #~ "When it is enabled, relations will be defined (joining rules) between "
5635
- #~ "post types, otherwise relations between post types will not be defined "
5636
- #~ "(do a full outer join)."
5637
- #~ msgstr ""
5638
- #~ "Lorsqu'elle est activée, les relations seront définies (règles de "
5639
- #~ "jonction) entre les types d'articles, sinon les relations entre les types "
5640
- #~ "d'articles ne seront pas définies (effectuez une jointure externe "
5641
- #~ "complète)."
5642
 
5643
- #~ msgid "Define relations (joining rules) between post types"
5644
- #~ msgstr ""
5645
- #~ "Définir des relations (règles de jonction) entre les types d'articles"
 
 
 
 
5646
 
5647
- #~ msgid "Define post types relations"
5648
- #~ msgstr "Définir des relations de type articles"
 
 
 
 
 
5649
 
5650
- #~ msgid "Check to have an inner join, uncheck to have left join."
5651
- #~ msgstr ""
5652
- #~ "Cochez pour avoir un lien interne, décochez pour abandonner le lien."
 
 
 
 
 
5653
 
5654
- #~ msgid "Add conditions"
5655
- #~ msgstr "Ajouter des conditions"
 
 
 
5656
 
5657
- #~ msgid "Add condition"
5658
- #~ msgstr "Ajouter la condition"
 
5659
 
5660
- #~ msgid "Add grouping rules"
5661
- #~ msgstr "Ajouter des règles de regroupement"
 
5662
 
5663
- #~ msgid "Add grouping rules that you would like to have in the table."
5664
- #~ msgstr ""
5665
- #~ "Ajoutez des règles de regroupement que vous souhaitez avoir dans le "
5666
- #~ "tableau."
5667
 
5668
- #~ msgid "Add grouping"
5669
- #~ msgstr "Ajouter un regroupement"
 
5670
 
5671
- #~ msgid "Group by "
5672
- #~ msgstr "Grouper par "
 
5673
 
5674
- #~ msgid "Please choose the SQL data which will be used to create a table."
5675
- #~ msgstr ""
5676
- #~ "Veuillez choisir les données SQL qui seront utilisées pour créer un "
5677
- #~ "tableau."
5678
 
5679
  #~ msgid ""
5680
- #~ "This constructor type will create a query to any MySQL database database "
5681
- #~ "and create a wpDataTable based on this query. This table content cannot "
5682
- #~ "be edited manually afterwards, but will always contain actual data from "
5683
- #~ "your MySQL database."
5684
  #~ msgstr ""
5685
- #~ "Ce type de constructeur va créer une requête sur n'importe quelle base de "
5686
- #~ "données MySQL et crée un wpDataTable basé sur cette requête. Ce contenu "
5687
- #~ "de tableau ne peut pas être modifié manuellement par la suite, mais "
5688
- #~ "contiendra toujours les données actuelles de votre base de données MySQL."
5689
-
5690
- #~ msgid "All SQL tables"
5691
- #~ msgstr "Toutes les tables SQL"
5692
-
5693
- #~ msgid "Add or drag MySQL tables."
5694
- #~ msgstr "Ajoutez ou faites glisser des tables MySQL."
5695
-
5696
- #~ msgid "Selected SQL tables"
5697
- #~ msgstr "Tables SQL sélectionnées"
5698
-
5699
- #~ msgid "All SQL columns"
5700
- #~ msgstr "Toutes les colonnes SQL"
5701
-
5702
- #~ msgid "Add or drag MySQL columns."
5703
- #~ msgstr "Ajoutez ou faites glisser des colonnes MySQL."
5704
 
5705
- #~ msgid "Selected SQL columns"
5706
- #~ msgstr "Colonnes SQL sélectionnées"
5707
 
5708
- #~ msgid "Define SQL tables relations"
5709
- #~ msgstr "Définir des relations de tables SQL"
5710
 
5711
- #~ msgid ""
5712
- #~ "Please check which columns would you like to import and make sure that "
5713
- #~ "the column types were imported correctly."
5714
  #~ msgstr ""
5715
- #~ "Veuillez vérifier quelles colonnes vous souhaitez importer et assurez-"
5716
- #~ "vous que les types de colonne ont été importés correctement."
5717
-
5718
- #~ msgid "Preview the query that has been generated for you"
5719
- #~ msgstr "Prévisualiser la requête qui a été générée pour vous"
5720
-
5721
- #~ msgid "Click to refresh the table"
5722
- #~ msgstr "Cliquez pour rafraîchir le tableau"
5723
 
5724
- #~ msgid "Preview the 5 first result rows"
5725
- #~ msgstr "Prévisualiser le résultat des 5 premières lignes "
5726
 
5727
  #~ msgid "Borderless"
5728
  #~ msgstr "Sans bordures"
@@ -5734,36 +5267,5 @@ msgstr ""
5734
  #~ "Si bootstrap.js est déjà inclus dans l'un des fichiers du thème, il est "
5735
  #~ "recommandé de décocher cette option"
5736
 
5737
- #~ msgid "Multiselectbox"
5738
- #~ msgstr "Boîte de sélection multiple"
5739
-
5740
- #~ msgid "Render in modal"
5741
- #~ msgstr "Rendu en modal"
5742
-
5743
- #~ msgid "Render checkboxes in modal."
5744
- #~ msgstr "Rendu des cases à cocher en modal."
5745
-
5746
- #~ msgid "Render checkboxes in modal"
5747
- #~ msgstr "Rendu des cases à cocher en modal"
5748
-
5749
- #~ msgid ""
5750
- #~ "Global sear\n"
5751
- #~ " ch"
5752
- #~ msgstr ""
5753
- #~ "Recherche globa\n"
5754
- #~ " le"
5755
-
5756
- #~ msgid "Please choose input type for columns that you want to edit"
5757
- #~ msgstr "Veuillez choisir le type d'entrée pour les colonnes à modifier"
5758
-
5759
- #~ msgid "Prev"
5760
- #~ msgstr "Aperçu"
5761
-
5762
- #~ msgid "Apply and add new"
5763
- #~ msgstr "Appliquer et ajouter nouveaux"
5764
-
5765
  #~ msgid " Clear filters"
5766
  #~ msgstr " Effacer les filtres"
5767
-
5768
- #~ msgid " Clear all filters"
5769
- #~ msgstr " Effacer tous les filtres"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wpdatatables\n"
4
+ "POT-Creation-Date: 2019-07-25 14:44+0200\n"
5
+ "PO-Revision-Date: 2019-09-25 11:30+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: wpdatatables <cjbug@yandex.ru>\n"
8
  "Language: fr_FR\n"
24
  "X-Poedit-SearchPathExcluded-6: assets/js/moment\n"
25
  "X-Poedit-SearchPathExcluded-7: assets/js/tagsinput\n"
26
 
27
+ #: assets/js/wpdatatables/wdt.chartJS.js:239
28
+ #: assets/js/wpdatatables/wdt.chartJS.min.js:10
29
+ #: assets/js/wpdatatables/wdt.googleCharts.js:331
30
+ #: assets/js/wpdatatables/wdt.googleCharts.min.js:17
31
+ #: assets/js/wpdatatables/wdt.highcharts.js:573
32
+ #: assets/js/wpdatatables/wdt.highcharts.min.js:15
33
+ msgid "tr"
34
+ msgstr "tr"
35
+
36
  #: controllers/wdt_admin.php:10 controllers/wdt_admin.php:11
37
+ #: templates/admin/settings/tabs/activation.php:13
38
  msgid "wpDataTables"
39
  msgstr "wpDataTables"
40
 
44
  msgstr "Créer un tableau"
45
 
46
  #: controllers/wdt_admin.php:27 controllers/wdt_admin.php:28
 
47
  msgid "wpDataCharts"
48
  msgstr "wpDataCharts"
49
 
58
 
59
  #: controllers/wdt_admin.php:51
60
  msgid "Add-ons"
61
+ msgstr "Suppléments dextension"
62
 
63
  #: controllers/wdt_admin.php:52
64
  msgid "Addons"
65
+ msgstr "Suppléments dextension"
66
 
67
+ #: controllers/wdt_admin.php:323 controllers/wdt_admin.php:372
68
+ #: controllers/wdt_admin.php:415 controllers/wdt_admin.php:436
69
+ #: controllers/wdt_admin.php:483 controllers/wdt_admin.php:509
70
+ #: controllers/wdt_admin.php:528
71
  msgid "You do not have sufficient permissions to access this page."
72
  msgstr ""
73
  "Vous ne disposez pas des autorisations suffisantes pour accéder à cette page."
74
 
75
+ #: controllers/wdt_admin_ajax_actions.php:503
76
+ msgid "There was an error while trying to import table"
77
+ msgstr ""
78
+ "Une erreur s’est produite lors de la tentative d’importation du tableau"
79
+
80
+ #: controllers/wdt_admin_ajax_actions.php:507
81
+ msgid "There was an error while trying to import table. Exception: "
82
+ msgstr ""
83
+ "Une erreur s’est produite lors de la tentative d’importation du tableau. "
84
+ "Exception: "
85
+
86
+ #: controllers/wdt_ajax_actions.php:237 source/class.wpdatatable.php:2812
87
+ msgid ""
88
+ "You are trying to load a table of an unknown type. Probably you did not "
89
+ "activate the addon which is required to use this table type."
90
+ msgstr ""
91
+ "Vous essayez de charger un tableau d’un type inconnu. Vous n’avez "
92
+ "probablement pas activé le supplément d’extension requis pour utiliser ce "
93
+ "type de tableau."
94
+
95
+ #: controllers/wdt_ajax_actions.php:418 controllers/wdt_ajax_actions.php:468
96
+ #: controllers/wdt_ajax_actions.php:678
97
+ msgid "There was an error trying to update the row! Error: "
98
+ msgstr ""
99
+ "Une erreur s’est produite lors de la tentative de mise à jour de la ligne! "
100
+ "Erreur: "
101
+
102
+ #: controllers/wdt_ajax_actions.php:430 controllers/wdt_ajax_actions.php:493
103
+ #: controllers/wdt_ajax_actions.php:648
104
+ msgid "There was an error trying to insert a new row! Error: "
105
+ msgstr ""
106
+ "Une erreur s’est produite lors de la tentative d’insertion d’une nouvelle "
107
+ "ligne! Erreur: "
108
+
109
+ #: controllers/wdt_ajax_actions.php:563
110
+ msgid "Bad column names supplied: "
111
+ msgstr "Mauvais noms de colonnes fournis: "
112
+
113
+ #: controllers/wdt_ajax_actions.php:565
114
+ msgid "ID column not supplied"
115
+ msgstr "Colonne d’identification non fournie"
116
+
117
+ #: controllers/wdt_ajax_actions.php:570
118
+ msgid "ID column not supplied for a cell"
119
+ msgstr "Colonne d’identification non fournie pour une cellule"
120
+
121
+ #: controllers/wdt_ajax_actions.php:807 controllers/wdt_ajax_actions.php:821
122
+ msgid "Nothing to delete."
123
+ msgstr "Rien à supprimer."
124
+
125
+ #: controllers/wdt_ajax_actions.php:811 controllers/wdt_ajax_actions.php:825
126
+ msgid "Bad request format."
127
+ msgstr "Mauvais format de demande."
128
+
129
+ #: controllers/wdt_ajax_actions.php:835
130
+ msgid "You don't have permission to change this table."
131
+ msgstr "Vous n’êtes pas autorisé à modifier ce tableau."
132
+
133
+ #: controllers/wdt_ajax_actions.php:843
134
+ msgid "Supplied id column not exist."
135
+ msgstr "La colonne d’identification fournie n’existe pas."
136
+
137
+ #: controllers/wdt_ajax_actions.php:868 controllers/wdt_ajax_actions.php:884
138
+ msgid "There was an error trying to delete row! Error: "
139
+ msgstr ""
140
+ "Une erreur s’est produite lors de la tentative de suppression de la ligne! "
141
+ "Erreur: "
142
+
143
+ #: controllers/wdt_functions.php:417
144
  msgid "wpDataChart with provided ID not found!"
145
  msgstr "wpDataChart avec identifiant fourni introuvable!"
146
 
147
+ #: controllers/wdt_functions.php:453 controllers/wdt_functions.php:530
148
  msgid "wpDataTable with provided ID not found!"
149
  msgstr "wpDataChart avec identifiant fourni introuvable!"
150
 
151
+ #: controllers/wdt_functions.php:540
152
  msgid "Provided column is not Integer or Float column type"
153
  msgstr ""
154
+ "La colonne fournie nest pas un type de colonne de nombre entier ou à vigule"
155
 
156
+ #: controllers/wdt_functions.php:830 controllers/wdt_functions.php:845
157
+ msgid "settings"
158
+ msgstr "paramètres"
159
+
160
+ #: controllers/wdt_functions.php:833 controllers/wdt_functions.php:850
161
+ #, php-format
162
+ msgid ""
163
+ "To receive automatic updates license activation is required. Please visit %s "
164
+ "to activate wpDataTables."
165
+ msgstr ""
166
+ "Pour recevoir les mises à jour automatiques, l’activation de la licence est "
167
+ "requise. Veuillez visiter %s pour activer wpDataTables."
168
+
169
+ #: controllers/wdt_functions.php:876
170
  msgid "Choose a table"
171
  msgstr "Choisissez un tableau"
172
 
173
+ #: controllers/wdt_functions.php:908
174
  msgid "Interactive Responsive Table"
175
  msgstr "Tableau interactif adaptatif"
176
 
177
+ #: controllers/wdt_functions.php:909 controllers/wdt_functions.php:968
178
  msgid "Content"
179
  msgstr "Contenu"
180
 
181
+ #: controllers/wdt_functions.php:915
182
  msgid "wpDataTable"
183
  msgstr "wpDataTable"
184
 
185
+ #: controllers/wdt_functions.php:919
186
  msgid "Choose the wpDataTable from a dropdown"
187
  msgstr "Choisissez le wpDataTable dans une liste déroulante"
188
 
189
+ #: controllers/wdt_functions.php:924
190
  msgid "Table view"
191
  msgstr "Vue tableau"
192
 
193
+ #: controllers/wdt_functions.php:928
194
  msgid "Regular wpDataTable"
195
  msgstr "WpDataTable ordinaire"
196
 
197
+ #: controllers/wdt_functions.php:929
198
  msgid "Excel-like table"
199
  msgstr "Tableau de type Excel"
200
 
201
+ #: controllers/wdt_functions.php:934
202
  msgid "Variable placeholder #1"
203
+ msgstr "Texte indicatif variable #1"
204
 
205
+ #: controllers/wdt_functions.php:937 controllers/wdt_functions.php:945
206
+ #: controllers/wdt_functions.php:953
207
  msgid "Variables"
208
  msgstr "Variables"
209
 
210
+ #: controllers/wdt_functions.php:938
211
  msgid "If you used the VAR1 placeholder you can assign a value to it here"
212
  msgstr ""
213
+ "Si vous avez utilisé le texte indicatif VAR1, vous pouvez lui attribuer une "
214
  "valeur ici"
215
 
216
+ #: controllers/wdt_functions.php:942
217
  msgid "Variable placeholder #2"
218
+ msgstr "Texte indicatif variable #2"
219
 
220
+ #: controllers/wdt_functions.php:946
221
  msgid "If you used the VAR2 placeholder you can assign a value to it here"
222
  msgstr ""
223
+ "Si vous avez utilisé le texte indicatif VAR2, vous pouvez lui attribuer une "
224
  "valeur ici"
225
 
226
+ #: controllers/wdt_functions.php:950
227
  msgid "Variable placeholder #3"
228
+ msgstr "Texte indicatif variable #3"
229
 
230
+ #: controllers/wdt_functions.php:954
231
  msgid "If you used the VAR3 placeholder you can assign a value to it here"
232
  msgstr ""
233
+ "Si vous avez utilisé le texte indicatif VAR3, vous pouvez lui attribuer une "
234
  "valeur ici"
235
 
236
+ #: controllers/wdt_functions.php:967
237
  msgid "Google or Highcharts chart based on a wpDataTable"
238
  msgstr "Graphique Google ou HighCharts basé sur un wpDataTable"
239
 
240
+ #: controllers/wdt_functions.php:974
241
  msgid "wpDataChart"
242
  msgstr "wpDataChart"
243
 
244
+ #: controllers/wdt_functions.php:978
245
  msgid "Choose one of wpDataCharts from the list"
246
+ msgstr "Choisissez lun des wpDataCharts dans la liste"
247
+
248
+ #: source/WpDataChartsGutenbergBlock.php:28
249
+ msgid ""
250
+ "Choose the chart that you’ve just created in the dropdown below, and the "
251
+ "shortcode will be inserted automatically."
252
+ msgstr ""
253
+ "Choisissez le graphique que vous venez de créer dans le menu déroulant ci-"
254
+ "dessous et le code court sera inséré automatiquement."
255
 
256
+ #: source/WpDataTablesGutenbergBlock.php:29
257
  msgid ""
258
  "Choose the table that you’ve just created in the dropdown below, and the "
259
+ "shortcode will be inserted automatically. You are able to provide values for "
260
+ "placeholders and also for Export file name."
261
  msgstr ""
262
+ "Choisissez le tableau que vous venez de créer dans le menu déroulant ci-"
263
+ "dessous et le code court sera inséré automatiquement. Vous pouvez fournir "
264
+ "des valeurs pour les espaces réservés et également pour le nom de fichier "
265
+ "d’exportation."
266
 
267
+ #: source/class.constructor.php:422 source/class.constructor.php:429
268
+ msgid "There was an error when trying to create the table on MySQL side"
269
+ msgstr "Une erreur s’est produite côté MySQL lors de la création du tableau"
270
+
271
+ #: source/class.constructor.php:1349
272
+ msgid ""
273
+ "<div class=\"alert alert-danger m-15\">No results found. Please check if "
274
+ "this query is correct! Table Constructor needs a query that returns data to "
275
+ "build a wpDataTable."
276
+ msgstr ""
277
+ "<div class=\"alert alert-danger m-15\">Aucun résultat trouvé. Veuillez "
278
+ "vérifier si cette requête est correcte! Le constructeur de tableaux a besoin "
279
+ "d’une requête qui renvoie des données pour générer un wpDataTable."
280
+
281
+ #: source/class.constructor.php:1560 source/class.constructor.php:1656
282
+ msgid "Empty file"
283
+ msgstr "Fichier vide"
284
+
285
+ #: source/class.constructor.php:1573
286
+ msgid ""
287
+ "Could not read Google spreadsheet, please check if the URL is correct and "
288
+ "the spreadsheet is published to everyone"
289
+ msgstr ""
290
+ "Impossible de lire la feuille de calcul Google, veuillez vérifier si l’URL "
291
+ "est correcte et si la feuille de calcul est publiée pour tous"
292
+
293
+ #: source/class.constructor.php:1590
294
+ msgid "Could not read input file!"
295
+ msgstr "Impossible de lire le fichier d’entrée!"
296
+
297
+ #: source/class.constructor.php:1687
298
+ msgid "File format not supported!"
299
+ msgstr "Format de fichier non pris en charge!"
300
+
301
+ #: source/class.filterwidget.php:22
302
+ msgid "Filter"
303
+ msgstr "Filtre"
304
+
305
+ #: source/class.filterwidget.php:48
306
+ msgid "New title"
307
+ msgstr "Nouveau titre"
308
+
309
+ #: source/class.filterwidget.php:52
310
+ msgid "Title:"
311
+ msgstr "Titre:"
312
+
313
+ #: source/class.wdtbrowsechartstable.php:153
314
+ #: source/class.wdtbrowsetable.php:174
315
+ #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:43
316
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:63
317
+ msgid "Duplicate"
318
+ msgstr "Dupliquer"
319
+
320
+ #: source/class.wdtbrowsechartstable.php:159
321
+ #: source/class.wdtbrowsechartstable.php:179
322
+ #: source/class.wdtbrowsetable.php:195 source/class.wdtbrowsetable.php:222
323
  msgid "Configure"
324
  msgstr "Configurer"
325
 
326
+ #: source/class.wdtbrowsechartstable.php:165
327
+ #: source/class.wdtbrowsechartstable.php:180
328
+ #: source/class.wdtbrowsetable.php:202 source/class.wdtbrowsetable.php:223
329
+ #: source/class.wpdatatable.php:3318
330
+ #: templates/admin/settings/tabs/separate_connection_form.php:147
331
+ #: templates/admin/settings/tabs/separate_connection_form.php:153
332
+ #: templates/common/delete_modal.inc.php:41
333
  msgid "Delete"
334
  msgstr "Effacer"
335
 
336
+ #: source/class.wdtbrowsechartstable.php:216
337
+ #: source/class.wdtbrowsechartstable.php:324
338
  msgid "Column Chart"
339
  msgstr "Graphique à colonnes"
340
 
341
+ #: source/class.wdtbrowsechartstable.php:219
342
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:61
 
343
  msgid "Histogram"
344
  msgstr "Histogramme"
345
 
346
+ #: source/class.wdtbrowsechartstable.php:222
347
  msgid "Bar Chart"
348
  msgstr "Diagramme à bandes"
349
 
350
+ #: source/class.wdtbrowsechartstable.php:225
351
+ #: source/class.wdtbrowsechartstable.php:279
352
  msgid "Stacked Bar Chart"
353
  msgstr "Diagramme à barres empilées"
354
 
355
+ #: source/class.wdtbrowsechartstable.php:228
356
+ #: source/class.wdtbrowsechartstable.php:318
357
  msgid "Area Chart"
358
  msgstr "Diagramme de zone"
359
 
360
+ #: source/class.wdtbrowsechartstable.php:231
361
  msgid "Stepped Area Chart"
362
  msgstr "Diagramme de zone en escalier"
363
 
364
+ #: source/class.wdtbrowsechartstable.php:234
365
+ #: source/class.wdtbrowsechartstable.php:258
366
+ #: source/class.wdtbrowsechartstable.php:315
367
  msgid "Line Chart"
368
  msgstr "Graphique en ligne"
369
 
370
+ #: source/class.wdtbrowsechartstable.php:237
371
+ #: source/class.wdtbrowsechartstable.php:288
372
+ #: source/class.wdtbrowsechartstable.php:333
373
  msgid "Pie Chart"
374
  msgstr "Camembert"
375
 
376
+ #: source/class.wdtbrowsechartstable.php:240
377
+ #: source/class.wdtbrowsechartstable.php:339
378
  msgid "Bubble Chart"
379
  msgstr "Diagramme à bulles"
380
 
381
+ #: source/class.wdtbrowsechartstable.php:243
382
+ #: source/class.wdtbrowsechartstable.php:294
383
  msgid "Donut Chart"
384
  msgstr "Graphique Donut"
385
 
386
+ #: source/class.wdtbrowsechartstable.php:246
387
  msgid "Gauge Chart"
388
  msgstr "Graphique de jauge"
389
 
390
+ #: source/class.wdtbrowsechartstable.php:249
391
  msgid "Scatter Chart"
392
  msgstr "Diagramme de dispersion"
393
 
394
+ #: source/class.wdtbrowsechartstable.php:252
395
  msgid "Candlestick Chart"
396
+ msgstr "Graphique en chandelier"
397
 
398
+ #: source/class.wdtbrowsechartstable.php:255
399
  msgid "Waterfall Chart"
400
+ msgstr "Graphique en cascade"
401
 
402
+ #: source/class.wdtbrowsechartstable.php:261
403
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:240
404
  msgid "Polar chart"
405
+ msgstr "Diagramme polaire"
406
 
407
+ #: source/class.wdtbrowsechartstable.php:264
408
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:257
409
  msgid "Spiderweb chart"
410
+ msgstr "Graphique toile d’araignée"
411
 
412
+ #: source/class.wdtbrowsechartstable.php:267
413
  msgid "Spline Chart"
414
  msgstr "Diagramme cannelé"
415
 
416
+ #: source/class.wdtbrowsechartstable.php:270
417
  msgid "Basic Area Chart"
418
  msgstr "Graphique basic de zone"
419
 
420
+ #: source/class.wdtbrowsechartstable.php:273
421
+ #: source/class.wdtbrowsechartstable.php:321
422
  msgid "Stacked Area Chart"
423
  msgstr "Graphique de zone empilée"
424
 
425
+ #: source/class.wdtbrowsechartstable.php:276
426
  msgid "Basic Bar Chart"
427
  msgstr "Diagramme à bandes de base"
428
 
429
+ #: source/class.wdtbrowsechartstable.php:282
430
  msgid "Basic Column Chart"
431
  msgstr "Diagramme basic de colonne"
432
 
433
+ #: source/class.wdtbrowsechartstable.php:285
434
  msgid "Stacked Column Chart"
435
  msgstr "Diagramme à colonnes empilées"
436
 
437
+ #: source/class.wdtbrowsechartstable.php:291
438
  msgid "Pie With Gradient Chart"
439
  msgstr "Camembert avec dégradé"
440
 
441
+ #: source/class.wdtbrowsechartstable.php:297
442
  msgid "Scatter Plot"
443
  msgstr "Nuage de points"
444
 
445
+ #: source/class.wdtbrowsechartstable.php:300
446
  msgid "3D Column Chart"
447
  msgstr "Diagramme de colonnes 3D"
448
 
449
+ #: source/class.wdtbrowsechartstable.php:303
450
  msgid "3D Pie Chart"
451
  msgstr "Camembert 3D"
452
 
453
+ #: source/class.wdtbrowsechartstable.php:306
454
  msgid "3D Donut Chart"
455
  msgstr "Graphique Donut 3D"
456
 
457
+ #: source/class.wdtbrowsechartstable.php:309
458
+ msgid "Treemap Chart"
459
+ msgstr "Diagramme de carte proportionnelle"
460
+
461
+ #: source/class.wdtbrowsechartstable.php:312
462
+ msgid "Treemap level Chart"
463
+ msgstr "Diagramme de carte proportionnelle à niveau"
464
+
465
+ #: source/class.wdtbrowsechartstable.php:327
466
  msgid "Radar Chart"
467
  msgstr "Graphique radar"
468
 
469
+ #: source/class.wdtbrowsechartstable.php:330
470
  msgid "Polar Area Chart"
471
  msgstr "Diagramme polaire"
472
 
473
+ #: source/class.wdtbrowsechartstable.php:336
474
  msgid "Doughnut Chart"
475
  msgstr "Graphique Doughnut"
476
 
477
+ #: source/class.wdtbrowsechartstable.php:351
478
  msgid "Google"
479
  msgstr "Google"
480
 
481
+ #: source/class.wdtbrowsechartstable.php:354
482
  msgid "Highcharts"
483
  msgstr "Highcharts"
484
 
485
+ #: source/class.wdtbrowsechartstable.php:357
486
  msgid "Chart.js"
487
  msgstr "Chart.js"
488
 
489
+ #: source/class.wdtbrowsechartstable.php:421
490
+ #: source/class.wdtbrowsetable.php:318
491
+ #: templates/admin/chart_wizard/steps/step3.inc.php:10
492
+ #: templates/admin/chart_wizard/steps/step3.inc.php:32
493
  msgid "Select All"
494
  msgstr "Tout sélectionner"
495
 
496
+ #: source/class.wdtbrowsechartstable.php:473
497
  msgid "No wpDataCharts in the system yet."
498
  msgstr "Aucun wpDataCharts dans le système pour le moment."
499
 
500
+ #: source/class.wdtbrowsetable.php:180
 
 
 
 
 
501
  msgid "Edit data"
502
  msgstr "Modifier des données"
503
 
504
+ #: source/class.wdtbrowsetable.php:187
505
  msgid "Edit in Excel-like editor"
506
  msgstr "Modifier dans un éditeur de type Excel"
507
 
508
+ #: source/class.wdtbrowsetable.php:240 source/class.wdtbrowsetable.php:243
509
+ #: source/class.wdtbrowsetable.php:246
510
+ msgid "SQL"
511
+ msgstr "SQL"
512
 
513
+ #: source/class.wdtbrowsetable.php:249
514
  msgid "Manual"
515
  msgstr "Manuel"
516
 
517
+ #: source/class.wdtbrowsetable.php:252 source/class.wpdatatable.php:3197
518
+ #: source/class.wpdatatable.php:3266
519
+ #: templates/admin/table-settings/table_settings_block.inc.php:974
520
  msgid "Excel"
521
  msgstr "Excel"
522
 
523
+ #: source/class.wdtbrowsetable.php:255 source/class.wpdatatable.php:3206
524
+ #: source/class.wpdatatable.php:3276
525
+ #: templates/admin/table-settings/table_settings_block.inc.php:975
526
  msgid "CSV"
527
  msgstr "CSV"
528
 
529
+ #: source/class.wdtbrowsetable.php:258
530
  msgid "XML"
531
  msgstr "XML"
532
 
533
+ #: source/class.wdtbrowsetable.php:261
534
  msgid "JSON"
535
  msgstr "JSON"
536
 
537
+ #: source/class.wdtbrowsetable.php:264
538
+ #: templates/admin/table-settings/table_settings_block.inc.php:130
 
539
  msgid "Serialized PHP array"
540
  msgstr "Serialized PHP array"
541
 
542
+ #: source/class.wdtbrowsetable.php:267
543
  msgid "Google spreadsheet"
544
  msgstr "Feuille de calcul Google"
545
 
546
+ #: source/class.wdtbrowsetable.php:274
547
  msgid "Unknown"
548
  msgstr "Inconnu"
549
 
550
+ #: source/class.wdtbrowsetable.php:393
551
  msgid "No wpDataTables in the system yet."
552
  msgstr "Pas de wpDataTables dans le système pour le moment."
553
 
554
+ #: source/class.wdtconfigcontroller.php:149
555
  msgid "There was an error trying to fetch the table data: "
556
  msgstr ""
557
+ "Une erreur sest produite lors de la tentative dextraction des données du "
558
  "tableau: "
559
 
560
+ #: source/class.wdtconfigcontroller.php:486
561
  msgid "Table in data source has no rows."
562
+ msgstr "Le tableau dans la source de données na pas de lignes."
563
 
564
+ #: source/class.wdttools.php:18
565
+ #: templates/admin/constructor/constructor_column_block.inc.php:37
566
  msgid "One line string"
567
  msgstr "Chaîne de caractères sur une ligne"
568
 
569
+ #: source/class.wdttools.php:19
570
+ #: templates/admin/constructor/constructor_column_block.inc.php:38
571
  msgid "Multi-line string"
572
  msgstr "Chaîne de caractères multi-ligne"
573
 
574
+ #: source/class.wdttools.php:20
575
+ #: templates/admin/constructor/constructor_column_block.inc.php:39
576
  msgid "One-line selectbox"
577
  msgstr "Boîte de sélection sur une ligne"
578
 
579
+ #: source/class.wdttools.php:21
580
+ #: templates/admin/constructor/constructor_column_block.inc.php:40
581
  msgid "Multi-line selectbox"
582
  msgstr "Boîte de sélection multi-ligne"
583
 
584
+ #: source/class.wdttools.php:22
585
+ #: templates/admin/constructor/constructor_column_block.inc.php:41
586
+ #: templates/admin/table-settings/column_settings_panel.inc.php:363
587
  msgid "Integer"
588
  msgstr "Nombre entier"
589
 
590
+ #: source/class.wdttools.php:23
591
+ #: templates/admin/constructor/constructor_column_block.inc.php:42
592
+ #: templates/admin/table-settings/column_settings_panel.inc.php:364
593
  msgid "Float"
594
  msgstr "Nombre à virgule"
595
 
596
+ #: source/class.wdttools.php:24
597
+ #: templates/admin/constructor/constructor_column_block.inc.php:43
598
+ #: templates/admin/table-settings/column_settings_panel.inc.php:365
599
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1033
600
  msgid "Date"
601
  msgstr "Date"
602
 
603
+ #: source/class.wdttools.php:25
604
+ #: templates/admin/constructor/constructor_column_block.inc.php:44
605
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1034
606
  msgid "Datetime"
607
  msgstr "Datetime"
608
 
609
+ #: source/class.wdttools.php:26
610
+ #: templates/admin/constructor/constructor_column_block.inc.php:45
611
+ #: templates/admin/table-settings/column_settings_panel.inc.php:367
612
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1035
613
  msgid "Time"
614
  msgstr "Temps"
615
 
616
+ #: source/class.wdttools.php:27
617
+ #: templates/admin/constructor/constructor_column_block.inc.php:46
618
  msgid "URL Link"
619
  msgstr "Liens URL"
620
 
621
+ #: source/class.wdttools.php:28
622
+ #: templates/admin/constructor/constructor_column_block.inc.php:47
623
  msgid "E-mail"
624
  msgstr "E-mail"
625
 
626
+ #: source/class.wdttools.php:29
627
+ #: templates/admin/constructor/constructor_column_block.inc.php:48
628
+ #: templates/admin/table-settings/column_settings_panel.inc.php:370
629
  msgid "Image"
630
  msgstr "Image"
631
 
632
+ #: source/class.wdttools.php:30
633
+ #: templates/admin/constructor/constructor_column_block.inc.php:49
634
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1038
635
  msgid "Attachment"
636
  msgstr "Attachement"
637
 
638
+ #: source/class.wdttools.php:184
639
  msgid ""
640
  "wpDataTables was unable to read your Google Spreadsheet, probably it is not "
641
  "published correctly. <br/> You can publish it by going to <b>File -> Publish "
642
  "to the web</b> "
643
  msgstr ""
644
+ "wpDataTables na pas pu lire votre feuille de calcul Google, elle nest "
645
  "probablement pas publiée correctement. <br/> Vous pouvez la publier en "
646
  "allant sur <b> Fichier -> Publier sur le Web</b> "
647
 
648
+ #: source/class.wdttools.php:345
649
+ msgid "Add new entry"
650
+ msgstr "Ajouter une nouvelle entrée"
651
+
652
+ #: source/class.wdttools.php:346
653
  msgid "Back to date"
654
  msgstr "Retourner à la date"
655
 
656
+ #: source/class.wdttools.php:347
657
  msgid "Browse"
658
  msgstr "Naviguer"
659
 
660
+ #: source/class.wdttools.php:348
661
+ #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:40
662
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:60
663
+ #: templates/admin/chart_wizard/range_picker_modal.inc.php:32
664
  #: templates/admin/common/close_modal.inc.php:36
665
  #: templates/admin/constructor/constructor.inc.php:30
666
+ #: templates/admin/settings/settings.inc.php:24
667
  #: templates/admin/table-settings/add_column_modal.inc.php:125
668
  #: templates/admin/table-settings/column_settings_panel.inc.php:27
669
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1137
670
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:74
671
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:19
672
  #: templates/admin/table-settings/remove_column_modal.inc.php:80
673
+ #: templates/admin/table-settings/table_preview_block.inc.php:76
674
+ #: templates/admin/table-settings/table_settings_block.inc.php:59
675
+ #: templates/admin/table-settings/table_settings_block.inc.php:1179
676
  #: templates/common/delete_modal.inc.php:38
677
+ #: templates/frontend/edit_dialog.inc.php:156
678
  msgid "Cancel"
679
  msgstr "Annuler"
680
 
681
+ #: source/class.wdttools.php:349
682
  msgid " field cannot be empty!"
683
  msgstr " le champ ne peut pas être vide!"
684
 
685
+ #: source/class.wdttools.php:350
686
+ msgid "You can't edit this field"
687
+ msgstr "Vous ne pouvez pas éditer ce champ"
688
+
689
+ #: source/class.wdttools.php:351 templates/frontend/edit_dialog.inc.php:101
690
+ msgid "Change"
691
+ msgstr "Changer"
692
+
693
+ #: source/class.wdttools.php:352
694
  msgid "Use selected file"
695
  msgstr "Utiliser le fichier sélectionné"
696
 
697
+ #: source/class.wdttools.php:353
698
  msgid "Choose file"
699
  msgstr "Choisir le fichier"
700
 
701
+ #: source/class.wdttools.php:354 templates/admin/common/error_modal.inc.php:23
702
  #: templates/admin/table-settings/columns_list_modal.inc.php:27
703
+ #: templates/admin/table-settings/foreign_key_config.inc.php:97
 
 
704
  msgid "Close"
705
  msgstr "Fermer"
706
 
707
+ #: source/class.wdttools.php:355
708
  msgid "Column has been added!"
709
  msgstr "La colonne a été ajoutée!"
710
 
711
+ #: source/class.wdttools.php:356
712
  msgid "Column header cannot be empty!"
713
+ msgstr "Len-tête de colonne ne peut pas être vide!"
714
 
715
+ #: source/class.wdttools.php:357
716
  msgid "Please confirm column deletion!"
717
  msgstr "Veuillez confirmer la suppression de la colonne!"
718
 
719
+ #: source/class.wdttools.php:358
720
  msgid "Column has been removed!"
721
  msgstr "La colonne a été supprimée!"
722
 
723
+ #: source/class.wdttools.php:359
724
  msgid "Please select columns that you want to use in table"
725
  msgstr ""
726
  "Veuillez sélectionner les colonnes que vous souhaitez utiliser dans le "
727
  "tableau"
728
 
729
+ #: source/class.wdttools.php:360 source/class.wpdatatable.php:3215
730
+ #: source/class.wpdatatable.php:3286
731
+ #: templates/admin/table-settings/table_settings_block.inc.php:976
732
  msgid "Copy"
733
  msgstr "Copier"
734
 
735
+ #: source/class.wdttools.php:361
736
+ msgid "Currently selected"
737
+ msgstr "Actuellement sélectionné"
738
+
739
+ #: source/class.wdttools.php:362
740
  msgid "There was an error trying to insert a new row!"
741
  msgstr ""
742
+ "Une erreur sest produite lors de la tentative dinsertion dune nouvelle "
743
  "ligne!"
744
 
745
+ #: source/class.wdttools.php:363
746
  msgid "Data has been saved!"
747
  msgstr "Les données ont été enregistrées!"
748
 
749
+ #: source/class.wdttools.php:364
750
  msgid "detach"
751
  msgstr "détacher"
752
 
753
+ #: source/class.wdttools.php:365
754
+ msgid "Edit entry"
755
+ msgstr "Modifier l’entrée"
756
+
757
+ #: source/class.wdttools.php:366
758
  msgid "Error!"
759
  msgstr "Erreur!"
760
 
761
+ #: source/class.wdttools.php:367
762
+ msgid "Unable to retrieve results"
763
+ msgstr "Impossible de récupérer les résultats"
764
+
765
+ #: source/class.wdttools.php:368
766
  msgid "Please upload or choose a file from Media Library!"
767
  msgstr ""
768
  "Veuillez télécharger ou choisir un fichier de la bibliothèque multimédia!"
769
 
770
+ #: source/class.wdttools.php:369
771
  msgid "From"
772
  msgstr "De"
773
 
774
+ #: source/class.wdttools.php:370
775
  msgid "Please provide a valid e-mail address for field"
776
  msgstr "Veuillez fournir une adresse e-mail valide pour le champ"
777
 
778
+ #: source/class.wdttools.php:371
779
  msgid "Please provide a valid URL link for field"
780
  msgstr "Veuillez fournir un lien URL valide pour le champ"
781
 
782
+ #: source/class.wdttools.php:372
783
  msgid "You have entered invalid value. Press ESC to cancel."
784
  msgstr "Vous avez entré une valeur non valide. Appuyez sur Echap pour annuler."
785
 
786
+ #: source/class.wdttools.php:373 source/class.wdttools.php:404
787
  msgid "Show _MENU_ entries"
788
  msgstr "Afficher _MENU_ les entrées"
789
 
790
+ #: source/class.wdttools.php:374
791
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:23
792
  msgid "Merge"
793
  msgstr "Fusionner"
794
 
795
+ #: source/class.wdttools.php:375
796
  msgid "New column"
797
  msgstr "Nouvelle colonne"
798
 
799
+ #: source/class.wdttools.php:376
800
+ msgid "Nothing selected"
801
+ msgstr "Rien de sélectionné"
802
+
803
+ #: source/class.wdttools.php:378
804
  msgid ": activate to sort column ascending"
805
  msgstr ": activer pour trier la colonne en ordre croissant"
806
 
807
+ #: source/class.wdttools.php:379
808
  msgid ": activate to sort column descending"
809
  msgstr ": activer pour trier la colonne en ordre décroissant"
810
 
811
+ #: source/class.wdttools.php:381
812
  msgid "Ok"
813
  msgstr "Ok"
814
 
815
+ #: source/class.wdttools.php:383
816
  msgid "First"
817
  msgstr "Premier"
818
 
819
+ #: source/class.wdttools.php:384
820
  msgid "Last"
821
  msgstr "Dernier"
822
 
823
+ #: source/class.wdttools.php:385 templates/frontend/edit_dialog.inc.php:163
824
  msgid "Next"
825
  msgstr "Suivant"
826
 
827
+ #: source/class.wdttools.php:386
828
  msgid "Previous"
829
  msgstr "Précédent"
830
 
831
+ #: source/class.wdttools.php:388
832
+ msgid "Choose an option in previous filters"
833
+ msgstr "Choisissez une option dans les filtres précédents"
834
+
835
+ #: source/class.wdttools.php:389
836
  #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:27
837
  msgid "Replace"
838
  msgstr "Remplacer"
839
 
840
+ #: source/class.wdttools.php:390
841
+ #: templates/admin/chart_wizard/steps/step3.inc.php:24
842
+ msgid "Remove"
843
+ msgstr "Supprimer"
844
+
845
+ #: source/class.wdttools.php:391
846
  msgid "Row has been deleted!"
847
  msgstr "La ligne a été supprimée!"
848
 
849
+ #: source/class.wdttools.php:392 templates/admin/settings/settings.inc.php:30
850
+ #: templates/admin/table-settings/column_settings_panel.inc.php:33
851
+ #: templates/admin/table-settings/columns_list_modal.inc.php:31
852
+ #: templates/admin/table-settings/foreign_key_config.inc.php:101
853
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:78
854
+ #: templates/admin/table-settings/table_settings_block.inc.php:66
855
+ msgid "Save"
856
+ msgstr "Sauvegarder"
857
+
858
+ #: source/class.wdttools.php:393
859
  msgid "Select a file to use in table"
860
  msgstr "Sélectionnez un fichier à utiliser dans le tableau"
861
 
862
+ #: source/class.wdttools.php:394 templates/frontend/edit_dialog.inc.php:100
863
+ msgid "Select file"
864
+ msgstr "Choisir le fichier"
865
+
866
+ #: source/class.wdttools.php:395
867
  msgid "Select an Excel or CSV file"
868
  msgstr "Sélectionnez un fichier Excel ou CSV"
869
 
870
+ #: source/class.wdttools.php:396
871
  msgid "No data available in table"
872
  msgstr "Aucune donnée disponible dans le tableau"
873
 
874
+ #: source/class.wdttools.php:397
875
  msgid "Plugin settings saved successfully"
876
+ msgstr "Paramètres de lextension enregistrés avec succès"
877
 
878
+ #: source/class.wdttools.php:398
879
  msgid "Shortcode has been copied to the clipboard."
880
  msgstr "Le shortcode a été copié dans le presse-papier."
881
 
882
+ #: source/class.wdttools.php:399
883
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
884
+ msgstr "Afficher _START_ à _END_ des _TOTAL_ entrées"
885
 
886
+ #: source/class.wdttools.php:400
887
  msgid "Showing 0 to 0 of 0 entries"
888
  msgstr "Afficher 0 à 0 de 0 entrées"
889
 
890
+ #: source/class.wdttools.php:401
891
  msgid "(filtered from _MAX_ total entries)"
892
+ msgstr "(Filtré de _MAX_ entrées total)"
893
 
894
+ #: source/class.wdttools.php:403
895
  msgid ","
896
  msgstr ","
897
 
898
+ #: source/class.wdttools.php:405
899
  msgid "Loading..."
900
  msgstr "Chargement..."
901
 
902
+ #: source/class.wdttools.php:406
903
  msgid "Processing..."
904
  msgstr "En traitement..."
905
 
906
+ #: source/class.wdttools.php:407
907
  msgid "SQL error"
908
  msgstr "SQL erreur"
909
 
910
+ #: source/class.wdttools.php:408
911
  msgid "Search: "
912
  msgstr "Recherche: "
913
 
914
+ #: source/class.wdttools.php:409
915
+ msgid "Start typing a search query"
916
+ msgstr "Commencez à taper une requête de recherche"
917
+
918
+ #: source/class.wdttools.php:410
919
+ msgid "No Results"
920
+ msgstr "Pas de résultats"
921
+
922
+ #: source/class.wdttools.php:411
923
+ msgid "Please enter more characters"
924
+ msgstr "S’il vous plaît entrer plus de caractères"
925
+
926
+ #: source/class.wdttools.php:412
927
+ msgid "Search..."
928
+ msgstr "Recherche..."
929
+
930
+ #: source/class.wdttools.php:413
931
  msgid "Success!"
932
  msgstr "Succès!"
933
 
934
+ #: source/class.wdttools.php:414
935
  msgid "No matching records found"
936
  msgstr "Aucun enregistrements correspondants trouvés"
937
 
938
+ #: source/class.wdttools.php:415
939
  msgid "Table saved successfully!"
940
  msgstr "Tableau enregistré avec succès!"
941
 
942
+ #: source/class.wdttools.php:416
943
  msgid "To"
944
  msgstr "À"
945
 
946
+ #: source/class.wdttools.php:417
947
+ msgid "The purchase code is invalid or it has expired"
948
+ msgstr "Le code d’achat est invalide ou il a expiré"
949
+
950
+ #: source/class.wdttools.php:418
951
+ msgid "You have reached maximum number of registered domains"
952
+ msgstr "Vous avez atteint le nombre maximum de domaines enregistrés"
953
+
954
+ #: source/class.wdttools.php:419
955
+ msgid "It seems you don't have a valid purchase of wpDataTables"
956
+ msgstr "Il semble que vous n’ayez pas d’achat valide de wpDataTables"
957
+
958
+ #: source/class.wdttools.php:420
959
  msgid ""
960
+ "It seems you don't have a valid purchase of Powerful Filters for wpDataTables"
 
961
  msgstr ""
962
+ "Il semble que vous n’ayez pas d’achat valide de Powerful Filters pour "
963
+ "wpDataTables"
964
+
965
+ #: source/class.wdttools.php:421
966
+ msgid ""
967
+ "It seems you don't have a valid purchase of Report Builder for wpDataTables"
968
+ msgstr ""
969
+ "Il semble que vous n’ayez pas d’achat valide de Report Builder pour "
970
+ "wpDataTables"
971
+
972
+ #: source/class.wdttools.php:422
973
+ msgid ""
974
+ "It seems you don't have a valid purchase of Gravity Forms integration for "
975
+ "wpDataTables"
976
+ msgstr ""
977
+ "Il semble que vous n’ayez pas d’achat valide de Gravity Forms integration "
978
+ "pour wpDataTables"
979
+
980
+ #: source/class.wdttools.php:423
981
+ msgid ""
982
+ "It seems you don't have a valid purchase of Formidable Forms integration for "
983
+ "wpDataTables"
984
+ msgstr ""
985
+ "Il semble que vous n’ayez pas d’achat valide de Formidable Forms integration "
986
+ "pour wpDataTables"
987
+
988
+ #: source/class.wdttools.php:424
989
+ msgid "Plugin has been activated"
990
+ msgstr "Le plugin a été activé"
991
 
992
+ #: source/class.wdttools.php:425
993
+ msgid "Plugin has been deactivated"
994
+ msgstr "Le plugin a été désactivé"
995
+
996
+ #: source/class.wdttools.php:426
997
+ msgid "Activated with Envato"
998
+ msgstr "Activé avec Envato"
999
+
1000
+ #: source/class.wdttools.php:427
1001
+ #: templates/admin/settings/tabs/activation.php:84
1002
+ msgid "Activate with Envato"
1003
+ msgstr "Activer avec Envato"
1004
+
1005
+ #: source/class.wdttools.php:428
1006
+ msgid "Unable to deactivate plugin. Please try again later."
1007
+ msgstr "Impossible de désactiver le plugin. Veuillez réessayer plus tard."
1008
+
1009
+ #: source/class.wpdatachart.php:1489
1010
+ msgid "Only one column can be of type String"
1011
+ msgstr "Une seule colonne peut être de type Chaîne de caractères"
1012
+
1013
+ #: source/class.wpdatachart.php:1492
1014
+ msgid "You are mixing data types (several date axes and several number)"
1015
+ msgstr ""
1016
+ "Vous mélangez des types de données (plusieurs axes de dates et plusieurs "
1017
+ "nombres)"
1018
+
1019
+ #: source/class.wpdatatable.php:2099
1020
+ msgid ""
1021
+ "No data fetched! <br/> If you are trying to save table for the first time, "
1022
+ "please enter some date before saving so table could be set accurately. <br/> "
1023
+ "You can remove it later if you need empty table to start with."
1024
+ msgstr ""
1025
+ "Aucune donnée extraite! <br/> Si vous essayez de sauvegarder le tableau "
1026
+ "pour la première fois, veuillez entrer une date avant de sauvegarder afin "
1027
+ "que le tableau puisse être défini avec précision. <br/> Vous pouvez la "
1028
+ "supprimer plus tard si vous avez besoin d’un tableau vide pour commencer."
1029
+
1030
+ #: source/class.wpdatatable.php:2101
1031
+ msgid "Rendered query: "
1032
+ msgstr "Requête rendue: "
1033
+
1034
+ #: source/class.wpdatatable.php:2103
1035
+ msgid " MySQL said: "
1036
+ msgstr " MySQL a déclaré: "
1037
+
1038
+ #: source/class.wpdatatable.php:2608
1039
+ msgid "Unable to calculate"
1040
+ msgstr "Impossible de calculer"
1041
+
1042
+ #: source/class.wpdatatable.php:2615
1043
+ msgid "Result for first 5 rows: "
1044
+ msgstr "Résultat pour les 5 premières lignes: "
1045
+
1046
+ #: source/class.wpdatatable.php:2617
1047
+ msgid "Unable to calculate, error message: "
1048
+ msgstr "Impossible de calculer, message d’erreur: "
1049
+
1050
+ #: source/class.wpdatatable.php:3092
1051
+ #: templates/admin/chart_wizard/steps/step3.inc.php:81
1052
+ #: templates/admin/table-settings/column_settings_panel.inc.php:577
1053
+ #: templates/admin/table-settings/table_settings_block.inc.php:338
1054
  msgid "All"
1055
  msgstr "Tout"
1056
 
1057
+ #: source/class.wpdatatable.php:3154
1058
+ #: templates/admin/table-settings/table_settings_block.inc.php:668
1059
+ #: templates/frontend/filter_form.inc.php:30
1060
+ msgid "Clear filters"
1061
+ msgstr "Effacer les filtres"
1062
+
1063
+ #: source/class.wpdatatable.php:3177 source/class.wpdatatable.php:3245
1064
  #: templates/admin/table-settings/columns_list_modal.inc.php:9
1065
  msgid "Columns"
1066
  msgstr "Colonnes"
1067
 
1068
+ #: source/class.wpdatatable.php:3187 source/class.wpdatatable.php:3255
1069
+ #: templates/admin/table-settings/table_settings_block.inc.php:973
1070
  msgid "Print"
1071
  msgstr "Imprimer"
1072
 
1073
+ #: source/class.wpdatatable.php:3225 source/class.wpdatatable.php:3297
1074
+ #: templates/admin/table-settings/table_settings_block.inc.php:977
1075
  msgid "PDF"
1076
  msgstr "PDF"
1077
 
1078
+ #: source/class.wpdatatable.php:3233
 
1079
  msgid "Export"
1080
  msgstr "Exporter"
1081
 
1082
+ #: source/class.wpdatatable.php:3309
1083
+ msgid "New entry"
1084
+ msgstr "Nouvelle entrée"
1085
+
1086
+ #: source/class.wpdatatable.php:3313
1087
+ msgid "Edit"
1088
+ msgstr "Editer"
1089
+
1090
+ #: source/class.wpdatatable.php:3335
1091
  msgid "Search table"
1092
+ msgstr "Tableau de recherche"
1093
 
1094
+ #: source/class.wpdatatable.php:3336
 
1095
  msgid "Showing _MENU_ Entries"
1096
+ msgstr "Afficher _MENU_ Entrées"
 
 
 
 
 
 
 
1097
 
1098
+ #: templates/admin/addons/addons.inc.php:22
1099
+ msgid "Addons for the plugin"
1100
+ msgstr "Suppléments pour l’extension"
 
1101
 
1102
+ #: templates/admin/addons/addons.inc.php:24
1103
+ msgid "Unique extensions for wpDataTables"
1104
+ msgstr "Extensions uniques pour wpDataTables"
 
 
1105
 
1106
+ #: templates/admin/addons/addons.inc.php:32
1107
+ msgid "About Addons"
1108
+ msgstr "À propos des suppléments d’extension"
 
1109
 
1110
+ #: templates/admin/addons/addons.inc.php:33
1111
  msgid ""
1112
  "While wpDataTables itself provides quite a large amount of features and "
1113
  "unlimited customisation flexibility, you can achieve even more with our "
1117
  msgstr ""
1118
  "Alors que wpDataTables fournit à lui seul un grand nombre de fonctionnalités "
1119
  "et une flexibilité de personnalisation illimitée, vous pouvez obtenir encore "
1120
+ "plus avec nos suppléments dextension premium. Chaque supplément dextension "
1121
  "vous apporte une extension unique aux fonctionnalités de base. Il y aura "
1122
+ "davantage de suppléments dextension développés au fil du temps par les "
1123
+ "créateurs de wpDataTables et les développeurs tiers, donc restez à l’écoute."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1124
 
1125
+ #: templates/admin/addons/addons.inc.php:46
1126
  msgid "Powerful Filters for wpDataTables"
1127
  msgstr "Filtres puissants pour les wpDataTables"
1128
 
1129
+ #: templates/admin/addons/addons.inc.php:47
1130
  msgid ""
1131
  "An add-on for wpDataTables that provides powerful filtering features: "
1132
  "cascade filtering, applying filters on button click, show only filter "
1133
  "without the table before user defines the search values."
1134
  msgstr ""
1135
+ "Un supplément dextension pour wpDataTables qui fournit des fonctionnalités "
1136
  "de filtrage puissantes: filtrage en cascade, application de filtres sur un "
1137
  "clic de bouton, affichage uniquement du filtre sans le tableau avant que "
1138
+ "lutilisateur ne définisse les valeurs de recherche."
1139
 
1140
+ #: templates/admin/addons/addons.inc.php:53
1141
+ #: templates/admin/addons/addons.inc.php:76
1142
+ #: templates/admin/addons/addons.inc.php:101
1143
+ #: templates/admin/addons/addons.inc.php:126
1144
  msgid "Find out more "
1145
  msgstr "En savoir plus "
1146
 
1147
+ #: templates/admin/addons/addons.inc.php:70
1148
+ msgid "Report Builder"
1149
+ msgstr "Report Builder"
1150
+
1151
+ #: templates/admin/addons/addons.inc.php:71
1152
+ msgid ""
1153
+ "A unique tool that allows you to generate almost any Word DOCX and Excel "
1154
+ "XLSX documents filled in with actual data from your database."
1155
+ msgstr ""
1156
+ "Un outil unique qui vous permet de générer presque tous les documents Word "
1157
+ "DOCX et Excel XLSX remplis de données réelles de votre base de données."
1158
+
1159
+ #: templates/admin/addons/addons.inc.php:94
1160
  msgid "Gravity Forms integration for wpDataTables"
1161
  msgstr "Intégration de Gravity Forms pour wpDataTables"
1162
 
1163
+ #: templates/admin/addons/addons.inc.php:95
1164
  msgid ""
1165
  "Tool that adds \"Gravity Form\" as a new table type and allows you to create "
1166
  "wpDataTables from Gravity Forms entries data."
1168
  "Outil qui ajoute \"Gravity Form\" comme nouveau type de tableau et vous "
1169
  "permet de créer des données wpDataTables à partir des entrées Gravity Forms."
1170
 
1171
+ #: templates/admin/addons/addons.inc.php:119
1172
  msgid "Formidable Forms integration for wpDataTables"
1173
  msgstr "Intégration de Formidable Forms pour wpDataTables"
1174
 
1175
+ #: templates/admin/addons/addons.inc.php:120
1176
  msgid ""
1177
  "Tool that adds \"Formidable Form\" as a new table type and allows you to "
1178
  "create wpDataTables from Formidable Forms entries data."
1179
  msgstr ""
1180
  "Outil qui ajoute \"Formidable Form\" en tant que nouveau type de tableau et "
1181
+ "vous permet de créer des wpDataTables à partir de données dentrées "
1182
  "Formidable Forms."
1183
 
1184
  #: templates/admin/browse/bulk_actions.inc.php:5
1198
  msgid "Add New"
1199
  msgstr "Ajouter un nouveau"
1200
 
1201
+ #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:18
1202
+ msgid "Duplicate chart"
1203
+ msgstr "Dupliquer graphique"
1204
+
1205
+ #: templates/admin/browse/chart/duplicate_chart_modal.inc.php:27
1206
+ msgid "New chart title"
1207
+ msgstr "Nouveau titre du graphique"
1208
 
1209
  #: templates/admin/browse/table/browse.inc.php:25
1210
  msgid "wpDataTables browse"
1211
  msgstr "wpDataCharts parcourir"
1212
 
1213
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:18
 
1214
  msgid "Duplicate table"
1215
  msgstr "Dupliquer tableau"
1216
 
1217
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:27
 
1218
  msgid "New table title"
1219
  msgstr "Nouveau titre du tableau"
1220
 
1221
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:39
1222
  msgid "Duplicate database table"
1223
  msgstr "Dupliquer la base de données du tableau"
1224
 
1225
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1226
  msgid "Unchecked"
1227
  msgstr "Décoché"
1228
 
1229
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1230
  msgid ""
1231
  "will create exact copy of this table which means that all changes made in "
1232
  "one table will be reflected in all copies."
1235
  "modifications apportées dans le tableau seront reflétées dans toutes les "
1236
  "copies."
1237
 
1238
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1239
  msgid "Checked"
1240
  msgstr "Vérifié"
1241
 
1242
+ #: templates/admin/browse/table/duplicate_table_modal.inc.php:43
1243
  msgid ""
1244
  "will create separate database table so changing one table won't affect other "
1245
  "copies."
1246
  msgstr ""
1247
+ "créera une table de base de données distincte afin que le changement dun "
1248
+ "tableau naffecte pas les autres copies."
1249
 
1250
  #: templates/admin/chart_wizard/chart_wizard.inc.php:37
 
1251
  msgid "Chart Creation Wizard"
1252
  msgstr "Assistant de création de graphique"
1253
 
1254
  #: templates/admin/chart_wizard/chart_wizard.inc.php:57
 
1255
  msgid "Chart title & type"
1256
  msgstr "Titre du graphique & type"
1257
 
1258
  #: templates/admin/chart_wizard/chart_wizard.inc.php:59
1259
+ #: templates/admin/table-settings/table_settings_block.inc.php:78
 
1260
  msgid "Data source"
1261
  msgstr "Source des données"
1262
 
1263
  #: templates/admin/chart_wizard/chart_wizard.inc.php:61
 
1264
  msgid "Data range"
1265
  msgstr "Plage de données"
1266
 
1269
  msgstr "Mise en forme et prévisualisation"
1270
 
1271
  #: templates/admin/chart_wizard/chart_wizard.inc.php:65
 
1272
  msgid "Save and get shortcode"
1273
  msgstr "Enregistrer et obtenir un shortcode"
1274
 
1275
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:105
1276
  msgid "Finish"
1277
  msgstr "Terminer"
1278
 
1279
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:108
1280
+ #: templates/admin/constructor/constructor.inc.php:72
1281
  msgid "Next "
1282
  msgstr "Suivant "
1283
 
1284
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:110
1285
+ #: templates/admin/constructor/constructor.inc.php:74
1286
  msgid " Previous"
1287
  msgstr " Précédent"
1288
 
1289
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:138
1290
+ msgid "Serie"
1291
+ msgstr "Série"
1292
+
1293
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:142
1294
+ msgid "Label"
1295
+ msgstr "Libellé"
1296
+
1297
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:156
1298
+ #: templates/admin/settings/tabs/color_and_font_settings.php:667
1299
+ msgid "Color"
1300
+ msgstr "Couleur"
1301
+
1302
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:171
1303
+ #: templates/admin/constructor/constructor_column_block.inc.php:31
1304
+ #: templates/admin/constructor/constructor_file_preview.inc.php:34
1305
+ #: templates/admin/table-settings/add_column_modal.inc.php:47
1306
+ msgid "Type"
1307
+ msgstr "Type"
1308
+
1309
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:192
1310
+ msgid "Vertical axis"
1311
+ msgstr "Axe vertical"
1312
+
1313
+ #: templates/admin/chart_wizard/chart_wizard.inc.php:195
1314
+ msgid "Show vertical axis"
1315
+ msgstr "Montrer l’axe vertical"
1316
+
1317
+ #: templates/admin/chart_wizard/range_picker_modal.inc.php:17
1318
+ msgid "Pick Range"
1319
+ msgstr "Choisir une plage de données"
1320
+
1321
+ #: templates/admin/chart_wizard/range_picker_modal.inc.php:36
1322
+ #: templates/admin/table-settings/add_column_modal.inc.php:129
1323
+ #: templates/admin/table-settings/remove_column_modal.inc.php:84
1324
+ #: templates/frontend/edit_dialog.inc.php:172
1325
+ msgid "OK"
1326
+ msgstr "OK"
1327
+
1328
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:12
1329
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:12
1330
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:13
 
1331
  msgid "Line chart"
1332
  msgstr "Graphique en ligne"
1333
 
1334
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:24
1335
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:24
 
1336
  msgid "Area chart"
1337
  msgstr "Diagramme de zone"
1338
 
1339
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:37
1340
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:52
 
1341
  msgid "Stacked area chart"
1342
  msgstr "Diagramme de zone en escalier"
1343
 
1344
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:50
1345
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:49
 
1346
  msgid "Column chart"
1347
  msgstr "Graphique à colonnes"
1348
 
1357
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:91
1358
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:101
1359
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:121
 
1360
  msgid "Pie chart"
1361
  msgstr "Camembert"
1362
 
1366
 
1367
  #: templates/admin/chart_wizard/steps/charts_pick/chartjs.inc.php:117
1368
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:113
 
1369
  msgid "Bubble chart"
1370
  msgstr "Diagramme à bulles"
1371
 
1372
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:37
 
1373
  msgid "Stepped area chart"
1374
  msgstr "Diagramme de zone en escalier"
1375
 
1376
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:73
 
1377
  msgid "Bar chart"
1378
  msgstr "Diagramme à bandes"
1379
 
1380
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:89
1381
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:78
 
1382
  msgid "Stacked bar chart"
1383
  msgstr "Diagramme à barres empilées"
1384
 
1385
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:125
1386
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:147
 
1387
  msgid "Donut chart"
1388
  msgstr "Graphique Donut"
1389
 
1390
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:137
 
1391
  msgid "Gauge chart"
1392
  msgstr "Graphique de jauge"
1393
 
1394
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:150
 
1395
  msgid "Scatter chart"
1396
  msgstr "Diagramme de dispersion"
1397
 
1398
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:167
1399
  msgid "Candlestick chart"
1400
+ msgstr "Graphique en chandelier"
1401
 
1402
  #: templates/admin/chart_wizard/steps/charts_pick/google_charts.inc.php:180
1403
  msgid "Waterfall chart"
1404
+ msgstr "Graphique en cascade"
1405
 
1406
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:26
1407
  msgid "Spline chart"
1408
  msgstr "Diagramme cannelé"
1409
 
1410
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:39
 
1411
  msgid "Basic area chart"
1412
  msgstr "Graphique basic de zone"
1413
 
1414
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:65
 
1415
  msgid "Basic bar chart"
1416
  msgstr "Diagramme à bandes de base"
1417
 
1418
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:95
 
1419
  msgid "Basic column chart"
1420
  msgstr "Diagramme basic de colonne"
1421
 
1422
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:108
 
1423
  msgid "Stacked column chart"
1424
  msgstr "Diagramme à colonnes empilées"
1425
 
1426
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:134
 
1427
  msgid "Pie with gradient chart"
1428
  msgstr "Camembert avec dégradé"
1429
 
1430
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:160
 
1431
  msgid "Scatter plot"
1432
  msgstr "Nuage de points"
1433
 
1434
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:177
 
1435
  msgid "3D column chart"
1436
  msgstr "Diagramme de colonnes 3D"
1437
 
1438
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:190
 
1439
  msgid "3D pie chart"
1440
  msgstr "Camembert 3D"
1441
 
1442
  #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:203
 
1443
  msgid "3D donut chart"
1444
  msgstr "Graphique Donut 3D"
1445
 
1446
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:216
 
1447
  msgid "Treemap chart"
1448
+ msgstr "Diagramme de carte proportionnelle"
1449
 
1450
+ #: templates/admin/chart_wizard/steps/charts_pick/highcharts.inc.php:228
 
1451
  msgid "Treemap level chart"
1452
+ msgstr "Diagramme de carte proportionnelle à niveau"
1453
 
1454
+ #: templates/admin/chart_wizard/steps/step1.inc.php:8
 
1455
  msgid "Chart name"
1456
  msgstr "Nom du graphique"
1457
 
1458
+ #: templates/admin/chart_wizard/steps/step1.inc.php:10
1459
  msgid "Please define the title of the chart that you will use to identify it"
1460
  msgstr ""
1461
+ "Veuillez définir le titre du graphique que vous utiliserez pour lidentifier"
1462
 
1463
+ #: templates/admin/chart_wizard/steps/step1.inc.php:17
 
1464
  msgid "New wpDataTable Chart"
1465
  msgstr "Nouveau graphique wpDataTable"
1466
 
1467
+ #: templates/admin/chart_wizard/steps/step1.inc.php:28
 
1468
  msgid "Chart render engine"
1469
  msgstr "Moteur de rendu de graphique"
1470
 
1471
+ #: templates/admin/chart_wizard/steps/step1.inc.php:31
 
1472
  msgid "Please choose the render engine."
1473
  msgstr "Veuillez choisir le moteur de rendu."
1474
 
1475
+ #: templates/admin/chart_wizard/steps/step1.inc.php:31
 
1476
  msgid ""
1477
  "Please note that HighCharts license is NOT included with wpDataTables and "
1478
  "you must purchase the license separately on"
1479
  msgstr ""
1480
+ "Veuillez noter que la licence HighCharts nest PAS incluse avec wpDataTables "
1481
  "et que vous devez acheter la licence séparément sur"
1482
 
1483
+ #: templates/admin/chart_wizard/steps/step1.inc.php:37
 
1484
  msgid "Pick the render engine"
1485
  msgstr "Choisissez le moteur de rendu"
1486
 
1487
+ #: templates/admin/chart_wizard/steps/step2.inc.php:6
1488
+ msgid "wpDataTable Data Source"
1489
+ msgstr "source de données wpDataTable"
 
1490
 
1491
+ #: templates/admin/chart_wizard/steps/step2.inc.php:8
1492
+ msgid ""
1493
+ "Please pick a wpDataTable which will be used as a data source for this chart."
1494
  msgstr ""
1495
+ "Veuillez choisir un wpDataTable qui sera utilisé comme source de données "
1496
+ "pour ce graphique."
1497
 
1498
+ #: templates/admin/chart_wizard/steps/step2.inc.php:15
1499
+ msgid "Pick a wpDataTable"
1500
+ msgstr "Choisissez un wpDataTable"
1501
 
1502
+ #: templates/admin/chart_wizard/steps/step3.inc.php:7
1503
+ msgid "Columns in the data source"
1504
+ msgstr "Colonnes dans la source de données"
 
1505
 
1506
+ #: templates/admin/chart_wizard/steps/step3.inc.php:9
1507
+ msgid ""
1508
+ "Choose table columns that you would like to use in the chart. You can either "
1509
+ "drag the column blocks, or click to select them and use controls in the "
1510
+ "middle to add or remove from the chart."
1511
  msgstr ""
1512
+ "Choisissez les colonnes du tableau que vous souhaitez utiliser dans le "
1513
+ "graphique. Vous pouvez soit faire glisser les blocs de colonne, soit cliquer "
1514
+ "pour les sélectionner et utiliser les contrôles au milieu pour ajouter ou "
1515
+ "supprimer du graphique."
1516
+
1517
+ #: templates/admin/chart_wizard/steps/step3.inc.php:20
1518
+ msgid "Add all"
1519
+ msgstr "Tout ajouter"
1520
+
1521
+ #: templates/admin/chart_wizard/steps/step3.inc.php:22
1522
+ msgid "Add"
1523
+ msgstr "Ajouter"
1524
 
1525
+ #: templates/admin/chart_wizard/steps/step3.inc.php:26
1526
+ msgid "Remove all"
1527
+ msgstr "Supprimer tout"
1528
+
1529
+ #: templates/admin/chart_wizard/steps/step3.inc.php:31
1530
+ msgid "Columns used in the chart"
1531
+ msgstr "Colonnes utilisées dans le graphique"
1532
+
1533
+ #: templates/admin/chart_wizard/steps/step3.inc.php:37
1534
  msgid ""
1535
+ "Please do not add more then one string-type (date/time, image, email, URL) "
1536
+ "column since only one can be used as a label"
1537
  msgstr ""
1538
+ "N’ajoutez pas plus d’une colonne de type chaîne de caractères (date/heure, "
1539
+ "image, email, URL) car une seule peut être utilisée comme libellé"
1540
 
1541
+ #: templates/admin/chart_wizard/steps/step3.inc.php:39
1542
+ msgid "Minimum count of columns for this chart type is "
1543
+ msgstr "Le nombre minimum de colonnes pour ce type de graphique est "
1544
+
1545
+ #: templates/admin/chart_wizard/steps/step3.inc.php:42
1546
+ msgid "Maximum count of columns for this chart type is "
1547
+ msgstr "Le nombre maximal de colonnes pour ce type de graphique est "
1548
 
1549
+ #: templates/admin/chart_wizard/steps/step3.inc.php:53
1550
+ msgid "Charts data filtering"
1551
+ msgstr "Filtrage des données graphiques"
1552
+
1553
+ #: templates/admin/chart_wizard/steps/step3.inc.php:55
1554
+ msgid ""
1555
+ "If you enable this, chart will automatically re-render with actual data "
1556
+ "every time you sort, filter, or switch pages in the table (chart must be in "
1557
+ "the same page with the table)."
1558
  msgstr ""
1559
+ "Si vous activez cette option, le graphique restitue automatiquement les "
1560
+ "données réelles chaque fois que vous triez, filtrez ou changez de page dans "
1561
+ "le tableau (le graphique doit figurer sur la même page que le tableau)."
1562
+
1563
+ #: templates/admin/chart_wizard/steps/step3.inc.php:58
1564
+ msgid "Follow table filtering"
1565
+ msgstr "Suivre le filtrage du tableau"
1566
+
1567
+ #: templates/admin/chart_wizard/steps/step3.inc.php:66
1568
+ msgid "Row range"
1569
+ msgstr "Plage de lignes"
1570
 
1571
+ #: templates/admin/chart_wizard/steps/step3.inc.php:68
1572
+ msgid "Please choose the row range."
1573
+ msgstr "Veuillez choisir une plage de lignes."
1574
+
1575
+ #: templates/admin/chart_wizard/steps/step3.inc.php:68
1576
+ msgid ""
1577
+ "If you do not want data from all the table rows to be in the chart, you can "
1578
+ "pick the row range manually. Please note that if the data set is large the "
1579
+ "range picker can load slowly or even cause an out of memory error."
1580
  msgstr ""
1581
+ "Si vous ne souhaitez pas que les données de toutes les lignes du tableau "
1582
+ "figurent dans le graphique, vous pouvez sélectionner manuellement une plage "
1583
+ "de lignes. Veuillez noter que si le jeu de données est volumineux, le "
1584
+ "sélecteur de plage de données peut se charger lentement ou même provoquer "
1585
+ "une erreur de mémoire insuffisante."
1586
+
1587
+ #: templates/admin/chart_wizard/steps/step3.inc.php:74
1588
+ msgid "All rows (default)"
1589
+ msgstr "Toutes les lignes (par défaut)"
1590
 
1591
+ #: templates/admin/chart_wizard/steps/step3.inc.php:75
1592
+ msgid "Pick range (slow on large datasets)"
1593
  msgstr ""
1594
+ "Sélection de plage de données (lent sur les grands ensembles de données)"
1595
 
1596
+ #: templates/admin/chart_wizard/steps/step3.inc.php:80
1597
+ msgid "Rows picked"
1598
+ msgstr "Lignes sélectionnées"
 
1599
 
1600
+ #: templates/admin/chart_wizard/steps/step3.inc.php:83
1601
+ msgid "Range picker..."
1602
+ msgstr "Sélectionneur de plage de données..."
1603
 
1604
+ #: templates/admin/chart_wizard/steps/step4.inc.php:11
1605
+ msgid "Chart"
1606
+ msgstr "Graphique"
1607
 
1608
+ #: templates/admin/chart_wizard/steps/step4.inc.php:14
1609
+ msgid "Series"
1610
+ msgstr "Séries"
 
 
 
 
1611
 
1612
+ #: templates/admin/chart_wizard/steps/step4.inc.php:16
1613
+ msgid "Axes"
1614
+ msgstr "Axes"
 
1615
 
1616
+ #: templates/admin/chart_wizard/steps/step4.inc.php:18
1617
+ #: templates/admin/chart_wizard/steps/step4.inc.php:927
1618
+ msgid "Title"
1619
+ msgstr "Titre"
1620
 
1621
+ #: templates/admin/chart_wizard/steps/step4.inc.php:20
1622
+ #: templates/admin/chart_wizard/steps/step4.inc.php:741
1623
+ msgid "Tooltip"
1624
+ msgstr "Info-bulle"
 
 
 
 
 
 
1625
 
1626
+ #: templates/admin/chart_wizard/steps/step4.inc.php:22
1627
+ #: templates/admin/chart_wizard/steps/step4.inc.php:876
1628
+ msgid "Legend"
1629
+ msgstr "Légende"
1630
 
1631
+ #: templates/admin/chart_wizard/steps/step4.inc.php:24
1632
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1076
1633
+ msgid "Exporting"
1634
+ msgstr "Exporter"
 
 
 
 
 
1635
 
1636
+ #: templates/admin/chart_wizard/steps/step4.inc.php:27
1637
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1213
1638
+ msgid "Credits"
1639
+ msgstr "Crédits"
1640
+
1641
+ #: templates/admin/chart_wizard/steps/step4.inc.php:36
1642
+ msgid "Series settings"
1643
+ msgstr "Paramètres de séries"
1644
 
1645
+ #: templates/admin/chart_wizard/steps/step4.inc.php:38
1646
  msgid ""
1647
+ "If you want to redefine the series labels and colors you can do it here."
 
1648
  msgstr ""
1649
+ "Si vous souhaitez redéfinir les libellés et les couleurs des séries, vous "
1650
+ "pouvez le faire ici."
 
1651
 
1652
+ #: templates/admin/chart_wizard/steps/step4.inc.php:48
1653
+ msgid "Curve type"
1654
+ msgstr "Type de courbe"
1655
+
1656
+ #: templates/admin/chart_wizard/steps/step4.inc.php:50
1657
+ #: templates/admin/chart_wizard/steps/step4.inc.php:403
1658
+ msgid "Controls the curve of the lines"
1659
+ msgstr "Contrôle la courbe des lignes"
1660
 
1661
+ #: templates/admin/chart_wizard/steps/step4.inc.php:53
1662
+ msgid "Check for smoothed lines"
1663
+ msgstr "Cochez pour obtenir des lignes lissées"
1664
+
1665
+ #: templates/admin/chart_wizard/steps/step4.inc.php:63
1666
+ msgid "Chart width"
1667
+ msgstr "Largeur du graphique"
1668
+
1669
+ #: templates/admin/chart_wizard/steps/step4.inc.php:65
1670
+ msgid "The width of the chart."
1671
+ msgstr "Largeur du graphique."
1672
+
1673
+ #: templates/admin/chart_wizard/steps/step4.inc.php:80
1674
+ msgid "Responsive width"
1675
+ msgstr "Largeur adaptative"
1676
+
1677
+ #: templates/admin/chart_wizard/steps/step4.inc.php:82
1678
  msgid ""
1679
+ "If you tick this chart width will always adjust to 100% width of the "
1680
+ "container"
1681
  msgstr ""
1682
+ "Si vous cochez cette case, la largeur du graphique sera toujours ajustée à "
1683
+ "la largeur de 100% du conteneur"
 
1684
 
1685
+ #: templates/admin/chart_wizard/steps/step4.inc.php:85
1686
+ msgid "Responsive chart width"
1687
+ msgstr "Largeur de graphique adaptative"
1688
+
1689
+ #: templates/admin/chart_wizard/steps/step4.inc.php:92
1690
+ msgid "Chart height"
1691
+ msgstr "Hauteur du graphique"
1692
+
1693
+ #: templates/admin/chart_wizard/steps/step4.inc.php:94
1694
+ msgid "The height of the chart."
1695
+ msgstr "La hauteur du graphique."
1696
 
1697
+ #: templates/admin/chart_wizard/steps/step4.inc.php:109
1698
+ msgid "Group chart"
1699
+ msgstr "Groupe de graphique"
1700
+
1701
+ #: templates/admin/chart_wizard/steps/step4.inc.php:111
1702
  msgid ""
1703
+ "If you tick this checkbox, the values of the rows with same label will be "
1704
+ "summed up and rendered as a single series. If you leave it unticked all rows "
1705
+ "will be rendered as separate series."
1706
  msgstr ""
1707
+ "Si vous cochez cette case, les valeurs des lignes avec le même libellé "
1708
+ "seront additionnées et rendues sous la forme d’une série unique. Si vous le "
1709
+ "laissez décoché, toutes les lignes seront affichées sous forme de séries "
1710
+ "séparées."
1711
 
1712
+ #: templates/admin/chart_wizard/steps/step4.inc.php:114
1713
+ msgid "Enable grouping"
1714
+ msgstr "Activer le regroupement"
 
1715
 
1716
+ #: templates/admin/chart_wizard/steps/step4.inc.php:121
1717
+ #: templates/admin/chart_wizard/steps/step4.inc.php:753
1718
+ #: templates/admin/chart_wizard/steps/step4.inc.php:908
1719
+ #: templates/admin/settings/tabs/color_and_font_settings.php:97
1720
+ #: templates/admin/settings/tabs/color_and_font_settings.php:420
1721
+ #: templates/admin/settings/tabs/color_and_font_settings.php:647
1722
+ msgid "Background color"
1723
+ msgstr "Couleur de fond"
 
 
1724
 
1725
+ #: templates/admin/chart_wizard/steps/step4.inc.php:123
1726
+ msgid "The background color for the outer chart area."
1727
+ msgstr "La couleur de fond de la zone de graphique externe."
 
1728
 
1729
+ #: templates/admin/chart_wizard/steps/step4.inc.php:140
1730
+ #: templates/admin/chart_wizard/steps/step4.inc.php:772
1731
+ #: templates/admin/chart_wizard/steps/step4.inc.php:998
1732
+ msgid "Border width"
1733
+ msgstr "Largeur de la bordure"
1734
 
1735
+ #: templates/admin/chart_wizard/steps/step4.inc.php:142
1736
+ msgid "The pixel width of the outer chart border."
1737
+ msgstr "La largeur en pixels de la bordure externe du graphique."
 
1738
 
1739
+ #: templates/admin/chart_wizard/steps/step4.inc.php:157
1740
+ #: templates/admin/chart_wizard/steps/step4.inc.php:789
1741
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1015
1742
+ #: templates/admin/settings/tabs/color_and_font_settings.php:116
1743
+ #: templates/admin/settings/tabs/color_and_font_settings.php:439
1744
+ msgid "Border color"
1745
+ msgstr "Couleur de la bordure"
1746
 
1747
+ #: templates/admin/chart_wizard/steps/step4.inc.php:159
1748
+ msgid "The color of the outer chart border."
1749
+ msgstr "La couleur de la bordure extérieure du graphique."
1750
 
1751
+ #: templates/admin/chart_wizard/steps/step4.inc.php:177
1752
+ #: templates/admin/chart_wizard/steps/step4.inc.php:808
1753
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1034
1754
+ msgid "Border radius"
1755
+ msgstr "Rayon de la bordure"
1756
 
1757
+ #: templates/admin/chart_wizard/steps/step4.inc.php:179
1758
+ #: templates/admin/chart_wizard/steps/step4.inc.php:280
1759
+ msgid "The corner radius of the outer chart border."
1760
+ msgstr "Le rayon d’angle de la bordure extérieure du graphique."
 
 
1761
 
1762
+ #: templates/admin/chart_wizard/steps/step4.inc.php:194
1763
+ msgid "Zoom type"
1764
+ msgstr "Type de zoom"
1765
 
1766
+ #: templates/admin/chart_wizard/steps/step4.inc.php:196
1767
+ msgid "Decides in what dimensions the user can zoom by dragging the mouse"
1768
+ msgstr ""
1769
+ "Décide dans quelles mesures l’utilisateur peut zoomer en faisant glisser la "
1770
+ "souris"
1771
+
1772
+ #: templates/admin/chart_wizard/steps/step4.inc.php:213
1773
+ #: templates/admin/chart_wizard/steps/step4.inc.php:218
1774
+ msgid "Panning"
1775
+ msgstr "Fonction panoramique"
1776
+
1777
+ #: templates/admin/chart_wizard/steps/step4.inc.php:215
1778
  msgid ""
1779
+ "Allow panning in a chart. Best used with panKey to combine zooming and "
1780
+ "panning"
1781
  msgstr ""
1782
+ "Autoriser la fonction panoramique dans un graphique. Utilisez panKey pour "
1783
+ "combiner le zoom et la fonction panoramique"
1784
+
1785
+ #: templates/admin/chart_wizard/steps/step4.inc.php:225
1786
+ msgid "Pan key"
1787
+ msgstr "Pan key"
1788
+
1789
+ #: templates/admin/chart_wizard/steps/step4.inc.php:227
1790
+ msgid "Allows setting a key to switch between zooming and panning"
1791
+ msgstr ""
1792
+ "Permet de définir une touche pour basculer entre le zoom et fonction "
1793
+ "panoramique"
1794
+
1795
+ #: templates/admin/chart_wizard/steps/step4.inc.php:242
1796
+ msgid "Plot background color"
1797
+ msgstr "Couleur d’arrière-plan du tracé"
1798
+
1799
+ #: templates/admin/chart_wizard/steps/step4.inc.php:244
1800
+ msgid "The background color or gradient for the plot area."
1801
+ msgstr "La couleur d’arrière-plan ou le dégradé de la zone de tracé."
1802
+
1803
+ #: templates/admin/chart_wizard/steps/step4.inc.php:261
1804
+ msgid "Plot background image"
1805
+ msgstr "Image d’arrière-plan du tracé"
1806
+
1807
+ #: templates/admin/chart_wizard/steps/step4.inc.php:263
1808
+ msgid "The URL for an image to use as the plot background."
1809
+ msgstr "L’URL d’une image à utiliser comme arrière-plan du tracé."
1810
 
1811
+ #: templates/admin/chart_wizard/steps/step4.inc.php:278
1812
+ msgid "Plot border width"
1813
+ msgstr "Largeur de la bordure du tracé"
1814
+
1815
+ #: templates/admin/chart_wizard/steps/step4.inc.php:295
1816
+ msgid "Plot border color"
1817
+ msgstr "Couleur de la bordure du tracé"
1818
+
1819
+ #: templates/admin/chart_wizard/steps/step4.inc.php:297
1820
+ msgid "The color of the inner chart or plot area border."
1821
+ msgstr ""
1822
+ "La couleur de la bordure interne du graphique ou de la zone de tracé interne."
1823
+
1824
+ #: templates/admin/chart_wizard/steps/step4.inc.php:314
1825
  #: templates/admin/settings/tabs/color_and_font_settings.php:45
1826
  msgid "Font size"
1827
  msgstr "Taille de police"
1828
 
1829
+ #: templates/admin/chart_wizard/steps/step4.inc.php:316
1830
+ msgid "The default font size, in pixels, of all text in the chart."
1831
+ msgstr ""
1832
+ "La taille de police par défaut, en pixels, de tout le texte du graphique."
1833
+
1834
+ #: templates/admin/chart_wizard/steps/step4.inc.php:331
1835
+ msgid "Font name"
1836
+ msgstr "Nom de la police"
1837
+
1838
+ #: templates/admin/chart_wizard/steps/step4.inc.php:333
1839
+ msgid "The default font face for all text in the chart."
1840
+ msgstr "La police de caractères par défaut pour tout le texte du graphique."
1841
+
1842
+ #: templates/admin/chart_wizard/steps/step4.inc.php:348
1843
+ msgid "Font style"
1844
+ msgstr "Le style de police"
1845
 
1846
+ #: templates/admin/chart_wizard/steps/step4.inc.php:350
1847
+ msgid "The default font style for all text in the chart"
1848
+ msgstr "Le style de police par défaut pour tout le texte du graphique"
1849
+
1850
+ #: templates/admin/chart_wizard/steps/step4.inc.php:366
1851
  #: templates/admin/settings/tabs/color_and_font_settings.php:62
1852
  #: templates/admin/settings/tabs/color_and_font_settings.php:136
1853
  #: templates/admin/settings/tabs/color_and_font_settings.php:459
1854
  msgid "Font color"
1855
  msgstr "Couleur de la police"
1856
 
1857
+ #: templates/admin/chart_wizard/steps/step4.inc.php:368
1858
+ msgid "The default font color for all text in the chart."
1859
+ msgstr "La couleur de police par défaut pour tout le texte du graphique."
 
 
1860
 
1861
+ #: templates/admin/chart_wizard/steps/step4.inc.php:385
1862
+ #: templates/admin/chart_wizard/steps/step4.inc.php:390
1863
+ msgid "3D"
1864
+ msgstr "3D"
 
1865
 
1866
+ #: templates/admin/chart_wizard/steps/step4.inc.php:387
1867
+ msgid "Check for 3D pie chart"
1868
+ msgstr "Cochez pour le camembert 3D"
1869
 
1870
+ #: templates/admin/chart_wizard/steps/step4.inc.php:401
1871
+ msgid "Grid"
1872
+ msgstr "La grille"
 
1873
 
1874
+ #: templates/admin/chart_wizard/steps/step4.inc.php:406
1875
+ msgid "Do you want to show grid on the chart"
1876
+ msgstr "Voulez-vous afficher la grille sur le graphique"
1877
 
1878
+ #: templates/admin/chart_wizard/steps/step4.inc.php:413
1879
+ msgid "Grid line style"
1880
+ msgstr "Style de ligne de la grille"
1881
 
1882
+ #: templates/admin/chart_wizard/steps/step4.inc.php:415
1883
+ msgid "The dash or dot style of the grid lines"
1884
+ msgstr "Le tiret ou le style de point des lignes de la grille"
1885
 
1886
+ #: templates/admin/chart_wizard/steps/step4.inc.php:440
1887
+ msgid "Horizontal axis label"
1888
+ msgstr "Libellé de l’axe horizontal"
1889
+
1890
+ #: templates/admin/chart_wizard/steps/step4.inc.php:442
1891
+ msgid "Name of the horizontal axis."
1892
+ msgstr "Nom de l’axe horizontal."
1893
+
1894
+ #: templates/admin/chart_wizard/steps/step4.inc.php:457
1895
+ msgid "Horizontal crosshair"
1896
+ msgstr "Réticule horizontal"
1897
+
1898
+ #: templates/admin/chart_wizard/steps/step4.inc.php:459
1899
  msgid ""
1900
+ "Configure a horizontal crosshair that follows either the mouse pointer or "
1901
+ "the hovered point lines"
1902
  msgstr ""
1903
+ "Configurez un réticule horizontal qui suit soit le pointeur de la souris, "
1904
+ "soit les lignes de point survolées"
1905
 
1906
+ #: templates/admin/chart_wizard/steps/step4.inc.php:462
1907
+ msgid "Show x-Axis crosshair"
1908
+ msgstr "Afficher le réticule de l’axe des x"
1909
 
1910
+ #: templates/admin/chart_wizard/steps/step4.inc.php:469
1911
+ msgid "Horizontal axis direction"
1912
+ msgstr "Direction de l’axe horizontal"
1913
+
1914
+ #: templates/admin/chart_wizard/steps/step4.inc.php:471
1915
+ msgid ""
1916
+ "The direction in which the values along the horizontal axis grow. Specify -1 "
1917
+ "to reverse the order of the values"
1918
  msgstr ""
1919
+ "La direction dans laquelle les valeurs sur l’axe horizontal augmentent. "
1920
+ "Spécifiez -1 pour inverser l’ordre des valeurs"
1921
 
1922
+ #: templates/admin/chart_wizard/steps/step4.inc.php:487
1923
+ msgid "Vertical axis label"
1924
+ msgstr "Libellé de l’axe vertical"
1925
 
1926
+ #: templates/admin/chart_wizard/steps/step4.inc.php:489
1927
+ msgid "Name of the vertical axis."
1928
+ msgstr "Nom de l’axe vertical."
 
 
1929
 
1930
+ #: templates/admin/chart_wizard/steps/step4.inc.php:504
1931
+ msgid "Vertical crosshair"
1932
+ msgstr "Réticule vertical"
 
1933
 
1934
+ #: templates/admin/chart_wizard/steps/step4.inc.php:506
1935
+ msgid ""
1936
+ "Configure a vertical crosshair that follows either the mouse pointer or the "
1937
+ "hovered point lines"
1938
  msgstr ""
1939
+ "Configurez un réticule vertical qui suit soit le pointeur de la souris, soit "
1940
+ "les lignes de point survolées"
1941
 
1942
+ #: templates/admin/chart_wizard/steps/step4.inc.php:509
1943
+ msgid "Show y-Axis crosshair"
1944
+ msgstr "Afficher le réticule de l’axe des y"
 
1945
 
1946
+ #: templates/admin/chart_wizard/steps/step4.inc.php:516
1947
+ msgid "Vertical axis direction"
1948
+ msgstr "Direction de l’axe vertical"
1949
+
1950
+ #: templates/admin/chart_wizard/steps/step4.inc.php:518
1951
+ msgid ""
1952
+ "The direction in which the values along the vertical axis grow. Specify -1 "
1953
+ "to reverse the order of the values"
1954
  msgstr ""
1955
+ "La direction dans laquelle les valeurs sur l’axe vertical augmentent. "
1956
+ "Spécifiez -1 pour inverser l’ordre des valeurs"
1957
 
1958
+ #: templates/admin/chart_wizard/steps/step4.inc.php:534
1959
+ msgid "Vertical axis min value"
1960
+ msgstr "Valeur minimale de l’axe vertical"
1961
 
1962
+ #: templates/admin/chart_wizard/steps/step4.inc.php:536
1963
+ msgid "The minimum value of the axis."
1964
+ msgstr "La valeur minimale de l’axe."
1965
 
1966
+ #: templates/admin/chart_wizard/steps/step4.inc.php:551
1967
+ msgid "Vertical axis max value"
1968
+ msgstr "Valeur maximale de l’axe vertical"
1969
 
1970
+ #: templates/admin/chart_wizard/steps/step4.inc.php:553
1971
+ msgid "The maximum value of the axis."
1972
+ msgstr "La valeur maximale de l’axe."
1973
 
1974
+ #: templates/admin/chart_wizard/steps/step4.inc.php:568
1975
+ msgid "Invert"
1976
+ msgstr "Inverser"
1977
 
1978
+ #: templates/admin/chart_wizard/steps/step4.inc.php:570
1979
  msgid ""
1980
+ "Whether to invert the axes so that the x axis is vertical and y axis is "
1981
+ "horizontal"
1982
  msgstr ""
1983
+ "Indique si les axes doivent être inversés pour que l’axe x soit vertical et "
1984
+ "que l’axe y soit horizontal"
1985
 
1986
+ #: templates/admin/chart_wizard/steps/step4.inc.php:573
1987
+ msgid "Invert chart axes"
1988
+ msgstr "Inverser les axes du graphique"
1989
 
1990
+ #: templates/admin/chart_wizard/steps/step4.inc.php:585
1991
+ msgid "Chart title"
1992
+ msgstr "Titre du graphique"
1993
 
1994
+ #: templates/admin/chart_wizard/steps/step4.inc.php:587
1995
+ msgid "Do you want to show the chart title on the page"
1996
+ msgstr "Voulez-vous afficher le titre du graphique sur la page"
1997
 
1998
+ #: templates/admin/chart_wizard/steps/step4.inc.php:590
1999
+ msgid "Show title"
2000
+ msgstr "Montrer le titre"
 
 
 
 
2001
 
2002
+ #: templates/admin/chart_wizard/steps/step4.inc.php:597
2003
+ msgid "Title floating"
2004
+ msgstr "Titre flottant"
2005
 
2006
+ #: templates/admin/chart_wizard/steps/step4.inc.php:599
2007
  msgid ""
2008
+ "When the title is floating, the plot area will not move to make space for it"
 
2009
  msgstr ""
2010
+ "Lorsque le titre est flottant, la zone de tracé ne bouge pas pour faire de "
2011
+ "la place"
2012
 
2013
+ #: templates/admin/chart_wizard/steps/step4.inc.php:602
2014
+ msgid "Enable floating"
2015
+ msgstr "Activer le flottement"
2016
 
2017
+ #: templates/admin/chart_wizard/steps/step4.inc.php:609
2018
+ msgid "Title align"
2019
+ msgstr "Titre aligner"
2020
 
2021
+ #: templates/admin/chart_wizard/steps/step4.inc.php:611
2022
+ msgid "The horizontal alignment of the title"
2023
+ msgstr "L’alignement horizontal du titre"
2024
 
2025
+ #: templates/admin/chart_wizard/steps/step4.inc.php:627
2026
+ msgid "Title position"
2027
+ msgstr "Position du titre"
2028
 
2029
+ #: templates/admin/chart_wizard/steps/step4.inc.php:629
2030
  msgid ""
2031
+ "Position of the title. Possible values are 'top', 'left', 'bottom' and "
2032
+ "'right'"
2033
  msgstr ""
2034
+ "Position du titre. Les valeurs possibles sont \"haut\", \"gauche\", \"bas\" "
2035
+ "et \"droite\""
2036
 
2037
+ #: templates/admin/chart_wizard/steps/step4.inc.php:646
2038
+ msgid "Title font name"
2039
+ msgstr "Nom de la police du titre"
2040
 
2041
+ #: templates/admin/chart_wizard/steps/step4.inc.php:648
2042
+ msgid "The default font face for text in the title."
2043
+ msgstr "La police de caractères par défaut pour le texte dans le titre."
 
 
2044
 
2045
+ #: templates/admin/chart_wizard/steps/step4.inc.php:663
2046
+ msgid "Title font style"
2047
+ msgstr "Style de police du titre"
 
2048
 
2049
+ #: templates/admin/chart_wizard/steps/step4.inc.php:665
2050
+ msgid "The default font style for text in the title"
2051
+ msgstr "Le style de police par défaut pour le texte dans le titre"
 
 
2052
 
2053
+ #: templates/admin/chart_wizard/steps/step4.inc.php:682
2054
+ msgid "Title font color"
2055
+ msgstr "Couleur de la police du titre"
 
2056
 
2057
+ #: templates/admin/chart_wizard/steps/step4.inc.php:684
2058
+ msgid "The default font color for text in the title."
2059
+ msgstr "La couleur de police par défaut pour le texte dans le titre."
 
 
 
2060
 
2061
+ #: templates/admin/chart_wizard/steps/step4.inc.php:701
2062
+ msgid "Subtitle"
2063
+ msgstr "Sous-titre"
 
2064
 
2065
+ #: templates/admin/chart_wizard/steps/step4.inc.php:703
2066
+ msgid "The chart's subtitle."
2067
+ msgstr "Le sous-titre du graphique."
 
 
 
2068
 
2069
+ #: templates/admin/chart_wizard/steps/step4.inc.php:718
2070
+ msgid "Subtitle align"
2071
+ msgstr "Aligner sous-titre"
2072
 
2073
+ #: templates/admin/chart_wizard/steps/step4.inc.php:720
2074
+ msgid "The horizontal alignment of the subtitle"
2075
+ msgstr "L’alignement horizontal du sous-titre"
 
 
 
 
2076
 
2077
+ #: templates/admin/chart_wizard/steps/step4.inc.php:743
2078
+ msgid "Enable or disable the tooltip"
2079
+ msgstr "Activer ou désactiver l’info-bulle"
2080
 
2081
+ #: templates/admin/chart_wizard/steps/step4.inc.php:746
2082
+ msgid "Show tooltip"
2083
+ msgstr "Afficher l’info-bulle"
 
 
 
2084
 
2085
+ #: templates/admin/chart_wizard/steps/step4.inc.php:755
2086
+ msgid "The background color for the tooltip."
2087
+ msgstr "La couleur d’arrière-plan de l’info-bulle."
 
2088
 
2089
+ #: templates/admin/chart_wizard/steps/step4.inc.php:774
2090
+ msgid "The pixel width of the tooltip border."
2091
+ msgstr "La largeur en pixels de la bordure de l’info-bulle."
 
2092
 
2093
+ #: templates/admin/chart_wizard/steps/step4.inc.php:791
2094
+ msgid "The color of the tooltip border."
2095
+ msgstr "La couleur de la bordure de l’info-bulle."
 
 
 
2096
 
2097
+ #: templates/admin/chart_wizard/steps/step4.inc.php:810
2098
+ msgid "The radius of the rounded border corners."
2099
+ msgstr "Le rayon des coins arrondis de la bordure."
 
2100
 
2101
+ #: templates/admin/chart_wizard/steps/step4.inc.php:825
2102
+ msgid "Shared tooltip"
2103
+ msgstr "Info-bulle partagée"
 
2104
 
2105
+ #: templates/admin/chart_wizard/steps/step4.inc.php:827
2106
+ msgid ""
2107
+ "When the tooltip is shared, the entire plot area will capture mouse movement "
2108
+ "or touch events"
2109
+ msgstr ""
2110
+ "Lorsque l’info-bulle est partagée, toute la zone du tracé capture les "
2111
+ "mouvements de la souris ou les événements tactiles"
2112
 
2113
+ #: templates/admin/chart_wizard/steps/step4.inc.php:830
2114
+ msgid "Share tooltip"
2115
+ msgstr "Partager info-bulle"
 
2116
 
2117
+ #: templates/admin/chart_wizard/steps/step4.inc.php:837
2118
+ msgid "Value prefix"
2119
+ msgstr "Valeur de préfixe"
 
2120
 
2121
+ #: templates/admin/chart_wizard/steps/step4.inc.php:839
2122
+ msgid "A string to prepend to each series' y value"
2123
+ msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
 
 
 
 
2124
 
2125
+ #: templates/admin/chart_wizard/steps/step4.inc.php:854
2126
+ msgid "Value suffix"
2127
+ msgstr "Valeur de suffixe"
 
2128
 
2129
+ #: templates/admin/chart_wizard/steps/step4.inc.php:856
2130
+ msgid "A string to append to each series' y value"
2131
+ msgstr "Une chaîne de caractères à ajouter à la valeur de chaque série de y"
 
 
 
2132
 
2133
+ #: templates/admin/chart_wizard/steps/step4.inc.php:878
2134
+ msgid "Enable or disable the legend"
2135
+ msgstr "Activer ou désactiver la légende"
 
2136
 
2137
+ #: templates/admin/chart_wizard/steps/step4.inc.php:881
2138
+ msgid "Show legend"
2139
+ msgstr "Afficher la légende"
 
 
 
 
2140
 
2141
+ #: templates/admin/chart_wizard/steps/step4.inc.php:888
2142
+ msgid "Position"
2143
+ msgstr "Position"
 
2144
 
2145
+ #: templates/admin/chart_wizard/steps/step4.inc.php:890
2146
+ msgid "Position of the legend"
2147
+ msgstr "Position de la légende"
 
 
 
 
2148
 
2149
+ #: templates/admin/chart_wizard/steps/step4.inc.php:910
2150
+ msgid "The background color of the legend."
2151
+ msgstr "La couleur de fond de la légende."
2152
 
2153
+ #: templates/admin/chart_wizard/steps/step4.inc.php:929
2154
+ msgid "A title to be added on top of the legend"
2155
+ msgstr "Un titre à ajouter en haut de la légende"
 
2156
 
2157
+ #: templates/admin/chart_wizard/steps/step4.inc.php:944
2158
+ msgid "Layout"
2159
+ msgstr "Disposition"
2160
 
2161
+ #: templates/admin/chart_wizard/steps/step4.inc.php:946
2162
+ msgid "The layout of the legend items"
2163
+ msgstr "La disposition des éléments de légende"
2164
 
2165
+ #: templates/admin/chart_wizard/steps/step4.inc.php:961
2166
+ msgid "Align"
2167
+ msgstr "Aligner"
 
2168
 
2169
+ #: templates/admin/chart_wizard/steps/step4.inc.php:963
2170
+ msgid "The horizontal alignment of the legend box within the chart area"
2171
  msgstr ""
2172
+ "L’alignement horizontal de la boîte de légende dans la zone de graphique"
2173
 
2174
+ #: templates/admin/chart_wizard/steps/step4.inc.php:979
2175
+ msgid "Vertical align"
2176
+ msgstr "Alignement vertical"
 
2177
 
2178
+ #: templates/admin/chart_wizard/steps/step4.inc.php:981
2179
+ msgid "The vertical alignment of the legend box"
2180
+ msgstr "L’alignement vertical de la boîte de légende"
 
 
2181
 
2182
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1000
2183
+ msgid "The width of the drawn border around the legend."
2184
+ msgstr "La largeur de tracé de la bordure autour de la légende."
2185
 
2186
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1017
2187
+ msgid "The color of the drawn border around the legend."
2188
+ msgstr "La couleur de tracé de la bordure autour de la légende."
2189
 
2190
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1036
2191
+ msgid "The border corner radius of the legend."
2192
+ msgstr "La bordure de rayon de coin de la légende."
 
2193
 
2194
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1051
2195
+ msgid "Legend position"
2196
+ msgstr "Position de la légende"
2197
 
2198
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1053
2199
+ msgid ""
2200
+ "Position of the legend. Possible values are 'top', 'left', 'bottom' and "
2201
+ "'right'"
2202
+ msgstr ""
2203
+ "Position de la légende. Les valeurs possibles sont \"haut\", \"gauche\", "
2204
+ "\"bas\" et \"droite\""
2205
 
2206
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1078
2207
+ msgid "Whether to enable the exporting module"
2208
+ msgstr "Indique s’il faut activer le module d’exportation"
2209
 
2210
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1081
2211
+ msgid "Export chart"
2212
+ msgstr "Exporter graphique"
2213
 
2214
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1088
2215
+ msgid "Data labels"
2216
+ msgstr "Libellés de données"
2217
 
2218
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1090
2219
+ msgid "Add data labels to improve readability of the exported chart"
2220
  msgstr ""
2221
+ "Ajouter des libellés de données pour améliorer la lisibilité du graphique "
2222
+ "exporté"
2223
 
2224
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1093
2225
+ msgid "Show data labels"
2226
+ msgstr "Afficher les libellés de données"
2227
 
2228
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1100
2229
+ msgid "File name"
2230
+ msgstr "Nom de fichier"
 
2231
 
2232
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1102
2233
+ msgid "The filename, without extension, to use for the exported chart"
 
2234
  msgstr ""
2235
+ "Le nom de fichier, sans extension, à utiliser pour le graphique exporté"
2236
 
2237
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1117
2238
+ msgid "Width"
2239
+ msgstr "Largeur"
 
2240
 
2241
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1119
2242
+ msgid "The width of the original chart when exported."
2243
+ msgstr "La largeur du graphique d’origine lorsqu’ils sont exportés."
 
 
 
 
2244
 
2245
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1134
2246
+ msgid "Button align"
2247
+ msgstr "Bouton aligner"
 
2248
 
2249
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1136
2250
+ msgid "Alignment for the export button"
2251
+ msgstr "Alignement pour le bouton d’exportation"
 
2252
 
2253
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1153
2254
+ msgid "Button vertical align"
2255
+ msgstr "Bouton alignement vertical"
 
 
2256
 
2257
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1155
2258
+ msgid "The vertical alignment of the export button"
2259
+ msgstr "L’alignement vertical du bouton d’exportation"
 
2260
 
2261
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1172
2262
+ msgid "Button color"
2263
+ msgstr "Bouton couleur"
2264
 
2265
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1174
2266
+ msgid "The color of the symbol's stroke or line."
2267
+ msgstr "La couleur du trait ou de la ligne du symbole."
2268
 
2269
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1191
2270
+ #: templates/admin/table-settings/column_settings_panel.inc.php:722
2271
+ msgid "Button text"
2272
+ msgstr "Bouton texte"
2273
 
2274
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1193
2275
+ msgid "A text string to add to the individual button"
2276
+ msgstr "Une chaîne de texte à ajouter au bouton individuel"
 
 
 
 
 
 
2277
 
2278
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1215
2279
+ msgid "Whether to show the credits text"
2280
+ msgstr "Indique si le texte des crédits doit être affiché"
 
2281
 
2282
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1218
2283
+ msgid "Show credits"
2284
+ msgstr "Afficher les crédits"
 
 
2285
 
2286
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1225
2287
+ msgid "Credits href"
2288
+ msgstr "Crédits href"
 
2289
 
2290
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1227
2291
+ msgid "The URL for the credits label"
2292
+ msgstr "L’URL pour le libellé de crédits"
2293
 
2294
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1242
2295
+ msgid "Credits text"
2296
+ msgstr "Texte de crédits"
2297
 
2298
+ #: templates/admin/chart_wizard/steps/step4.inc.php:1244
2299
+ msgid "The text for the credits label"
2300
+ msgstr "Le texte pour le libellé de crédits"
 
 
2301
 
2302
+ #: templates/admin/chart_wizard/steps/step5.inc.php:4
2303
+ msgid "Paste this shortcode to render this chart"
2304
+ msgstr "Collez ce shortcode pour interpréter ce graphique"
2305
 
2306
+ #: templates/admin/chart_wizard/steps/step5.inc.php:7
2307
+ #: templates/admin/table-settings/table_settings_block.inc.php:47
2308
+ msgid "Click to copy shortcode"
2309
+ msgstr "Cliquez pour copier le shortcode"
 
 
 
2310
 
2311
+ #: templates/admin/common/close_modal.inc.php:17
2312
+ #: templates/common/delete_modal.inc.php:19
2313
+ msgid "Are you sure?"
2314
+ msgstr "Êtes-vous sûr?"
2315
 
2316
+ #: templates/admin/common/close_modal.inc.php:26
2317
+ msgid "There is no undo! You will be redirected to wpDataTables page."
 
 
2318
  msgstr ""
2319
+ "Il n’y a pas d’annulation! Vous serez redirigé vers la page wpDataTables."
 
2320
 
2321
+ #: templates/admin/common/close_modal.inc.php:38
2322
+ msgid "Yes"
2323
+ msgstr "Oui"
2324
 
2325
+ #: templates/admin/common/error_modal.inc.php:16
2326
+ #: templates/common/error.inc.php:3
2327
+ msgid "Error"
2328
+ msgstr "Erreur"
 
 
 
2329
 
2330
+ #: templates/admin/constructor/constructor.inc.php:25
2331
+ msgid "Table Creation Wizard"
2332
+ msgstr "Assistant de création de tableau"
2333
 
2334
+ #: templates/admin/constructor/constructor.inc.php:65
2335
+ msgid "Open in standard editor"
2336
+ msgstr "Ouvrir dans l’éditeur standard"
 
 
 
 
2337
 
2338
+ #: templates/admin/constructor/constructor.inc.php:67
2339
+ msgid "Open in Excel-like editor"
2340
+ msgstr "Ouvrir dans un éditeur de type Excel"
2341
+
2342
+ #: templates/admin/constructor/constructor.inc.php:77
2343
+ #: templates/admin/table-settings/column_settings_panel.inc.php:20
2344
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1132
2345
+ #: templates/admin/table-settings/table_preview_block.inc.php:71
2346
+ #: templates/admin/table-settings/table_settings_block.inc.php:1174
2347
+ msgid "Documentation"
2348
+ msgstr "Documentation"
2349
+
2350
+ #: templates/admin/constructor/constructor_column_block.inc.php:58
2351
+ #: templates/admin/constructor/constructor_file_preview.inc.php:85
2352
+ #: templates/admin/table-settings/add_column_modal.inc.php:83
2353
+ msgid "Possible values"
2354
+ msgstr "Valeurs possibles"
2355
+
2356
+ #: templates/admin/constructor/constructor_column_block.inc.php:69
2357
+ #: templates/admin/constructor/constructor_file_preview.inc.php:96
2358
+ #: templates/admin/table-settings/add_column_modal.inc.php:94
2359
+ msgid "Editor predefined value"
2360
+ msgstr "Valeur prédéfinie de l’éditeur"
2361
+
2362
+ #: templates/admin/constructor/constructor_file_preview.inc.php:52
2363
+ #: templates/admin/table-settings/column_settings_panel.inc.php:445
2364
+ msgid "Date input format"
2365
+ msgstr "Format d’entrée de date"
2366
+
2367
+ #: templates/admin/constructor/constructor_file_preview.inc.php:107
2368
+ msgid "Data preview"
2369
+ msgstr "Aperçu des données"
2370
 
2371
+ #: templates/admin/constructor/steps/constructor_1.inc.php:5
2372
+ msgid "Choose what kind of table would you like to construct"
2373
+ msgstr "Choisissez le type de tableau que vous souhaitez construire"
2374
+
2375
+ #: templates/admin/constructor/steps/constructor_1.inc.php:12
2376
  msgid ""
2377
+ "\n"
2378
+ " Connection"
 
2379
  msgstr ""
2380
+ "\n"
2381
+ " Connexion"
2382
 
2383
+ #: templates/admin/constructor/steps/constructor_1.inc.php:15
2384
+ #: templates/admin/settings/tabs/separate_connection.php:21
2385
+ msgid "Use separate connection"
2386
+ msgstr "Utiliser une connexion séparée"
2387
 
2388
+ #: templates/admin/constructor/steps/constructor_1.inc.php:50
2389
+ msgid "Create a table linked to an existing data source"
2390
+ msgstr "Créer un tableau lié à une source de données existante"
 
 
2391
 
2392
+ #: templates/admin/constructor/steps/constructor_1.inc.php:51
 
2393
  msgid ""
2394
+ "(Excel, CSV, Google Spreadsheet, SQL query, XML, JSON, serialized PHP "
2395
+ "array). Data will be read from the source every time on page load. Only SQL-"
2396
+ "based tables can be made editable."
2397
  msgstr ""
2398
+ "(Excel, CSV, feuille de calcul Google, requête SQL, XML, JSON, tableau PHP "
2399
+ "sérialisé). Les données seront lues à partir de la source à chaque "
2400
+ "chargement de la page. Seules les tableaux basées sur SQL peuvent être "
2401
+ "rendues modifiables."
2402
 
2403
+ #: templates/admin/constructor/steps/constructor_1.inc.php:63
2404
+ msgid "Create a table manually"
2405
+ msgstr "Créer un tableau manuellement"
2406
+
2407
+ #: templates/admin/constructor/steps/constructor_1.inc.php:64
2408
+ msgid ""
2409
+ "Define the number and type of columns, and fill in the data manually in WP "
2410
+ "admin. Table will be stored in database and can be edited from WP admin, or "
2411
+ "made front-end editable."
2412
+ msgstr ""
2413
+ "Définissez le nombre et le type de colonnes et remplissez les données "
2414
+ "manuellement dans WP admin. Le tableau sera stocké dans la base de données "
2415
+ "et peut être édité à partir de WP admin, ou rendu modifiable sur l’interface "
2416
+ "publique."
2417
+
2418
+ #: templates/admin/constructor/steps/constructor_1.inc.php:77
2419
+ msgid "Create a table by importing data from data source"
2420
  msgstr ""
2421
+ "Créer un tableau en important des données à partir de la source de données"
2422
 
2423
+ #: templates/admin/constructor/steps/constructor_1.inc.php:78
2424
  msgid ""
2425
+ "(Excel, CSV, Google Spreadsheet). Data will be imported to database, the "
2426
+ "table can be edited in WP admin, or made front-end editable."
 
2427
  msgstr ""
2428
+ "(Excel, CSV, feuille de calcul Google). Les données seront importées dans la "
2429
+ "base de données, le tableau peut être modifié dans WP admin, ou rendu "
2430
+ "modifiable sur l’interface publique."
2431
 
2432
+ #: templates/admin/constructor/steps/constructor_1.inc.php:91
2433
+ msgid "Generate a query to WordPress database"
2434
+ msgstr "Générer une requête à la base de données WordPress"
2435
+
2436
+ #: templates/admin/constructor/steps/constructor_1.inc.php:92
2437
  msgid ""
2438
+ "Create a MySQL-query-based table by generating a query to WordPress database "
2439
+ "(posts, taxonomies, postmeta) with a GUI tool."
2440
  msgstr ""
2441
+ "Créez un tableau basé sur une requête MySQL en générant une requête dans la "
2442
+ "base de données WordPress (articles, taxonomies, métadonnées d’articles) "
2443
+ "avec un outil graphique."
2444
 
2445
+ #: templates/admin/constructor/steps/constructor_1.inc.php:105
2446
+ msgid "Generate a query to MySQL database"
2447
+ msgstr "Générer une requête sur la base de données MySQL"
 
2448
 
2449
+ #: templates/admin/constructor/steps/constructor_1.inc.php:106
2450
+ msgid ""
2451
+ "Create a SQL-query-based table by generating a query to any custom SQL "
2452
+ "database with a GUI tool."
2453
+ msgstr ""
2454
+ "Créez un tableau basé sur requête SQL en générant une requête sur une base "
2455
+ "de données SQL personnalisée à l’aide d’un outil graphique."
2456
 
2457
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:8
2458
  msgid ""
2459
+ "Please provide some initial structure metadata before the table will be "
2460
+ "created."
2461
  msgstr ""
2462
+ "Veuillez fournir des métadonnées initiales de structure avant que le tableau "
2463
+ "ne soit créé."
2464
 
2465
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:10
2466
+ msgid ""
2467
+ "This constructor will help you to create a table from scratch. You will be "
2468
+ "able to edit the table content and metadata later manually at any time."
2469
+ msgstr ""
2470
+ "Ce constructeur vous aidera à créer un tableau à partir de zéro. Vous "
2471
+ "pourrez modifier le contenu du tableau et les métadonnées plus tard "
2472
+ "manuellement à tout moment."
2473
 
2474
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:17
2475
+ #: templates/admin/constructor/steps/constructor_2_2.inc.php:15
2476
+ msgid "Table name"
2477
+ msgstr "Nom du tableau"
2478
 
2479
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:19
2480
+ #: templates/admin/constructor/steps/constructor_2_2.inc.php:17
2481
+ msgid ""
2482
+ "What is the header of the table that will be visible to the site visitors"
2483
+ msgstr ""
2484
+ "Quel est l’en-tête du tableau qui sera visible pour les visiteurs du site"
2485
 
2486
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:31
2487
+ msgid "Number of columns"
2488
+ msgstr "Nombre de colonnes"
2489
 
2490
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:33
2491
+ msgid ""
2492
+ "How many columns table will it have? You can also modify it below with + and "
2493
+ "x buttons"
2494
+ msgstr ""
2495
+ "Combien de colonnes le tableau comportera-t-il? Vous pouvez également le "
2496
+ "modifier ci-dessous avec les boutons + et x"
2497
 
2498
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:49
2499
+ #: templates/admin/constructor/steps/constructor_2_2.inc.php:33
2500
+ msgid "Column names and types"
2501
+ msgstr "Noms et types de colonne"
2502
 
2503
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:50
2504
+ #: templates/admin/constructor/steps/constructor_2_2.inc.php:34
2505
+ msgid "Drag and drop to reorder columns"
2506
+ msgstr "Glisser-déposer pour réorganiser les colonnes"
2507
 
2508
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:55
2509
+ #: templates/admin/constructor/steps/constructor_1_1.inc.php:68
2510
+ #: templates/admin/constructor/steps/constructor_2_2.inc.php:39
2511
+ #: templates/admin/constructor/steps/constructor_2_2.inc.php:52
2512
+ #: templates/admin/table-settings/table_preview_block.inc.php:36
2513
+ msgid "Add column"
2514
+ msgstr "Ajouter une colonne"
2515
 
2516
+ #: templates/admin/constructor/steps/constructor_1_2.inc.php:8
2517
+ #: templates/admin/table-settings/table_settings_block.inc.php:141
2518
+ msgid "Input file path or URL"
2519
+ msgstr "Chemin d’accès du fichier d’entrée ou URL"
2520
 
2521
+ #: templates/admin/constructor/steps/constructor_1_2.inc.php:10
2522
+ msgid ""
2523
+ "Upload your file or provide the full URL here. For CSV or Excel input "
2524
+ "sources only URLs or paths from same servers are supported. For Google "
2525
+ "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
2526
+ "the URL."
2527
+ msgstr ""
2528
+ "Téléchargez votre fichier ou indiquez l’URL complète ici. Pour les sources "
2529
+ "CSV ou Excel, seules les URL ou les chemins d’accès des mêmes serveurs sont "
2530
+ "pris en charge. Pour les feuilles de calcul Google: n’oubliez pas de publier "
2531
+ "la feuille de calcul avant de coller l’URL."
2532
 
2533
+ #: templates/admin/constructor/steps/constructor_1_2.inc.php:20
2534
+ #: templates/admin/table-settings/table_settings_block.inc.php:153
2535
+ msgid "Browse..."
2536
+ msgstr "Naviguer..."
2537
 
2538
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:8
2539
+ msgid "Please choose the WP data which will be used to create a table."
2540
+ msgstr ""
2541
+ "Veuillez choisir les données WP qui seront utilisées pour créer un tableau."
2542
 
2543
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:9
2544
+ msgid ""
2545
+ "This constructor type will create a query to WordPress database and create a "
2546
+ "wpDataTable based on this query. This table content cannot be edited "
2547
+ "manually afterwards, but will always contain actual data from your WordPress "
2548
+ "database."
2549
+ msgstr ""
2550
+ "Ce type de constructeur va créer une requête pour la base de données "
2551
+ "WordPress et créer un wpDataTable basé sur cette requête. Ce contenu de "
2552
+ "table ne peut pas être modifié manuellement par la suite, mais contiendra "
2553
+ "toujours des données actuelles de votre base de données WordPress."
2554
 
2555
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:19
2556
+ msgid "All post types"
2557
+ msgstr "Tous les types d’articles"
2558
 
2559
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:21
2560
+ msgid "Add or drag post types."
2561
+ msgstr "Ajoutez ou faites glisser des types d’articles."
2562
 
2563
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:29
2564
+ msgid "all"
2565
+ msgstr "tout"
2566
 
2567
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:56
2568
+ msgid "Selected post types"
2569
+ msgstr "Types d’articles sélectionnés"
2570
 
2571
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:75
2572
+ msgid "All post properties"
2573
+ msgstr "Toutes les propriétés d’articles"
2574
 
2575
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:77
2576
+ msgid "Add or drag post properties."
2577
+ msgstr "Ajouter ou faire glisser des propriétés d’articles."
 
2578
 
2579
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:105
2580
+ msgid "Selected post properties"
2581
+ msgstr "Propriétés des articles sélectionnés"
2582
 
2583
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:125
2584
+ msgid "Post types relationship"
2585
+ msgstr "Relation type d’articles"
2586
 
2587
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:127
2588
+ msgid ""
2589
+ "When it is enabled, relations will be defined (joining rules) between post "
2590
+ "types, otherwise relations between post types will not be defined (do a full "
2591
+ "outer join)."
2592
+ msgstr ""
2593
+ "Lorsqu’elle est activée, les relations seront définies (règles de jonction) "
2594
+ "entre les types d’articles, sinon les relations entre les types d’articles "
2595
+ "ne seront pas définies (effectuez une jointure externe complète)."
2596
 
2597
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:133
2598
+ msgid "Define relations (joining rules) between post types"
2599
+ msgstr "Définir des relations (règles de jonction) entre les types d’articles"
2600
 
2601
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:149
2602
+ msgid "Define post types relations"
2603
+ msgstr "Définir des relations de type articles"
 
2604
 
2605
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:151
2606
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:135
2607
+ msgid "Check to have an inner join, uncheck to have left join."
2608
+ msgstr "Cochez pour avoir un lien interne, décochez pour abandonner le lien."
2609
 
2610
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:166
2611
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:150
2612
+ msgid "Add conditions"
2613
+ msgstr "Ajouter des conditions"
 
2614
 
2615
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:168
2616
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:152
2617
+ msgid "Add conditions that you would like to have in the table."
2618
+ msgstr "Ajoutez les conditions que vous souhaitez avoir dans le tableau."
2619
 
2620
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:173
2621
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:157
2622
+ msgid "Add condition"
2623
+ msgstr "Ajouter la condition"
2624
 
2625
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:194
2626
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:177
2627
+ msgid "Add grouping rules"
2628
+ msgstr "Ajouter des règles de regroupement"
2629
 
2630
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:196
2631
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:179
2632
+ msgid "Add grouping rules that you would like to have in the table."
2633
+ msgstr ""
2634
+ "Ajoutez des règles de regroupement que vous souhaitez avoir dans le tableau."
2635
 
2636
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:201
2637
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:184
2638
+ msgid "Add grouping"
2639
+ msgstr "Ajouter un regroupement"
2640
 
2641
+ #: templates/admin/constructor/steps/constructor_1_3.inc.php:313
2642
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:291
2643
+ msgid "Group by "
2644
+ msgstr "Grouper par "
2645
 
2646
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:8
2647
+ msgid "Please choose the SQL data which will be used to create a table."
 
 
 
2648
  msgstr ""
2649
+ "Veuillez choisir les données SQL qui seront utilisées pour créer un tableau."
 
 
 
 
 
 
 
2650
 
2651
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:9
2652
  msgid ""
2653
+ "This constructor type will create a query to any SQL database database and "
2654
+ "create a wpDataTable based on this query. This table content cannot be "
2655
+ "edited manually afterwards, but will always contain actual data from your "
2656
+ "SQL database."
2657
  msgstr ""
2658
+ "Ce type de constructeur va créer une requête sur n’importe quelle base de "
2659
+ "données SQL et crée un wpDataTable basé sur cette requête. Ce contenu de "
2660
+ "tableau ne peut pas être modifié manuellement par la suite, mais contiendra "
2661
+ "toujours les données actuelles de votre base de données SQL."
2662
 
2663
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:19
2664
+ msgid "All SQL tables"
2665
+ msgstr "Toutes les tables SQL"
 
2666
 
2667
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:21
2668
+ msgid "Add or drag MySQL tables."
2669
+ msgstr "Ajoutez ou faites glisser des tables MySQL."
2670
 
2671
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:64
2672
+ msgid "Selected SQL tables"
2673
+ msgstr "Tables SQL sélectionnées"
 
2674
 
2675
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:83
2676
+ msgid "All SQL columns"
2677
+ msgstr "Toutes les colonnes SQL"
2678
 
2679
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:85
2680
+ msgid "Add or drag MySQL columns."
2681
+ msgstr "Ajoutez ou faites glisser des colonnes MySQL."
 
2682
 
2683
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:113
2684
+ msgid "Selected SQL columns"
2685
+ msgstr "Colonnes SQL sélectionnées"
2686
 
2687
+ #: templates/admin/constructor/steps/constructor_1_4.inc.php:133
2688
+ msgid "Define SQL tables relations"
2689
+ msgstr "Définir des relations de tables SQL"
2690
 
2691
+ #: templates/admin/constructor/steps/constructor_2_2.inc.php:8
2692
+ msgid ""
2693
+ "Please check which columns would you like to import and make sure that the "
2694
+ "column types were imported correctly."
2695
+ msgstr ""
2696
+ "Veuillez vérifier quelles colonnes vous souhaitez importer et assurez-vous "
2697
+ "que les types de colonne ont été importés correctement."
2698
 
2699
+ #: templates/admin/constructor/steps/constructor_2_3.inc.php:8
2700
+ msgid "Preview the query that has been generated for you"
2701
+ msgstr "Prévisualiser la requête qui a été générée pour vous"
 
2702
 
2703
+ #: templates/admin/constructor/steps/constructor_2_3.inc.php:13
2704
+ msgid "Click to refresh the table"
2705
+ msgstr "Cliquez pour rafraîchir le tableau"
 
2706
 
2707
+ #: templates/admin/constructor/steps/constructor_2_3.inc.php:29
2708
+ msgid "Preview the 5 first result rows"
2709
+ msgstr "Prévisualiser le résultat des 5 premières lignes"
 
 
2710
 
2711
+ #: templates/admin/settings/settings.inc.php:18
2712
+ #: templates/admin/settings/settings.inc.php:19
2713
+ msgid "Settings for the plugin"
2714
+ msgstr "Paramètres de l’extension"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2715
 
2716
+ #: templates/admin/settings/settings.inc.php:42
2717
+ msgid "Main settings"
2718
+ msgstr "Réglages principaux"
2719
 
2720
+ #: templates/admin/settings/settings.inc.php:47
2721
+ #: templates/admin/settings/tabs/separate_connection.php:15
2722
+ msgid "Separate DB connection"
2723
+ msgstr "Connexion séparée à la base de données"
2724
 
2725
+ #: templates/admin/settings/settings.inc.php:52
2726
+ msgid "Color and font settings"
2727
+ msgstr "Paramètres de couleur et de police"
2728
 
2729
+ #: templates/admin/settings/settings.inc.php:56
2730
+ msgid "Custom JS and CSS"
2731
+ msgstr "JS et CSS personnalisés"
2732
 
2733
+ #: templates/admin/settings/settings.inc.php:60
2734
+ msgid "Info"
2735
+ msgstr "Info"
2736
 
2737
+ #: templates/admin/settings/settings.inc.php:64
2738
+ msgid "Activation"
2739
+ msgstr "Activation"
 
2740
 
2741
+ #: templates/admin/settings/settings.inc.php:98
2742
+ msgid "Reset colors and fonts to default"
2743
+ msgstr "Réinitialiser les couleurs et les polices par défaut"
 
 
 
 
 
 
2744
 
2745
+ #: templates/admin/settings/settings.inc.php:101
2746
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1140
2747
+ #: templates/admin/table-settings/table_preview_block.inc.php:79
2748
+ #: templates/admin/table-settings/table_settings_block.inc.php:1182
2749
+ msgid "Apply"
2750
+ msgstr "Appliquer"
2751
 
2752
+ #: templates/admin/settings/tabs/activation.php:24
2753
+ msgid "Purchase Code"
2754
+ msgstr "Code d’achat"
 
2755
 
2756
+ #: templates/admin/settings/tabs/activation.php:26
2757
  msgid ""
2758
+ "If your brought the plugin directly on our website or in the Lite version, "
2759
+ "enter TMS Store purchase code to enable auto updates."
2760
  msgstr ""
2761
+ "Si vous avez importé le plugin directement sur notre site Web ou dans la "
2762
+ "version Lite, entrez le code d’achat de TMS Store pour activer les mises à "
2763
+ "jour automatiques."
2764
 
2765
+ #: templates/admin/settings/tabs/activation.php:40
2766
+ msgid "Please enter your wpDataTables TMS Store Purchase Code"
2767
+ msgstr "Veuillez entrer votre code d’achat wpDataTables TMS Store"
2768
 
2769
+ #: templates/admin/settings/tabs/activation.php:50
2770
+ msgid "Activate "
2771
+ msgstr "Activer "
2772
+
2773
+ #: templates/admin/settings/tabs/activation.php:67
2774
+ msgid "Envato API"
2775
+ msgstr "API Envato"
2776
 
2777
+ #: templates/admin/settings/tabs/activation.php:69
2778
  msgid ""
2779
+ "If you brought the plugin on the Envato (CodeCanyon) activate the plugin "
2780
+ "using Envato API to enable auto updates."
2781
  msgstr ""
2782
+ "Si vous avez importé le plugin sur Envato (CodeCanyon), activez-le à l’aide "
2783
+ "de l’API Envato pour activer les mises à jour automatiques."
2784
 
2785
+ #: templates/admin/settings/tabs/activation.php:91
2786
+ msgid "Deactivate "
2787
+ msgstr "Désactiver "
2788
 
2789
+ #: templates/admin/settings/tabs/color_and_font_settings.php:25
2790
+ msgid "Font"
2791
+ msgstr "Police de caractère"
 
2792
 
2793
+ #: templates/admin/settings/tabs/color_and_font_settings.php:27
2794
  msgid ""
2795
+ "This font will be used in rendered tables. Leave blank not to override "
2796
+ "default theme settings"
 
 
2797
  msgstr ""
2798
+ "Cette police sera utilisée dans les tableaux interprétés. Ne rien inscrire "
2799
+ "pour ne pas remplacer les paramètres de thème par défaut"
 
 
2800
 
2801
+ #: templates/admin/settings/tabs/color_and_font_settings.php:47
2802
+ msgid "Define the font size"
2803
+ msgstr "Définir la taille de la police"
2804
+
2805
+ #: templates/admin/settings/tabs/color_and_font_settings.php:64
2806
+ msgid "This color is used for the main font in table cells."
2807
+ msgstr ""
2808
+ "Cette couleur est utilisée pour la police principale dans les cellules du "
2809
+ "tableau."
2810
+
2811
+ #: templates/admin/settings/tabs/color_and_font_settings.php:99
2812
+ msgid "The color is used for background of the table header."
2813
+ msgstr "La couleur est utilisée pour l’arrière-plan de l’en-tête du tableau."
2814
+
2815
+ #: templates/admin/settings/tabs/color_and_font_settings.php:118
2816
+ msgid "This color is used for the border in the table header."
2817
+ msgstr "Cette couleur est utilisée pour la bordure dans l’en-tête du tableau."
2818
+
2819
+ #: templates/admin/settings/tabs/color_and_font_settings.php:138
2820
+ msgid "This color is used for the font in the table header."
2821
+ msgstr "Cette couleur est utilisée pour la police dans l’en-tête du tableau."
2822
+
2823
+ #: templates/admin/settings/tabs/color_and_font_settings.php:155
2824
+ msgid "Active and hover color\t"
2825
+ msgstr "Couleur active et en survol\t"
2826
 
2827
+ #: templates/admin/settings/tabs/color_and_font_settings.php:157
2828
  msgid ""
2829
+ "This color is used when you hover the mouse above the table header, or when "
2830
+ "you choose a column."
2831
  msgstr ""
2832
+ "Cette couleur est utilisée lorsque vous passez la souris au-dessus de l’en-"
2833
+ "tête du tableau ou lorsque vous choisissez une colonne."
 
2834
 
2835
+ #: templates/admin/settings/tabs/color_and_font_settings.php:191
2836
+ msgid "Inner border"
2837
+ msgstr "Bordure intérieure"
2838
 
2839
+ #: templates/admin/settings/tabs/color_and_font_settings.php:193
2840
+ msgid "This color is used for the inner border in the table between cells."
2841
  msgstr ""
2842
+ "Cette couleur est utilisée pour la bordure intérieure du tableau entre les "
2843
+ "cellules."
2844
 
2845
+ #: templates/admin/settings/tabs/color_and_font_settings.php:211
2846
+ msgid "Outer border"
2847
+ msgstr "Bordure extérieure"
 
2848
 
2849
+ #: templates/admin/settings/tabs/color_and_font_settings.php:213
2850
+ msgid "This color is used for the outer border of the whole table body."
2851
  msgstr ""
2852
+ "Cette couleur est utilisée pour la bordure extérieure du corps entier du "
2853
+ "tableau."
2854
+
2855
+ #: templates/admin/settings/tabs/color_and_font_settings.php:231
2856
+ msgid "Table borders"
2857
+ msgstr "Bordures de tableau"
2858
 
2859
+ #: templates/admin/settings/tabs/color_and_font_settings.php:233
2860
+ msgid "When this is checked, borders in table will be removed "
2861
  msgstr ""
2862
+ "Lorsque cette case est cochée, les bordures du tableau seront supprimées "
2863
 
2864
+ #: templates/admin/settings/tabs/color_and_font_settings.php:243
2865
+ msgid "Header border"
2866
+ msgstr "Bordure d’en-tête"
2867
+
2868
+ #: templates/admin/settings/tabs/color_and_font_settings.php:245
2869
+ msgid "When this is checked,borders in header will be removed "
2870
  msgstr ""
2871
+ "Lorsque cette case est cochée, les bordures de l’en-tête seront supprimées "
2872
 
2873
+ #: templates/admin/settings/tabs/color_and_font_settings.php:271
2874
+ msgid "Even row background"
2875
+ msgstr "Fond ligne paire"
2876
 
2877
+ #: templates/admin/settings/tabs/color_and_font_settings.php:273
2878
+ msgid "This color is used for for background in even rows."
2879
+ msgstr "Cette couleur est utilisée pour le fond dans les lignes paires."
2880
+
2881
+ #: templates/admin/settings/tabs/color_and_font_settings.php:290
2882
+ msgid "Odd row background"
2883
+ msgstr "Fond ligne impaire"
2884
+
2885
+ #: templates/admin/settings/tabs/color_and_font_settings.php:292
2886
+ msgid "This color is used for for background in odd rows."
2887
+ msgstr "Cette couleur est utilisée pour le fond dans les lignes impaires."
2888
+
2889
+ #: templates/admin/settings/tabs/color_and_font_settings.php:309
2890
+ msgid "Hover row"
2891
+ msgstr "Survol ligne"
2892
 
2893
+ #: templates/admin/settings/tabs/color_and_font_settings.php:311
2894
  msgid ""
2895
+ "This color is used for to highlight the row when you hover your mouse above "
2896
+ "it."
2897
  msgstr ""
2898
+ "Cette couleur est utilisée pour mettre en évidence la ligne lorsque vous "
2899
+ "passez votre souris dessus."
 
2900
 
2901
+ #: templates/admin/settings/tabs/color_and_font_settings.php:328
2902
+ msgid "Background for selected rows"
2903
+ msgstr "Fond pour les lignes sélectionnées"
2904
 
2905
+ #: templates/admin/settings/tabs/color_and_font_settings.php:330
2906
+ msgid "This color is used for background in selected rows."
2907
+ msgstr "Cette couleur est utilisée pour le fond des lignes sélectionnées."
2908
+
2909
+ #: templates/admin/settings/tabs/color_and_font_settings.php:364
2910
+ msgid "Sorted columns, even rows"
2911
+ msgstr "Colonnes triées, lignes paires"
2912
 
2913
+ #: templates/admin/settings/tabs/color_and_font_settings.php:366
2914
  msgid ""
2915
+ "This color is used for background in cells which are in the active columns "
2916
+ "(columns used for sorting) in even rows."
 
2917
  msgstr ""
2918
+ "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
2919
+ "les colonnes actives (colonnes utilisées pour le tri) dans les lignes paires."
 
 
2920
 
2921
+ #: templates/admin/settings/tabs/color_and_font_settings.php:384
2922
+ msgid "Sorted columns, odd rows"
2923
+ msgstr "Colonnes triées, lignes impaires"
 
2924
 
2925
+ #: templates/admin/settings/tabs/color_and_font_settings.php:386
2926
  msgid ""
2927
+ "This color is used for background in cells which are in the active columns "
2928
+ "(columns used for sorting) in odd rows."
2929
  msgstr ""
2930
+ "Cette couleur est utilisée pour le fond des cellules qui se trouvent dans "
2931
+ "les colonnes actives (colonnes utilisées pour le tri) en lignes impaires."
2932
 
2933
+ #: templates/admin/settings/tabs/color_and_font_settings.php:422
2934
+ msgid "This color is used for background in buttons."
2935
+ msgstr "Cette couleur est utilisée pour le fond des boutons."
2936
 
2937
+ #: templates/admin/settings/tabs/color_and_font_settings.php:441
2938
+ msgid "This color is used for border in buttons."
2939
+ msgstr "Cette couleur est utilisée pour la bordure dans les boutons."
2940
 
2941
+ #: templates/admin/settings/tabs/color_and_font_settings.php:461
2942
+ msgid "This color is used for font in buttons."
2943
+ msgstr "Cette couleur est utilisée pour la police dans les boutons."
2944
 
2945
+ #: templates/admin/settings/tabs/color_and_font_settings.php:478
2946
+ msgid "Background hover color"
2947
+ msgstr "Couleur fond de survol"
2948
 
2949
+ #: templates/admin/settings/tabs/color_and_font_settings.php:480
2950
  msgid ""
2951
+ "This color will be used for button backgrounds when you hover above them."
 
 
2952
  msgstr ""
2953
+ "Cette couleur sera utilisée pour les fonds de boutons lorsque vous les "
2954
+ "survolez."
 
 
2955
 
2956
+ #: templates/admin/settings/tabs/color_and_font_settings.php:498
2957
+ msgid "Hover font color"
2958
+ msgstr "Couleur de la police de survol"
2959
+
2960
+ #: templates/admin/settings/tabs/color_and_font_settings.php:500
2961
+ msgid "This color will be used for buttons font when you hover above them."
 
2962
  msgstr ""
2963
+ "Cette couleur sera utilisée pour la police des boutons lorsque vous la "
2964
+ "survolez."
 
 
2965
 
2966
+ #: templates/admin/settings/tabs/color_and_font_settings.php:518
2967
+ msgid "Buttons hover border color"
2968
+ msgstr "Couleur de survol de bordure de boutons"
 
 
 
 
 
 
2969
 
2970
+ #: templates/admin/settings/tabs/color_and_font_settings.php:520
2971
+ msgid "This color will be used for button borders when you hover above them."
 
 
2972
  msgstr ""
2973
+ "Cette couleur sera utilisée pour les bordures des boutons lorsque vous les "
2974
+ "survolez."
2975
 
2976
+ #: templates/admin/settings/tabs/color_and_font_settings.php:538
2977
+ msgid "Buttons and inputs border radius (in px)"
2978
+ msgstr "Boutons et valeurs de bordure des rayons (en px)"
2979
+
2980
+ #: templates/admin/settings/tabs/color_and_font_settings.php:540
2981
+ msgid "This is a border radius for inputs in buttons. Default is 3px."
2982
  msgstr ""
2983
+ "C’est une bordure de rayon pour les entrées dans les boutons. La valeur par "
2984
+ "défaut est 3px."
2985
 
2986
+ #: templates/admin/settings/tabs/color_and_font_settings.php:571
2987
+ msgid "Modals font color"
2988
+ msgstr "Couleur de police des modaux"
2989
+
2990
+ #: templates/admin/settings/tabs/color_and_font_settings.php:573
2991
  msgid ""
2992
+ "This color will be used for wpDataTable popup (filter, datepicker) fonts."
 
2993
  msgstr ""
2994
+ "Cette couleur sera utilisée pour les polices des fenêtres contextuelles "
2995
+ "wpDataTable (filtre, sélecteur de date)."
2996
+
2997
+ #: templates/admin/settings/tabs/color_and_font_settings.php:591
2998
+ msgid "Modals background"
2999
+ msgstr "Fond de modaux"
3000
 
3001
+ #: templates/admin/settings/tabs/color_and_font_settings.php:593
3002
  msgid ""
3003
+ "This color will be used for wpDataTable popup (filter, datepicker) "
3004
+ "background."
3005
  msgstr ""
3006
+ "Cette couleur sera utilisée pour le fond des fenêtres contextuelles "
3007
+ "wpDataTable (filtre, sélecteur de date)."
 
 
 
 
 
3008
 
3009
+ #: templates/admin/settings/tabs/color_and_font_settings.php:612
3010
+ msgid "Overlay background"
3011
+ msgstr "Fond de superposition"
 
 
3012
 
3013
+ #: templates/admin/settings/tabs/color_and_font_settings.php:614
3014
+ msgid ""
3015
+ "This color will be used for overlay which appears below the plugin popups."
3016
  msgstr ""
3017
+ "Cette couleur sera utilisée pour la superposition qui apparaît sous les "
3018
+ "fenêtres contextuelles de l’extension."
3019
 
3020
+ #: templates/admin/settings/tabs/color_and_font_settings.php:649
3021
+ msgid "This color is used for the background of the pagination"
3022
+ msgstr "Cette couleur est utilisée pour l’arrière-plan de la pagination"
3023
 
3024
+ #: templates/admin/settings/tabs/color_and_font_settings.php:669
3025
+ msgid "This color is used for the color of the links in the pagination."
3026
+ msgstr ""
3027
+ "Cette couleur est utilisée pour la couleur des liens dans la pagination."
3028
 
3029
+ #: templates/admin/settings/tabs/color_and_font_settings.php:687
3030
+ msgid "Current page background color"
3031
+ msgstr "Couleur de fond de la page actuelle"
 
3032
 
3033
+ #: templates/admin/settings/tabs/color_and_font_settings.php:689
3034
+ msgid "The color is used for background of the current page"
3035
+ msgstr "La couleur est utilisée pour l’arrière-plan de la page en cours"
 
 
 
 
3036
 
3037
+ #: templates/admin/settings/tabs/color_and_font_settings.php:706
3038
+ msgid "Current page color"
3039
+ msgstr "Couleur de fond de la page actuelle"
 
3040
 
3041
+ #: templates/admin/settings/tabs/color_and_font_settings.php:708
3042
+ msgid "This color is used for the color of the current page."
3043
+ msgstr "Cette couleur est utilisée pour la couleur de la page actuelle."
 
3044
 
3045
+ #: templates/admin/settings/tabs/color_and_font_settings.php:726
3046
+ msgid "Other pages hover background color"
3047
+ msgstr "Autres pages couleur de fond lors du survol"
 
 
3048
 
3049
+ #: templates/admin/settings/tabs/color_and_font_settings.php:728
3050
+ msgid ""
3051
+ "This background color is used when you hover the mouse above the other pages"
3052
  msgstr ""
3053
+ "Cette couleur de fond est utilisée lorsque vous passez la souris sur les "
3054
+ "autres pages"
3055
 
3056
+ #: templates/admin/settings/tabs/color_and_font_settings.php:745
3057
+ msgid "Other pages hover color"
3058
+ msgstr "Autres couleur de survol de pages"
3059
 
3060
+ #: templates/admin/settings/tabs/color_and_font_settings.php:747
3061
+ msgid "This color is used when you hover the mouse above the other pages."
3062
  msgstr ""
3063
+ "Cette couleur est utilisée lorsque vous passez la souris au-dessus des "
3064
+ "autres pages."
3065
 
3066
+ #: templates/admin/settings/tabs/custom_js_and_css.php:15
3067
+ msgid "Custom wpDataTables JS"
3068
+ msgstr "JS WpDataTables personnalisé"
3069
 
3070
+ #: templates/admin/settings/tabs/custom_js_and_css.php:17
3071
+ msgid ""
3072
+ "This JS will be inserted as an inline script block on every page that has a "
3073
+ "wpDataTable."
3074
  msgstr ""
3075
+ "Ce JS sera inséré en tant que bloc de script en ligne sur chaque page "
3076
+ "possédant un wpDataTable."
3077
 
3078
+ #: templates/admin/settings/tabs/custom_js_and_css.php:30
3079
+ msgid "Custom wpDataTables CSS"
3080
+ msgstr "CSS WpDataTables personnalisé"
 
3081
 
3082
+ #: templates/admin/settings/tabs/custom_js_and_css.php:32
3083
+ msgid ""
3084
+ "This CSS will be inserted as an inline style block on every page that has a "
3085
+ "wpDataTable."
3086
  msgstr ""
3087
+ "Ce CSS sera inséré comme un bloc de style en ligne sur chaque page qui a un "
3088
+ "wpDataTable."
3089
 
3090
+ #: templates/admin/settings/tabs/custom_js_and_css.php:45
3091
+ msgid "Use minified wpDataTables Javascript "
3092
+ msgstr "Utiliser le Javascript wpDataTables minifié "
3093
 
3094
+ #: templates/admin/settings/tabs/main_plugin_settings.php:15
3095
+ msgid "Interface language"
3096
+ msgstr "Langue de l’interface"
 
3097
 
3098
+ #: templates/admin/settings/tabs/main_plugin_settings.php:17
3099
+ msgid "Pick the language which will be used in tables interface."
3100
+ msgstr "Choisissez la langue qui sera utilisée dans l’interface des tableaux."
3101
 
3102
+ #: templates/admin/settings/tabs/main_plugin_settings.php:23
3103
+ msgid "English (default)"
3104
+ msgstr "Anglais (par défaut)"
 
 
 
3105
 
3106
+ #: templates/admin/settings/tabs/main_plugin_settings.php:36
3107
+ msgid "Date format"
3108
+ msgstr "Format de date"
 
3109
 
3110
+ #: templates/admin/settings/tabs/main_plugin_settings.php:38
3111
+ msgid "Pick the date format to use in date column type."
3112
+ msgstr ""
3113
+ "Choisissez le format de date à utiliser dans le type de colonne de date."
3114
 
3115
+ #: templates/admin/settings/tabs/main_plugin_settings.php:70
3116
+ msgid "Time format"
3117
+ msgstr "Format de l’heure"
 
3118
 
3119
+ #: templates/admin/settings/tabs/main_plugin_settings.php:72
3120
+ msgid "Pick the time format to use in datetime and time column type."
 
 
3121
  msgstr ""
3122
+ "Choisissez le format de l’heure à utiliser dans le type de colonne datetime "
3123
+ "et heure."
3124
 
3125
+ #: templates/admin/settings/tabs/main_plugin_settings.php:87
3126
+ msgid "Parse shortcodes"
3127
+ msgstr "Analyser les shortcodes"
3128
 
3129
+ #: templates/admin/settings/tabs/main_plugin_settings.php:89
3130
+ msgid "Parse shortcodes in strings"
3131
+ msgstr "Analyser les shortcodes dans la chaîne de caractères"
 
3132
 
3133
+ #: templates/admin/settings/tabs/main_plugin_settings.php:101
3134
+ msgid "Base skin"
3135
+ msgstr "Skin de base"
 
3136
 
3137
+ #: templates/admin/settings/tabs/main_plugin_settings.php:103
3138
+ msgid "Choose the base skin for the plugin."
3139
+ msgstr "Choisissez le skin de base pour l’extension."
3140
 
3141
+ #: templates/admin/settings/tabs/main_plugin_settings.php:109
3142
+ msgid "Material"
3143
+ msgstr "Matériel"
 
 
 
 
3144
 
3145
+ #: templates/admin/settings/tabs/main_plugin_settings.php:110
3146
+ msgid "Light"
3147
+ msgstr "Light"
 
 
 
 
 
 
 
 
 
3148
 
3149
+ #: templates/admin/settings/tabs/main_plugin_settings.php:111
3150
+ msgid "Graphite"
3151
+ msgstr "Graphite"
3152
 
3153
+ #: templates/admin/settings/tabs/main_plugin_settings.php:112
3154
+ msgid "Aqua"
3155
+ msgstr "Eau"
 
3156
 
3157
+ #: templates/admin/settings/tabs/main_plugin_settings.php:113
3158
+ msgid "Purple"
3159
+ msgstr "Violet"
3160
 
3161
+ #: templates/admin/settings/tabs/main_plugin_settings.php:114
3162
+ msgid "Dark"
3163
+ msgstr "Foncé"
 
3164
 
3165
+ #: templates/admin/settings/tabs/main_plugin_settings.php:122
3166
+ msgid "Number format"
3167
+ msgstr "Format de nombre"
 
 
 
 
3168
 
3169
+ #: templates/admin/settings/tabs/main_plugin_settings.php:124
3170
+ msgid "Pick the number format (thousands and decimals separator)"
3171
  msgstr ""
3172
+ "Choisissez le format numérique (séparateur de milliers et de décimales)"
3173
 
3174
+ #: templates/admin/settings/tabs/main_plugin_settings.php:141
3175
+ msgid "Render advanced filter"
3176
+ msgstr "Filtre avancé interprété"
 
 
 
 
 
 
3177
 
3178
+ #: templates/admin/settings/tabs/main_plugin_settings.php:143
3179
  msgid ""
3180
+ "Choose where you would like to render the advanced filter for tables where "
3181
+ "enabled."
3182
  msgstr ""
3183
+ "Choisissez l’emplacement où vous souhaitez interpréter le filtre avancé pour "
3184
+ "les tableaux où ils sont activés."
3185
 
3186
+ #: templates/admin/settings/tabs/main_plugin_settings.php:149
3187
+ msgid "In the header"
3188
+ msgstr "Dans l’en-tête"
3189
 
3190
+ #: templates/admin/settings/tabs/main_plugin_settings.php:150
3191
+ msgid "In the footer"
3192
+ msgstr "En bas de page"
 
 
3193
 
3194
+ #: templates/admin/settings/tabs/main_plugin_settings.php:158
3195
+ #: templates/admin/table-settings/column_settings_panel.inc.php:395
3196
+ msgid "Decimal places"
3197
+ msgstr "Place de la décimales"
3198
 
3199
+ #: templates/admin/settings/tabs/main_plugin_settings.php:160
3200
+ msgid "Define the amount of decimal places for the float numbers."
3201
  msgstr ""
3202
+ "Définissez la quantité de la place de décimales pour les nombres à virgules."
3203
 
3204
+ #: templates/admin/settings/tabs/main_plugin_settings.php:177
3205
+ msgid "CSV delimiter"
3206
+ msgstr "Délimiteur CSV"
 
 
3207
 
3208
+ #: templates/admin/settings/tabs/main_plugin_settings.php:179
3209
+ msgid "Pick the CSV delimiter"
3210
+ msgstr "Choisissez le délimiteur CSV"
3211
 
3212
+ #: templates/admin/settings/tabs/main_plugin_settings.php:200
3213
+ msgid "Tablet width"
3214
+ msgstr "Largeur de la tablette"
3215
 
3216
+ #: templates/admin/settings/tabs/main_plugin_settings.php:202
3217
  msgid ""
3218
+ "Here you can specify width of the screen (in pixels) that will be treated as "
3219
+ "a tablet. You can set it wider if you want responsive effect on desktops."
3220
  msgstr ""
3221
+ "Ici, vous pouvez spécifier la largeur de l’écran (en pixels) qui sera "
3222
+ "traitée comme une tablette. Vous pouvez le définir plus large si vous "
3223
+ "souhaitez un effet adaptatif sur les ordinateurs de bureau."
3224
 
3225
+ #: templates/admin/settings/tabs/main_plugin_settings.php:217
3226
+ msgid "Mobile width"
3227
+ msgstr "Largeur mobile"
 
 
 
 
 
 
 
 
 
 
3228
 
3229
+ #: templates/admin/settings/tabs/main_plugin_settings.php:219
3230
+ msgid "Here you can specify width (in pixels) will be treated as a mobile.."
 
 
3231
  msgstr ""
3232
+ "Ici, vous pouvez spécifier la largeur (en pixels) qui sera traitée comme un "
3233
+ "mobile.."
3234
 
3235
+ #: templates/admin/settings/tabs/main_plugin_settings.php:236
3236
+ msgid "Tables per admin page"
3237
+ msgstr "Tableaux par page administrateur"
 
 
3238
 
3239
+ #: templates/admin/settings/tabs/main_plugin_settings.php:238
3240
+ msgid "How many tables to show in the browse page."
3241
+ msgstr "Combien de tableaux afficher dans la page de navigation."
 
3242
 
3243
+ #: templates/admin/settings/tabs/main_plugin_settings.php:254
3244
+ msgid "Align numbers"
3245
+ msgstr "Aligner les nombres"
 
3246
 
3247
+ #: templates/admin/settings/tabs/main_plugin_settings.php:256
3248
+ msgid "How Integer and Float column types will be aligned in the cell"
 
 
 
 
3249
  msgstr ""
3250
+ "Comment les types de colonnes Nombre entier et Nombre à virgule seront "
3251
+ "alignés dans la cellule"
3252
+
3253
+ #: templates/admin/settings/tabs/main_plugin_settings.php:270
3254
+ msgid "Sum functions label"
3255
+ msgstr "Libellé de fonctions de somme"
3256
 
3257
+ #: templates/admin/settings/tabs/main_plugin_settings.php:272
3258
  msgid ""
3259
+ "Enter a label that will be used for Sum functions. If you leave it blank "
3260
+ "default label will be Σ ="
3261
  msgstr ""
3262
+ "Entrez un libellé qui sera utilisé pour les fonctions de somme. Si vous le "
3263
+ "laissez vide, le libellé par défaut sera Σ ="
3264
 
3265
+ #: templates/admin/settings/tabs/main_plugin_settings.php:289
3266
+ msgid "Average functions label"
3267
+ msgstr "Libellé de fonctions moyennes"
 
3268
 
3269
+ #: templates/admin/settings/tabs/main_plugin_settings.php:291
 
3270
  msgid ""
3271
+ "Enter a label that will be used for Average functions. If you leave it blank "
3272
+ "default label will be Avg ="
3273
  msgstr ""
3274
+ "Entrez un libellé qui sera utilisé pour les fonctions Moyenne. Si vous le "
3275
+ "laissez vide, le libellé par défaut sera Avg ="
3276
+
3277
+ #: templates/admin/settings/tabs/main_plugin_settings.php:313
3278
+ msgid "Minimum functions label"
3279
+ msgstr "Libellé de fonctions minimum"
3280
 
3281
+ #: templates/admin/settings/tabs/main_plugin_settings.php:315
 
3282
  msgid ""
3283
+ "Enter a label that will be used for Minimum functions. If you leave it blank "
3284
+ "default label will be Min ="
 
3285
  msgstr ""
3286
+ "Entrez un libellé qui sera utilisé pour les fonctions Minimum. Si vous le "
3287
+ "laissez vide, le libellé par défaut sera Min ="
 
 
 
 
 
 
3288
 
3289
+ #: templates/admin/settings/tabs/main_plugin_settings.php:332
3290
+ msgid "Maximum functions label"
3291
+ msgstr "Libellé de fonctions maximum"
 
3292
 
3293
+ #: templates/admin/settings/tabs/main_plugin_settings.php:334
3294
  msgid ""
3295
+ "Enter a label that will be used for Maximum functions. If you leave it blank "
3296
+ "default label will be Max ="
3297
  msgstr ""
3298
+ "Entrez un libellé qui sera utilisé pour les fonctions Maximum. Si vous le "
3299
+ "laissez vide, le libellé par défaut sera Max ="
3300
 
3301
+ #: templates/admin/settings/tabs/main_plugin_settings.php:355
3302
+ msgid "Include full bootstrap front-end"
3303
+ msgstr "Inclut l’interface publique de bootstrap complète"
 
 
 
 
 
 
3304
 
3305
+ #: templates/admin/settings/tabs/main_plugin_settings.php:357
3306
+ #: templates/admin/settings/tabs/main_plugin_settings.php:369
3307
  msgid ""
3308
+ "It is recommended to uncheck this option if bootstrap.js is already included "
3309
+ "in one of the theme files. Unchecked option means that there is still "
3310
+ "bootstrap.js included just in noconflict mode which should prevent errors."
3311
  msgstr ""
3312
+ "Il est recommandé de décocher cette option si le fichier bootstrap.js est "
3313
+ "déjà inclus dans l’un des fichiers de thème. Option non cochée signifie que "
3314
+ "bootstrap.js est toujours inclus mais uniquement en mode non-conflit, ce qui "
3315
+ "devrait éviter les erreurs."
3316
 
3317
+ #: templates/admin/settings/tabs/main_plugin_settings.php:367
3318
+ msgid "Include full bootstrap back-end"
3319
+ msgstr "Inclut l’environnement de développement de bootstrap complet"
 
3320
 
3321
+ #: templates/admin/settings/tabs/main_plugin_settings.php:383
3322
+ msgid "Prevent deleting tables in database"
3323
+ msgstr "Empêcher la suppression de tables dans la base de données"
3324
+
3325
+ #: templates/admin/settings/tabs/main_plugin_settings.php:385
3326
  msgid ""
3327
+ "It is recommended to leave this option as checked if you want to keep your "
3328
+ "tables in database after deleting plugin from Plugins page. If you uncheck "
3329
+ "this option, it will be deleted all tables in database after deleting plugin"
3330
  msgstr ""
3331
+ "Il est recommandé de laisser cette option cochée si vous souhaitez conserver "
3332
+ "vos tables dans la base de données après avoir supprimé le plugin de la page "
3333
+ "de Plugins. Si vous décochez cette option, toutes les tables de la base de "
3334
+ "données seront supprimées après la suppression du plugin"
3335
 
3336
+ #: templates/admin/settings/tabs/separate_connection.php:17
 
3337
  msgid ""
3338
+ "If this checkbox is checked, wpDataTables will use its own connection to "
3339
+ "chosen vendor bases. In other case it will use the main WordPress MySQL "
3340
+ "connection."
3341
  msgstr ""
3342
+ "Si cette case est cochée, wpDataTables utilisera sa propre connexion aux "
3343
+ "bases de vendeurs choisies. Dans le cas contraire, il utilisera la connexion "
3344
+ "WordPress MySQL principale."
3345
 
3346
+ #: templates/admin/settings/tabs/separate_connection.php:30
3347
+ msgid "New connection"
3348
+ msgstr "Nouvelle connexion"
 
3349
 
3350
+ #: templates/admin/settings/tabs/separate_connection.php:32
3351
+ msgid "Click this button to add new connection."
3352
+ msgstr "Cliquez sur ce bouton pour ajouter une nouvelle connexion."
 
 
3353
 
3354
+ #: templates/admin/settings/tabs/separate_connection_form.php:15
3355
+ #: templates/admin/settings/tabs/separate_connection_form.php:22
3356
+ msgid "Connection Name"
3357
+ msgstr "Nom de la connexion"
3358
 
3359
+ #: templates/admin/settings/tabs/separate_connection_form.php:17
3360
+ msgid "Connection Name."
3361
+ msgstr "Nom de la connexion."
 
3362
 
3363
+ #: templates/admin/settings/tabs/separate_connection_form.php:27
3364
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:29
3365
+ msgid "Test connection"
3366
+ msgstr "Tester la connexion"
3367
 
3368
+ #: templates/admin/settings/tabs/separate_connection_form.php:29
3369
  msgid ""
3370
+ "Click this button to test if wpDataTables is able to connect to the DB "
3371
+ "server with the details you provided."
3372
  msgstr ""
3373
+ "Cliquez sur ce bouton pour vérifier si wpDataTables est capable de se "
3374
+ "connecter au serveur de base de données avec les informations que vous avez "
3375
+ "fournies."
3376
 
3377
+ #: templates/admin/settings/tabs/separate_connection_form.php:42
3378
+ msgid "Vendor"
3379
+ msgstr "Vendeur"
 
3380
 
3381
+ #: templates/admin/settings/tabs/separate_connection_form.php:44
3382
+ msgid "Pick the vendor."
3383
+ msgstr "Choisissez le vendeur."
 
3384
 
3385
+ #: templates/admin/settings/tabs/separate_connection_form.php:50
3386
+ msgid "MySQL"
3387
+ msgstr "MySQL"
 
 
 
 
3388
 
3389
+ #: templates/admin/settings/tabs/separate_connection_form.php:51
3390
+ msgid "MSSQL"
3391
+ msgstr "MSSQL"
 
 
3392
 
3393
+ #: templates/admin/settings/tabs/separate_connection_form.php:52
3394
+ msgid "PostgreSQL"
3395
+ msgstr "PostgreSQL"
3396
 
3397
+ #: templates/admin/settings/tabs/separate_connection_form.php:59
3398
+ msgid "Name"
3399
+ msgstr "Nom"
 
3400
 
3401
+ #: templates/admin/settings/tabs/separate_connection_form.php:61
3402
+ msgid "Database name."
3403
+ msgstr "Nom de la base de données."
 
3404
 
3405
+ #: templates/admin/settings/tabs/separate_connection_form.php:65
3406
+ msgid "Database name"
3407
+ msgstr "Nom de la base de données"
 
3408
 
3409
+ #: templates/admin/settings/tabs/separate_connection_form.php:73
3410
+ msgid "Host"
3411
+ msgstr "Hébergeur"
 
3412
 
3413
+ #: templates/admin/settings/tabs/separate_connection_form.php:75
3414
+ msgid "Host address."
3415
+ msgstr "Adresse de l’hébergeur."
 
3416
 
3417
+ #: templates/admin/settings/tabs/separate_connection_form.php:79
3418
+ msgid "Host address"
3419
+ msgstr "Adresse de l’hébergeur"
 
3420
 
3421
+ #: templates/admin/settings/tabs/separate_connection_form.php:84
3422
+ #: templates/admin/settings/tabs/separate_connection_form.php:100
3423
+ msgid "Port"
3424
+ msgstr "Port"
3425
 
3426
+ #: templates/admin/settings/tabs/separate_connection_form.php:95
3427
+ msgid "Port for the connection"
3428
+ msgstr "Port pour la connexion"
 
 
3429
 
3430
+ #: templates/admin/settings/tabs/separate_connection_form.php:108
3431
+ #: templates/admin/settings/tabs/separate_connection_form.php:115
3432
+ msgid "User"
3433
+ msgstr "Utilisateur"
3434
 
3435
+ #: templates/admin/settings/tabs/separate_connection_form.php:110
3436
+ msgid "Username for the connection."
3437
+ msgstr "Nom d’utilisateur pour la connexion."
 
 
 
3438
 
3439
+ #: templates/admin/settings/tabs/separate_connection_form.php:120
3440
+ #: templates/admin/settings/tabs/separate_connection_form.php:125
3441
+ msgid "Password"
3442
+ msgstr "Mot de passe"
 
3443
 
3444
+ #: templates/admin/settings/tabs/separate_connection_form.php:122
3445
+ msgid "Password for the provided user."
3446
+ msgstr "Mot de passe pour l’utilisateur fourni."
 
3447
 
3448
+ #: templates/admin/settings/tabs/separate_connection_form.php:134
3449
+ msgid "Default Connection"
3450
+ msgstr "Connexion par défaut"
 
 
3451
 
3452
+ #: templates/admin/settings/tabs/separate_connection_form.php:136
3453
+ msgid "Set this connection as default."
3454
+ msgstr "Définissez cette connexion par défaut."
 
3455
 
3456
+ #: templates/admin/settings/tabs/separate_connection_form.php:140
3457
+ msgid "Set this connection as default"
3458
+ msgstr "Définir cette connexion par défaut"
 
3459
 
3460
+ #: templates/admin/settings/tabs/separate_connection_form.php:149
3461
+ msgid "Delete this connection."
3462
+ msgstr "Supprimer cette connexion."
3463
 
3464
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:15
3465
+ msgid "Separate MySQL connection"
3466
+ msgstr "Connexion MySQL séparée"
 
3467
 
3468
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:17
3469
  msgid ""
3470
+ "If this checkbox is checked, wpDataTables will use its own connection to "
3471
+ "MySQL bases. In other case it will use the main WordPress MySQL connection."
3472
  msgstr ""
3473
+ "Si cette case est cochée, wpDataTables utilisera sa propre connexion aux "
3474
+ "bases MySQL. Sinon, il sera utilisé la connexion principale WordPress MySQL."
3475
 
3476
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:21
3477
+ msgid "Use separate MySQL connection"
3478
+ msgstr "Utilisez une connexion MySQL séparée"
 
3479
 
3480
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:31
3481
  msgid ""
3482
+ "Click this button to test if wpDataTables is able to connect to the MySQL "
3483
+ "server with the details you provided."
3484
  msgstr ""
3485
+ "Cliquez sur ce bouton pour tester si wpDataTables est capable de se "
3486
+ "connecter au serveur MySQL avec les informations fournies."
3487
 
3488
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:42
3489
+ msgid "MySQL host"
3490
+ msgstr "Hôte MySQL"
 
3491
 
3492
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:44
3493
+ msgid "MySQL host address."
3494
+ msgstr "Adresse de l’hôte MySQL."
3495
 
3496
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:48
3497
+ msgid "MySQL host address"
3498
+ msgstr "Adresse de l’hôte MySQL"
 
 
 
3499
 
3500
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:53
3501
+ msgid "MySQL database"
3502
+ msgstr "Base de données MySQL"
3503
 
3504
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:55
3505
+ msgid "MySQL database name."
3506
+ msgstr "Nom de la base de données MySQL."
3507
 
3508
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:59
3509
+ msgid "MySQL database name"
3510
+ msgstr "Nom de la base de données MySQL"
 
3511
 
3512
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:67
3513
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:74
3514
+ msgid "MySQL user"
3515
+ msgstr "Utilisateur MySQL"
3516
 
3517
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:69
3518
+ msgid "MySQL username for the connection."
3519
+ msgstr "Nom d’utilisateur MySQL pour la connexion."
 
3520
 
3521
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:79
3522
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:84
3523
+ msgid "MySQL password"
3524
+ msgstr "Mot de passe MySQL"
 
3525
 
3526
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:81
3527
+ msgid "MySQL password for the provided user."
3528
+ msgstr "Mot de passe MySQL pour l’utilisateur fourni."
 
3529
 
3530
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:93
3531
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:99
3532
+ msgid "MySQL port"
3533
+ msgstr "Port MySQL"
3534
 
3535
+ #: templates/admin/settings/tabs/separate_mysql_connection.php:95
3536
+ msgid "MySQL port for the connection (default: 3306)."
3537
+ msgstr "Port MySQL pour la connexion (par défaut: 3306)."
 
3538
 
3539
+ #: templates/admin/table-settings/add_column_modal.inc.php:21
3540
+ msgid "Add Column"
3541
+ msgstr "Ajouter une colonne"
 
3542
 
3543
+ #: templates/admin/table-settings/add_column_modal.inc.php:35
3544
+ msgid "Column header"
3545
+ msgstr "En-tête de colonne"
 
3546
 
3547
+ #: templates/admin/table-settings/add_column_modal.inc.php:64
3548
+ msgid "Insert after"
3549
+ msgstr "Insérer après"
 
3550
 
3551
+ #: templates/admin/table-settings/add_column_modal.inc.php:70
3552
+ msgid "Beginning of table"
3553
+ msgstr "Début de tableau"
3554
 
3555
+ #: templates/admin/table-settings/add_column_modal.inc.php:71
3556
+ msgid "End of table"
3557
+ msgstr "Fin de table"
 
 
 
3558
 
3559
+ #: templates/admin/table-settings/add_column_modal.inc.php:107
3560
+ msgid "Fill with default value"
3561
+ msgstr "Remplir avec la valeur par défaut"
 
3562
 
3563
+ #: templates/admin/table-settings/column_settings_panel.inc.php:14
3564
+ msgid "Column settings"
3565
+ msgstr "Paramètres de colonne"
 
3566
 
3567
+ #: templates/admin/table-settings/column_settings_panel.inc.php:48
3568
+ #: templates/admin/table-settings/table_settings_block.inc.php:82
3569
+ msgid "Display"
3570
+ msgstr "Affichage"
3571
 
3572
+ #: templates/admin/table-settings/column_settings_panel.inc.php:52
3573
+ msgid "Data"
3574
+ msgstr "Données"
 
 
 
3575
 
3576
+ #: templates/admin/table-settings/column_settings_panel.inc.php:56
3577
+ #: templates/admin/table-settings/table_settings_block.inc.php:560
3578
+ #: templates/admin/table-settings/table_settings_block.inc.php:568
3579
+ msgid "Sorting"
3580
+ msgstr "Tri"
3581
 
3582
+ #: templates/admin/table-settings/column_settings_panel.inc.php:60
3583
+ msgid "Filtering"
3584
+ msgstr "Filtrage"
 
3585
 
3586
+ #: templates/admin/table-settings/column_settings_panel.inc.php:64
3587
+ #: templates/admin/table-settings/table_settings_block.inc.php:90
3588
+ msgid "Editing"
3589
+ msgstr "Édition"
3590
 
3591
+ #: templates/admin/table-settings/column_settings_panel.inc.php:69
3592
+ msgid "Conditional formatting"
3593
+ msgstr "Mise en forme conditionnelle"
3594
 
3595
+ #: templates/admin/table-settings/column_settings_panel.inc.php:81
3596
+ msgid "Displayed header"
3597
+ msgstr "En-tête affiché"
 
3598
 
3599
+ #: templates/admin/table-settings/column_settings_panel.inc.php:95
3600
+ msgid "Column position"
3601
+ msgstr "Position de la colonne"
3602
+
3603
+ #: templates/admin/table-settings/column_settings_panel.inc.php:114
3604
+ #: templates/admin/table-settings/column_settings_panel.inc.php:122
3605
+ msgid "Cell content prefix"
3606
+ msgstr "Préfixe du contenu de la cellule"
3607
 
3608
+ #: templates/admin/table-settings/column_settings_panel.inc.php:129
3609
  msgid ""
3610
+ "Any text or symbol entered here will be shown before the value in every cell "
3611
+ "inside of this column. E.g.: $, €. Does not influence filtering and sorting. "
3612
+ "Convenient for prices, percentages, etc."
3613
  msgstr ""
3614
+ "Tout texte ou symbole saisi ici sera affiché avant la valeur dans chaque "
3615
+ "cellule à l’intérieur de cette colonne. Par exemple: $, €. N’influence pas "
3616
+ "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
 
 
 
 
3617
 
3618
+ #: templates/admin/table-settings/column_settings_panel.inc.php:144
3619
+ #: templates/admin/table-settings/column_settings_panel.inc.php:152
3620
+ msgid "Cell content suffix"
3621
+ msgstr "Suffixe du contenu de la cellule"
3622
 
3623
+ #: templates/admin/table-settings/column_settings_panel.inc.php:159
3624
+ msgid ""
3625
+ "Any text or symbol entered here will be shown after the value in every cell "
3626
+ "inside of this column. E.g.: %, pcs. Does not influence filtering and "
3627
+ "sorting. Convenient for prices, percentages, etc."
3628
  msgstr ""
3629
+ "Tout texte ou symbole saisi ici sera affiché après la valeur dans chaque "
3630
+ "cellule à l’intérieur de cette colonne. Par exemple:%, pcs. N’influence pas "
3631
+ "le filtrage et le tri. Pratique pour les prix, les pourcentages, etc."
3632
 
3633
+ #: templates/admin/table-settings/column_settings_panel.inc.php:180
3634
+ msgid "Hide on mobiles"
3635
+ msgstr "Cacher sur les mobiles"
 
3636
 
3637
+ #: templates/admin/table-settings/column_settings_panel.inc.php:188
3638
+ msgid "Collapse column on mobile devices"
3639
+ msgstr "Réduire la colonne sur les appareils mobiles"
 
 
 
 
 
3640
 
3641
+ #: templates/admin/table-settings/column_settings_panel.inc.php:197
3642
+ msgid "Hide on tablets"
3643
+ msgstr "Cacher sur des tablettes"
 
 
3644
 
3645
+ #: templates/admin/table-settings/column_settings_panel.inc.php:205
3646
+ msgid "Collapse column on tablet devices"
3647
+ msgstr "Réduire la colonne sur les appareils tablettes"
 
 
 
3648
 
3649
+ #: templates/admin/table-settings/column_settings_panel.inc.php:220
3650
+ msgid "CSS class(es)"
3651
+ msgstr "CSS class(es)"
 
 
3652
 
3653
+ #: templates/admin/table-settings/column_settings_panel.inc.php:234
3654
+ msgid "Visible on front-end"
3655
+ msgstr "Visible sur l’interface publique"
3656
 
3657
+ #: templates/admin/table-settings/column_settings_panel.inc.php:242
3658
+ msgid "Show column in front-end"
3659
+ msgstr "Afficher la colonne dans l’interface publique"
3660
 
3661
+ #: templates/admin/table-settings/column_settings_panel.inc.php:258
3662
+ msgid "Column width"
3663
+ msgstr "Largeur de colonne"
 
3664
 
3665
+ #: templates/admin/table-settings/column_settings_panel.inc.php:271
3666
+ #: templates/admin/table-settings/column_settings_panel.inc.php:279
3667
+ msgid "Column color"
3668
+ msgstr "Couleur de la colonne"
3669
+
3670
+ #: templates/admin/table-settings/column_settings_panel.inc.php:286
3671
+ msgid "Here you can override the default color for the complete column"
3672
  msgstr ""
3673
+ "Ici, vous pouvez remplacer la couleur par défaut pour la colonne complète"
3674
+
3675
+ #: templates/admin/table-settings/column_settings_panel.inc.php:307
3676
+ #: templates/admin/table-settings/column_settings_panel.inc.php:315
3677
+ msgid "Group column"
3678
+ msgstr "Colonne de groupe"
3679
 
3680
+ #: templates/admin/table-settings/column_settings_panel.inc.php:322
3681
+ msgid ""
3682
+ "If one column of your table contains similar values for many rows, maybe it "
3683
+ "makes sense to use it as a “group column”: it means that it will not be "
3684
+ "rendered as a column, but its values will be used to group the rows. Each "
3685
+ "group will be marked with one row with joined cells above, containing the "
3686
+ "group value."
3687
  msgstr ""
3688
+ "Si une colonne de votre tableau contient des valeurs similaires pour de "
3689
+ "nombreuses lignes, il est peut-être judicieux de l’utiliser comme \"colonne "
3690
+ "de groupe\": cela signifie qu’elle ne sera pas interprétée sous forme de "
3691
+ "colonne, mais que ses valeurs seront utilisées pour regrouper les lignes. "
3692
+ "Chaque groupe sera marqué d’une ligne avec les cellules jointes ci-dessus, "
3693
+ "contenant la valeur du groupe."
3694
 
3695
+ #: templates/admin/table-settings/column_settings_panel.inc.php:323
3696
+ msgid ""
3697
+ "Group column will not work with MySQL tables with server-side processing "
3698
+ "enabled and with manual tables!"
3699
  msgstr ""
3700
+ "La colonne de groupe ne fonctionnera pas avec les tables MySQL dont le "
3701
+ "traitement côté serveur est activé et avec les tables manuelles!"
3702
 
3703
+ #: templates/admin/table-settings/column_settings_panel.inc.php:331
3704
+ msgid "Toggle column grouping"
3705
+ msgstr "Activez le groupement de colonnes"
3706
 
3707
+ #: templates/admin/table-settings/column_settings_panel.inc.php:353
3708
+ msgid "Column type"
3709
+ msgstr "Type de colonne"
 
3710
 
3711
+ #: templates/admin/table-settings/column_settings_panel.inc.php:355
3712
+ msgid ""
3713
+ "You can redefine the column data type here. Affects sorting, filtering and "
3714
+ "display logic. For manually created tables this will change the column type "
3715
+ "in database as well, which may result in data loss."
3716
  msgstr ""
3717
+ "Vous pouvez redéfinir le type de données de la colonne ici. Affecte la "
3718
+ "logique de tri, de filtrage et d’affichage. Pour les tableaux créés "
3719
+ "manuellement, cela changera également le type de colonne dans la base de "
3720
+ "données, ce qui peut entraîner une perte de données."
 
 
 
3721
 
3722
+ #: templates/admin/table-settings/column_settings_panel.inc.php:362
3723
+ msgid "String"
3724
+ msgstr "Chaîne de caractères"
 
3725
 
3726
+ #: templates/admin/table-settings/column_settings_panel.inc.php:366
3727
+ msgid "DateTime"
3728
+ msgstr "DateTime"
 
3729
 
3730
+ #: templates/admin/table-settings/column_settings_panel.inc.php:368
3731
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1036
3732
+ msgid "URL link"
3733
+ msgstr "Lien URL"
3734
 
3735
+ #: templates/admin/table-settings/column_settings_panel.inc.php:369
3736
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1037
3737
+ msgid "E-mail link"
3738
+ msgstr "Lien E-mail"
3739
 
3740
+ #: templates/admin/table-settings/column_settings_panel.inc.php:372
3741
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:37
3742
+ msgid "Formula"
3743
+ msgstr "Formule"
3744
 
3745
+ #: templates/admin/table-settings/column_settings_panel.inc.php:382
3746
+ msgid "Formula for calculation"
3747
+ msgstr "Formule de calcul"
 
3748
 
3749
+ #: templates/admin/table-settings/column_settings_panel.inc.php:384
 
3750
  msgid ""
3751
+ "You can create a formula (calculated column) based on other numeric columns "
3752
+ "(Integer and Float)"
3753
  msgstr ""
3754
+ "Vous pouvez créer une formule (colonne calculée) basée sur d’autres colonnes "
3755
+ "numériques (Nombre entier et à virgule)"
3756
 
3757
+ #: templates/admin/table-settings/column_settings_panel.inc.php:388
3758
+ msgid "Open formula editor"
3759
+ msgstr "Ouvrir l’éditeur de formule"
 
3760
 
3761
+ #: templates/admin/table-settings/column_settings_panel.inc.php:397
3762
+ msgid ""
3763
+ "You can redefine the visible decimal places for a float and formula columns "
3764
+ "here. If you leave this field empty amount of decimal places will be loaded "
3765
+ "from the settings page. 0 is available just for formula columns "
3766
  msgstr ""
3767
+ "Vous pouvez redéfinir les décimales visibles pour les colonnes de nombre à "
3768
+ "virgule et formule ici. Si vous laissez ce champ vide la quantité de "
3769
+ "décimales sera chargé à partir de la page des paramètres. 0 est disponible "
3770
+ "uniquement pour les colonnes de formule "
3771
 
3772
+ #: templates/admin/table-settings/column_settings_panel.inc.php:409
3773
+ #: templates/admin/table-settings/column_settings_panel.inc.php:416
3774
+ msgid "Skip thousands separator"
3775
+ msgstr "Eviter le séparateur de milliers"
3776
 
3777
+ #: templates/admin/table-settings/column_settings_panel.inc.php:411
3778
+ msgid ""
3779
+ "Do not show thousands separator for this column (e.g. when showing years, "
3780
+ "IDs)."
3781
  msgstr ""
3782
+ "N’affichez pas de séparateur de milliers pour cette colonne (par exemple, "
3783
+ "lorsque vous indiquez des années, des ID)."
3784
 
3785
+ #: templates/admin/table-settings/column_settings_panel.inc.php:425
3786
+ msgid "Possible values for column"
3787
+ msgstr "Valeurs possibles pour la colonne"
 
3788
 
3789
+ #: templates/admin/table-settings/column_settings_panel.inc.php:427
3790
+ msgid ""
3791
+ "Define the logic for fetching the possible values for this column for "
3792
+ "filtering, and for editing: read from table itself on page load (will always "
3793
+ "contain only the values that already exist in the table), hard-code the "
3794
+ "list, or configure a relation with a different wpDataTable (use values in "
3795
+ "this column as foreign key)."
3796
+ msgstr ""
3797
+ "Définissez la logique d’extraction des valeurs possibles pour cette colonne "
3798
+ "pour le filtrage et l’édition: lecture de la table elle-même lors du "
3799
+ "chargement de la page (contiendra toujours que les valeurs qui existent déjà "
3800
+ "dans la table), coder en dur la liste ou configurer une relation avec un "
3801
+ "wpDataTable différent (utilisez les valeurs de cette colonne comme clé "
3802
+ "étrangère)."
3803
 
3804
+ #: templates/admin/table-settings/column_settings_panel.inc.php:434
3805
+ msgid "Read from table on page load"
3806
+ msgstr "Lire à partir du tableau sur le chargement de la page"
 
3807
 
3808
+ #: templates/admin/table-settings/column_settings_panel.inc.php:435
3809
+ msgid "Define values list"
3810
+ msgstr "Définir la liste de valeurs"
 
3811
 
3812
+ #: templates/admin/table-settings/column_settings_panel.inc.php:436
3813
+ msgid "Use values from another wpDataTable (foreign key)"
3814
+ msgstr "Utiliser des valeurs d’un autre wpDataTable (clé étrangère)"
 
3815
 
3816
+ #: templates/admin/table-settings/column_settings_panel.inc.php:447
 
3817
  msgid ""
3818
+ "Define date format which is used in the provided data source. Necessary for "
3819
+ "smooth reading of your dates."
3820
  msgstr ""
3821
+ "Définissez le format de date utilisé dans la source de données fournie. "
3822
+ "Nécessaire pour une lecture en douceur de vos dates."
3823
 
3824
+ #: templates/admin/table-settings/column_settings_panel.inc.php:487
3825
+ msgid "Values list"
3826
+ msgstr "Liste de valeurs"
 
3827
 
3828
+ #: templates/admin/table-settings/column_settings_panel.inc.php:489
3829
+ msgid "Read from table"
3830
+ msgstr "Lire depuis le tableau"
3831
+
3832
+ #: templates/admin/table-settings/column_settings_panel.inc.php:491
3833
+ msgid "Reset"
3834
+ msgstr "Réinitialiser"
3835
+
3836
+ #: templates/admin/table-settings/column_settings_panel.inc.php:493
3837
  msgid ""
3838
+ "Enter the possible values for this column in this list, separate by pressing "
3839
+ "ENTER or comma. Click \"Read from table\" to fetch the list from existing "
3840
+ "column values. Values will be used in selectbox and checkbox filters and "
3841
+ "editors for the column."
3842
  msgstr ""
3843
+ "Entrez les valeurs possibles pour cette colonne dans cette liste, séparée en "
3844
+ "appuyant sur ENTER ou sur une virgule. Cliquez sur \"Lire depuis la table\" "
3845
+ "pour extraire la liste des valeurs de colonne existantes. Les valeurs seront "
3846
+ "utilisées dans les boîtes de sélection et les cases à cocher et les éditeurs "
3847
+ "de la colonne."
3848
 
3849
+ #: templates/admin/table-settings/column_settings_panel.inc.php:506
3850
+ #: templates/admin/table-settings/foreign_key_config.inc.php:12
3851
+ msgid "Use values from another wpDataTable"
3852
+ msgstr "Utiliser les valeurs d’un autre wpDataTable"
3853
 
3854
+ #: templates/admin/table-settings/column_settings_panel.inc.php:508
 
3855
  msgid ""
3856
+ "Configure a relation with a separate wpDataTable: values in this column will "
3857
+ "be used as a foreign key, and replaced with values of a remote table column "
3858
+ "(e.g.: user name instead of user ID)."
3859
  msgstr ""
3860
+ "Configurez une relation avec un wpDataTable distinct: les valeurs de cette "
3861
+ "colonne seront utilisées comme clé étrangère et remplacées par les valeurs "
3862
+ "d’une colonne de table distante (par exemple: le nom d’utilisateur à la "
3863
+ "place de l’ID utilisateur)."
 
 
 
3864
 
3865
+ #: templates/admin/table-settings/column_settings_panel.inc.php:512
3866
+ msgid "Configure relation..."
3867
+ msgstr "Configurer la relation..."
 
3868
 
3869
+ #: templates/admin/table-settings/column_settings_panel.inc.php:519
3870
+ msgid "Table"
3871
+ msgstr "Tableau"
 
3872
 
3873
+ #: templates/admin/table-settings/column_settings_panel.inc.php:520
3874
+ msgid "Show column"
3875
+ msgstr "Afficher la colonne"
 
3876
 
3877
+ #: templates/admin/table-settings/column_settings_panel.inc.php:522
3878
+ msgid "Value from column"
3879
+ msgstr "Valeur de la colonne"
 
3880
 
3881
+ #: templates/admin/table-settings/column_settings_panel.inc.php:532
3882
+ msgid "Allow empty value"
3883
+ msgstr "Autoriser la valeur vide"
 
3884
 
3885
+ #: templates/admin/table-settings/column_settings_panel.inc.php:534
3886
+ msgid ""
3887
+ "Add an empty value to the possible values list, to allow empty editing and "
3888
+ "filtering inputs."
3889
+ msgstr ""
3890
+ "Ajoutez une valeur vide à la liste des valeurs possibles pour autoriser les "
3891
+ "entrées d’édition et de filtrage vides."
3892
 
3893
+ #: templates/admin/table-settings/column_settings_panel.inc.php:539
3894
+ msgid "Add an empty value to the list"
3895
+ msgstr "Ajouter une valeur vide à la liste"
 
3896
 
3897
+ #: templates/admin/table-settings/column_settings_panel.inc.php:548
3898
+ msgid "Possible values in edit modal for foreign key column"
3899
+ msgstr ""
3900
+ "Valeurs possibles dans l’édition de modal pour la colonne de clé étrangère"
3901
 
3902
+ #: templates/admin/table-settings/column_settings_panel.inc.php:550
 
3903
  msgid ""
3904
+ "By turning this on you will show all possible values in edit modal from "
3905
+ "separate table that is connect with foreign keys when option Users can see "
3906
+ "and edit own data is enabled"
3907
  msgstr ""
3908
+ "En activant cette option, vous afficherez toutes les valeurs possibles dans "
3909
+ "l’édition de modal à partir d’une table distincte connectée avec des clés "
3910
+ "étrangères lorsque l’option Utilisateurs peut afficher et modifier leurs "
3911
+ "propres données sont activés"
3912
 
3913
+ #: templates/admin/table-settings/column_settings_panel.inc.php:555
3914
+ msgid "Allow all possible values in edit modal"
3915
+ msgstr "Autoriser toutes les valeurs possibles dans l’édition de modal"
 
3916
 
3917
+ #: templates/admin/table-settings/column_settings_panel.inc.php:564
3918
+ msgid "Number of possible values to load"
3919
+ msgstr "Nombre de valeurs possibles à charger"
 
 
 
3920
 
3921
+ #: templates/admin/table-settings/column_settings_panel.inc.php:566
 
3922
  msgid ""
3923
+ "Define here how many possible values per page will be loaded in selectbox "
3924
+ "filters and editor inputs. It is recommended not to be set to All if you "
3925
+ "have more than 50 possible values for this column. This option is not "
3926
+ "working when Cascade Filtering option from Powerful Filters add-on is "
3927
+ "enabled."
3928
  msgstr ""
3929
+ "Définissez ici le nombre de valeurs possibles par page à charger dans les "
3930
+ "filtres de boîtes de sélection et les éditeurs d’entrées. Il est recommandé "
3931
+ "de ne pas définir sur Tous si vous avez plus de 50 valeurs possibles pour "
3932
+ "cette colonne. Cette option ne fonctionne pas lorsque l’option Filtrage en "
3933
+ "cascade du module Powerful Filters est activée."
3934
 
3935
+ #: templates/admin/table-settings/column_settings_panel.inc.php:592
3936
+ msgid "Calculate total"
3937
+ msgstr "Calculer le total"
 
3938
 
3939
+ #: templates/admin/table-settings/column_settings_panel.inc.php:594
 
3940
  msgid ""
3941
+ "Enable this to show a total (sum) for all cells in this column in table "
3942
+ "footer. You can also show it somewhere outside of the table by pasting the "
3943
+ "shortcode below the switch."
3944
  msgstr ""
3945
+ "Activez cette option pour afficher un total (somme) pour toutes les cellules "
3946
+ "de cette colonne dans le pied de tableau. Vous pouvez également le montrer "
3947
+ "quelque part en dehors de la table en collant le shortcode sous le "
3948
+ "commutateur."
3949
 
3950
+ #: templates/admin/table-settings/column_settings_panel.inc.php:599
3951
+ msgid "Calculate a total for this column"
3952
+ msgstr "Calculer un total pour cette colonne"
 
3953
 
3954
+ #: templates/admin/table-settings/column_settings_panel.inc.php:606
 
3955
  msgid ""
3956
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
3957
+ "posts or pages you can see the total for this column."
3958
  msgstr ""
3959
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n’importe dans "
3960
+ "vos articles ou pages, vous pouvez voir le total de cette colonne."
3961
+
3962
+ #: templates/admin/table-settings/column_settings_panel.inc.php:615
3963
+ msgid "Calculate average"
3964
+ msgstr "Calculer la moyenne"
3965
 
3966
+ #: templates/admin/table-settings/column_settings_panel.inc.php:617
3967
+ msgid ""
3968
+ "Enable this to show an average value for all cells in this column in table "
3969
+ "footer. You can also show it somewhere outside of the table by pasting the "
3970
+ "shortcode below the switch."
3971
  msgstr ""
3972
+ "Activez cette option pour afficher une valeur moyenne pour toutes les "
3973
+ "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
3974
+ "montrer quelque part en dehors de la table en collant le shortcode sous le "
3975
+ "commutateur."
3976
 
3977
+ #: templates/admin/table-settings/column_settings_panel.inc.php:622
3978
+ msgid "Calculate average for this column"
3979
+ msgstr "Calculer la moyenne pour cette colonne"
 
3980
 
3981
+ #: templates/admin/table-settings/column_settings_panel.inc.php:629
 
3982
  msgid ""
3983
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
3984
+ "posts or pages you can see the average for this column."
3985
  msgstr ""
3986
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n’importe dans "
3987
+ "vos articles ou pages, vous pouvez voir la moyenne de cette colonne."
3988
+
3989
+ #: templates/admin/table-settings/column_settings_panel.inc.php:638
3990
+ msgid "Calculate MIN value"
3991
+ msgstr "Calculer la valeur MIN"
3992
 
3993
+ #: templates/admin/table-settings/column_settings_panel.inc.php:640
 
3994
  msgid ""
3995
+ "Enable this to show a minimum value within all cells in this column in table "
3996
+ "footer. You can also show it somewhere outside of the table by pasting the "
3997
+ "shortcode below the switch."
3998
  msgstr ""
3999
+ "Activez cette option pour afficher une valeur minimale pour toutes les "
4000
+ "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
4001
+ "montrer quelque part en dehors de la table en collant le shortcode sous le "
4002
+ "commutateur."
4003
 
4004
+ #: templates/admin/table-settings/column_settings_panel.inc.php:645
4005
+ msgid "Find a minimum value for this column"
4006
+ msgstr "Trouver une valeur minimale pour cette colonne"
 
4007
 
4008
+ #: templates/admin/table-settings/column_settings_panel.inc.php:652
4009
  msgid ""
4010
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
4011
+ "posts or pages you can see the minimum for this column."
 
4012
  msgstr ""
4013
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n’importe où dans "
4014
+ "vos articles ou pages, vous pouvez voir le minimum pour cette colonne."
4015
 
4016
+ #: templates/admin/table-settings/column_settings_panel.inc.php:661
4017
+ msgid "Calculate MAX value"
4018
+ msgstr "Calculer la valeur MAX"
4019
 
4020
+ #: templates/admin/table-settings/column_settings_panel.inc.php:663
4021
  msgid ""
4022
+ "Enable this to show a maximum value within all cells in this column in table "
4023
+ "footer. You can also show it somewhere outside of the table by pasting the "
4024
+ "shortcode below the switch."
4025
  msgstr ""
4026
+ "Activez cette option pour afficher une valeur maximale pour toutes les "
4027
+ "cellules de cette colonne dans le pied de tableau. Vous pouvez également le "
4028
+ "montrer quelque part en dehors de la table en collant le shortcode sous le "
4029
+ "commutateur."
4030
 
4031
+ #: templates/admin/table-settings/column_settings_panel.inc.php:668
4032
+ msgid "Find a maximum value for this column"
4033
+ msgstr "Trouver une valeur maximale pour cette colonne"
 
4034
 
4035
+ #: templates/admin/table-settings/column_settings_panel.inc.php:675
4036
+ msgid ""
4037
+ "Click to copy this shortcode. By placing this shortcode anywhere in your "
4038
+ "posts or pages you can see the maximum for this column."
4039
  msgstr ""
4040
+ "Cliquez pour copier ce shortcode. En plaçant ce shortcode n’importe où dans "
4041
+ "vos articles ou pages, vous pouvez voir le maximum pour cette colonne."
4042
+
4043
+ #: templates/admin/table-settings/column_settings_panel.inc.php:689
4044
+ msgid "URL target attribute"
4045
+ msgstr "Attribut cible URL"
4046
 
4047
+ #: templates/admin/table-settings/column_settings_panel.inc.php:691
4048
+ msgid "Set how to open URL Target"
4049
+ msgstr "Définir comment ouvrir la cible URL"
4050
 
4051
+ #: templates/admin/table-settings/column_settings_panel.inc.php:696
4052
+ msgid "Open link in the new tab"
4053
+ msgstr "Ouvrir le lien dans le nouvel onglet"
 
 
 
 
4054
 
4055
+ #: templates/admin/table-settings/column_settings_panel.inc.php:706
4056
+ msgid "Show link as a button"
4057
+ msgstr "Afficher le lien sous forme de bouton"
4058
 
4059
+ #: templates/admin/table-settings/column_settings_panel.inc.php:708
4060
+ msgid "The link will be shown as a button "
4061
+ msgstr "Le lien sera affiché comme un bouton "
4062
 
4063
+ #: templates/admin/table-settings/column_settings_panel.inc.php:713
4064
+ msgid "Set the link to appear as a button"
4065
+ msgstr "Définir le lien pour qu’il apparaisse comme un bouton"
4066
 
4067
+ #: templates/admin/table-settings/column_settings_panel.inc.php:736
4068
+ msgid "Button class"
4069
+ msgstr "Classe de bouton"
4070
 
4071
+ #: templates/admin/table-settings/column_settings_panel.inc.php:760
4072
+ msgid "Allow sorting"
4073
+ msgstr "Autoriser le tri"
4074
 
4075
+ #: templates/admin/table-settings/column_settings_panel.inc.php:762
4076
+ msgid "Disable this to disallow sorting for this column."
4077
+ msgstr "Désactivez cette option pour interdire le tri de cette colonne."
 
4078
 
4079
+ #: templates/admin/table-settings/column_settings_panel.inc.php:767
4080
+ msgid "Allow sorting for this column"
4081
+ msgstr "Autoriser le tri pour cette colonne"
 
4082
 
4083
+ #: templates/admin/table-settings/column_settings_panel.inc.php:776
4084
+ msgid "Use as default sorting column"
4085
+ msgstr "Utiliser comme colonne de tri par défaut"
 
4086
 
4087
+ #: templates/admin/table-settings/column_settings_panel.inc.php:778
4088
+ #: templates/admin/table-settings/column_settings_panel.inc.php:783
4089
+ msgid "Sort table by this column on load"
4090
+ msgstr "Trier le tableau à partir de cette colonne lors du chargement"
4091
 
4092
+ #: templates/admin/table-settings/column_settings_panel.inc.php:796
4093
+ msgid "Default sorting direction"
4094
+ msgstr "Direction de tri par défaut"
4095
 
4096
+ #: templates/admin/table-settings/column_settings_panel.inc.php:798
4097
+ msgid "Choose whether to sort ascending or descending by default."
4098
+ msgstr ""
4099
+ "Choisissez si vous souhaitez trier par ordre croissant ou décroissant par "
4100
+ "défaut."
4101
 
4102
+ #: templates/admin/table-settings/column_settings_panel.inc.php:805
4103
+ msgid "Ascending"
4104
+ msgstr "Ordre croissant"
4105
 
4106
+ #: templates/admin/table-settings/column_settings_panel.inc.php:806
4107
+ msgid "Descending"
4108
+ msgstr "Ordre décroissant"
4109
 
4110
+ #: templates/admin/table-settings/column_settings_panel.inc.php:824
4111
+ msgid "Add a filter for this column"
4112
+ msgstr "Ajouter un filtre pour cette colonne"
4113
 
4114
+ #: templates/admin/table-settings/column_settings_panel.inc.php:832
4115
+ msgid "Enable filtering for column"
4116
+ msgstr "Activer le filtrage pour la colonne"
4117
 
4118
+ #: templates/admin/table-settings/column_settings_panel.inc.php:839
4119
+ msgid ""
4120
+ "Enabling this switch will add a filter for this column. Disable to remove "
4121
+ "the filter for this column."
4122
+ msgstr ""
4123
+ "L’activation de ce commutateur ajoutera un filtre pour cette colonne. "
4124
+ "Désactiver pour supprimer le filtre pour cette colonne."
4125
 
4126
+ #: templates/admin/table-settings/column_settings_panel.inc.php:847
4127
+ msgid "Allow filtering"
4128
+ msgstr "Autoriser le filtrage"
4129
 
4130
+ #: templates/admin/table-settings/column_settings_panel.inc.php:856
4131
+ msgid "Filter type"
4132
+ msgstr "Type de filtre"
 
 
 
 
 
4133
 
4134
+ #: templates/admin/table-settings/column_settings_panel.inc.php:858
4135
+ msgid ""
4136
+ "You can redefine the filter type here, it will affect the filtering logic."
4137
+ msgstr ""
4138
+ "Vous pouvez redéfinir le type de filtre ici, cela affectera la logique de "
4139
+ "filtrage."
4140
 
4141
+ #: templates/admin/table-settings/column_settings_panel.inc.php:865
4142
+ msgid "Text"
4143
+ msgstr "Texte"
 
 
 
4144
 
4145
+ #: templates/admin/table-settings/column_settings_panel.inc.php:866
4146
+ msgid "Number"
4147
+ msgstr "Nombre"
4148
 
4149
+ #: templates/admin/table-settings/column_settings_panel.inc.php:867
4150
+ msgid "Number range"
4151
+ msgstr "Plage de numéros"
4152
 
4153
+ #: templates/admin/table-settings/column_settings_panel.inc.php:868
4154
+ msgid "Date range"
4155
+ msgstr "Plage de dates"
4156
 
4157
+ #: templates/admin/table-settings/column_settings_panel.inc.php:869
4158
+ msgid "DateTime range"
4159
+ msgstr "Plage de date et heure"
4160
 
4161
+ #: templates/admin/table-settings/column_settings_panel.inc.php:870
4162
+ msgid "Time range"
4163
+ msgstr "Intervalle de temps"
4164
 
4165
+ #: templates/admin/table-settings/column_settings_panel.inc.php:871
4166
+ msgid "Selectbox"
4167
+ msgstr "Boîte de sélection"
4168
 
4169
+ #: templates/admin/table-settings/column_settings_panel.inc.php:872
4170
+ msgid "Multiselectbox"
4171
+ msgstr "Boîte de sélection multiple"
4172
 
4173
+ #: templates/admin/table-settings/column_settings_panel.inc.php:873
4174
+ msgid "Checkbox"
4175
+ msgstr "Case à cocher"
 
4176
 
4177
+ #: templates/admin/table-settings/column_settings_panel.inc.php:889
4178
+ msgid "Filter label"
4179
+ msgstr "Étiquette de filtre"
 
 
 
 
 
 
 
4180
 
4181
+ #: templates/admin/table-settings/column_settings_panel.inc.php:897
4182
+ msgid "Custom filter label"
4183
+ msgstr "Etiquette de filtre personnalisée"
4184
 
4185
+ #: templates/admin/table-settings/column_settings_panel.inc.php:904
4186
+ msgid ""
4187
+ "You can change the filter label (placeholder) for this column here, if you "
4188
+ "would like to show some custom text instead of default."
4189
+ msgstr ""
4190
+ "Vous pouvez modifier le libellé de filtre (texte indicatif) pour cette "
4191
+ "colonne ici, si vous souhaitez afficher du texte personnalisé au lieu de "
4192
+ "celui par défaut."
4193
 
4194
+ #: templates/admin/table-settings/column_settings_panel.inc.php:919
4195
+ msgid "Exact filtering"
4196
+ msgstr "Filtrage exact"
4197
 
4198
+ #: templates/admin/table-settings/column_settings_panel.inc.php:921
4199
+ msgid ""
4200
+ "Enable exact search to use exact match logic for filtering, disable to allow "
4201
+ "partial match."
4202
+ msgstr ""
4203
+ "Activez la recherche exacte pour utiliser la logique de correspondance "
4204
+ "exacte pour le filtrage, désactivez-la pour autoriser une correspondance "
4205
+ "partielle."
4206
 
4207
+ #: templates/admin/table-settings/column_settings_panel.inc.php:926
4208
+ msgid "Enable exact filtering"
4209
+ msgstr "Activer le filtrage exact"
4210
 
4211
+ #: templates/admin/table-settings/column_settings_panel.inc.php:934
4212
+ msgid "Range slider"
4213
+ msgstr "Curseur de plage de données"
4214
 
4215
+ #: templates/admin/table-settings/column_settings_panel.inc.php:936
4216
+ msgid "Enable number range slider for filtering"
4217
+ msgstr "Activer le curseur de la plage de numéros pour le filtrage"
4218
 
4219
+ #: templates/admin/table-settings/column_settings_panel.inc.php:941
4220
+ msgid "Number range slider"
4221
+ msgstr "Curseur de plage de nombres"
4222
 
4223
+ #: templates/admin/table-settings/column_settings_panel.inc.php:955
4224
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1069
4225
+ msgid "Predefined value(s)"
4226
+ msgstr "Valeur(s) prédéfinie(s)"
4227
 
4228
+ #: templates/admin/table-settings/column_settings_panel.inc.php:957
4229
+ msgid ""
4230
+ "Define value(s) that will be set as default pre-defined filter value(s) on "
4231
+ "page load."
4232
+ msgstr ""
4233
+ "Définissez les valeurs qui seront définies comme valeurs de filtre "
4234
+ "prédéfinies par défaut lors du chargement de la page."
4235
 
4236
+ #: templates/admin/table-settings/column_settings_panel.inc.php:992
4237
+ msgid "Render in modal"
4238
+ msgstr "Rendu en modal"
4239
 
4240
+ #: templates/admin/table-settings/column_settings_panel.inc.php:994
4241
+ msgid "Render checkboxes in modal."
4242
+ msgstr "Rendu des cases à cocher en modal."
4243
 
4244
+ #: templates/admin/table-settings/column_settings_panel.inc.php:999
4245
+ msgid "Render checkboxes in modal"
4246
+ msgstr "Rendu des cases à cocher en modal"
 
 
 
4247
 
4248
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1019
4249
+ msgid "Editor input type"
4250
+ msgstr "Type d’entrée de l’éditeur"
4251
 
4252
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1021
4253
+ msgid "Choose which kind of editor input to use for this column."
4254
+ msgstr "Choisissez quel type d’éditeur d’entrée à utiliser pour cette colonne."
4255
 
4256
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1027
4257
+ msgid "None"
4258
+ msgstr "Aucun"
 
 
 
 
 
 
4259
 
4260
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1028
4261
+ msgid "One-line edit"
4262
+ msgstr "Modification une ligne"
4263
 
4264
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1029
4265
+ msgid "Multi-line edit"
4266
+ msgstr "Modification multi-lignes"
4267
 
4268
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1030
4269
+ msgid "HTML editor"
4270
+ msgstr "Editeur HTML"
4271
 
4272
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1031
4273
+ msgid "Single-value selectbox"
4274
+ msgstr "Boîte de sélection à valeur unique"
4275
 
4276
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1032
4277
+ msgid "Multi-value selectbox"
4278
+ msgstr "Boîte de sélection multi-valeur"
4279
 
4280
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1048
4281
+ msgid "Column cannot be empty"
4282
+ msgstr "La colonne ne peut pas être vide"
 
 
 
4283
 
4284
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1050
4285
+ msgid ""
4286
+ "Enable to make this column mandatory. Users will see a warning when trying "
4287
+ "to save with empty input."
4288
+ msgstr ""
4289
+ "Activer pour rendre cette colonne obligatoire. Les utilisateurs verront un "
4290
+ "avertissement lorsqu’ils tenteront d’enregistrer avec une entrée vide."
4291
 
4292
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1055
4293
+ msgid "Cannot be empty"
4294
+ msgstr "Ne peux pas être vide"
4295
 
4296
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1071
4297
+ msgid ""
4298
+ "If you would like to have some values pre-defined in editors (i.e. default "
4299
+ "editor values) please enter these here."
4300
+ msgstr ""
4301
+ "Si vous souhaitez que certaines valeurs soient prédéfinies dans les éditeurs "
4302
+ "(c-à-d valeurs d’éditeur par défaut), veuillez les saisir ici."
4303
 
4304
+ #: templates/admin/table-settings/column_settings_panel.inc.php:1110
4305
+ msgid "Add rule"
4306
+ msgstr "Ajouter une règle"
 
 
 
 
 
 
4307
 
4308
+ #: templates/admin/table-settings/column_small_block.inc.php:14
4309
+ msgid "Enable/disable editing"
4310
+ msgstr "Activer/désactiver l’édition"
4311
 
4312
+ #: templates/admin/table-settings/column_small_block.inc.php:17
4313
+ msgid "Show/hide filters"
4314
+ msgstr "Afficher/masquer les filtres"
4315
 
4316
+ #: templates/admin/table-settings/column_small_block.inc.php:19
4317
+ msgid "Show/hide sorting"
4318
+ msgstr "Afficher/masquer le tri"
 
 
 
 
 
 
 
 
4319
 
4320
+ #: templates/admin/table-settings/column_small_block.inc.php:21
4321
+ msgid "Show/hide the column"
4322
+ msgstr "Afficher/masquer la colonne"
4323
 
4324
+ #: templates/admin/table-settings/column_small_block.inc.php:23
4325
+ msgid "Show/hide on mobile"
4326
+ msgstr "Afficher/masquer sur mobile"
4327
 
4328
+ #: templates/admin/table-settings/column_small_block.inc.php:25
4329
+ msgid "Show/hide on tablet"
4330
+ msgstr "Afficher/masquer sur tablette"
4331
 
4332
+ #: templates/admin/table-settings/column_small_block.inc.php:27
4333
+ msgid "Open column settings"
4334
+ msgstr "Ouvrir les paramètres de colonne"
4335
 
4336
+ #: templates/admin/table-settings/columns_list_modal.inc.php:15
4337
+ msgid "List of the columns in the data source with quickaccess tools."
4338
+ msgstr ""
4339
+ "Liste des colonnes de la source de données avec les outils quickaccess."
4340
 
4341
+ #: templates/admin/table-settings/columns_list_modal.inc.php:17
4342
+ msgid ""
4343
+ "Click column header to rename it, toggle column visibility by clicking on "
4344
+ "the eye icon, open column settings by clicking on the wrench icon, drag and "
4345
+ "drop blocks to reorder columns."
4346
+ msgstr ""
4347
+ "Cliquez sur l’en-tête de colonne pour la renommer, basculez la visibilité "
4348
+ "des colonnes en cliquant sur l’icône en forme d’œil, ouvrez les paramètres "
4349
+ "de colonne en cliquant sur l’icône en forme de clé, faites glisser et "
4350
+ "déposer les blocs pour réorganiser les colonnes."
4351
 
4352
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:7
4353
+ msgid "If cell value"
4354
+ msgstr "Si la valeur de la cellule"
4355
 
4356
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:18
4357
+ msgid "contains"
4358
+ msgstr "contient"
4359
 
4360
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:19
4361
+ msgid "does not contain"
4362
+ msgstr "ne contient pas"
4363
 
4364
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:32
4365
+ msgid "Set cell color"
4366
+ msgstr "Définir la couleur de la cellule"
4367
 
4368
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:33
4369
+ msgid "Reset cell color to default"
4370
+ msgstr "Réinitialiser la couleur de cellule par défaut"
4371
 
4372
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:34
4373
+ msgid "Set cell content"
4374
+ msgstr "Définir le contenu de la cellule"
4375
 
4376
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:35
4377
+ msgid "Set cell CSS class"
4378
+ msgstr "Définir la classe CSS de la cellule"
4379
 
4380
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:36
4381
+ msgid "Remove cell CSS class"
4382
+ msgstr "Supprimer la classe CSS de la cellule"
4383
 
4384
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:37
4385
+ msgid "Set row color"
4386
+ msgstr "Définir la couleur des lignes"
4387
 
4388
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:38
4389
+ msgid "Reset row color to default"
4390
+ msgstr "Réinitialiser la couleur de la ligne par défaut"
4391
 
4392
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:39
4393
+ msgid "Set row CSS class"
4394
+ msgstr "Définir la classe CSS de la ligne"
4395
 
4396
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:40
4397
+ msgid "Remove row CSS class"
4398
+ msgstr "Supprimer la classe CSS de la ligne"
 
 
 
4399
 
4400
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:41
4401
+ msgid "Set column color"
4402
+ msgstr "Définir la couleur de la colonne"
4403
 
4404
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:42
4405
+ msgid "Add column CSS class"
4406
+ msgstr "Ajouter une classe CSS de colonne"
4407
 
4408
+ #: templates/admin/table-settings/conditional_formatting_block.inc.php:53
4409
+ msgid "Remove rule"
4410
+ msgstr "Supprimer la règle"
4411
 
4412
+ #: templates/admin/table-settings/foreign_key_config.inc.php:18
4413
+ msgid "Choose a source wpDataTable"
4414
+ msgstr "Choisissez une source wpDataTable"
4415
 
4416
+ #: templates/admin/table-settings/foreign_key_config.inc.php:20
4417
+ msgid ""
4418
+ "Please choose a remote wpDataTable which will be used as the data source."
4419
+ msgstr ""
4420
+ "Veuillez choisir un wpDataTable distant qui sera utilisé comme source de "
4421
+ "données."
 
 
 
4422
 
4423
+ #: templates/admin/table-settings/foreign_key_config.inc.php:27
4424
+ msgid "Pick a table..."
4425
+ msgstr "Choisissez un tableau..."
4426
 
4427
+ #: templates/admin/table-settings/foreign_key_config.inc.php:49
4428
+ msgid "Display value"
4429
+ msgstr "Valeur d’affichage"
4430
 
4431
+ #: templates/admin/table-settings/foreign_key_config.inc.php:51
4432
+ msgid ""
4433
+ "Please choose which column values will be shown to the front-end user (e.g. "
4434
+ "Name)."
4435
+ msgstr ""
4436
+ "Veuillez choisir les valeurs de colonne à afficher pour l’interface publique "
4437
+ "de l’utilisateur (p.ex, Nom)."
4438
 
4439
+ #: templates/admin/table-settings/foreign_key_config.inc.php:73
4440
+ msgid "Store value"
4441
+ msgstr "Valeur de magasin"
4442
 
4443
+ #: templates/admin/table-settings/foreign_key_config.inc.php:75
4444
+ msgid ""
4445
+ "Please choose which column values will be stored in the table for reference "
4446
+ "- by default wdt_ID, or ID"
4447
+ msgstr ""
4448
+ "Veuillez choisir les valeurs de colonne qui seront stockées dans le tableau "
4449
+ "pour référence - par défaut wdt_ID ou ID"
4450
 
4451
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:19
4452
+ msgid "Formula Editor"
4453
+ msgstr "Éditeur de formule"
4454
 
4455
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:25
4456
+ msgid "Use this dialog to construct formulas and see a preview of the result."
4457
+ msgstr ""
4458
+ "Utilisez cette boîte de dialogue pour créer des formules et afficher un "
4459
+ "aperçu du résultat."
4460
 
4461
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:27
4462
+ msgid ""
4463
+ "You can use columns (values for each cell will be inserted), or number "
4464
+ "values. Only numeric columns allowed (non-numeric will be parsed as 0). "
4465
+ "Basic math operations and brackets are supported. Example: col1*((col2+2)-"
4466
+ "col3*sin(col4-3))."
4467
+ msgstr ""
4468
+ "Vous pouvez utiliser des colonnes (des valeurs pour chaque cellule seront "
4469
+ "insérées) ou des valeurs numériques. Seules les colonnes numériques "
4470
+ "autorisées (non numériques seront analysées comme 0). Les opérations "
4471
+ "mathématiques de base et les parenthèses sont prises en charge. Exemple: "
4472
+ "col1*((col2 + 2)-col3*sin(col4-3))."
4473
 
4474
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:31
4475
+ msgid "Columns to use"
4476
+ msgstr "Colonnes à utiliser"
 
4477
 
4478
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:41
4479
+ msgid "Type your formula here..."
4480
+ msgstr "Saisissez votre formule ici..."
 
 
 
4481
 
4482
+ #: templates/admin/table-settings/formula_editor_modal.inc.php:70
4483
+ msgid "Preview"
4484
+ msgstr "Aperçu"
4485
 
4486
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:9
4487
+ msgid "Merge values?"
4488
+ msgstr "Fusionner les valeurs?"
 
4489
 
4490
+ #: templates/admin/table-settings/possible_values_merge_list_modal.inc.php:13
4491
+ msgid ""
4492
+ "There are already defined possible values. Do you want to merge or to "
4493
+ "replace new values with the existing?"
4494
+ msgstr ""
4495
+ "Il existe déjà des valeurs possibles définies. Voulez-vous fusionner ou "
4496
+ "remplacer de nouvelles valeurs par l’existant?"
4497
 
4498
+ #: templates/admin/table-settings/remove_column_modal.inc.php:21
4499
+ #: templates/admin/table-settings/remove_column_modal.inc.php:35
4500
+ msgid "Remove Column"
4501
+ msgstr "Supprimer la colonne"
4502
 
4503
+ #: templates/admin/table-settings/remove_column_modal.inc.php:56
4504
+ msgid "Confirm"
4505
+ msgstr "Confirmer"
4506
 
4507
+ #: templates/admin/table-settings/remove_column_modal.inc.php:62
4508
+ msgid "Are you sure? There is no undo!"
4509
+ msgstr "Êtes-vous sûr? Il n’y a pas d’annulation de changement!"
4510
 
4511
+ #: templates/admin/table-settings/table_preview_block.inc.php:22
4512
+ msgid "Table preview and columns setup"
4513
+ msgstr "Aperçu du tableau et configuration des colonnes"
 
4514
 
4515
+ #: templates/admin/table-settings/table_preview_block.inc.php:26
4516
+ msgid "Add a formula (calculated) column"
4517
+ msgstr "Ajouter une colonne de formule (calculée)"
4518
 
4519
+ #: templates/admin/table-settings/table_preview_block.inc.php:27
4520
+ msgid "Add a formula column"
4521
+ msgstr "Ajouter une colonne de formule"
4522
 
4523
+ #: templates/admin/table-settings/table_preview_block.inc.php:30
4524
+ msgid "Complete column list"
4525
+ msgstr "Liste complète des colonnes"
4526
 
4527
+ #: templates/admin/table-settings/table_preview_block.inc.php:38
4528
+ msgid "Remove column"
4529
+ msgstr "Supprimer la colonne"
4530
 
4531
+ #: templates/admin/table-settings/table_preview_block.inc.php:47
4532
+ msgid "Switch View:"
4533
+ msgstr "Changer de vue:"
4534
 
4535
+ #: templates/admin/table-settings/table_preview_block.inc.php:49
4536
+ #: templates/admin/table-settings/table_preview_block.inc.php:52
4537
+ msgid "STANDARD"
4538
+ msgstr "STANDARD"
4539
 
4540
+ #: templates/admin/table-settings/table_preview_block.inc.php:50
4541
+ #: templates/admin/table-settings/table_preview_block.inc.php:53
4542
+ msgid "EXCEL-LIKE"
4543
+ msgstr "EXCEL-LIKE"
4544
 
4545
+ #: templates/admin/table-settings/table_settings_block.inc.php:43
4546
+ msgid "wpDataTable name, click to edit"
4547
+ msgstr "nom de wpDataTable, cliquez pour éditer"
4548
 
4549
+ #: templates/admin/table-settings/table_settings_block.inc.php:53
4550
+ msgid "Collapse and expand widget"
4551
+ msgstr "Réduire et développer le widget"
4552
 
4553
+ #: templates/admin/table-settings/table_settings_block.inc.php:86
4554
+ msgid "Sorting and filtering"
4555
+ msgstr "Tri et filtrage"
4556
 
4557
+ #: templates/admin/table-settings/table_settings_block.inc.php:94
4558
+ #: templates/admin/table-settings/table_settings_block.inc.php:932
4559
+ msgid "Table Tools"
4560
+ msgstr "Outils de tableau"
4561
 
4562
+ #: templates/admin/table-settings/table_settings_block.inc.php:98
4563
+ msgid "Placeholders"
4564
+ msgstr "Textes indicatifs"
4565
 
4566
+ #: templates/admin/table-settings/table_settings_block.inc.php:114
4567
+ msgid "Input data source type"
4568
+ msgstr "Type de source de données d’entrée"
4569
 
4570
+ #: templates/admin/table-settings/table_settings_block.inc.php:116
4571
+ msgid ""
4572
+ "Please choose a type of the input data source - it can be a MySQL query, a "
4573
+ "file, or an URL. Only MySQL query-based tables can use server-side processing"
4574
+ msgstr ""
4575
+ "Veuillez choisir un type de source de données d’entrée - il peut s’agir "
4576
+ "d’une requête MySQL, d’un fichier ou d’une URL. Seules les tables basées sur "
4577
+ "des requêtes MySQL peuvent utiliser le traitement côté serveur"
4578
 
4579
+ #: templates/admin/table-settings/table_settings_block.inc.php:123
4580
+ msgid "Select a data source type"
4581
+ msgstr "Sélectionnez un type de source de données"
4582
 
4583
+ #: templates/admin/table-settings/table_settings_block.inc.php:124
4584
+ msgid "SQL query"
4585
+ msgstr "Requête SQL"
 
 
 
4586
 
4587
+ #: templates/admin/table-settings/table_settings_block.inc.php:125
4588
+ msgid "CSV file"
4589
+ msgstr "Fichier CSV"
4590
 
4591
+ #: templates/admin/table-settings/table_settings_block.inc.php:126
4592
+ msgid "Excel file"
4593
+ msgstr "Fichier Excel"
4594
 
4595
+ #: templates/admin/table-settings/table_settings_block.inc.php:127
4596
+ msgid "Google Spreadsheet"
4597
+ msgstr "Feuille de calcul Google"
 
 
 
4598
 
4599
+ #: templates/admin/table-settings/table_settings_block.inc.php:128
4600
+ msgid "XML file"
4601
+ msgstr "Fichier XML"
4602
 
4603
+ #: templates/admin/table-settings/table_settings_block.inc.php:129
4604
+ msgid "JSON file"
4605
+ msgstr "Fichier JSON"
4606
 
4607
+ #: templates/admin/table-settings/table_settings_block.inc.php:143
4608
+ msgid ""
4609
+ "Upload your file or provide the full URL here. For CSV or Excel input "
4610
+ "sources only URLs or paths from same domain are supported. For Google "
4611
+ "Spreadsheets: please do not forget to publish the spreadsheet before pasting "
4612
+ "the URL."
4613
+ msgstr ""
4614
+ "Téléchargez votre fichier ou indiquez l’URL complète ici. Pour les sources "
4615
+ "d’entrée CSV ou Excel, seules les URL ou les chemins du même domaine sont "
4616
+ "pris en charge. Pour les feuilles de calcul Google: n’oubliez pas de publier "
4617
+ "la feuille de calcul avant de coller l’URL."
4618
 
4619
+ #: templates/admin/table-settings/table_settings_block.inc.php:149
4620
+ msgid "Paste URL or path, or click Browse to choose"
4621
+ msgstr ""
4622
+ "Collez l’URL ou le chemin d’accès, ou cliquez sur Parcourir pour choisir"
 
 
4623
 
4624
+ #: templates/admin/table-settings/table_settings_block.inc.php:165
4625
+ msgid "Server-side processing"
4626
+ msgstr "Traitement côté serveur"
4627
 
4628
+ #: templates/admin/table-settings/table_settings_block.inc.php:167
4629
+ msgid ""
4630
+ "If it is turned on, all sorting, filtering, pagination and other data "
4631
+ "interaction will be done by MySQL server. This feature is recommended if you "
4632
+ "have more than 2000-3000 rows. Mandatory for editable tables."
4633
+ msgstr ""
4634
+ "Si elle est activée, toutes les opérations de tri, filtrage, pagination et "
4635
+ "autres interactions de données seront effectuées par le serveur MySQL. Cette "
4636
+ "fonctionnalité est recommandée si vous avez plus de 2000-3000 lignes. "
4637
+ "Obligatoire pour les tables modifiables."
4638
 
4639
+ #: templates/admin/table-settings/table_settings_block.inc.php:171
4640
+ msgid "Enable server-side processing"
4641
+ msgstr "Enable server-side processing"
 
 
 
4642
 
4643
+ #: templates/admin/table-settings/table_settings_block.inc.php:186
4644
+ msgid "SQL Query"
4645
+ msgstr "Requête SQL"
4646
 
4647
+ #: templates/admin/table-settings/table_settings_block.inc.php:188
4648
+ msgid ""
4649
+ "Enter the text of your SQL query here - please make sure it returns actual "
4650
+ "data first. You can use a number of placeholders to make the dataset in the "
4651
+ "table flexible and be able to return different sets of data by calling it "
4652
+ "with different shortcodes."
4653
+ msgstr ""
4654
+ "Entrez le texte de votre requête SQL ici - assurez-vous qu’il renvoie "
4655
+ "d’abord les données actuelles. Vous pouvez utiliser un certain nombre "
4656
+ "d’espaces réservés pour assouplir l’ensemble de données de la table et "
4657
+ "pouvoir renvoyer différents ensembles de données en les appelant avec "
4658
+ "différents codes courts."
4659
 
4660
+ #: templates/admin/table-settings/table_settings_block.inc.php:197
4661
+ msgid "Auto-refresh"
4662
+ msgstr "Actualisation automatique"
4663
 
4664
+ #: templates/admin/table-settings/table_settings_block.inc.php:199
4665
+ msgid ""
4666
+ "If you enter a non-zero value, table will auto-refresh to show actual data "
4667
+ "with a given interval of seconds. Leave zero or empty not to use auto-"
4668
+ "refresh."
4669
+ msgstr ""
4670
+ "Si vous entrez une valeur différente de zéro, le tableau s’actualisera "
4671
+ "automatiquement pour afficher les données réelles avec un intervalle de "
4672
+ "secondes donné. Laissez zéro ou vide pour ne pas utiliser l’actualisation "
4673
+ "automatique."
4674
 
4675
+ #: templates/admin/table-settings/table_settings_block.inc.php:204
4676
+ msgid "Auto-refresh interval in seconds (zero or blank to disable)"
4677
+ msgstr ""
4678
+ "Intervalle de rafraîchissement automatique en secondes (zéro ou vide pour "
4679
+ "désactiver)"
4680
 
4681
+ #: templates/admin/table-settings/table_settings_block.inc.php:222
4682
+ msgid "Table title"
4683
+ msgstr "Titre du tableau"
 
 
 
4684
 
4685
+ #: templates/admin/table-settings/table_settings_block.inc.php:230
4686
+ msgid "Show table title"
4687
+ msgstr "Afficher le titre du tableau"
4688
 
4689
+ #: templates/admin/table-settings/table_settings_block.inc.php:237
4690
+ msgid ""
4691
+ "Enable this to show the table title in a h3 block above the table, disable "
4692
+ "to hide."
4693
+ msgstr ""
4694
+ "Activez cette option pour afficher le titre du tableau dans un bloc h3 au-"
4695
+ "dessus du tableau, puis désactivez-la pour la masquer."
4696
 
4697
+ #: templates/admin/table-settings/table_settings_block.inc.php:244
4698
+ msgid "Show table title on the page"
4699
+ msgstr "Afficher le titre du tableau sur la page"
4700
 
4701
+ #: templates/admin/table-settings/table_settings_block.inc.php:254
4702
+ msgid "Responsiveness"
4703
+ msgstr "Réactivité"
4704
 
4705
+ #: templates/admin/table-settings/table_settings_block.inc.php:262
4706
+ msgid "Responsive design"
4707
+ msgstr "Design réactif"
 
 
 
4708
 
4709
+ #: templates/admin/table-settings/table_settings_block.inc.php:269
4710
+ msgid "Enable this to allow responsiveness in the table."
4711
+ msgstr "Activez cette option pour permettre la réactivité dans le tableau."
4712
 
4713
+ #: templates/admin/table-settings/table_settings_block.inc.php:270
4714
+ msgid ""
4715
+ "Please do not forget to define which columns will be hidden on mobiles and "
4716
+ "tablets in the column settings!"
4717
+ msgstr ""
4718
+ "N’oubliez pas de définir quelles colonnes seront cachées sur les mobiles et "
4719
+ "les tablettes dans les paramètres de colonne!"
4720
 
4721
+ #: templates/admin/table-settings/table_settings_block.inc.php:277
4722
+ msgid "Allow collapsing on mobiles and tablets"
4723
+ msgstr "Autoriser l’écrasement sur les mobiles et les tablettes"
4724
 
4725
+ #: templates/admin/table-settings/table_settings_block.inc.php:287
4726
+ msgid "Hide until loaded"
4727
+ msgstr "Cacher jusqu’au chargement"
 
 
 
4728
 
4729
+ #: templates/admin/table-settings/table_settings_block.inc.php:289
4730
+ msgid ""
4731
+ "Enable to make whole table hidden until it is initialized to prevent "
4732
+ "unformatted data flashing"
4733
+ msgstr ""
4734
+ "Permet de masquer l’intégralité de la table jusqu’à ce qu’elle soit "
4735
+ "initialisée pour éviter que des données non formatées ne clignotent"
4736
 
4737
+ #: templates/admin/table-settings/table_settings_block.inc.php:293
4738
+ msgid "Hide the table before it is fully loaded"
4739
+ msgstr "Cacher la table avant qu’elle ne soit complètement chargée"
4740
 
4741
+ #: templates/admin/table-settings/table_settings_block.inc.php:307
4742
+ msgid "Default rows per page"
4743
+ msgstr "Lignes par défaut par page"
4744
 
4745
+ #: templates/admin/table-settings/table_settings_block.inc.php:315
4746
+ #: templates/admin/table-settings/table_settings_block.inc.php:350
4747
+ msgid "Rows per page"
4748
+ msgstr "Lignes par page"
4749
 
4750
+ #: templates/admin/table-settings/table_settings_block.inc.php:322
4751
+ msgid "How many rows to show per page by default."
4752
+ msgstr "Combien de lignes afficher par page par défaut."
4753
 
4754
+ #: templates/admin/table-settings/table_settings_block.inc.php:358
4755
+ msgid "Show X entries"
4756
+ msgstr "Afficher X entrées"
4757
 
4758
+ #: templates/admin/table-settings/table_settings_block.inc.php:365
4759
+ msgid ""
4760
+ "Enable/disable this to show/hide \"Show X entries\" per page dropdown on the "
4761
+ "frontend."
4762
+ msgstr ""
4763
+ "Activez/désactivez cette option pour afficher/masquer \"Afficher X entrées\" "
4764
+ "par page liste déroulante sur l’interface publique."
4765
 
4766
+ #: templates/admin/table-settings/table_settings_block.inc.php:372
4767
+ msgid "Show \"Show X entries\" dropdown"
4768
+ msgstr "Afficher le menu déroulant \"Afficher X entrées\""
4769
 
4770
+ #: templates/admin/table-settings/table_settings_block.inc.php:382
4771
+ msgid "Scrollable"
4772
+ msgstr "Scrollable"
4773
 
4774
+ #: templates/admin/table-settings/table_settings_block.inc.php:390
4775
+ msgid "Scrollable table"
4776
+ msgstr "Tableau à barre de défilement horizontale"
4777
 
4778
+ #: templates/admin/table-settings/table_settings_block.inc.php:397
4779
+ msgid "Enable this to enable a horizontal scrollbar below the table."
4780
+ msgstr ""
4781
+ "Activez cette option pour activer une barre de défilement horizontale sous "
4782
+ "la table."
4783
 
4784
+ #: templates/admin/table-settings/table_settings_block.inc.php:398
4785
+ msgid "This should be turned off if you want to set columns width manually."
4786
+ msgstr ""
4787
+ "Cette option doit être désactivée si vous souhaitez définir la largeur des "
4788
+ "colonnes manuellement."
4789
 
4790
+ #: templates/admin/table-settings/table_settings_block.inc.php:405
4791
+ msgid "Show a horizontal scrollbar"
4792
+ msgstr "Afficher une barre de défilement horizontale"
4793
 
4794
+ #: templates/admin/table-settings/table_settings_block.inc.php:420
4795
+ #: templates/admin/table-settings/table_settings_block.inc.php:428
4796
+ msgid "Info block"
4797
+ msgstr "Bloc d’information"
4798
 
4799
+ #: templates/admin/table-settings/table_settings_block.inc.php:435
4800
+ msgid ""
4801
+ "Enable to show a block of information about the number of records below the "
4802
+ "table."
4803
+ msgstr ""
4804
+ "Permet d’afficher un bloc d’informations sur le nombre d’enregistrements "
4805
+ "sous le tableau."
4806
 
4807
+ #: templates/admin/table-settings/table_settings_block.inc.php:442
4808
+ msgid "Show information block below the table"
4809
+ msgstr "Afficher le bloc d’informations sous le tableau"
 
 
 
4810
 
4811
+ #: templates/admin/table-settings/table_settings_block.inc.php:452
4812
+ #: templates/admin/table-settings/table_settings_block.inc.php:460
4813
+ msgid "Limit table width"
4814
+ msgstr "Largeur de tableau limite"
4815
 
4816
+ #: templates/admin/table-settings/table_settings_block.inc.php:467
4817
+ msgid "Enable this to restrict table width to page width."
4818
+ msgstr ""
4819
+ "Activez cette option pour restreindre la largeur du tableau à la largeur de "
4820
+ "la page."
4821
 
4822
+ #: templates/admin/table-settings/table_settings_block.inc.php:468
4823
+ msgid ""
4824
+ "This should be turned on if you want to set columns width manually. Should "
4825
+ "be on to use word wrapping."
4826
+ msgstr ""
4827
+ "Cela doit être activé si vous souhaitez définir la largeur des colonnes "
4828
+ "manuellement. Devrait être activé pour utiliser l’enveloppe de mots."
4829
 
4830
+ #: templates/admin/table-settings/table_settings_block.inc.php:475
4831
+ msgid "Limit table width to page width"
4832
+ msgstr "Limiter la largeur du tableau à la largeur de la page"
4833
 
4834
+ #: templates/admin/table-settings/table_settings_block.inc.php:485
4835
+ #: templates/admin/table-settings/table_settings_block.inc.php:493
4836
+ msgid "Word wrap"
4837
+ msgstr "Enveloppe de mots"
4838
 
4839
+ #: templates/admin/table-settings/table_settings_block.inc.php:500
4840
+ msgid ""
4841
+ "Enable this to wrap long strings into multiple lines and stretch the cells "
4842
+ "height."
4843
+ msgstr ""
4844
+ "Activez cette option pour envelopper les longues chaînes de caractères en "
4845
+ "plusieurs lignes et étirer la hauteur des cellules."
4846
 
4847
+ #: templates/admin/table-settings/table_settings_block.inc.php:507
4848
+ msgid "Wrap words to newlines"
4849
+ msgstr "Envelopper les mots dans les nouvelles lignes"
4850
 
4851
+ #: templates/admin/table-settings/table_settings_block.inc.php:528
4852
+ msgid "Advanced column filters"
4853
+ msgstr "Filtres de colonne avancés"
4854
 
4855
+ #: templates/admin/table-settings/table_settings_block.inc.php:536
4856
+ msgid "Advanced filter"
4857
+ msgstr "Filtre avancé"
4858
 
4859
+ #: templates/admin/table-settings/table_settings_block.inc.php:543
4860
+ msgid ""
4861
+ "Enable to show an advanced filter for each of the columns, filters can be "
4862
+ "shown in table footer, header or in a separate form."
4863
+ msgstr ""
4864
+ "Activer pour afficher un filtre avancé pour chacune des colonnes, les "
4865
+ "filtres peuvent être affichés dans le pied de page du tableau, l’en-tête ou "
4866
+ "dans un formulaire séparé."
4867
 
4868
+ #: templates/admin/table-settings/table_settings_block.inc.php:550
4869
+ msgid "Enable advanced column filters"
4870
+ msgstr "Activer les filtres de colonne avancés"
4871
 
4872
+ #: templates/admin/table-settings/table_settings_block.inc.php:575
4873
+ msgid ""
4874
+ "If this is enabled, each column header will be clickable; clicking will sort "
4875
+ "the whole table by the content of this column cells ascending or descending."
4876
+ msgstr ""
4877
+ "Si cette option est activée, chaque en-tête de colonne sera cliquable; en "
4878
+ "cliquant, vous trierez tout le tableau en fonction du contenu de cette "
4879
+ "colonne en ordre croissant ou décroissant."
4880
 
4881
+ #: templates/admin/table-settings/table_settings_block.inc.php:582
4882
+ msgid "Allow sorting for the table"
4883
+ msgstr "Autoriser le tri pour le tableau"
4884
 
4885
+ #: templates/admin/table-settings/table_settings_block.inc.php:592
4886
+ msgid "Main search block"
4887
+ msgstr "Bloc de recherche principal"
4888
 
4889
+ #: templates/admin/table-settings/table_settings_block.inc.php:600
4890
+ msgid "Global search"
4891
+ msgstr "Recherche globale"
4892
 
4893
+ #: templates/admin/table-settings/table_settings_block.inc.php:607
4894
+ msgid ""
4895
+ "If this is enabled, a search block will be displayed on the top right of the "
4896
+ "table, allowing to search through whole table with a single input."
4897
+ msgstr ""
4898
+ "Si cette option est activée, un bloc de recherche sera affiché en haut à "
4899
+ "droite de la table, ce qui permettra de parcourir un tableau entier avec une "
4900
+ "seule entrée."
4901
 
4902
+ #: templates/admin/table-settings/table_settings_block.inc.php:614
4903
+ msgid "Enable search block"
4904
+ msgstr "Activer le bloc de recherche"
4905
 
4906
+ #: templates/admin/table-settings/table_settings_block.inc.php:630
4907
+ msgid "Filters in a form"
4908
+ msgstr "Filtres dans un formulaire"
4909
 
4910
+ #: templates/admin/table-settings/table_settings_block.inc.php:637
4911
+ msgid "Filter in form"
4912
+ msgstr "Filtrer sous forme"
4913
 
4914
+ #: templates/admin/table-settings/table_settings_block.inc.php:644
4915
+ msgid ""
4916
+ "Enable to show the advanced column filter in a form above the table, instead "
4917
+ "of showing in the table footer/header."
4918
+ msgstr ""
4919
+ "Activez pour afficher le filtre de colonne avancé dans un formulaire au-"
4920
+ "dessus de la table, au lieu de l’afficher dans le pied de page/en-tête du "
4921
+ "tableau."
4922
 
4923
+ #: templates/admin/table-settings/table_settings_block.inc.php:651
4924
+ msgid "Show filters in a form above the table"
4925
+ msgstr "Afficher les filtres dans un formulaire au-dessus du tableau"
4926
 
4927
+ #: templates/admin/table-settings/table_settings_block.inc.php:661
4928
+ msgid "Clear filters button"
4929
+ msgstr "Bouton effacer les filtres"
 
 
 
4930
 
4931
+ #: templates/admin/table-settings/table_settings_block.inc.php:672
4932
+ msgid "Enable to show the clear filters button."
4933
+ msgstr "Activer pour afficher le bouton effacer les filtres."
4934
 
4935
+ #: templates/admin/table-settings/table_settings_block.inc.php:673
4936
+ msgid ""
4937
+ "If filter in form is enabled, clear button will be rendered after the last "
4938
+ "filter."
4939
+ msgstr ""
4940
+ "Si le filtre dans le formulaire est activé, le bouton effacer sera rendu "
4941
+ "après le dernier filtre."
4942
 
4943
+ #: templates/admin/table-settings/table_settings_block.inc.php:678
4944
+ msgid ""
4945
+ "Otherwise, clear filter button will be rendered above the table next to "
4946
+ "\"Table Tools\" buttons."
4947
+ msgstr ""
4948
+ "Sinon, le bouton effacer filtre sera affiché au-dessus du tableau à côté des "
4949
+ "boutons \"Outils du tableau\"."
4950
 
4951
+ #: templates/admin/table-settings/table_settings_block.inc.php:689
4952
+ msgid "Show clear filters button"
4953
+ msgstr "Afficher le bouton effacer les filtres"
 
4954
 
4955
+ #: templates/admin/table-settings/table_settings_block.inc.php:712
4956
+ msgid "Allow editing"
4957
+ msgstr "Autoriser l’édition"
4958
 
4959
+ #: templates/admin/table-settings/table_settings_block.inc.php:720
4960
+ msgid "Front-end editing"
4961
+ msgstr "Modification interface publique"
4962
 
4963
+ #: templates/admin/table-settings/table_settings_block.inc.php:727
4964
+ msgid "Allow editing the table from the front-end."
4965
+ msgstr "Autoriser l’édition du tableau à partir de l’interface publique."
4966
 
4967
+ #: templates/admin/table-settings/table_settings_block.inc.php:734
4968
+ msgid "Allow front-end editing"
4969
+ msgstr "Autoriser l’édition à partir de l’interface publique"
4970
 
4971
+ #: templates/admin/table-settings/table_settings_block.inc.php:744
4972
+ msgid "Popover edit block"
4973
+ msgstr "Bloc d’édition Popover"
4974
 
4975
+ #: templates/admin/table-settings/table_settings_block.inc.php:752
4976
+ msgid "Popover tools"
4977
+ msgstr "Outils Popover"
4978
 
4979
+ #: templates/admin/table-settings/table_settings_block.inc.php:759
4980
+ msgid ""
4981
+ "If this is enabled, the New, Edit and Delete buttons will appear in a "
4982
+ "popover when you click on any row, instead of Table Tools block above the "
4983
+ "table."
4984
+ msgstr ""
4985
+ "Si cette option est activée, les boutons Nouveau, Modifier et Supprimer "
4986
+ "s’affichent dans un popover lorsque vous cliquez sur une ligne quelconque, "
4987
+ "au lieu du bloc Outils de tableau situé au-dessus du tableau."
4988
 
4989
+ #: templates/admin/table-settings/table_settings_block.inc.php:766
4990
+ msgid "Editing buttons in a popover"
4991
+ msgstr "Modification de boutons dans un popover"
4992
 
4993
+ #: templates/admin/table-settings/table_settings_block.inc.php:776
4994
+ #: templates/admin/table-settings/table_settings_block.inc.php:784
4995
+ msgid "In-line editing"
4996
+ msgstr "Édition en ligne"
4997
 
4998
+ #: templates/admin/table-settings/table_settings_block.inc.php:791
4999
+ msgid ""
5000
+ "If this is enabled, front-end users will be able to edit cells by double-"
5001
+ "clicking them, not only with the editor dialog."
5002
+ msgstr ""
5003
+ "Si cette option est activée, les utilisateurs sur interface publique "
5004
+ "pourront modifier les cellules en double-cliquant dessus, pas seulement avec "
5005
+ "la boîte de dialogue de l’éditeur."
5006
 
5007
+ #: templates/admin/table-settings/table_settings_block.inc.php:798
5008
+ msgid "Allow in-line editing"
5009
+ msgstr "Autoriser l’édition en ligne"
5010
 
5011
+ #: templates/admin/table-settings/table_settings_block.inc.php:815
5012
+ msgid "MySQL table name for editing"
5013
+ msgstr "Nom de la table MySQL pour l’édition"
5014
 
5015
+ #: templates/admin/table-settings/table_settings_block.inc.php:817
5016
+ msgid ""
5017
+ "Name of the MySQL table which will be updated when edited from front-end."
5018
+ msgstr ""
5019
+ "Nom de la table MySQL qui sera mis à jour lors de l’édition depuis "
5020
+ "l’interface publique."
5021
 
5022
+ #: templates/admin/table-settings/table_settings_block.inc.php:822
5023
+ msgid "MySQL table name"
5024
+ msgstr "Nom de la table MySQL"
5025
 
5026
+ #: templates/admin/table-settings/table_settings_block.inc.php:831
5027
+ msgid "ID column for editing"
5028
+ msgstr "Colonne d’identification pour l’édition"
5029
 
5030
+ #: templates/admin/table-settings/table_settings_block.inc.php:833
5031
+ msgid ""
5032
+ "Choose the column values from which will be used as row identifiers. MUST be "
5033
+ "a unique auto-increment integer on MySQL side so insert/edit/delete would "
5034
+ "work correctly! wpDataTables will guess the correct column if it is called "
5035
+ "\"id\" or \"ID\" on MySQL side."
5036
+ msgstr ""
5037
+ "Choisissez les valeurs de colonne qui seront utilisées comme identificateurs "
5038
+ "de ligne. DOIT être un nombre entier unique auto-incrémenté côté MySQL, "
5039
+ "ainsi insérer/modifier/supprimer fonctionnent correctement! wpDataTables "
5040
+ "devinera la colonne correcte si elle s’appelle \"id\" ou \"ID\" côté MySQL."
5041
 
5042
+ #: templates/admin/table-settings/table_settings_block.inc.php:847
5043
+ msgid "Editor roles"
5044
+ msgstr "Rôles de l’éditeur"
5045
 
5046
+ #: templates/admin/table-settings/table_settings_block.inc.php:849
5047
+ msgid ""
5048
+ "If you want only specific user roles to be able to edit the table, choose in "
5049
+ "this dropdown. Leave unchecked to allow editing for everyone."
5050
+ msgstr ""
5051
+ "Si vous souhaitez que seuls des rôles d’utilisateur spécifiques puissent "
5052
+ "modifier le tableau, choisissez dans cette liste déroulante. Ne cochez pas "
5053
+ "la case pour permettre l’édition à tout le monde."
5054
 
5055
+ #: templates/admin/table-settings/table_settings_block.inc.php:854
5056
+ msgid "Everyone"
5057
+ msgstr "Tout le monde"
 
 
 
5058
 
5059
+ #: templates/admin/table-settings/table_settings_block.inc.php:873
5060
+ msgid "Users see and edit only own data"
5061
+ msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
 
 
 
 
5062
 
5063
+ #: templates/admin/table-settings/table_settings_block.inc.php:881
5064
+ msgid "Users see and edit only their own data"
5065
+ msgstr "Les utilisateurs ne voient et ne modifient que leurs propres données"
 
5066
 
5067
+ #: templates/admin/table-settings/table_settings_block.inc.php:888
5068
+ msgid ""
5069
+ "If this is enabled, users will see and edit only the rows that are related "
5070
+ "to them or were created by them (associated using the User ID column)."
5071
+ msgstr ""
5072
+ "Si cette option est activée, les utilisateurs ne verront et ne modifieront "
5073
+ "que les lignes qui leur sont associées ou qui ont été créées par eux "
5074
+ "(associées à l’aide de la colonne ID utilisateur)."
5075
 
5076
+ #: templates/admin/table-settings/table_settings_block.inc.php:895
5077
+ msgid "Limit editing to own data only"
5078
+ msgstr "Limiter l’édition à vos propres données uniquement"
 
 
 
5079
 
5080
+ #: templates/admin/table-settings/table_settings_block.inc.php:905
5081
+ msgid "User ID column"
5082
+ msgstr "Colonne ID utilisateur"
5083
 
5084
+ #: templates/admin/table-settings/table_settings_block.inc.php:907
5085
+ msgid ""
5086
+ "Choose the column values from which will be used as User identifiers. "
5087
+ "References the ID from WordPress Users table (wp_users), MUST be defined as "
5088
+ "an integer on MySQL side."
5089
+ msgstr ""
5090
+ "Choisissez les valeurs de colonne à partir desquelles seront utilisés les "
5091
+ "identificateurs d’utilisateur. Références de l’ID de la table des "
5092
+ "utilisateurs WordPress (wp_users), DOIT être défini comme un entier du côté "
5093
+ "MySQL."
5094
 
5095
+ #: templates/admin/table-settings/table_settings_block.inc.php:940
5096
+ msgid "Table tools"
5097
+ msgstr "Outils de table"
 
 
 
 
 
 
 
5098
 
5099
+ #: templates/admin/table-settings/table_settings_block.inc.php:947
5100
+ msgid ""
5101
+ "If this is enabled, a toolbar with useful tools will be shown above the table"
5102
+ msgstr ""
5103
+ "Si cette option est activée, une barre d’outils contenant des outils utiles "
5104
+ "sera affichée au-dessus du tableau"
5105
 
5106
+ #: templates/admin/table-settings/table_settings_block.inc.php:954
5107
+ msgid "Enable Table Tools"
5108
+ msgstr "Activer les outils de tableau"
 
 
 
 
 
 
 
5109
 
5110
+ #: templates/admin/table-settings/table_settings_block.inc.php:964
5111
+ msgid "Buttons"
5112
+ msgstr "Boutons"
5113
 
5114
+ #: templates/admin/table-settings/table_settings_block.inc.php:966
5115
+ msgid "Choose which buttons to show in the Table Tools block."
5116
+ msgstr "Choisissez les boutons à afficher dans le bloc Outils de tableau."
5117
 
5118
+ #: templates/admin/table-settings/table_settings_block.inc.php:972
5119
+ msgid "Columns visibility"
5120
+ msgstr "Visibilité des colonnes"
5121
 
5122
+ #: templates/admin/table-settings/table_settings_block.inc.php:994
5123
+ msgid ""
5124
+ "Placeholders can be understood as predefined ‘search and replace‘ templates; "
5125
+ "that will be replaced with some actual values at the execution time; usually "
5126
+ "this is used for MySQL queries, but you can use it for XMl,JSON and PHP "
5127
+ "serialized array. "
5128
+ msgstr ""
5129
+ "Les textes indicatifs peuvent être compris comme des modèles prédéfinis de "
5130
+ "«recherche et de remplacement»; qui seront remplacés par des valeurs réelles "
5131
+ "au moment de l’exécution; généralement ceci est utilisé pour les requêtes "
5132
+ "MySQL, mais vous pouvez l’utiliser pour un tableau sérialisé XMl,JSON et "
5133
+ "PHP. "
5134
 
5135
+ #: templates/admin/table-settings/table_settings_block.inc.php:1006
5136
+ #: templates/admin/table-settings/table_settings_block.inc.php:1021
5137
+ #: templates/admin/table-settings/table_settings_block.inc.php:1036
5138
+ msgid ""
5139
+ "This placeholder will be replaced with any value that you will provide in a "
5140
+ "shortcode. Provide a default value here that will be used for table "
5141
+ "generation and when a different one is not defined in the shortcode."
5142
+ msgstr ""
5143
+ "Ce texte indicatif sera remplacé par toute valeur que vous fournirez dans un "
5144
+ "shortcode. Indiquez ici une valeur par défaut qui sera utilisée pour la "
5145
+ "génération de tableaux et quand une différente valeur n’est pas définie dans "
5146
+ "le shortcode."
5147
 
5148
+ #: templates/admin/table-settings/table_settings_block.inc.php:1011
5149
+ #: templates/admin/table-settings/table_settings_block.inc.php:1026
5150
+ #: templates/admin/table-settings/table_settings_block.inc.php:1041
5151
+ #: templates/admin/table-settings/table_settings_block.inc.php:1063
5152
+ #: templates/admin/table-settings/table_settings_block.inc.php:1081
5153
+ #: templates/admin/table-settings/table_settings_block.inc.php:1098
5154
+ #: templates/admin/table-settings/table_settings_block.inc.php:1119
5155
+ #: templates/admin/table-settings/table_settings_block.inc.php:1136
5156
+ #: templates/admin/table-settings/table_settings_block.inc.php:1153
5157
+ msgid "Default for table generation"
5158
+ msgstr "Par défaut pour la génération de table"
5159
 
5160
+ #: templates/admin/table-settings/table_settings_block.inc.php:1057
5161
+ msgid ""
5162
+ "This placeholder will be replaced with the ID of currently logged in user. "
5163
+ "Provide a value here to be used for table generation"
5164
+ msgstr ""
5165
+ "Ce texte indicatif sera remplacé par l’ID de l’utilisateur actuellement "
5166
+ "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
5167
 
5168
+ #: templates/admin/table-settings/table_settings_block.inc.php:1073
5169
+ msgid ""
5170
+ "This placeholder will be replaced with the login of currently logged in "
5171
+ "user. Provide a value here to be used for table generation"
5172
+ msgstr ""
5173
+ "Ce texte indicatif sera remplacé par le login de l’utilisateur actuellement "
5174
+ "connecté. Indiquez ici une valeur à utiliser pour la génération de table"
5175
 
5176
+ #: templates/admin/table-settings/table_settings_block.inc.php:1091
5177
+ msgid ""
5178
+ "This placeholder will be replaced with the current prefix of WordPress "
5179
+ "database. Provide a value here to be used for table generation"
5180
+ msgstr ""
5181
+ "Ce texte indicatif sera remplacé par le préfixe actuel de la base de données "
5182
+ "WordPress. Indiquez ici une valeur à utiliser pour la génération de table"
 
 
5183
 
5184
+ #: templates/admin/table-settings/table_settings_block.inc.php:1114
5185
+ msgid ""
5186
+ "This placeholder will be replaced with the ID of current post. Provide a "
5187
+ "value here to be used for table generation"
5188
+ msgstr ""
5189
+ "Ce texte indicatif sera remplacé par l’ID du message en cours. Indiquez ici "
5190
+ "une valeur à utiliser pour la génération de table"
5191
 
5192
+ #: templates/admin/table-settings/table_settings_block.inc.php:1129
5193
+ msgid ""
5194
+ "This placeholder will be replaced with the First Name of currently logged in "
5195
+ "user. Provide a value here to be used for table generation"
5196
+ msgstr ""
5197
+ "Cet espace réservé sera remplacé par le Prénom de l’utilisateur actuellement "
5198
+ "connecté. Indiquez ici une valeur à utiliser pour la génération du tableau"
5199
 
5200
+ #: templates/admin/table-settings/table_settings_block.inc.php:1146
5201
+ msgid ""
5202
+ "This placeholder will be replaced with the Last Name of currently logged in "
5203
+ "user. Provide a value here to be used for table generation"
5204
+ msgstr ""
5205
+ "Cet espace réservé sera remplacé par le Nom de famille de l’utilisateur "
5206
+ "actuellement connecté. Indiquez ici une valeur à utiliser pour la génération "
5207
+ "du tableau"
5208
 
5209
+ #: templates/common/delete_modal.inc.php:28
5210
+ msgid "Please confirm deletion. There is no undo!"
5211
+ msgstr ""
5212
+ "S’il vous plaît confirmer la suppression. Il n’y a pas d’annulation de "
5213
+ "changement!"
5214
 
5215
+ #: templates/frontend/edit_dialog.inc.php:10
5216
+ msgid "Please choose input type for columns that you want to edit"
5217
+ msgstr "Veuillez choisir le type d’entrée pour les colonnes à modifier"
5218
 
5219
+ #: templates/frontend/edit_dialog.inc.php:160
5220
+ msgid "Prev"
5221
+ msgstr "Précédent"
5222
 
5223
+ #: templates/frontend/edit_dialog.inc.php:168
5224
+ msgid "Apply and add new"
5225
+ msgstr "Appliquer et ajouter nouveaux"
 
5226
 
5227
+ #: templates/frontend/edit_dialog.inc.php:172
5228
+ msgid "Submit"
5229
+ msgstr "Soumettre"
5230
 
5231
+ #: templates/frontend/excel_table_main.inc.php:28
5232
+ msgid "Search"
5233
+ msgstr "Chercher"
5234
 
5235
+ #: templates/frontend/filter_widget.inc.php:6
5236
+ msgid " Clear all filters"
5237
+ msgstr " Effacer tous les filtres"
 
5238
 
5239
  #~ msgid ""
5240
+ #~ "Please enter your Envato purchase code to enable plugin auto-updates. "
5241
+ #~ "Leave blank if you do not want the plugin to auto-update."
 
 
5242
  #~ msgstr ""
5243
+ #~ "Veuillez entrer votre code d'achat Envato pour activer les mises à jour "
5244
+ #~ "automatiques de l'extension. Laissez vide si vous ne souhaitez pas que "
5245
+ #~ "l'extension se mette à jour automatiquement."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5246
 
5247
+ #~ msgid "Successfully connected to the MySQL server."
5248
+ #~ msgstr "Connecté avec succès au serveur MySQL."
5249
 
5250
+ #~ msgid "wpDataTables could not connect to MySQL server."
5251
+ #~ msgstr "wpDataTables n'a pas pu se connecter au serveur MySQL."
5252
 
5253
+ #~ msgid "wpDataTables could not connect to MySQL server. MySQL said: "
 
 
5254
  #~ msgstr ""
5255
+ #~ "wpDataTables n'a pas pu se connecter au serveur MySQL. MySQL a déclaré: "
 
 
 
 
 
 
 
5256
 
5257
+ #~ msgid "New"
5258
+ #~ msgstr "Nouveau"
5259
 
5260
  #~ msgid "Borderless"
5261
  #~ msgstr "Sans bordures"
5267
  #~ "Si bootstrap.js est déjà inclus dans l'un des fichiers du thème, il est "
5268
  #~ "recommandé de décocher cette option"
5269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5270
  #~ msgid " Clear filters"
5271
  #~ msgstr " Effacer les filtres"
 
 
 
readme.txt CHANGED
@@ -2,19 +2,19 @@
2
  Contributors: wpDataTables, WebFactory
3
  Author URI: https://tms-outsource.com
4
  Plugin URI: https://wpdatatables.com/
5
- Tags: data tables, tables, charts, tables from csv, tables from excel, datatables, responsive tables, charting, mysql tables
6
  Requires at least: 4.0
7
- Tested up to: 5.2
8
  Requires PHP: 5.4
9
- Stable tag: 2.0.13
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
13
- Create responsive, sortable tables & charts from Excel, CSV & PHP. Add tables & charts to posts in minutes with DataTables.
14
 
15
  == Description ==
16
 
17
- wpDataTables is a popular WordPress table plugin used to **quickly create tables & table charts** from Excel, CVS, PHP and other data sources.
18
 
19
  [youtube https://www.youtube.com/watch?v=06QF0wNEf94]
20
 
@@ -24,7 +24,7 @@ wpDataTables is a popular WordPress table plugin used to **quickly create tables
24
  * XML - [Text and video documentation](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-xml/)
25
  * Serialized PHP array - [Text and video documentation](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-serialized-php-array/)
26
 
27
- wpDataTables allows creating Line, Column and Pie charts using the Google Charts rendering engine
28
 
29
  Creating tables and charts with a WordPress tables plugin has never been easier. It only takes 3 basic steps:
30
 
@@ -62,11 +62,11 @@ Please note some limitations compared to the Premium version of the wpDataTables
62
  4. Server-side processing is not included.
63
  5. Responsive mode for the tables is not included.
64
  6. Table filters are not included.
65
- 7. Front-end editing is not included.
66
- 8. Excel-like editing is not included
67
  9. Advanced Google Charts (except for Line, Column and Pie), HighCharts and Chart.js are not included
68
- 10.Table Constructor Wizard (step-by-step table generator) is not included.
69
- 11.Access to our premium support system is not included.
70
 
71
  You can get all of these features by purchasing the full version on [the plugin's site](https://wpdatatables.com).
72
 
@@ -82,7 +82,7 @@ If you don’t require the most advanced features because you only create a tabl
82
 
83
  **wpDataTables Premium**
84
 
85
- While the basic version is great for people who create small and simple tables, wpDataTables Premium is the best table plugin for WordPress and it comes with a huge set of amazing features.
86
  However, the thing that really sets it apart is the possibility to manage any amount of data and create huge responsive tables in WordPress.
87
 
88
  **Do I Need wpDataTables?**
@@ -167,7 +167,14 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
167
 
168
  == Changelog ==
169
 
170
- = 2.013 =
 
 
 
 
 
 
 
171
  * Feature: Removed limitation for number of rows in tables
172
  * Feature: Added functionality for creating Google charts(Line, Column and Pie)
173
  * Feature: Added options for customizing Google charts(Line, Column and Pie)
2
  Contributors: wpDataTables, WebFactory
3
  Author URI: https://tms-outsource.com
4
  Plugin URI: https://wpdatatables.com/
5
+ Tags: data tables, table, charts, tables from csv, tables from excel, datatables, responsive tables, charting, mysql tables, table plugin
6
  Requires at least: 4.0
7
+ Tested up to: 5.2.3
8
  Requires PHP: 5.4
9
+ Stable tag: 2.0.14
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
13
+ Create responsive, sortable tables & charts from Excel, CSV & PHP. Add tables & charts to posts in minutes with DataTables. Best WP table plugin.
14
 
15
  == Description ==
16
 
17
+ wpDataTables is a popular WordPress table plugin used to **quickly create tables & table charts** from Excel, CVS, PHP and other data sources. Use our WP table plugin to represent vast amounts of complicated data in concise, user-friendly way using tables or charts.
18
 
19
  [youtube https://www.youtube.com/watch?v=06QF0wNEf94]
20
 
24
  * XML - [Text and video documentation](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-xml/)
25
  * Serialized PHP array - [Text and video documentation](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-serialized-php-array/)
26
 
27
+ wpDataTables allows creating Line, Column and Pie charts using the Google Charts rendering engine, or simply show data in a table.
28
 
29
  Creating tables and charts with a WordPress tables plugin has never been easier. It only takes 3 basic steps:
30
 
62
  4. Server-side processing is not included.
63
  5. Responsive mode for the tables is not included.
64
  6. Table filters are not included.
65
+ 7. Front-end table editing is not included.
66
+ 8. Excel-like editing is not included.
67
  9. Advanced Google Charts (except for Line, Column and Pie), HighCharts and Chart.js are not included
68
+ 10. Table Constructor Wizard (step-by-step table generator) is not included.
69
+ 11. Access to our premium support system is not included.
70
 
71
  You can get all of these features by purchasing the full version on [the plugin's site](https://wpdatatables.com).
72
 
82
 
83
  **wpDataTables Premium**
84
 
85
+ While the basic version is great for people who create small and simple tables, wpDataTables Premium is the best WordPress table plugin and it comes with a huge set of amazing features.
86
  However, the thing that really sets it apart is the possibility to manage any amount of data and create huge responsive tables in WordPress.
87
 
88
  **Do I Need wpDataTables?**
167
 
168
  == Changelog ==
169
 
170
+ = 2.0.14 =
171
+ * Feature: Added new date formats
172
+ * Updated French translation
173
+ * Updated core of Datatables library
174
+ * Bug fixes and stability improvements.
175
+ * Compatibility with WordPress 5.2.3 approved.
176
+
177
+ = 2.0.13 =
178
  * Feature: Removed limitation for number of rows in tables
179
  * Feature: Added functionality for creating Google charts(Line, Column and Pie)
180
  * Feature: Added options for customizing Google charts(Line, Column and Pie)
source/class.wpdatachart.php CHANGED
@@ -1034,10 +1034,9 @@ class WPDataChart
1034
  $this->shiftStringColumnUp();
1035
 
1036
  $js_ext = $minified_js ? '.min.js' : '.js';
1037
-
1038
- wp_enqueue_script('wpdatatables-render-chart', WDT_JS_PATH . 'wpdatatables/wdt.chartsRender' . $js_ext, array(), WDT_CURRENT_VERSION);
1039
-
1040
-
1041
  wp_enqueue_script('wdt_google_charts', '//www.gstatic.com/charts/loader.js', array(), WDT_CURRENT_VERSION);
1042
  wp_enqueue_script('wpdatatables-google-chart', WDT_JS_PATH . 'wpdatatables/wdt.googleCharts' . $js_ext, array(), WDT_CURRENT_VERSION);
1043
  $json_chart_render_data = json_encode($this->_render_data);
1034
  $this->shiftStringColumnUp();
1035
 
1036
  $js_ext = $minified_js ? '.min.js' : '.js';
1037
+ if (!(is_admin() && function_exists('register_block_type')) ) {
1038
+ wp_enqueue_script('wpdatatables-render-chart', WDT_JS_PATH . 'wpdatatables/wdt.chartsRender' . $js_ext, array(), WDT_CURRENT_VERSION);
1039
+ }
 
1040
  wp_enqueue_script('wdt_google_charts', '//www.gstatic.com/charts/loader.js', array(), WDT_CURRENT_VERSION);
1041
  wp_enqueue_script('wpdatatables-google-chart', WDT_JS_PATH . 'wpdatatables/wdt.googleCharts' . $js_ext, array(), WDT_CURRENT_VERSION);
1042
  $json_chart_render_data = json_encode($this->_render_data);
templates/admin/settings/tabs/main_plugin_settings.php CHANGED
@@ -56,7 +56,10 @@
56
  <option value="m-d-y"> 07-15-05 (m-d-y)</option>
57
  <option value="d M Y"> 15 July 2005 (d Mon Y)</option>
58
  <option value="m/Y"> 07/2005 (m/Y)</option>
59
- <option value="M Y"> July 2005 (Mon Y)</option>
 
 
 
60
  <option value="Y">2005 (Y)</option>
61
  </select>
62
  </div>
56
  <option value="m-d-y"> 07-15-05 (m-d-y)</option>
57
  <option value="d M Y"> 15 July 2005 (d Mon Y)</option>
58
  <option value="m/Y"> 07/2005 (m/Y)</option>
59
+ <option value="M Y"> Jul 2005 (Mon Y)</option>
60
+ <option value="F Y"> July 2005 (F Y)</option>
61
+ <option value="F j, Y"> July 15, 2005 (F j, Y)</option>
62
+ <option value="j. F Y."> 15. July 2005. (j. F Y.)</option>
63
  <option value="Y">2005 (Y)</option>
64
  </select>
65
  </div>
wpdatatables.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin Name: wpDataTables - Tables & Table Charts
6
  Plugin URI: https://tms-outsource.com
7
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
8
- Version: 2.0.13
9
  Author: TMS-Plugins
10
  Author URI: https://tms-outsource.com
11
  Text Domain: wpdatatables
5
  Plugin Name: wpDataTables - Tables & Table Charts
6
  Plugin URI: https://tms-outsource.com
7
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
8
+ Version: 2.0.14
9
  Author: TMS-Plugins
10
  Author URI: https://tms-outsource.com
11
  Text Domain: wpdatatables