From a2aee52f1d07b9c35070221cb7415c5cd8817e2c Mon Sep 17 00:00:00 2001 From: imath Date: Wed, 19 Jul 2017 07:43:36 +0200 Subject: [PATCH] Use Git Archive instread of Grunt Compress and remove outdated it_IT --- Gruntfile.js | 41 +++------ js/notifications.min.js | 2 +- js/posts.min.js | 2 +- js/request.min.js | 2 +- js/script.min.js | 2 +- js/single-activity.min.js | 2 +- languages/bp-reshare-it_IT.mo | Bin 4185 -> 0 bytes languages/bp-reshare-it_IT.po | 162 ---------------------------------- languages/bp-reshare.pot | 2 +- package.json | 2 +- 10 files changed, 17 insertions(+), 200 deletions(-) delete mode 100755 languages/bp-reshare-it_IT.mo delete mode 100755 languages/bp-reshare-it_IT.po diff --git a/Gruntfile.js b/Gruntfile.js index 33fcc1f..87e3231 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -77,12 +77,7 @@ module.exports = function( grunt ) { extDot: 'last', expand: true, ext: '.min.css', - src: ['css/*.css', '!*.min.css'], - options: { - banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' + - '<%= grunt.template.today("UTC:yyyy-mm-dd h:MM:ss TT Z") %> - ' + - 'https://imathi.eu/tag/reshare */' - } + src: ['css/*.css', '!*.min.css'] } }, jsvalidate:{ @@ -93,31 +88,13 @@ module.exports = function( grunt ) { verbose: false } }, - compress: { - main: { + 'git-archive': { + archive: { options: { - archive: '<%= pkg.name %>.zip' - }, - files: [{ - expand: true, - src: [ - '**/*', - '!node_modules/**', - '!npm-debug.log', - '!.editorconfig', - '!.git/**', - '!.gitignore', - '!.gitattributes', - '!grunt/**', - '!.jshintrc', - '!.jshintignore', - '!Gruntfile.js', - '!package.json', - 'LICENSE', - '!icon.png' - ], - dest: './' - }] + 'format' : 'zip', + 'output' : '<%= pkg.name %>.zip', + 'tree-ish': 'HEAD@{0}' + } } } } ); @@ -127,9 +104,11 @@ module.exports = function( grunt ) { */ grunt.registerTask( 'jstest', ['jsvalidate', 'jshint'] ); + grunt.registerTask( 'zip', ['git-archive'] ); + grunt.registerTask( 'shrink', ['cssmin', 'uglify'] ); - grunt.registerTask( 'release', ['checktextdomain', 'makepot', 'clean', 'jstest', 'shrink', 'compress'] ); + grunt.registerTask( 'release', ['checktextdomain', 'makepot', 'clean', 'jstest', 'shrink', 'git-archive'] ); // Default task. grunt.registerTask( 'default', ['commit'] ); diff --git a/js/notifications.min.js b/js/notifications.min.js index 84dec48..17c98f6 100644 --- a/js/notifications.min.js +++ b/js/notifications.min.js @@ -1,2 +1,2 @@ -/*! bp-reshare - v2.0.0-beta1 - 2017-07-18 9:36:20 PM UTC - https://imathi.eu/tag/reshare */ +/*! bp-reshare - v2.0.0-beta1 - 2017-07-19 5:39:44 AM UTC - https://imathi.eu/tag/reshare */ window.bpReshare=window.bpReshare||{},function(a,b){"undefined"!=typeof a.userNotifications&&(a.Notifications={start:function(){if(a.userNotifications.items&&0

'+c+"

",b.insertBefore(e,b.childNodes[0])),window.setTimeout(function(){b.childNodes[0].remove()},4e3))}})}(window.bpReshare); \ No newline at end of file diff --git a/js/script.min.js b/js/script.min.js index 9f1d533..53251e4 100644 --- a/js/script.min.js +++ b/js/script.min.js @@ -1,2 +1,2 @@ -/*! bp-reshare - v2.0.0-beta1 - 2017-07-18 9:36:20 PM UTC - https://imathi.eu/tag/reshare */ +/*! bp-reshare - v2.0.0-beta1 - 2017-07-19 5:39:44 AM UTC - https://imathi.eu/tag/reshare */ window.bpReshare=window.bpReshare||{},function(a,b){"undefined"!=typeof a.templates&&(a.activities=[],a.disabledActivities={},a.getURLparams=function(a,b){var c;if(c=a?-1!==a.indexOf("?")?"?"+a.split("?")[1]:"":document.location.search,!c)return null;var d=c.replace(/(^\?)/,"").split("&").map(function(a){return a=a.split("="),this[a[0]]=a[1],this}.bind({}))[0];return b?d[b]:d},a.isTypeDisabled=function(c,d,e){if(!c)return!0;var f=!1;if(d)f=a.params.disabled_types&&-1!==b.inArray(d,a.params.disabled_types);else if("undefined"==typeof a.disabledActivities[c]){var g=b("#activity-"+c).prop("class");!g&&e&&(g=b(e).prop("class")),g=g.split(" "),a.params.disabled_types&&(b.each(a.params.disabled_types,function(a,c){-1!==b.inArray(c,g)&&(f=!0)}),a.disabledActivities[c]=f)}else f=a.disabledActivities[c];return f},a.IndexOf=function(a,c){var d=-1;return c=c||[],a&&b.isArray(c)?(b.each(c,function(b,c){a===c.id&&(d=b)}),d):d},a.getTimeSince=function(c){var d,e,f,g,h,i,j=new Date(b.now()),k=[],l=b.extend({},a.params.time_since.time_chunks);if(void 0===c)return" "+a.params.time_since.sometime;if(c=new Date(1e3*c),d=j-c,1e3>d)return" "+a.params.time_since.now;b.each(l,function(a,b){var c=1e3*b,g=Math.floor(d/c);0===g||f||(f=a,e=g,i=c)}),f=f.substr(2),k.push(1===e?a.params.time_since[f].replace("%",e):a.params.time_since[f+"s"].replace("%",e)),delete l.a_year,b.each(l,function(a,b){var c=1e3*b,f=Math.floor((d-i*e)/c);0===f||h||(h=a,g=f)}),void 0!==h&&(h=h.substr(2),k.push(1===g?a.params.time_since[h].replace("%",g):a.params.time_since[h+"s"].replace("%",g)));var m=a.params.time_since.sometime;return k.length>=1&&(m=a.params.time_since.ago.replace("%",k.shift()))," "+m},a.refreshActivity=function(c){if(!c)return!1;var d,e,f={link:"addLink",text:"addReshare"},g={},h=".activity-header a.activity-time-since";if(c.id)g=c;else{c=parseInt(c,10);var i=a.IndexOf(c,a.activities);if(-1===i)return!1;g=a.activities[i]}return!(!b("#activity-"+g.id).length||!0!==g.isChecked)&&(e=b("#activity-"+g.id),!e.find(".reshare-time-since").length&&g.time&&(e.prop("class",e.prop("class").replace(/date-recorded-([0-9]+)/,"date-recorded-"+g.time)),e.find(h).length||(h=".activity-header span.time-since"),e.find(h).after(b("").addClass("reshare-time-since").html(a.getTimeSince(g.time)))),d=e.find(".bp-reshare").first(),d.find("span.count").first().html(g.users.length),-1!==b.inArray(a.params.u.toString(),g.users)&&(f={link:"removeLink",text:"removeReshare"}),d.prop("href",a.strings[f.link].replace("%i",g.id)).removeClass("add-reshare remove-reshare").addClass("removeLink"===f.link?"remove-reshare":"add-reshare"),d.find(".bp-screen-reader-text").html(a.strings[f.text]),!0)},a.get=function(){if(!b(".bp-reshare").length)return!1;var c=[];return b.each(a.activities,function(b,d){if(!0===a.activities[b].isChecked)a.refreshActivity(d);else{if(a.isTypeDisabled(d.id))return;c.push(d.id),a.activities[b].isChecked=!0}}),c.length&&a.Ajax.get("all",{activities:c.join(",")},function(c,d){if(200===c){if(!b.isArray(d)||!d.length)return;b.each(d,function(b,c){var d=parseInt(c.id,10),e=a.IndexOf(d,a.activities);-1!==e&&(a.activities[e].users=c.users,a.activities[e].time=c.time,a.refreshActivity(d))})}}),!0},a.Scan=function(c){return!!c&&(b.each(b(c).children(),function(c,d){var e=parseInt(b(d).prop("id").replace("activity-",""),10);e&&!a.isTypeDisabled(e,null,d)&&-1===a.IndexOf(e,a.activities)&&a.activities.push({id:e,users:[],markUp:!1,isChecked:!1})}),!0)},a.setMarkup=function(){return!!a.activities.length&&(b.each(a.activities,function(c,d){var e=b("#activity-"+d.id),f=b(e).find(".activity-header a").first().prop("href");if(e.length&&!b(e).find("a.bp-reshare").length&&!a.isTypeDisabled(d.id)){if(!1===d.markUp){var g=b.trim(f.replace(a.params.root_members,""),"/").split("/")[0],h="add-reshare";g===a.params.u_nicename&&(h="disabled"),a.activities[c].markUp=a.templates.reshareButton.replace("%l",a.strings.addLink.replace("%i",d.id)).replace("%r",h).replace("%a",d.id).replace("%u",g).replace("%t",a.strings.addReshare).replace("%c",0)}if(b(e).find(".activity-meta a").first().after(a.activities[c].markUp),a.displayedUser){var i=b(e).find(".activity-avatar"),j=b(a.displayedUser.avatar).prop("src");j.split("?")[0]===i.find("img").prop("src").split("?")[0]||b(e).find(".activity-reshared-by").length||b(i).before(b("
").addClass("activity-reshared-by").html(a.displayedUser.resharedText.replace("%s",a.displayedUser.avatar)))}}}),!0)},a.isResharesScope=function(){return"reshares"===decodeURIComponent(document.cookie).split(";").map(function(a){var c=a.split("=");if("bp-activity-scope"===b.trim(c[0]))return b.trim(c[1])}).filter(function(a){if(a)return a}).shift()},a.activityTab=function(c,d){a.params.u_count=parseInt(a.params.u_count,10),(a.params.u_count||c)&&(c?"-1"===c?a.params.u_count-=1:a.params.u_count+=parseInt(c,10):c=a.params.u_count,b("body.directory #activity-reshares").length?b("body.directory #activity-reshares").find("span").first().html(a.params.u_count):b("body.directory .activity-type-tabs ul li").first().after(b(a.templates.directoryTab.replace("%c",a.params.u_count)).addClass(!0===d?"selected":"")))},a.Button=function(b,c){c||(c="#activity-stream"),!0===a.Scan(c)&&("populate"===b?(a.setMarkup(),a.get()):window.setTimeout(function(){a.setMarkup(),a.get()},500))},b(document).ready(function(){a.Button("populate"),a.activityTab(null,a.isResharesScope())}),b(document).ajaxSuccess(function(c,d,e){var f,g=decodeURIComponent(e.data),h=a.getURLparams("?"+g,"action"),i=e.url&&-1!==e.url.indexOf(a.params.root_url);i||-1===b.inArray(h,["activity_get_older_updates","activity_widget_filter","post_update"])||("post_update"===h?f=b("").html(d.responseText):(f=b(d.responseJSON.contents)[0],"LI"===f.nodeName&&(f=b("").html(b.map(b(d.responseJSON.contents),function(a){return b(a).prop("outerHTML")}).join(" "))),"activity_widget_filter"===h&&(a.activities=[])),a.Button("refresh",f))}),b("body.activity #buddypress").on("click",".load-newest a",function(c){var d=b(c.currentTarget).closest("ul"),e=b(c.currentTarget).parent();window.setTimeout(function(){var c=b("").html(b.map(b(d.find(".just-posted")),function(a){return b(a).prop("outerHTML")}).join(" "));a.Button("populate",c),e.length&&e.remove()},500)}),a.add=function(c){var d=c.currentTarget,e=b(d).data("activity-id"),f=b(d).data("author-name"),g=b(d).find("span.count").first(),h=".activity-header a.activity-time-since";c.preventDefault(),f!==a.params.u_nicename&&(b(d).hasClass("add-reshare")?a.Ajax.post(e,{user_id:a.params.u,author_slug:f},function(c,f){if(200===c&&f.reshared)b(d).closest(".activity-content").find(".reshare-time-since").remove(),b("#activity-"+e).find(h).length||(h=".activity-header span.time-since"),b(d).removeClass("add-reshare").addClass("remove-reshare").prop("href",a.strings.removeLink.replace("%i",e)).closest(".activity-content").find(h).after(b("").addClass("reshare-time-since").html(a.getTimeSince(f.reshared))),b(g).html(parseInt(b(g).html(),10)+1),a.activityTab(1);else{var i=a.strings.genericError;f.message&&(i=f.message),a.Ajax.feedback(b(d).closest(".activity-meta").get(0),i,"error")}}):b(d).hasClass("remove-reshare")&&a.Ajax.remove(e,{user_id:a.params.u,author_slug:f},function(c,f){if(200===c)b(d).removeClass("remove-reshare").addClass("add-reshare").prop("href",a.strings.addLink.replace("%i",e)).closest(".activity-content").find(".reshare-time-since").remove(),b(g).html(parseInt(b(g).html(),10)-1),a.activityTab("-1"),(a.isResharesScope()||a.displayedUser&&a.params.u===a.displayedUser.userID)&&b("#activity-"+e).remove();else{var h=a.strings.genericError;f.message&&(h=f.message),a.Ajax.feedback(b(d).closest(".activity-meta").get(0),h,"error")}}))},b("#buddypress").on("click",".bp-reshare",a.add),b("#buddypress").on("change.livestamp",".time-since",function(c){var d,e,f=b(c.currentTarget).parents("li").first(),g=f.find(".bp-reshare").first();b(g).length&&(d=parseInt(b(g).data("activity-id"),10),e=a.IndexOf(d,a.activities),-1!==e&&b(f).find(".reshare-time-since").html(a.getTimeSince(a.activities[e].time)))}))}(window.bpReshare,jQuery); \ No newline at end of file diff --git a/js/single-activity.min.js b/js/single-activity.min.js index d3b35b0..6b11270 100644 --- a/js/single-activity.min.js +++ b/js/single-activity.min.js @@ -1,2 +1,2 @@ -/*! bp-reshare - v2.0.0-beta1 - 2017-07-18 9:36:20 PM UTC - https://imathi.eu/tag/reshare */ +/*! bp-reshare - v2.0.0-beta1 - 2017-07-19 5:39:44 AM UTC - https://imathi.eu/tag/reshare */ window.bpReshare=window.bpReshare||{},function(a,b){"undefined"!=typeof a.activity&&(a.outputNoItem=function(c,d,e){if(!b(c).find("#message").length){var f="info";e?f+=" keep":e=a.activity.nav[d].no_item,"comments"!==d&&b(c).html(""),b(c).prepend(b("
").prop("id","message").addClass(f).html("

"+e+"

"))}},a.getLoading=function(c){b(c).html(b("
").css({background:"url( "+a.activity.loader+" ) no-repeat",width:"100%",height:"40px","background-position":"50% 50%"}))},a.getUsers=function(c,d,e){e||(e=1),1===e&&a.getLoading(c);var f={type:d,include:a.activity.nav[d].users.join(","),page:e};a.Ajax.get(a.activity.id,f,function(f,g){if(200===f&&g.users)a.activity.nav[d].usersDetail=g.users,g.has_more&&(a.activity.nav[d].nextPage=e+1,g.users.loadmore='
  • Load More
  • '),1!==e&&b("#"+d+"-users").length?b(c).find(".loading").length&&b(c).find(".loading").remove():b(c).html(b("").prop({id:d+"-users",class:"item-list","aria-live":"assertive","aria-relevant":"all"})),b.each(g.users,function(a,c){b("#"+d+"-users").append(c)});else{var h=a.strings.genericError;g.message&&(h=g.message),b(c).find("div").first().css({background:"none"}),a.Ajax.feedback(b(c).get(0),h,"error")}})},a.activityNav=function(){var c=0,d=[];b.each(a.activity.nav,function(e,f){var g;f.count=0,c===f.position&&("comments"===e?f.count=parseInt(b("#acomment-comment-"+a.activity.id+" span").html(),10):f.count=f.users.length,g=1>=f.count?f.singular:f.plural,d.push(b("").html(g).prop({id:"display-"+e,href:"#display-"+e}).get(0).outerHTML)),c++}),b("#activity-"+a.activity.id+" .activity-comments").before(b("").html("
  • "+d.join("
  • ")+"
  • ").prop("id","buddyreshare-activity-nav")).addClass("buddyreshare-nav-content"),b("#display-comments").parent().addClass("selected"),0===a.activity.nav.comments.count?a.outputNoItem("#activity-"+a.activity.id+" .activity-comments","comments"):b("#activity-"+a.activity.id+" .activity-comments").get(0).children.length||a.outputNoItem("#activity-"+a.activity.id+" .activity-comments","comments",a.activity.nav.comments.no_comments),a.activity.nav.favorites&&a.activity.nav.favorites.count&&b("#activity-"+a.activity.id+" .activity-meta").find(".fav, .unfav").prepend(" ").prepend(b("").addClass("count").html(a.activity.nav.favorites.count))},b("#buddypress").on("click","#buddyreshare-activity-nav li a",function(c){var d=b(c.currentTarget),e=d.prop("id").replace("display","activity"),f=d.prop("id").replace("display-","");c.preventDefault(),b.each(b("#buddyreshare-activity-nav li a"),function(a,c){b(c).parent().removeClass("selected"),b(c).prop("id")===d.prop("id")&&b(c).parent().addClass("selected")}),b("#activity-"+a.activity.id+" ."+e).length||b("#activity-"+a.activity.id).append(b("
    ").addClass(e+" buddyreshare-nav-content")),b.each(b(".buddyreshare-nav-content"),function(c,d){b(d).hasClass(e)?(b(d).show(),0===a.activity.nav[f].count?a.outputNoItem(d,f):(b(d).find("#message").hasClass("keep")||b(d).find("#message").remove(),b(d).hasClass("activity-comments")||a.getUsers(d,f))):b(d).hide()})}),b("#buddypress").on("click",".buddyreshare-nav-content .load-more-users a",function(c){c.preventDefault();var d=b(c.currentTarget).data("next-page"),e=b(c.currentTarget).closest(".buddyreshare-nav-content"),f=b(e).prop("class").split(" ")[0].replace("activity-","");b(c.currentTarget).parent().addClass("loading").html(a.getLoading(b(this))),a.getUsers(e,f,d)}),a.refreshCounts=function(c,d,e){var f=0;return"comments"!==c?("-1"===e?a.activity.nav[c].users.splice(a.activity.nav[c].users.indexOf(d.toString()),1):1===e&&a.activity.nav[c].users.push(d.toString()),f=a.activity.nav[c].users.length,b("#display-comments").trigger("click")):(f=e,b(".activity-comments").find("#message.info").remove()),f<=1?b("#display-"+c).html(a.activity.nav[c].singular):b("#display-"+c).html(a.activity.nav[c].plural),f},b("#buddypress .activity-meta").on("click","a",function(c){if(!a.isTypeDisabled(a.activity.id)){var d=0;b(c.currentTarget).hasClass("acomment-reply")?b("#display-comments").trigger("click"):b(c.currentTarget).hasClass("bp-reshare")&&(b(c.currentTarget).hasClass("add-reshare")?d=1:b(c.currentTarget).hasClass("remove-reshare")&&(d="-1"),a.activity.nav.reshares.count=a.refreshCounts("reshares",a.params.u,d))}}),b(document).ajaxSuccess(function(c,d,e){if(!a.isTypeDisabled(a.activity.id)){var f=decodeURIComponent(e.data),g=1,h=a.getURLparams("?"+f,"action");"activity_mark_fav"===h||"activity_mark_unfav"===h?("activity_mark_unfav"===h&&(g="-1"),a.activity.nav.favorites.count=a.refreshCounts("favorites",a.params.u,g),window.setTimeout(function(){b("#activity-"+a.activity.id+" .activity-meta").find(".fav, .unfav").html(b("").addClass("count").html(a.activity.nav.favorites.count).get(0).outerHTML+" "+d.responseText)},500)):"delete_activity_comment"!==h&&"new_activity_comment"!==h||("delete_activity_comment"===h?a.activity.nav.comments.count-=1:a.activity.nav.comments.count+=1,a.refreshCounts("comments",!1,a.activity.nav.comments.count))}}),b(document).ready(function(){a.isTypeDisabled(a.activity.id)||a.activityNav()}))}(window.bpReshare,jQuery); \ No newline at end of file diff --git a/languages/bp-reshare-it_IT.mo b/languages/bp-reshare-it_IT.mo deleted file mode 100755 index 8dc75278b716de796853f301b96b868213403254..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4185 zcmbtWOOISf6)r-6czEQ&BQGAuV~qpYw;y8@Cp{0x?%2^po_LrU1NH{0@2%-Brn>4< zRkw$>Snvao*nrrwiG(8f0Z5=oc*z2Z6=DI4UgXi;jE`CUeHt@zH_`!JW!$N!;cnbImPy;uCZvl6K|EO{O(Q4n1 zfsbSUZQ!SYe*k_F_ztiSeB>k5{Ph~|0GBXtfrr2;@Tfl-z|SXvPXk${6<`V_zdtF;A_AHsDT9#rii}+&jH^7 zJ^_3jLe2sS2$jTZz`ui|ZQytC{vwp$2L25AI`BR)1$I6z!~pmc;A!B$fy~RZpQz6N z3h;TnZvt-u?*N|$zE$JzfDk4A4Ez!BK5!N2VH{KwZvxq#Ujdny-vF71w}ETGC-L!{ zz-=JQeG`aJ;kYx89Y9VhyBDl@c@lt84v5k`h5ux$03jB@UX3?@W6fLxd@|j5PsQi z*6j?QX0Q#<;9<@=?s%}BP+NQs56mnF$0qCj1w72NpuJe6hjf|NC5^l~*jPTZOgh_G zHnOnkC^^t3D!;thHyX=E$}5VFWR{VnsWQeL(Lkn$L+=Wk@uxUaRBc*s%T2Ko$g41t zUh$6EAuC~db70(%au*^mBE3X{>%Y#G(g z4+PHXnAG|xs8VFvbO*12SLeZRvG6G0~vj&SPDr4W3y=^4Cyoi-7_wrLb-}l z5J@JBIKmVhs3Roq){dyO%II`6QzlZcc?)8X<6!2l<{#qeOx&`E)*UT4;PUCq;#N@f zI>IBQUgu!Yb1CRj58+|7J*+4lYvezIrq-@10hD={XDm>M)`R7&vYaBiv5Yz`)4w!W zMp$SJjn#Ode4r=?bx1a$9@X~|uS$ZhROyMr8ZJF9ErPfWm)-`Wna;?%IA>JaX+tR7 zPQlTE^er)pG4Hk88cK|GOBL^#Xs>pM2yB^htA32}p*b`dL58F`=7Y2#CMCF-p9F1*;gc=24P)9ZAWwzsyg%{9UCOMPb}f|KqJ zA1qDViGFBNNJ2CP6i+ma0w!^FUu=Lg9V@A_Qjn}NH1tKDyN6L%`k`Y>(V$K|Bjr4) zIe4EV%nK523$6Cv&rvH_iT8BY+4sgP60LPUiIOvNbC0#e8^u_8oUWUO3SW%DjAzGZ zh+B4*kp%x12*$g2{%b+&cKG(VQ)=8I7(Y#g4xBYwFiYq06@HxGe`w_kKYW<@G@o_Q;U3 zRWA^I_RNKs*Hk5Fk>~|wRf`+)Lra|JC;M$-FFKXSM{pC-%LfB3k>v=i<|v0+pg2Wl z7Lv>J0#?KQL1{9jvfK=PDR*Wv$46~LMEEuH9OJ#&8`F;FZYGizW9E3El;3gDxzdnK z0qVJsqNGWxn!V(z6g?{R2p2fF*!sIDg%$=GqlRVGab<18g#gW~3~)CojeuWfrHvc^ z2{KoEl*@n>^IJew&rl$d5Ksacw7g$HV+0-F2fSVemC|Nq{X`!@{g`tKWfY1uA79=D f_U`=>A!AWk5!YyE?4wzMwdl8nU2w_&dl&dGs&e6O diff --git a/languages/bp-reshare-it_IT.po b/languages/bp-reshare-it_IT.po deleted file mode 100755 index 896dfa6..0000000 --- a/languages/bp-reshare-it_IT.po +++ /dev/null @@ -1,162 +0,0 @@ -# Copyright (C) 2013 BP reshare -# This file is distributed under the same license as the BP reshare package. -msgid "" -msgstr "" -"Project-Id-Version: BP reshare 1.0-beta5\n" -"Report-Msgid-Bugs-To: http://wordpress.org/tag/bp-reshare\n" -"POT-Creation-Date: 2013-01-07 02:36:44+00:00\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2013-04-03 17:19+0100\n" -"Last-Translator: Luca Camellini \n" -"Language-Team: luccame \n" -"Plural-Forms: nplurals=2; plural=n>1;\n" -"X-Poedit-Language: Italian\n" -"X-Poedit-Country: ITALY\n" -"X-Poedit-SourceCharset: utf-8\n" - -#: includes/bp-reshare-actions.php:27 -msgid "OOps, looks like you already reshared this activity or you are the author of it.." -msgstr "Oops, sembra che tu abbia già condiviso questa attività oppure ne sei l'autore..." - -#: includes/bp-reshare-actions.php:39 -msgid "Activity reshared !" -msgstr "Attività condivisa!" - -#: includes/bp-reshare-actions.php:47 -#: includes/bp-reshare-actions.php:101 -#: includes/bp-reshare-ajax.php:25 -msgid "OOps, error while trying to reshare.." -msgstr "Oops, si è verificato un errore durante la condivisione..." - -#: includes/bp-reshare-actions.php:93 -msgid "Reshare deleted !" -msgstr "Condivisione eliminata!" - -#: includes/bp-reshare-admin.php:25 -msgid "BP Reshare Settings" -msgstr "Impostazioni BP Reshare" - -#: includes/bp-reshare-admin.php:47 -msgid "BP Reshare settings" -msgstr "Impostazioni BP Reshare" - -#: includes/bp-reshare-admin.php:52 -msgid "Settings Saved" -msgstr "Impostazioni Salvate" - -#: includes/bp-reshare-admin.php:62 -msgid "Amount of user's avatar to show when a single activity is displayed" -msgstr "Numero di avatar da mostrare durante la visualizzazione della singola attività" - -#: includes/bp-reshare-admin.php:71 -msgid "Blog & Forum Comments are disabled in activity stream, should we disable comments for Blog & Forum reshares" -msgstr "I commenti a blog e forum sono disabilitati nel flusso di attività, vuoi disabilitare anche i commenti per le condivisioni di blog e forum?" - -#: includes/bp-reshare-admin.php:73 -#: includes/bp-reshare-admin.php:83 -#: includes/bp-reshare-admin.php:90 -msgid "Yes" -msgstr "Sì" - -#: includes/bp-reshare-admin.php:74 -#: includes/bp-reshare-admin.php:84 -#: includes/bp-reshare-admin.php:91 -msgid "No" -msgstr "No" - -#: includes/bp-reshare-admin.php:81 -msgid "Use Javascript trick 1 : a link to remind where the filter dropdown is." -msgstr "Usa il trucchetto Javascript 1: un collegamento per ricordare dov'è il filtro." - -#: includes/bp-reshare-admin.php:88 -msgid "Use Javascript trick 2 : automatically activate all members tab when activity textarea receives the focus" -msgstr "Usa il trucchetto Javascript 2: passa automaticamente alla scheda \"Tutti i membri\" quando il campo attività riceve il focus" - -#: includes/bp-reshare-admin.php:98 -msgid "Save Settings" -msgstr "Salva Impostazioni" - -#: includes/bp-reshare-ajax.php:16 -msgid "Unknown activity ?!?" -msgstr "Attività sconosciuta ?!?" - -#: includes/bp-reshare-ajax.php:47 -msgid "OOps, error while trying to delete your reshare.." -msgstr "Oops, si è verificato un errore durante l'eliminazione della condivisione..." - -#: includes/bp-reshare-component.php:41 -#: includes/bp-reshare-component.php:57 -#: includes/bp-reshare-screens.php:80 -msgid "Reshares" -msgstr "Condivisioni" - -#: includes/bp-reshare-component.php:83 -msgid " Stuck ? Click here to add a yellow background to the filter" -msgstr " Serve aiuto? Clicca qui per evidenziare in giallo il filtro." - -#: includes/bp-reshare-component.php:84 -msgid "You did not reshared any activities so far." -msgstr "Non hai ancora condiviso nessuna attività." - -#: includes/bp-reshare-filters.php:96 -msgid "Delete" -msgstr "Elimina" - -#: includes/bp-reshare-functions.php:83 -msgid "%s reshared a blog post originally posted by %s" -msgstr "%s ha condiviso un articolo originariamente pubblicato da %s" - -#: includes/bp-reshare-functions.php:86 -msgid "%s reshared a comment originally posted by %s" -msgstr "%s ha condiviso un commento originariamente inviato da %s" - -#: includes/bp-reshare-functions.php:93 -msgid "%s reshared a forum topic originally posted by %s in the group %s" -msgstr "%s ha condiviso un argomento sul forum originariamente creato da %s nel gruppo %s" - -#: includes/bp-reshare-functions.php:96 -msgid "%s reshared a forum reply originally posted by %s in the group %s" -msgstr "%s ha condiviso una risposta sul forum originariamente inviata da %s nel gruppo %s" - -#: includes/bp-reshare-functions.php:102 -msgid "%s reshared an activity originally shared by %s" -msgstr "%s ha condiviso l'attività di %s" - -#: includes/bp-reshare-screens.php:69 -msgid "Most Reshared" -msgstr "Più Condivisi" - -#: includes/bp-reshare-screens.php:80 -msgid "Activity that I have reshared." -msgstr "Attività che ho condiviso." - -#: includes/bp-reshare-screens.php:80 -msgid "%s" -msgstr "%s" - -#: includes/bp-reshare-screens.php:100 -msgid "Reshared by :" -msgstr "Condiviso da:" - -#. Plugin Name of the plugin/theme -msgid "BP reshare" -msgstr "BP reshare" - -#. Plugin URI of the plugin/theme -msgid "http://imathi.eu/2012/12/07/bp-reshare" -msgstr "http://imathi.eu/2012/12/07/bp-reshare" - -#. Description of the plugin/theme -msgid "BuddyPress component to reshare activities" -msgstr "Componente BuddyPress per condividere le attività" - -#. Author of the plugin/theme -msgid "imath" -msgstr "imath" - -#. Author URI of the plugin/theme -msgid "http://imathi.eu" -msgstr "http://imathi.eu" - diff --git a/languages/bp-reshare.pot b/languages/bp-reshare.pot index 8bce569..ebb2393 100644 --- a/languages/bp-reshare.pot +++ b/languages/bp-reshare.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: BP Reshare 2.0.0-beta1\n" "Report-Msgid-Bugs-To: https://github.com/imath/bp-reshare/issues\n" -"POT-Creation-Date: 2017-07-18 21:36:19+00:00\n" +"POT-Creation-Date: 2017-07-19 05:39:43+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package.json b/package.json index b7c77a3..ea1b3eb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "grunt-legacy-util": "^1.0.0", "grunt-wp-i18n": "~0.5.4", "matchdep": "~1.0.1", - "grunt-contrib-compress": "~1.3.0" + "grunt-git-archive": "~0.0.3" }, "engines": { "node": "~6.6.0"