tor-commits
Threads by month
- ----- 2025 -----
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
April 2018
- 17 participants
- 1638 discussions

[depictor/master] Remove a partially misleading signature algorithm
by tom@torproject.org 12 Apr '18
by tom@torproject.org 12 Apr '18
12 Apr '18
commit 5aeea0e0eaa3a4a7674c8d6baf6e85c078f6b512
Author: Tom Ritter <tom(a)ritter.vg>
Date: Thu Feb 15 16:58:35 2018 -0600
Remove a partially misleading signature algorithm
Closes #25184
---
website.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website.py b/website.py
index a80ee58..0c5d737 100755
--- a/website.py
+++ b/website.py
@@ -262,7 +262,7 @@ class WebsiteWriter:
+ " </colgroup>\n")
# XXX Should also write if the displayed consensus is out of date
- signingFPs = {sig.identity:sig.method for sig in self.consensus.signatures}
+ signingFPs = [sig.identity for sig in self.consensus.signatures]
for dirauth_nickname in self.known_authorities:
self.site.write(" <tr>\n"
+ " <td>" + dirauth_nickname + "</td>\n")
@@ -286,7 +286,7 @@ class WebsiteWriter:
# but we need this structure for the authority's fingerprint
authority = [d for d in self.consensus.directory_authorities if d.nickname.lower() == dirauth_nickname][0]
if authority.fingerprint in signingFPs:
- self.site.write(" <td>" + signingFPs[authority.fingerprint] + "</td>\n")
+ self.site.write(" <td></td>\n")
elif authority.nickname.lower() in self.consensuses:
self.site.write(" <td class=\"oiv\">Missing Signature! "
+ "Valid-after time of auth's displayed consensus: "
1
0

[depictor/master] Add a feature to allow loading detailed relay information by full or partial fingerprint or exact nickname
by tom@torproject.org 12 Apr '18
by tom@torproject.org 12 Apr '18
12 Apr '18
commit ee687bd1c6f792d601c208e4dfeee1e7522334d1
Author: Tom Ritter <tom(a)ritter.vg>
Date: Fri Mar 9 11:54:52 2018 -0600
Add a feature to allow loading detailed relay information by full or partial fingerprint or exact nickname
Closes #25588
---
.gitignore | 1 +
out/jquery-3.3.1.min.js | 2 +
utility.py | 6 +++
website.py | 139 +++++++++++++++++++++++++++++++++++++++---------
write_website.py | 3 +-
5 files changed, 125 insertions(+), 26 deletions(-)
diff --git a/.gitignore b/.gitignore
index 043a907..cac3774 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ stem-git
out/index.html
out/graphs.html
out/vote-stats.csv
+out/relay-indexes.txt
out/consensus-health*
out/download-stats.csv
out/fallback-dir-stats.csv
diff --git a/out/jquery-3.3.1.min.js b/out/jquery-3.3.1.min.js
new file mode 100644
index 0000000..4d9b3a2
--- /dev/null
+++ b/out/jquery-3.3.1.min.js
@@ -0,0 +1,2 @@
+/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructo
r:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:n.sort,splice:n.splice},w.extend=w.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||g(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(r=e[t])&&(l&&r&&(w.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1
,o=n&&Array.isArray(n)?n:[]):o=n&&w.isPlainObject(n)?n:{},a[t]=w.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},w.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==c.call(e))&&(!(t=i(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&p.call(n)===d)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){m(e)},each:function(e,t){var n,r=0;if(C(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(C(Object(e))?w.merge(n,"string"==typeof e?[e]:e):s.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:u.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:fu
nction(e,t,n){for(var r,i=[],o=0,a=e.length,s=!n;o<a;o++)(r=!t(e[o],o))!==s&&i.push(e[o]);return i},map:function(e,t,n){var r,i,o=0,s=[];if(C(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&s.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&s.push(i);return a.apply([],s)},guid:1,support:h}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=n[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function C(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!g(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|d
isabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",I="\\["+M+"*("+R+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+M+"*\\]",W=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+I+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),F=new RegExp("^"+M+"*,"+M+"*"),_=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|n
th|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e
||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,
e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e)
{return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g
){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML=
"<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatc
hesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=
[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw n
ew Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("eve
n"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"
-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSE
UDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode
)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(func
tion(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function ye(){}ye.prototype=r.filters=r.pseudos,r.setFilters=new ye,a=oe.tokenize=function(e,t){var n,i,o,a,s,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=r.preFilter;while(s){n&&!(i=F.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),n=!1,(i=_.exec(s))&&(n=i.shift(),o.push({value:n,type:i[0].replace(B," ")}),s=s.slice(n.length));for(a in r.filter)!(i=V[a].exec(s))||l[a]&&!(i=l[a](i))||(n=i.shift(),o.push({value:n,type:a,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?oe.e
rror(e):k(e,u).slice(0)};function ve(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function me(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,c,f,p=[T,s];if(u){while(t=t[r])if((1===t.nodeType||a)&&e(t,n,u))return!0}else while(t=t[r])if(1===t.nodeType||a)if(f=t[b]||(t[b]={}),c=f[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[o])&&l[0]===T&&l[1]===s)return p[2]=l[2];if(c[o]=p,p[2]=e(t,n,u))return!0}return!1}}function xe(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}function we(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Te(e,t,n,r,i,o){return r&&!r[b]&&(r=Te(r)),i&&!i[b]&&(i=Te(i,o)),se(function
(o,a,s,u){var l,c,f,p=[],d=[],h=a.length,g=o||be(t||"*",s.nodeType?[s]:s,[]),y=!e||!o&&t?g:we(g,p,e,s,u),v=n?i||(o?e:h||r)?[]:a:y;if(n&&n(y,v,s,u),r){l=we(v,d),r(l,[],s,u),c=l.length;while(c--)(f=l[c])&&(v[d[c]]=!(y[d[c]]=f))}if(o){if(i||e){if(i){l=[],c=v.length;while(c--)(f=v[c])&&l.push(y[c]=f);i(null,v=[],l,u)}c=v.length;while(c--)(f=v[c])&&(l=i?O(o,f):p[c])>-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u<o;u++)if(n=r.relative[e[u].type])p=[me(xe(p),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[b]){for(i=++u;i<o;i++)if(r.relative[e[i].type])break;return Te(u>1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u<i&&Ce(e.
slice(u,i)),i<o&&Ce(e=e.slice(i)),i<o&&ve(e))}p.push(n)}return xe(p)}function Ee(e,t){var n=t.length>0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&
9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",fun
ction(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.gr
ep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t<r;t++)if(w.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)w.find(e,i[t],n);return r>1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);i
f(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(w.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&w(e);if(!D.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this
,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content|
|e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s<o.length)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1)}e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},l={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){w.each(n,function(n,r){g(r)?e.unique&&l.has(r)||o.push(r):r&&r.length&&"string"!==x(r)&&t(r)})}(arguments),n&&!t&&u()),this},remove:function(){return w.each(arguments,function(e,t){var n;while((n=w.inArray(t,o,n))>-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.le
ngth>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":functi
on(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t<o)){if((e=r.apply(s,u))===n.promise())throw new TypeError("Thenable self-resolution");l=e&&("object"==typeof e||"function"==typeof e)&&e.then,g(l)?i?l.call(e,a(o,n,I,i),a(o,n,W,i)):(o++,l.call(e,a(o,n,I,i),a(o,n,W,i),a(o,n,I,n.notifyWith))):(r!==I&&(s=void 0,u=[e]),(i||n.resolveWith)(s,u))}},c=i?l:function(){try{l()}catch(e){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(e,c.stackTrace),t+1>=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.
Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.te
st(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.cal
l(e):u?t(e[0],n):o},X=/^-ms-/,U=/-([a-z])/g;function V(e,t){return t.toUpperCase()}function G(e){return e.replace(X,"ms-").replace(U,V)}var Y=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Q(){this.expando=w.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Y(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[G(t)]=n;else for(r in t)i[G(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][G(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(G):(t=G(t))in r?[t]:t.match(M)||[]).length;while(n--)delete r[t[n]]}(void 0===t||w.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void
0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!w.isEmptyObject(t)}};var J=new Q,K=new Q,Z=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Z.test(e)?JSON.parse(e):e)}function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=te(n)}catch(e){}K.set(e,t,n)}else n=void 0;return n}w.extend({hasData:function(e){return K.hasData(e)||J.hasData(e)},data:function(e,t,n){return K.access(e,t,n)},removeData:function(e,t){K.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),w.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=K.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){n=a.length;while(n--)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=G(r.slice(5)),ne(o,r,i[r]));J.set(o,"hasDataAttrs",!0)}r
eturn i}return"object"==typeof e?this.each(function(){K.set(this,e)}):z(this,function(t){var n;if(o&&void 0===t){if(void 0!==(n=K.get(o,e)))return n;if(void 0!==(n=ne(o,e)))return n}else this.each(function(){K.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments
.length<n?w.queue(this[0],e):void 0===t?this:this.each(function(){var n=w.queue(this,e,t);w._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&w.dequeue(this,e)})},dequeue:function(e){return this.each(function(){w.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=w.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=J.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ie=new RegExp("^(?:([+-])=|)("+re+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&w.contains(e.ownerDocument,e)&&"none"===w.css(e,"display")},se=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i};function ue(e,t,n,r){var i,o,a=20,s=r?function(
){return r.cur()}:function(){return w.css(e,t,"")},u=s(),l=n&&n[3]||(w.cssNumber[t]?"":"px"),c=(w.cssNumber[t]||"px"!==l&&+u)&&ie.exec(w.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)w.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,w.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var le={};function ce(e){var t,n=e.ownerDocument,r=e.nodeName,i=le[r];return i||(t=n.body.appendChild(n.createElement(r)),i=w.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),le[r]=i,i)}function fe(e,t){for(var n,r,i=[],o=0,a=e.length;o<a;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=J.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ae(r)&&(i[o]=ce(r))):"none"!==n&&(i[o]="none",J.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}w.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){r
eturn"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?w(this).show():w(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)i
f((o=e[d])||0===o)if("object"===x(o))w.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+w.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;w.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&w.inArray(o,r)>-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|poi
nter|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t
[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!=
=r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n<arguments.length;n++)u[n]=arguments[n];if(t.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,t)){s=w.event.handlers.call(this,t,l),n=0;while((o=s[n++])&&!t.isPropagationStopped()){t.currentTarget=o.elem,r=0;while((a=o.handlers[r++])&&!t.isImmediatePropagationStopped())t.rnamespace&&!t.rnamespace.test(a.namespace)||(t.handleObj=a,t.data=a.data,void 0!==(i=((w.event.special[a.origType]||{}).handle||a.handler).apply(o.elem,u))&&!1===(t.result=i)&&(t.preventDefault(),t.stopPropagation()))}return c.postDispatch&&c
.postDispatch.call(this,t),t.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?w(i,this).index(l)>-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(w.Event.prototype,e,{enumerable:!0,configurable:!0,get:g(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[w.expando]?e:new w.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Se()&&this.focus)return this.focus(),!
1},delegateType:"focusin"},blur:{trigger:function(){if(this===Se()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&N(this,"input"))return this.click(),!1},_default:function(e){return N(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},w.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},w.Event=function(e,t){if(!(this instanceof w.Event))return new w.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ee:ke,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&w.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:ke
,isPropagationStopped:ke,isImmediatePropagationStopped:ke,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ee,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ee,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ee,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&we.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Te.test(e.type)?1&t?1:2&t?3:4&t?2
:0:e.which}},w.event.addProp),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){w.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return i&&(i===r||w.contains(r,i))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),w.fn.extend({on:function(e,t,n,r){return De(this,e,t,n,r)},one:function(e,t,n,r){return De(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,w(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=ke),this.each(function(){w.event.remove(this,e,n,t)})}});var Ne=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/<script|<style|<link/i,je=/checked\s*(?:[^=]|=\s
*.checked.)/i,qe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n<r;n++)w.event.add(t,i,l[i][n])}K.hasData(e)&&(s=K.access(e),u=w.extend({},s),K.set(t,u))}}function Me(e,t){var n=t.nodeName.toLowerCase();"input"===n&&pe.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Re(e,t,n,r){t=a.apply([],t);var i,o,s,u,l,c,f=0,p=e.length,d=p-1,y=t[0],v=g(y);if(v||p>1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,
t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f<p;f++)l=i,f!==d&&(l=w.clone(l,!0,!0),u&&w.merge(s,ye(l,"script"))),n.call(e[f],l,f);if(u)for(c=s[s.length-1].ownerDocument,w.map(s,Oe),f=0;f<u;f++)l=s[f],he.test(l.type||"")&&!J.access(l,"globalEval")&&w.contains(c,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?w._evalUrl&&w._evalUrl(l.src):m(l.textContent.replace(qe,""),c,l))}return e}function Ie(e,t,n){for(var r,i=t?w.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||w.cleanData(ye(r)),r.parentNode&&(n&&w.contains(r.ownerDocument,r)&&ve(ye(r,"script")),r.parentNode.removeChild(r));return e}w.extend({htmlPrefilter:function(e){return e.replace(Ne,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r<i;r++)Me(o[r],a[r]);if(t)if(n)f
or(o=o||ye(e),a=a||ye(s),r=0,i=o.length;r<i;r++)Pe(o[r],a[r]);else Pe(e,s);return(a=ye(s,"script")).length>0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild
)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(w.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return Re(this,arguments,function(t){var n=this.parentNode;w.inArray(this,e)<0&&(w.cleanData(ye(this)),n&&n.replaceC
hild(t,this))},e)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){w.fn[e]=function(e){for(var n,r=[],i=w(e),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),w(i[a])[t](n),s.apply(r,n.get());return this.pushStack(r)}});var We=new RegExp("^("+re+")(?!px)[a-z%]+$","i"),$e=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},Be=new RegExp(oe.join("|"),"i");!function(){function t(){if(c){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",be.appendChild(l).appendChild(c);var t=e.getComputedStyle(c);i="1%"!==t.top,u=12===n(t.marginLeft),c.style.right="60%",s=36===n(t.right),o=36===n(t.width),c.style.position="absolute",a=36===c.offsetWidth||"absolute",be.removeChild(l),c=null}}func
tion n(e){return Math.round(parseFloat(e))}var i,o,a,s,u,l=r.createElement("div"),c=r.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===c.style.backgroundClip,w.extend(h,{boxSizingReliable:function(){return t(),o},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),a}}))}();function Fe(e,t,n){var r,i,o,a,s=e.style;return(n=n||$e(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||w.contains(e.ownerDocument,e)||(a=w.style(e,t)),!h.pixelBoxStyles()&&We.test(a)&&Be.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function _e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}var ze=/^(none|table(?!-c[ea]).+)/,Xe=/^--/,Ue={position:"absolute",visibility:"hidden",d
isplay:"block"},Ve={letterSpacing:"0",fontWeight:"400"},Ge=["Webkit","Moz","ms"],Ye=r.createElement("div").style;function Qe(e){if(e in Ye)return e;var t=e[0].toUpperCase()+e.slice(1),n=Ge.length;while(n--)if((e=Ge[n]+t)in Ye)return e}function Je(e){var t=w.cssProps[e];return t||(t=w.cssProps[e]=Qe(e)||e),t}function Ke(e,t,n){var r=ie.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ze(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=w.css(e,n+oe[a],!0,i)),r?("content"===n&&(u-=w.css(e,"padding"+oe[a],!0,i)),"margin"!==n&&(u-=w.css(e,"border"+oe[a]+"Width",!0,i))):(u+=w.css(e,"padding"+oe[a],!0,i),"padding"!==n?u+=w.css(e,"border"+oe[a]+"Width",!0,i):s+=w.css(e,"border"+oe[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i
;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0==
=(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft
:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a<i;a++)o[t[a]]=w.css(e,t[a],!1,r);return o}return void 0!==n?w.style(e,t,n):w.css(e,t)},e,t,arguments.length>1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.optio
ns.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|sh
ow|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ct(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),y=J.get(e,"fxshow");n.queue||(null==(a=w._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,w.queue(e,"fx").length||a.empty.fire()})}));for(r in t)if(i=t[r],it.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!y||void 0===y[r])continue;g=!0}d[r
]=y&&y[r]||w.style(e,r)}if((u=!w.isEmptyObject(t))||!w.isEmptyObject(d)){f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=y&&y.display)&&(l=J.get(e,"display")),"none"===(c=w.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=w.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===w.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1;for(r in d)u||(y?"hidden"in y&&(g=y.hidden):y=J.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&fe([e],!0),p.done(function(){g||fe([e]),J.remove(e,"fxshow");for(r in d)w.style(e,r,d[r])})),u=lt(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}}function ft(e,t){var n,r,i,o,a;for(n in e)if(r=G(n),i=t[r],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delet
e e[n]),(a=w.cssHooks[r])&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}function pt(e,t,n){var r,i,o=0,a=pt.prefilters.length,s=w.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=nt||st(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalProperties:t,originalOptions:n,startTime:nt||st(),duration:n.duration,tweens:[],createTween:function(t,n){var r=w.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),c=l.props;for(ft(c,l.opts.
specialEasing);o<a;o++)if(r=pt.prefilters[o].call(l,e,c,l.opts))return g(r.stop)&&(w._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return w.map(c,lt,l),g(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),w.fx.timer(w.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}w.Animation=w.extend(pt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,ie.exec(t),n),n}]},tweener:function(e,t){g(e)?(t=e,e=["*"]):e=e.match(M);for(var n,r=0,i=e.length;r<i;r++)n=e[r],pt.tweeners[n]=pt.tweeners[n]||[],pt.tweeners[n].unshift(t)},prefilters:[ct],prefilter:function(e,t){t?pt.prefilters.unshift(e):pt.prefilters.push(e)}}),w.speed=function(e,t,n){var r=e&&"object"==typeof e?w.extend({},e):{complete:n||!n&&t||g(e)&&e,duration:e,easing:n&&t||t&&!g(t)&&t};return w.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in w.fx.speeds?r.duration=w.fx.speeds[r.duration]:r.duration=w.
fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){g(r.old)&&r.old.call(this),r.queue&&w.dequeue(this,r.queue)},r},w.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=w.isEmptyObject(e),o=w.speed(t,n,r),a=function(){var t=pt(this,w.extend({},e),o);(i||J.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=w.timers,a=J.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&ot.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||w.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx")
,this.each(function(){var t,n=J.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=w.timers,a=r?r.length:0;for(n.finish=!0,w.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),w.each(["toggle","show","hide"],function(e,t){var n=w.fn[t];w.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,r,i)}}),w.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){w.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),w.timers=[],w.fx.tick=function(){var e,t=0,n=w.timers;for(nt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||w.fx.stop(),nt=void 0},w.fx.timer=function(e){w.timers.push(e),w.fx.start()},w.fx.interval=13,w.fx.start=function(){rt||(rt=!0,at
())},w.fx.stop=function(){rt=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(t,n){return t=w.fx?w.fx.speeds[t]||t:t,n=n||"fx",this.queue(n,function(n,r){var i=e.setTimeout(n,t);r.stop=function(){e.clearTimeout(i)}})},function(){var e=r.createElement("input"),t=r.createElement("select").appendChild(r.createElement("option"));e.type="checkbox",h.checkOn=""!==e.value,h.optSelected=t.selected,(e=r.createElement("input")).value="t",e.type="radio",h.radioValue="t"===e.value}();var dt,ht=w.expr.attrHandle;w.fn.extend({attr:function(e,t){return z(this,w.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.se
tAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[
t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function
(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"
!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:func
tion(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!N(n.parentNode,"optgroup"))){if(t=w(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=w.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=w.inArray(w.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType
&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.eve
nt.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).pa
rseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(thi
s).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function z
t(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(
e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred()
,m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"stri
ng"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in
h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,
h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function
(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=
s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajax
Transport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),r.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Yt=[],Qt=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yt.pop()||w.expando+"_"+Et++;return this[e]=!0,e}}),w.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=!1!==t.jsonp&&(Qt.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Qt.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=g(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(Qt,"$1"+i):!1!==t.jsonp&&(t.url+=(kt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||w.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(f
unction(){void 0===o?w(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,Yt.push(i)),a&&g(o)&&o(a[0]),a=o=void 0}),"script"}),h.createHTMLDocument=function(){var e=r.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),w.parseHTML=function(e,t,n){if("string"!=typeof e)return[];"boolean"==typeof t&&(n=t,t=!1);var i,o,a;return t||(h.createHTMLDocument?((i=(t=r.implementation.createHTMLDocument("")).createElement("base")).href=r.location.href,t.head.appendChild(i)):t=r),o=A.exec(e),a=!n&&[],o?[t.createElement(o[1])]:(o=xe([e],t,a),a&&a.length&&w(a).remove(),w.merge([],o.childNodes))},w.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=vt(e.slice(s)),e=e.slice(0,s)),g(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&w.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?w("<div>").append(w.parseHTML(e)).find(r):e)}).always(n&&function(e
,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){w.fn[t]=function(e){return this.on(t,e)}}),w.expr.pseudos.animated=function(e){return w.grep(w.timers,function(t){return e===t.elem}).length},w.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=w.css(e,"position"),f=w(e),p={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=w.css(e,"top"),u=w.css(e,"left"),(l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1)?(a=(r=f.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),g(t)&&(t=t.call(e,n,w.extend({},s))),null!=t.top&&(p.top=t.top-s.top+a),null!=t.left&&(p.left=t.left-s.left+i),"using"in t?t.using.call(e,p):f.css(p)}},w.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){w.offset.setOffset(this,e,t)});var t,n,r=this[0];if(r)return r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.owne
rDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===w.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===w.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=w(e).offset()).top+=w.css(e,"borderTopWidth",!0),i.left+=w.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-w.css(r,"marginTop",!0),left:t.left-i.left-w.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===w.css(e,"position"))e=e.offsetParent;return e||be})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;w.fn[e]=function(r){return z(this,function(e,r,i){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pa
geXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),w.each(["top","left"],function(e,t){w.cssHooks[t]=_e(h.pixelPosition,function(e,n){if(n)return n=Fe(e,t),We.test(n)?w(e).position()[t]+"px":n})}),w.each({Height:"height",Width:"width"},function(e,t){w.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){w.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return z(this,function(t,n,i){var o;return y(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?w.css(t,n,s):w.style(t,n,i,s)},t,a?i:void 0,a)}})}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){w.fn[t]=function(e,n){return a
rguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),w.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),w.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),g(e))return r=o.call(arguments,2),i=function(){return e.apply(t||this,r.concat(o.call(arguments)))},i.guid=e.guid=e.guid||w.guid++,i},w.holdReady=function(e){e?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=N,w.isFunction=g,w.isWindow=y,w.camelCase=G,w.type=x,w.now=Date.now,w.isNumeric=function(e){var t=w.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return w});var Jt=e.jQuery,Kt=e.$;return w.noCo
nflict=function(t){return e.$===w&&(e.$=Kt),t&&e.jQuery===w&&(e.jQuery=Jt),w},t||(e.jQuery=e.$=w),w});
diff --git a/utility.py b/utility.py
index 65dc423..6b2cfae 100644
--- a/utility.py
+++ b/utility.py
@@ -92,3 +92,9 @@ def ut_to_datetime_format(ut):
def consensus_datetime_format(dt):
return dt.strftime("%Y-%m-%d-%H-%M-%S")
+
+class FileMock():
+ def __init__(self):
+ pass
+ def write(self, str):
+ pass
diff --git a/website.py b/website.py
index 0c5d737..34afcee 100755
--- a/website.py
+++ b/website.py
@@ -7,6 +7,7 @@ Ported from Java version Doctor
"""
import os
+import sys
import time
import operator
import datetime
@@ -17,7 +18,7 @@ from Crypto.PublicKey import RSA
import stem.descriptor.remote
-from utility import get_dirauths, get_bwauths, unix_time
+from utility import get_dirauths, get_bwauths, unix_time, FileMock
class WebsiteWriter:
consensus = None
@@ -30,10 +31,16 @@ class WebsiteWriter:
config = {}
known_params = []
already_added_pseudoflags = False
- def write_website(self, filename, include_relay_info=True):
+ def write_website(self, filename, include_relay_info=True, indexesFilename=None):
if not self.already_added_pseudoflags:
self._add_pseudo_flags()
+
self.site = open(filename, 'w')
+ if indexesFilename:
+ self.indexes = open(indexesFilename, 'w')
+ else:
+ self.indexes = FileMock()
+
self._write_page_header(include_relay_info)
self._write_valid_after_time()
self._write_signatures()
@@ -1280,7 +1287,75 @@ class WebsiteWriter:
+ "<h3><a href=\"#relayinfo\" class=\"anchor\">Relay info</a></h3>\n"
+ "<br>\n"
+ "<p>Looking for the (huge) relay info table? It's been moved to the <a "
- + "href=\"/consensus-health.html\">detailed page</a> to speed up this page.</p>\n")
+ + "href=\"/consensus-health.html\">detailed page</a> to speed up this page.</p>\n\n"
+ + "<p id=\"relay-addition-javascript-pointer\">If you enable javascript, you will be able "
+ + "to add individual relays from the current consensus to this page.</p>\n\n"
+ + "<script src=\"jquery-3.3.1.min.js\"></script>\n"
+ + "<script type=\"text/javascript\">\n"
+ + " var relayIndexes = {}, dataLoaded = false, loadedRelays = [];\n"
+ + " $.get('relay-indexes.txt', function (data) {\n"
+ + " dataLoaded = true;\n"
+ + " lines = data.split('\\n');\n"
+ + " for(i=0; i<lines.length; i++) {\n"
+ + " parts = lines[i].split(':');\n"
+ + " fingerprint = parts[0];\n"
+ + " nickname = parts[1];\n"
+ + " indexes = parts[2].split(',')\n"
+ + " relayIndexes[fingerprint] = { indexes, nickname };\n"
+ + " }\n"
+ + " console.log('Loaded relay offset data');\n"
+ + " })\n"
+ + " var loadData = function() {\n"
+ + " if (!dataLoaded) {\n"
+ + " alert(\"Data not loaded yet via AJAX. Watch the console\");\n"
+ + " return;"
+ + " }\n"
+ + " let fps = $('#fingerprintBox').val().split(',');\n"
+ + " let retrieveData = function(fullFP) {\n"
+ + " if (loadedRelays.indexOf(fullFP) >= 0) {\n"
+ + " return;\n"
+ + " }\n"
+ + " loadedRelays.push(fullFP);\n"
+ + " let rangeString = 'bytes=' + relayIndexes[fullFP].indexes[0] + '-' + relayIndexes[fullFP].indexes[1];\n"
+ + " console.log(\"Querying for \" + rangeString);\n"
+ + " $.ajax({\n"
+ + " url: 'consensus-health.html',\n"
+ + " headers: { 'Range' : rangeString },\n"
+ + " success: function(data) {\n"
+ + " $('#relay-list tr').first().after(data);\n"
+ + " console.log('Retrieved data');\n"
+ + " }\n"
+ + " });\n"
+ + " }\n"
+ + " relayloop: for (i in fps) {\n"
+ + " let partialFP = fps[i].trim();\n"
+ + " let retrievedData = false;\n"
+ + " if (partialFP.toUpperCase() in relayIndexes) {\n"
+ + " retrieveData(partialFP);\n"
+ + " retrievedData = true;\n"
+ + " } else {\n"
+ + " partialloop: for (r in relayIndexes) {\n"
+ + " if (relayIndexes[r].nickname == partialFP) {\n"
+ + " retrieveData(r);\n"
+ + " retrievedData = true;\n"
+ + " }\n"
+ + " if (r.startsWith(partialFP.toUpperCase())) {\n"
+ + " retrieveData(r);\n"
+ + " retrievedData = true;\n"
+ + " }\n"
+ + " }\n"
+ + " if (!retrievedData) {\n"
+ + " alert(\"Could not match \" + partialFP + \" to a full or partial fingerprint or a nickname.\");\n"
+ + " }\n"
+ + " }\n"
+ + " }\n"
+ + " };\n"
+ + " $('#relay-addition-javascript-pointer').html('But you can add individual "
+ + "relays from the current consensus here. <input type=\"text\" id=\"fingerprintBox\" "
+ + "placeholder=\"Fingerprint\"/><input type=\"button\" onclick=\"loadData()\" value=\"Load\"/>');\n"
+ + "</script>\n")
+ self._write_relay_info_tableHeader(False)
+
def _write_relay_info_table(self):
"""
Write the (huge) table containing relay info contained in votes and
@@ -1302,8 +1377,11 @@ class WebsiteWriter:
+ "in a vote of a directory authority voting on this flag</li>\n"
+ " <li><b><span class=\"ic\">In consensus:</span></b> Flag in consensus</li>\n"
+ "</ul>\n"
- + "<br>\n"
- + "<table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" id=\"relay-list\" summary=\"\">\n"
+ + "<br>\n")
+ self._write_relay_info_tableHeader(True)
+
+ def _write_relay_info_tableHeader(self, innerTable):
+ self.site.write("<table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" id=\"relay-list\" summary=\"\">\n"
+ " <colgroup>\n"
+ " <col width=\"120\">\n"
+ " <col width=\"80\">\n")
@@ -1311,31 +1389,35 @@ class WebsiteWriter:
self.site.write(" <col width=\"" + str(640 / len(self.votes)) + "\">\n")
self.site.write(" </colgroup>\n")
- allRelays = {}
- for dirauth_nickname in self.votes:
- for relay_fp in self.votes[dirauth_nickname].routers:
- allRelays[relay_fp] = self.votes[dirauth_nickname].routers[relay_fp].nickname
-
- for relay_fp in self.consensus.routers:
- allRelays[relay_fp] = self.consensus.routers[relay_fp].nickname
+ if innerTable:
+ allRelays = {}
+ for dirauth_nickname in self.votes:
+ for relay_fp in self.votes[dirauth_nickname].routers:
+ allRelays[relay_fp] = self.votes[dirauth_nickname].routers[relay_fp].nickname
- linesWritten = 0
- sortedKeys = allRelays.keys()
- sortedKeys.sort()
- for relay_fp in sortedKeys:
- if linesWritten % 10 == 0:
- self._write_relay_info_tableHeader()
- linesWritten += 1
- self._write_relay_info_tableRow(relay_fp, allRelays[relay_fp])
+ for relay_fp in self.consensus.routers:
+ allRelays[relay_fp] = self.consensus.routers[relay_fp].nickname
+
+ linesWritten = 0
+ sortedKeys = allRelays.keys()
+ sortedKeys.sort()
+ for relay_fp in sortedKeys:
+ if linesWritten % 10 == 0:
+ self._write_relay_info_tableMidHeader()
+ linesWritten += 1
+ self._write_relay_info_tableRow(relay_fp, allRelays[relay_fp])
+ else:
+ self._write_relay_info_tableMidHeader()
self.site.write("</table>\n")
- self.site.write("<p class=\"bottom\"><sup>1</sup> We are missing at least one vote, and"
- + " the assigning bwauth is probably one of the missing vote(s). <sup>2</sup>"
- + " This is a bug, please report it (and the consensus time)</p>")
+ if innerTable:
+ self.site.write("<p class=\"bottom\"><sup>1</sup> We are missing at least one vote, and"
+ + " the assigning bwauth is probably one of the missing vote(s). <sup>2</sup>"
+ + " This is a bug, please report it (and the consensus time)</p>")
#-----------------------------------------------------------------------------------------
- def _write_relay_info_tableHeader(self):
+ def _write_relay_info_tableMidHeader(self):
"""
Write the table header that is repeated every ten relays and that
contains the directory authority names.
@@ -1374,6 +1456,10 @@ class WebsiteWriter:
"""
Write a single row in the table of relay info.
"""
+ import base64, binascii
+ start = self.site.tell()
+ #self.indexes.write(base64.b64encode(binascii.unhexlify(relay_fp)) + ":" + str(start))
+ self.indexes.write(relay_fp + ":" + relay_nickname + ":" + str(start))
self.site.write(" <tr>\n")
if relay_fp in self.consensus.routers and \
"Named" in self.consensus.routers[relay_fp].flags and \
@@ -1466,6 +1552,8 @@ class WebsiteWriter:
else:
self.site.write(" <td></td>\n")
self.site.write(" </tr>\n")
+ #self.indexes.write("," + str(self.site.tell() - start) + "\n")
+ self.indexes.write("," + str(self.site.tell()) + "\n")
#-----------------------------------------------------------------------------------------
def _write_page_footer(self):
@@ -1533,5 +1621,6 @@ if __name__ == '__main__':
w.write_website(os.path.join(os.path.dirname(__file__), 'out', \
'consensus-health-' + w.get_consensus_time().strftime("%Y-%m-%d-%H-%M") + '.html'), True)
- w.write_website(os.path.join(os.path.dirname(__file__), 'out', 'consensus-health.html'), True)
+ w.write_website(os.path.join(os.path.dirname(__file__), 'out', 'consensus-health.html'), \
+ True, os.path.join(os.path.dirname(__file__), 'out', 'relay-indexes.txt'))
w.write_website(os.path.join(os.path.dirname(__file__), 'out', 'index.html'), False)
diff --git a/write_website.py b/write_website.py
index 4895c74..d8d3e3f 100755
--- a/write_website.py
+++ b/write_website.py
@@ -299,7 +299,8 @@ def main():
w.set_consensuses(consensuses)
w.set_votes(votes)
w.set_fallback_dirs(fallback_dirs)
- w.write_website(os.path.join(os.path.dirname(__file__), 'out', 'consensus-health.html'), True)
+ w.write_website(os.path.join(os.path.dirname(__file__), 'out', 'consensus-health.html'), \
+ True, os.path.join(os.path.dirname(__file__), 'out', 'relay-indexes.txt'))
w.write_website(os.path.join(os.path.dirname(__file__), 'out', 'index.html'), False)
consensus_time = w.get_consensus_time()
del w
1
0
commit bc79d015892f4fc90eaf99ba2d77af885a45445d
Author: Tom Ritter <tom(a)ritter.vg>
Date: Fri Apr 6 20:50:52 2018 -0500
Re-Comment the debugging commands
---
write_website.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/write_website.py b/write_website.py
index 8662011..4895c74 100755
--- a/write_website.py
+++ b/write_website.py
@@ -72,10 +72,10 @@ def main():
fallback_dirs = []
# great for debugging
- import pickle
- pickle.dump(consensuses, open('consensus.p', 'wb'))
- pickle.dump(votes, open('votes.p', 'wb'))
- pickle.dump(fallback_dirs, open('fallback_dirs.p', 'wb'))
+ # import pickle
+ # pickle.dump(consensuses, open('consensus.p', 'wb'))
+ # pickle.dump(votes, open('votes.p', 'wb'))
+ # pickle.dump(fallback_dirs, open('fallback_dirs.p', 'wb'))
dbc = sqlite3.connect(os.path.join('data', 'historical.db'))
1
0

[translation/mat-gui_completed] Update translations for mat-gui_completed
by translation@torproject.org 12 Apr '18
by translation@torproject.org 12 Apr '18
12 Apr '18
commit 1d39f3edc17b94d99d7fb838582810b22230d81a
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Apr 12 19:22:23 2018 +0000
Update translations for mat-gui_completed
---
ar.po | 2 +-
bg.po | 4 ++--
ca.po | 2 +-
cs.po | 2 +-
da.po | 2 +-
de.po | 2 +-
el.po | 2 +-
es.po | 2 +-
et.po | 2 +-
fa.po | 2 +-
fi.po | 2 +-
fr.po | 2 +-
fr_CA.po | 2 +-
he.po | 2 +-
hu.po | 2 +-
id.po | 2 +-
it.po | 4 ++--
ja.po | 2 +-
ko.po | 2 +-
lt.po | 2 +-
lv.po | 2 +-
nl.po | 2 +-
nn.po | 6 +++---
pl.po | 4 ++--
pt.po | 2 +-
pt_BR.po | 4 ++--
ro.po | 2 +-
ru.po | 2 +-
sk_SK.po | 2 +-
sq.po | 2 +-
sv.po | 4 ++--
ta.po | 2 +-
th.po | 2 +-
tr.po | 2 +-
uk.po | 2 +-
vi.po | 4 ++--
zh_CN.po | 2 +-
zh_HK.po | 2 +-
zh_TW.po | 2 +-
39 files changed, 47 insertions(+), 47 deletions(-)
diff --git a/ar.po b/ar.po
index a2b5fe8ad..704e9849d 100644
--- a/ar.po
+++ b/ar.po
@@ -16,7 +16,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Ali <aboshanab_(a)hotmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/otf/torproject/language/ar/)\n"
"MIME-Version: 1.0\n"
diff --git a/bg.po b/bg.po
index da6bf4b71..69c1ebd55 100644
--- a/bg.po
+++ b/bg.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Tsvetan Nikolov <slakware(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Bulgarian (http://www.transifex.com/otf/torproject/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ca.po b/ca.po
index 6c95efbd8..778774956 100644
--- a/ca.po
+++ b/ca.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Josep Anton Rius <j.rius.cat(a)gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
diff --git a/cs.po b/cs.po
index fe13fefb9..3a75873df 100644
--- a/cs.po
+++ b/cs.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Šimon Bořek\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
"MIME-Version: 1.0\n"
diff --git a/da.po b/da.po
index 18264f04b..1d16c1205 100644
--- a/da.po
+++ b/da.po
@@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Aesthese\n"
"Language-Team: Danish (http://www.transifex.com/otf/torproject/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/de.po b/de.po
index 14d27d710..f1160107b 100644
--- a/de.po
+++ b/de.po
@@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Adam Lynn <adam(a)opentechfund.org>\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
"MIME-Version: 1.0\n"
diff --git a/el.po b/el.po
index 94505bd08..a2d21e509 100644
--- a/el.po
+++ b/el.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: LaScapigliata <ditri2000(a)hotmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/otf/torproject/language/el/)\n"
"MIME-Version: 1.0\n"
diff --git a/es.po b/es.po
index 002027d42..41fd89c7a 100644
--- a/es.po
+++ b/es.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: erinm\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
"MIME-Version: 1.0\n"
diff --git a/et.po b/et.po
index 95abf0897..fb55d5913 100644
--- a/et.po
+++ b/et.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Rivo Zängov <eraser(a)eraser.ee>\n"
"Language-Team: Estonian (http://www.transifex.com/otf/torproject/language/et/)\n"
"MIME-Version: 1.0\n"
diff --git a/fa.po b/fa.po
index 0dab27805..b8b9cce27 100644
--- a/fa.po
+++ b/fa.po
@@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Martus Translations <translations(a)martus.org>\n"
"Language-Team: Persian (http://www.transifex.com/otf/torproject/language/fa/)\n"
"MIME-Version: 1.0\n"
diff --git a/fi.po b/fi.po
index bc7d5ecb6..565115504 100644
--- a/fi.po
+++ b/fi.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Kai Ne <nebasalny(a)gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/otf/torproject/language/fi/)\n"
"MIME-Version: 1.0\n"
diff --git a/fr.po b/fr.po
index 3ab095a3f..4888d82b4 100644
--- a/fr.po
+++ b/fr.po
@@ -15,7 +15,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: French language coordinator <french.coordinator(a)rbox.me>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/fr_CA.po b/fr_CA.po
index d0400d321..23f40180e 100644
--- a/fr_CA.po
+++ b/fr_CA.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Donncha Ó Cearbhaill <donncha(a)equalit.ie>\n"
"Language-Team: French (Canada) (http://www.transifex.com/otf/torproject/language/fr_CA/)\n"
"MIME-Version: 1.0\n"
diff --git a/he.po b/he.po
index fcebcae6e..10f0675c1 100644
--- a/he.po
+++ b/he.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Hermes Center <info(a)hermescenter.org>\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/he/)\n"
"MIME-Version: 1.0\n"
diff --git a/hu.po b/hu.po
index 01dbfbdad..1d22b296e 100644
--- a/hu.po
+++ b/hu.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: benewfy <benewfy(a)gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/otf/torproject/language/hu/)\n"
"MIME-Version: 1.0\n"
diff --git a/id.po b/id.po
index 892cfe1d0..c2832a96d 100644
--- a/id.po
+++ b/id.po
@@ -16,7 +16,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Robert Dafis <robertdafis(a)gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/otf/torproject/language/id/)\n"
"MIME-Version: 1.0\n"
diff --git a/it.po b/it.po
index 7d15f51fa..4e15af622 100644
--- a/it.po
+++ b/it.po
@@ -9,14 +9,14 @@
# Maxime <maijin21(a)gmail.com>, 2013
# Maxime <maijin21(a)gmail.com>, 2013
# Random_R, 2013-2014
-# Rossano Praderi <dshortway(a)gmail.com>, 2013
+# Rossano Praderi <rossano.praderi(a)yahoo.com>, 2013
# Raffox97, 2016
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Sebastiano Pistore <SebastianoPistore.info(a)protonmail.ch>\n"
"Language-Team: Italian (http://www.transifex.com/otf/torproject/language/it/)\n"
"MIME-Version: 1.0\n"
diff --git a/ja.po b/ja.po
index 313cb994e..ca7bb6272 100644
--- a/ja.po
+++ b/ja.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: a1678991 <nfgantanku(a)yahoo.co.jp>\n"
"Language-Team: Japanese (http://www.transifex.com/otf/torproject/language/ja/)\n"
"MIME-Version: 1.0\n"
diff --git a/ko.po b/ko.po
index 7a7122ce7..75eb0a349 100644
--- a/ko.po
+++ b/ko.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: SEPT____ <xpressengine3(a)mail.beo.kr>\n"
"Language-Team: Korean (http://www.transifex.com/otf/torproject/language/ko/)\n"
"MIME-Version: 1.0\n"
diff --git a/lt.po b/lt.po
index e3e247547..0aecfa8f9 100644
--- a/lt.po
+++ b/lt.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Moo\n"
"Language-Team: Lithuanian (http://www.transifex.com/otf/torproject/language/lt/)\n"
"MIME-Version: 1.0\n"
diff --git a/lv.po b/lv.po
index d16f53e61..e1a24f5c6 100644
--- a/lv.po
+++ b/lv.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Juris <juris.o(a)gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/otf/torproject/language/lv/)\n"
"MIME-Version: 1.0\n"
diff --git a/nl.po b/nl.po
index 3c6b7787f..87cde4c24 100644
--- a/nl.po
+++ b/nl.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Nathan Follens\n"
"Language-Team: Dutch (http://www.transifex.com/otf/torproject/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/nn.po b/nn.po
index fcfef8def..dab069d3a 100644
--- a/nn.po
+++ b/nn.po
@@ -4,14 +4,14 @@
#
# Translators:
# Bjørn I. <bjorn.svindseth(a)online.no>, 2014,2016
-# Øystein Alværvik <oystein.alver(a)gmail.com>, 2016
+# Øystein A <oystein.alver(a)gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2017-09-19 19:57+0000\n"
-"Last-Translator: Bjørn I. <bjorn.svindseth(a)online.no>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/otf/torproject/language/nn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/pl.po b/pl.po
index 12196f87d..b5f7bbc3d 100644
--- a/pl.po
+++ b/pl.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Marcin Januchta <marcin.januchta(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Anna SOBOLEWSKA <sobolewska.a.m(a)gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/otf/torproject/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/pt.po b/pt.po
index 1f030d124..fc2371e76 100644
--- a/pt.po
+++ b/pt.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Manuela Silva <manuela.silva(a)sky.com>\n"
"Language-Team: Portuguese (http://www.transifex.com/otf/torproject/language/pt/)\n"
"MIME-Version: 1.0\n"
diff --git a/pt_BR.po b/pt_BR.po
index e5ad66e25..035d31582 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-04-01 15:31+0000\n"
-"Last-Translator: Communia <ameaneantie(a)riseup.net>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Danton Medrado\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ro.po b/ro.po
index 04c9eb206..444266520 100644
--- a/ro.po
+++ b/ro.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: pol polearnik <polearnik(a)mail.ru>\n"
"Language-Team: Romanian (http://www.transifex.com/otf/torproject/language/ro/)\n"
"MIME-Version: 1.0\n"
diff --git a/ru.po b/ru.po
index d3ad7fbb9..89c6e8b28 100644
--- a/ru.po
+++ b/ru.po
@@ -17,7 +17,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Giovanni Pellerano <giovanni.pellerano(a)evilaliv3.org>\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
diff --git a/sk_SK.po b/sk_SK.po
index e40bada00..a895cd7b9 100644
--- a/sk_SK.po
+++ b/sk_SK.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: once\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/otf/torproject/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
diff --git a/sq.po b/sq.po
index 2fadab11f..3515d0eab 100644
--- a/sq.po
+++ b/sq.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Besnik <besnik(a)programeshqip.org>\n"
"Language-Team: Albanian (http://www.transifex.com/otf/torproject/language/sq/)\n"
"MIME-Version: 1.0\n"
diff --git a/sv.po b/sv.po
index 809169225..15cabda5c 100644
--- a/sv.po
+++ b/sv.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-03-22 17:28+0000\n"
-"Last-Translator: Jacob Andersson <jacob.c.andersson(a)protonmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Swedish (http://www.transifex.com/otf/torproject/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ta.po b/ta.po
index f897bee7d..987251c86 100644
--- a/ta.po
+++ b/ta.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Senthil Kumar <paranthaba(a)gmail.com>\n"
"Language-Team: Tamil (http://www.transifex.com/otf/torproject/language/ta/)\n"
"MIME-Version: 1.0\n"
diff --git a/th.po b/th.po
index e46fd6067..bd938a17f 100644
--- a/th.po
+++ b/th.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Martus Translations <translations(a)martus.org>\n"
"Language-Team: Thai (http://www.transifex.com/otf/torproject/language/th/)\n"
"MIME-Version: 1.0\n"
diff --git a/tr.po b/tr.po
index c98984c3d..7f83df7d7 100644
--- a/tr.po
+++ b/tr.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Florencia Herra Vega <flohdot(a)gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/otf/torproject/language/tr/)\n"
"MIME-Version: 1.0\n"
diff --git a/uk.po b/uk.po
index 0d4274211..bc6dbca0b 100644
--- a/uk.po
+++ b/uk.po
@@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Любомир <n.lyubomyr(a)gmail.com>\n"
"Language-Team: Ukrainian (http://www.transifex.com/otf/torproject/language/uk/)\n"
"MIME-Version: 1.0\n"
diff --git a/vi.po b/vi.po
index 3ef7d16b0..1b0bdaee8 100644
--- a/vi.po
+++ b/vi.po
@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: dich_tran <thnhan(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Vietnamese (http://www.transifex.com/otf/torproject/language/vi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_CN.po b/zh_CN.po
index 5e275d13c..51aa29fdd 100644
--- a/zh_CN.po
+++ b/zh_CN.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Chi-Hsun Tsai\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_HK.po b/zh_HK.po
index 71ae3775b..5a6931fc6 100644
--- a/zh_HK.po
+++ b/zh_HK.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Chi-Hsun Tsai\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/otf/torproject/language/zh_HK/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_TW.po b/zh_TW.po
index 2a253aff4..628256515 100644
--- a/zh_TW.po
+++ b/zh_TW.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Mingye Wang <arthur200126(a)gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/otf/torproject/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
1
0

12 Apr '18
commit 5ea48ad47c504b94db5941049acf97af142cf70e
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Apr 12 19:22:00 2018 +0000
Update translations for mat-gui
---
am.po | 2 +-
ar.po | 2 +-
az.po | 2 +-
be.po | 6 +++---
bg.po | 4 ++--
bn.po | 2 +-
bo.po | 4 ++--
br.po | 2 +-
ca.po | 2 +-
cs.po | 2 +-
da.po | 2 +-
de.po | 2 +-
el.po | 2 +-
eo.po | 2 +-
es.po | 2 +-
et.po | 2 +-
fa.po | 2 +-
fi.po | 2 +-
fr.po | 2 +-
fr_CA.po | 2 +-
he.po | 2 +-
hi.po | 2 +-
hr.po | 4 ++--
hu.po | 2 +-
hy.po | 2 +-
id.po | 2 +-
it.po | 4 ++--
ja.po | 2 +-
ka.po | 4 ++--
km.po | 2 +-
kn.po | 2 +-
ko.po | 2 +-
ky.po | 2 +-
lg.po | 4 ++--
lt.po | 2 +-
lv.po | 2 +-
mk.po | 4 ++--
mn.po | 2 +-
mr.po | 2 +-
mt.po | 2 +-
nl.po | 2 +-
nn.po | 6 +++---
oc.po | 2 +-
pl.po | 4 ++--
pt.po | 2 +-
pt_BR.po | 4 ++--
ro.po | 2 +-
ru.po | 2 +-
sk.po | 2 +-
sk_SK.po | 2 +-
sl.po | 2 +-
sl_SI.po | 2 +-
sq.po | 2 +-
sv.po | 4 ++--
ta.po | 2 +-
tg.po | 2 +-
th.po | 2 +-
ti.po | 2 +-
tk.po | 4 ++--
tr.po | 2 +-
uk.po | 2 +-
ur_PK.po | 4 ++--
uz.po | 6 +++---
vi.po | 4 ++--
zh_CN.po | 2 +-
zh_HK.po | 2 +-
zh_TW.po | 2 +-
67 files changed, 86 insertions(+), 86 deletions(-)
diff --git a/am.po b/am.po
index f63c4705e..91c169a16 100644
--- a/am.po
+++ b/am.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Endalk Chala <endalk2006(a)gmail.com>\n"
"Language-Team: Amharic (http://www.transifex.com/otf/torproject/language/am/)\n"
"MIME-Version: 1.0\n"
diff --git a/ar.po b/ar.po
index a2b5fe8ad..704e9849d 100644
--- a/ar.po
+++ b/ar.po
@@ -16,7 +16,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Ali <aboshanab_(a)hotmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/otf/torproject/language/ar/)\n"
"MIME-Version: 1.0\n"
diff --git a/az.po b/az.po
index c36ce26b6..657fcfb20 100644
--- a/az.po
+++ b/az.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-23 13:17+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Nikafn <appone6(a)gmail.com>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/otf/torproject/language/az/)\n"
"MIME-Version: 1.0\n"
diff --git a/be.po b/be.po
index 1a62ad1ed..26c529244 100644
--- a/be.po
+++ b/be.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: erinm\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Belarusian (http://www.transifex.com/otf/torproject/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -81,7 +81,7 @@ msgstr ""
#: mat-gui:280
msgid "Unknown"
-msgstr ""
+msgstr "Невядома"
#: mat-gui:325
msgid "Not-supported"
diff --git a/bg.po b/bg.po
index da6bf4b71..69c1ebd55 100644
--- a/bg.po
+++ b/bg.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Tsvetan Nikolov <slakware(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Bulgarian (http://www.transifex.com/otf/torproject/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/bn.po b/bn.po
index 21e32f355..857c608a7 100644
--- a/bn.po
+++ b/bn.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: lisa hayat\n"
"Language-Team: Bengali (http://www.transifex.com/otf/torproject/language/bn/)\n"
"MIME-Version: 1.0\n"
diff --git a/bo.po b/bo.po
index df49b9000..77e6fc74b 100644
--- a/bo.po
+++ b/bo.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Florencia Herra Vega <flohdot(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: erinm\n"
"Language-Team: Tibetan (http://www.transifex.com/otf/torproject/language/bo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/br.po b/br.po
index 6af06b89d..917aa8585 100644
--- a/br.po
+++ b/br.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Irriep Nala Novram <allannkorh(a)yahoo.fr>\n"
"Language-Team: Breton (http://www.transifex.com/otf/torproject/language/br/)\n"
"MIME-Version: 1.0\n"
diff --git a/ca.po b/ca.po
index 6c95efbd8..778774956 100644
--- a/ca.po
+++ b/ca.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Josep Anton Rius <j.rius.cat(a)gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
diff --git a/cs.po b/cs.po
index fe13fefb9..3a75873df 100644
--- a/cs.po
+++ b/cs.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Šimon Bořek\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
"MIME-Version: 1.0\n"
diff --git a/da.po b/da.po
index 18264f04b..1d16c1205 100644
--- a/da.po
+++ b/da.po
@@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Aesthese\n"
"Language-Team: Danish (http://www.transifex.com/otf/torproject/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/de.po b/de.po
index 14d27d710..f1160107b 100644
--- a/de.po
+++ b/de.po
@@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Adam Lynn <adam(a)opentechfund.org>\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
"MIME-Version: 1.0\n"
diff --git a/el.po b/el.po
index 94505bd08..a2d21e509 100644
--- a/el.po
+++ b/el.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: LaScapigliata <ditri2000(a)hotmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/otf/torproject/language/el/)\n"
"MIME-Version: 1.0\n"
diff --git a/eo.po b/eo.po
index c2fe8687e..229f94f0b 100644
--- a/eo.po
+++ b/eo.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: kircxo <kircxo(a)gmail.com>\n"
"Language-Team: Esperanto (http://www.transifex.com/otf/torproject/language/eo/)\n"
"MIME-Version: 1.0\n"
diff --git a/es.po b/es.po
index 002027d42..41fd89c7a 100644
--- a/es.po
+++ b/es.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: erinm\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
"MIME-Version: 1.0\n"
diff --git a/et.po b/et.po
index 95abf0897..fb55d5913 100644
--- a/et.po
+++ b/et.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Rivo Zängov <eraser(a)eraser.ee>\n"
"Language-Team: Estonian (http://www.transifex.com/otf/torproject/language/et/)\n"
"MIME-Version: 1.0\n"
diff --git a/fa.po b/fa.po
index 0dab27805..b8b9cce27 100644
--- a/fa.po
+++ b/fa.po
@@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Martus Translations <translations(a)martus.org>\n"
"Language-Team: Persian (http://www.transifex.com/otf/torproject/language/fa/)\n"
"MIME-Version: 1.0\n"
diff --git a/fi.po b/fi.po
index bc7d5ecb6..565115504 100644
--- a/fi.po
+++ b/fi.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Kai Ne <nebasalny(a)gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/otf/torproject/language/fi/)\n"
"MIME-Version: 1.0\n"
diff --git a/fr.po b/fr.po
index 3ab095a3f..4888d82b4 100644
--- a/fr.po
+++ b/fr.po
@@ -15,7 +15,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: French language coordinator <french.coordinator(a)rbox.me>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/fr_CA.po b/fr_CA.po
index d0400d321..23f40180e 100644
--- a/fr_CA.po
+++ b/fr_CA.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Donncha Ó Cearbhaill <donncha(a)equalit.ie>\n"
"Language-Team: French (Canada) (http://www.transifex.com/otf/torproject/language/fr_CA/)\n"
"MIME-Version: 1.0\n"
diff --git a/he.po b/he.po
index fcebcae6e..10f0675c1 100644
--- a/he.po
+++ b/he.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Hermes Center <info(a)hermescenter.org>\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/he/)\n"
"MIME-Version: 1.0\n"
diff --git a/hi.po b/hi.po
index a27055341..7f7ccfb0a 100644
--- a/hi.po
+++ b/hi.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: U.M.K. Dikshit <dikshitrocks93(a)gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
"MIME-Version: 1.0\n"
diff --git a/hr.po b/hr.po
index e4939b632..ac69ff556 100644
--- a/hr.po
+++ b/hr.po
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Igor <lyricaltumor(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Josip Domšić <josip.domsic(a)gmail.com>\n"
"Language-Team: Croatian (http://www.transifex.com/otf/torproject/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/hu.po b/hu.po
index 01dbfbdad..1d22b296e 100644
--- a/hu.po
+++ b/hu.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: benewfy <benewfy(a)gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/otf/torproject/language/hu/)\n"
"MIME-Version: 1.0\n"
diff --git a/hy.po b/hy.po
index b8d4de2ba..69afb44bd 100644
--- a/hy.po
+++ b/hy.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Martus Translations <translations(a)martus.org>\n"
"Language-Team: Armenian (http://www.transifex.com/otf/torproject/language/hy/)\n"
"MIME-Version: 1.0\n"
diff --git a/id.po b/id.po
index 892cfe1d0..c2832a96d 100644
--- a/id.po
+++ b/id.po
@@ -16,7 +16,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Robert Dafis <robertdafis(a)gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/otf/torproject/language/id/)\n"
"MIME-Version: 1.0\n"
diff --git a/it.po b/it.po
index 7d15f51fa..4e15af622 100644
--- a/it.po
+++ b/it.po
@@ -9,14 +9,14 @@
# Maxime <maijin21(a)gmail.com>, 2013
# Maxime <maijin21(a)gmail.com>, 2013
# Random_R, 2013-2014
-# Rossano Praderi <dshortway(a)gmail.com>, 2013
+# Rossano Praderi <rossano.praderi(a)yahoo.com>, 2013
# Raffox97, 2016
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Sebastiano Pistore <SebastianoPistore.info(a)protonmail.ch>\n"
"Language-Team: Italian (http://www.transifex.com/otf/torproject/language/it/)\n"
"MIME-Version: 1.0\n"
diff --git a/ja.po b/ja.po
index 313cb994e..ca7bb6272 100644
--- a/ja.po
+++ b/ja.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: a1678991 <nfgantanku(a)yahoo.co.jp>\n"
"Language-Team: Japanese (http://www.transifex.com/otf/torproject/language/ja/)\n"
"MIME-Version: 1.0\n"
diff --git a/ka.po b/ka.po
index 9635804eb..26eb9947f 100644
--- a/ka.po
+++ b/ka.po
@@ -10,8 +10,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Giovanni Pellerano <giovanni.pellerano(a)evilaliv3.org>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Georgian (http://www.transifex.com/otf/torproject/language/ka/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/km.po b/km.po
index 3a94cc2be..13ea16c5f 100644
--- a/km.po
+++ b/km.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Ty Sok <sokty2(a)gmail.com>\n"
"Language-Team: Khmer (http://www.transifex.com/otf/torproject/language/km/)\n"
"MIME-Version: 1.0\n"
diff --git a/kn.po b/kn.po
index 1c3931674..909ddae49 100644
--- a/kn.po
+++ b/kn.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Tor Project <support-team-private(a)lists.torproject.org>\n"
"Language-Team: Kannada (http://www.transifex.com/otf/torproject/language/kn/)\n"
"MIME-Version: 1.0\n"
diff --git a/ko.po b/ko.po
index 7a7122ce7..75eb0a349 100644
--- a/ko.po
+++ b/ko.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: SEPT____ <xpressengine3(a)mail.beo.kr>\n"
"Language-Team: Korean (http://www.transifex.com/otf/torproject/language/ko/)\n"
"MIME-Version: 1.0\n"
diff --git a/ky.po b/ky.po
index c684be929..a86527af9 100644
--- a/ky.po
+++ b/ky.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Chyngyz Monokbaev <monokbaev(a)gmail.com>\n"
"Language-Team: Kyrgyz (http://www.transifex.com/otf/torproject/language/ky/)\n"
"MIME-Version: 1.0\n"
diff --git a/lg.po b/lg.po
index 2593ebe39..073314240 100644
--- a/lg.po
+++ b/lg.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Bad Black <badblack456(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Daniel Kigonya <kllmukwano(a)gmail.com>\n"
"Language-Team: Ganda (http://www.transifex.com/otf/torproject/language/lg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/lt.po b/lt.po
index e3e247547..0aecfa8f9 100644
--- a/lt.po
+++ b/lt.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Moo\n"
"Language-Team: Lithuanian (http://www.transifex.com/otf/torproject/language/lt/)\n"
"MIME-Version: 1.0\n"
diff --git a/lv.po b/lv.po
index d16f53e61..e1a24f5c6 100644
--- a/lv.po
+++ b/lv.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Juris <juris.o(a)gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/otf/torproject/language/lv/)\n"
"MIME-Version: 1.0\n"
diff --git a/mk.po b/mk.po
index 7c8c613a4..a6fe60d68 100644
--- a/mk.po
+++ b/mk.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: dejanb <balalovskid(a)rferl.org>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Zarko Gjurov <zarkogjurov(a)gmail.com>\n"
"Language-Team: Macedonian (http://www.transifex.com/otf/torproject/language/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/mn.po b/mn.po
index 30183bf9c..ebe3d4f53 100644
--- a/mn.po
+++ b/mn.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: pilotmn <altka2020(a)gmail.com>\n"
"Language-Team: Mongolian (http://www.transifex.com/otf/torproject/language/mn/)\n"
"MIME-Version: 1.0\n"
diff --git a/mr.po b/mr.po
index 9e3402177..139a2506a 100644
--- a/mr.po
+++ b/mr.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Vikrant Korde <vikrant.korde(a)gmail.com>\n"
"Language-Team: Marathi (http://www.transifex.com/otf/torproject/language/mr/)\n"
"MIME-Version: 1.0\n"
diff --git a/mt.po b/mt.po
index 5e4b4b076..2f5ada911 100644
--- a/mt.po
+++ b/mt.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Liam Montebello\n"
"Language-Team: Maltese (http://www.transifex.com/otf/torproject/language/mt/)\n"
"MIME-Version: 1.0\n"
diff --git a/nl.po b/nl.po
index 3c6b7787f..87cde4c24 100644
--- a/nl.po
+++ b/nl.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Nathan Follens\n"
"Language-Team: Dutch (http://www.transifex.com/otf/torproject/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/nn.po b/nn.po
index fcfef8def..dab069d3a 100644
--- a/nn.po
+++ b/nn.po
@@ -4,14 +4,14 @@
#
# Translators:
# Bjørn I. <bjorn.svindseth(a)online.no>, 2014,2016
-# Øystein Alværvik <oystein.alver(a)gmail.com>, 2016
+# Øystein A <oystein.alver(a)gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2017-09-19 19:57+0000\n"
-"Last-Translator: Bjørn I. <bjorn.svindseth(a)online.no>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/otf/torproject/language/nn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/oc.po b/oc.po
index 922fbc336..561457508 100644
--- a/oc.po
+++ b/oc.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Cédric Valmary <cvalmary(a)yahoo.fr>\n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/otf/torproject/language/oc/)\n"
"MIME-Version: 1.0\n"
diff --git a/pl.po b/pl.po
index 12196f87d..b5f7bbc3d 100644
--- a/pl.po
+++ b/pl.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Marcin Januchta <marcin.januchta(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Anna SOBOLEWSKA <sobolewska.a.m(a)gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/otf/torproject/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/pt.po b/pt.po
index 1f030d124..fc2371e76 100644
--- a/pt.po
+++ b/pt.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Manuela Silva <manuela.silva(a)sky.com>\n"
"Language-Team: Portuguese (http://www.transifex.com/otf/torproject/language/pt/)\n"
"MIME-Version: 1.0\n"
diff --git a/pt_BR.po b/pt_BR.po
index e5ad66e25..035d31582 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-04-01 15:31+0000\n"
-"Last-Translator: Communia <ameaneantie(a)riseup.net>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Danton Medrado\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ro.po b/ro.po
index 04c9eb206..444266520 100644
--- a/ro.po
+++ b/ro.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: pol polearnik <polearnik(a)mail.ru>\n"
"Language-Team: Romanian (http://www.transifex.com/otf/torproject/language/ro/)\n"
"MIME-Version: 1.0\n"
diff --git a/ru.po b/ru.po
index d3ad7fbb9..89c6e8b28 100644
--- a/ru.po
+++ b/ru.po
@@ -17,7 +17,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Giovanni Pellerano <giovanni.pellerano(a)evilaliv3.org>\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
diff --git a/sk.po b/sk.po
index 304ee05d1..8284087f3 100644
--- a/sk.po
+++ b/sk.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Roman 'Kaktuxista' Benji <romanbeno273(a)gmail.com>\n"
"Language-Team: Slovak (http://www.transifex.com/otf/torproject/language/sk/)\n"
"MIME-Version: 1.0\n"
diff --git a/sk_SK.po b/sk_SK.po
index e40bada00..a895cd7b9 100644
--- a/sk_SK.po
+++ b/sk_SK.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: once\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/otf/torproject/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
diff --git a/sl.po b/sl.po
index b06ab736a..2d013e5af 100644
--- a/sl.po
+++ b/sl.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Tor Project <support-team-private(a)lists.torproject.org>\n"
"Language-Team: Slovenian (http://www.transifex.com/otf/torproject/language/sl/)\n"
"MIME-Version: 1.0\n"
diff --git a/sl_SI.po b/sl_SI.po
index 8e75687ee..429d3cc55 100644
--- a/sl_SI.po
+++ b/sl_SI.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Florencia Herra Vega <flohdot(a)gmail.com>\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/otf/torproject/language/sl_SI/)\n"
"MIME-Version: 1.0\n"
diff --git a/sq.po b/sq.po
index 2fadab11f..3515d0eab 100644
--- a/sq.po
+++ b/sq.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Besnik <besnik(a)programeshqip.org>\n"
"Language-Team: Albanian (http://www.transifex.com/otf/torproject/language/sq/)\n"
"MIME-Version: 1.0\n"
diff --git a/sv.po b/sv.po
index 809169225..15cabda5c 100644
--- a/sv.po
+++ b/sv.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-03-22 17:28+0000\n"
-"Last-Translator: Jacob Andersson <jacob.c.andersson(a)protonmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Swedish (http://www.transifex.com/otf/torproject/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ta.po b/ta.po
index f897bee7d..987251c86 100644
--- a/ta.po
+++ b/ta.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Senthil Kumar <paranthaba(a)gmail.com>\n"
"Language-Team: Tamil (http://www.transifex.com/otf/torproject/language/ta/)\n"
"MIME-Version: 1.0\n"
diff --git a/tg.po b/tg.po
index b8ea33acd..450cb1cc1 100644
--- a/tg.po
+++ b/tg.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: erinm\n"
"Language-Team: Tajik (http://www.transifex.com/otf/torproject/language/tg/)\n"
"MIME-Version: 1.0\n"
diff --git a/th.po b/th.po
index e46fd6067..bd938a17f 100644
--- a/th.po
+++ b/th.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Martus Translations <translations(a)martus.org>\n"
"Language-Team: Thai (http://www.transifex.com/otf/torproject/language/th/)\n"
"MIME-Version: 1.0\n"
diff --git a/ti.po b/ti.po
index 45c4dc788..81ae5e89e 100644
--- a/ti.po
+++ b/ti.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-04-07 23:43+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Thewodros Aregay <teddywa8(a)yahoo.com>\n"
"Language-Team: Tigrinya (http://www.transifex.com/otf/torproject/language/ti/)\n"
"MIME-Version: 1.0\n"
diff --git a/tk.po b/tk.po
index daad5faae..389e8ad1c 100644
--- a/tk.po
+++ b/tk.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: consell_tm <ervin.sperla(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: erinm\n"
"Language-Team: Turkmen (http://www.transifex.com/otf/torproject/language/tk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/tr.po b/tr.po
index c98984c3d..7f83df7d7 100644
--- a/tr.po
+++ b/tr.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Florencia Herra Vega <flohdot(a)gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/otf/torproject/language/tr/)\n"
"MIME-Version: 1.0\n"
diff --git a/uk.po b/uk.po
index 0d4274211..bc6dbca0b 100644
--- a/uk.po
+++ b/uk.po
@@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Любомир <n.lyubomyr(a)gmail.com>\n"
"Language-Team: Ukrainian (http://www.transifex.com/otf/torproject/language/uk/)\n"
"MIME-Version: 1.0\n"
diff --git a/ur_PK.po b/ur_PK.po
index 5ee2ae443..97ad475f5 100644
--- a/ur_PK.po
+++ b/ur_PK.po
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Qayum <name.all5(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: Umar Hayat\n"
"Language-Team: Urdu (Pakistan) (http://www.transifex.com/otf/torproject/language/ur_PK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/uz.po b/uz.po
index b7188b894..836ac6cc9 100644
--- a/uz.po
+++ b/uz.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: Adham Kurbanov <x(a)ttaby.ch>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Uzbek (http://www.transifex.com/otf/torproject/language/uz/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -81,7 +81,7 @@ msgstr ""
#: mat-gui:280
msgid "Unknown"
-msgstr ""
+msgstr "Неизвестно"
#: mat-gui:325
msgid "Not-supported"
diff --git a/vi.po b/vi.po
index 3ef7d16b0..1b0bdaee8 100644
--- a/vi.po
+++ b/vi.po
@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
-"Last-Translator: dich_tran <thnhan(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Vietnamese (http://www.transifex.com/otf/torproject/language/vi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_CN.po b/zh_CN.po
index 5e275d13c..51aa29fdd 100644
--- a/zh_CN.po
+++ b/zh_CN.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Chi-Hsun Tsai\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_HK.po b/zh_HK.po
index 71ae3775b..5a6931fc6 100644
--- a/zh_HK.po
+++ b/zh_HK.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Chi-Hsun Tsai\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/otf/torproject/language/zh_HK/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_TW.po b/zh_TW.po
index 2a253aff4..628256515 100644
--- a/zh_TW.po
+++ b/zh_TW.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2018-02-20 18:56+0000\n"
+"PO-Revision-Date: 2018-04-12 19:01+0000\n"
"Last-Translator: Mingye Wang <arthur200126(a)gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/otf/torproject/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
1
0

12 Apr '18
commit 831277fe61b2e476b6a3e661a5b4263dc8b8e985
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Apr 12 19:21:02 2018 +0000
Update translations for torbirdy
---
be/torbirdy.dtd | 4 ++--
ka/torbirdy.dtd | 4 ++--
my/torbirdy.dtd | 4 ++--
sl/torbirdy.dtd | 4 ++--
ti/torbirdy.dtd | 2 +-
uz/torbirdy.dtd | 4 ++--
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/be/torbirdy.dtd b/be/torbirdy.dtd
index 3a64aaf34..1dc7d0486 100644
--- a/be/torbirdy.dtd
+++ b/be/torbirdy.dtd
@@ -3,14 +3,14 @@
<!ENTITY torbirdy.accountprefs.startup.key "C">
<!ENTITY torbirdy.accountprefs.minutes.label "Check for new messages every">
<!ENTITY torbirdy.accountprefs.minutes.key "d">
-<!ENTITY torbirdy.accountprefs.minutes.trail.label "minutes">
+<!ENTITY torbirdy.accountprefs.minutes.trail.label "хв.">
<!ENTITY torbirdy.accountprefs.cancel.button "Cancel">
<!ENTITY torbirdy.accountprefs.save.button "Захаваць">
<!ENTITY torbirdy.accountprefs.save.key "S">
<!ENTITY torbirdy.prefs.title "TorBirdy Preferences">
<!ENTITY torbirdy.prefs.save.button "Захаваць">
-<!ENTITY torbirdy.prefs.save.key "s">
+<!ENTITY torbirdy.prefs.save.key "c.">
<!ENTITY torbirdy.prefs.cancel.button "Cancel">
<!ENTITY torbirdy.prefs.extra2.button "Restore Defaults">
<!ENTITY torbirdy.prefs.extra2.key "d">
diff --git a/ka/torbirdy.dtd b/ka/torbirdy.dtd
index 3fbb9c536..71014fefc 100644
--- a/ka/torbirdy.dtd
+++ b/ka/torbirdy.dtd
@@ -3,14 +3,14 @@
<!ENTITY torbirdy.accountprefs.startup.key "ჩ">
<!ENTITY torbirdy.accountprefs.minutes.label "Check for new messages every">
<!ENTITY torbirdy.accountprefs.minutes.key "ყ">
-<!ENTITY torbirdy.accountprefs.minutes.trail.label "minutes">
+<!ENTITY torbirdy.accountprefs.minutes.trail.label "წთ">
<!ENTITY torbirdy.accountprefs.cancel.button "Cancel">
<!ENTITY torbirdy.accountprefs.save.button "გადარჩენა">
<!ENTITY torbirdy.accountprefs.save.key "შ">
<!ENTITY torbirdy.prefs.title "TorBirdy Preferences">
<!ENTITY torbirdy.prefs.save.button "გადარჩენა">
-<!ENTITY torbirdy.prefs.save.key "s">
+<!ENTITY torbirdy.prefs.save.key "წმ">
<!ENTITY torbirdy.prefs.cancel.button "გაუქმება">
<!ENTITY torbirdy.prefs.extra2.button "გაჩუმების პრინციპით დაყენებული პარამეტრების აღდგენა">
<!ENTITY torbirdy.prefs.extra2.key "დ">
diff --git a/my/torbirdy.dtd b/my/torbirdy.dtd
index 7736314b9..d3606a1a8 100644
--- a/my/torbirdy.dtd
+++ b/my/torbirdy.dtd
@@ -3,14 +3,14 @@
<!ENTITY torbirdy.accountprefs.startup.key "C">
<!ENTITY torbirdy.accountprefs.minutes.label "Check for new messages every">
<!ENTITY torbirdy.accountprefs.minutes.key "r">
-<!ENTITY torbirdy.accountprefs.minutes.trail.label "minutes">
+<!ENTITY torbirdy.accountprefs.minutes.trail.label "မိနစ်">
<!ENTITY torbirdy.accountprefs.cancel.button "ဖျက်သိမ်းရန်">
<!ENTITY torbirdy.accountprefs.save.button "သိမ်းဆည်းရန်">
<!ENTITY torbirdy.accountprefs.save.key "S">
<!ENTITY torbirdy.prefs.title "TorBirdy Preferences">
<!ENTITY torbirdy.prefs.save.button "သိမ်းဆည်းရန်">
-<!ENTITY torbirdy.prefs.save.key "s">
+<!ENTITY torbirdy.prefs.save.key "စက္ကန့်">
<!ENTITY torbirdy.prefs.cancel.button "ဖျက်သိမ်းရန်">
<!ENTITY torbirdy.prefs.extra2.button " မူလအတိုင်း ပြန်ထားရန်">
<!ENTITY torbirdy.prefs.extra2.key "d">
diff --git a/sl/torbirdy.dtd b/sl/torbirdy.dtd
index d4f1d4402..d1893472b 100644
--- a/sl/torbirdy.dtd
+++ b/sl/torbirdy.dtd
@@ -3,14 +3,14 @@
<!ENTITY torbirdy.accountprefs.startup.key "C">
<!ENTITY torbirdy.accountprefs.minutes.label "Check for new messages every">
<!ENTITY torbirdy.accountprefs.minutes.key "r">
-<!ENTITY torbirdy.accountprefs.minutes.trail.label "minutes">
+<!ENTITY torbirdy.accountprefs.minutes.trail.label "minut">
<!ENTITY torbirdy.accountprefs.cancel.button "Prekini">
<!ENTITY torbirdy.accountprefs.save.button "Shrani">
<!ENTITY torbirdy.accountprefs.save.key "S">
<!ENTITY torbirdy.prefs.title "TorBirdy Preferences">
<!ENTITY torbirdy.prefs.save.button "Shrani">
-<!ENTITY torbirdy.prefs.save.key "s">
+<!ENTITY torbirdy.prefs.save.key "sek.">
<!ENTITY torbirdy.prefs.cancel.button "Prekini">
<!ENTITY torbirdy.prefs.extra2.button "Privzete nastavitve">
<!ENTITY torbirdy.prefs.extra2.key "d">
diff --git a/ti/torbirdy.dtd b/ti/torbirdy.dtd
index e6cdf711d..5c68d4c1c 100644
--- a/ti/torbirdy.dtd
+++ b/ti/torbirdy.dtd
@@ -17,7 +17,7 @@
<!ENTITY torbirdy.prefs.testproxy.button "Test Proxy Settings">
<!ENTITY torbirdy.prefs.testproxy.key "n">
<!ENTITY torbirdy.prefs.proxy.label "ብርሕቐት">
-<!ENTITY torbirdy.prefs.privacy.label "Privacy">
+<!ENTITY torbirdy.prefs.privacy.label "ውልቃዊ ዋንነት">
<!ENTITY torbirdy.prefs.enigmail.label "Enigmail">
<!ENTITY torbirdy.prefs.recommended.text "Use the recommended proxy settings for TorBirdy (Tor)">
<!ENTITY torbirdy.prefs.recommended.key "r">
diff --git a/uz/torbirdy.dtd b/uz/torbirdy.dtd
index ebbd8f9e4..601dc1f9e 100644
--- a/uz/torbirdy.dtd
+++ b/uz/torbirdy.dtd
@@ -3,14 +3,14 @@
<!ENTITY torbirdy.accountprefs.startup.key "C">
<!ENTITY torbirdy.accountprefs.minutes.label "Check for new messages every">
<!ENTITY torbirdy.accountprefs.minutes.key "y">
-<!ENTITY torbirdy.accountprefs.minutes.trail.label "minutes">
+<!ENTITY torbirdy.accountprefs.minutes.trail.label "мин">
<!ENTITY torbirdy.accountprefs.cancel.button "Bekor qilish">
<!ENTITY torbirdy.accountprefs.save.button "Saqlash">
<!ENTITY torbirdy.accountprefs.save.key "S">
<!ENTITY torbirdy.prefs.title "TorBirdy Preferences">
<!ENTITY torbirdy.prefs.save.button "Saqlash">
-<!ENTITY torbirdy.prefs.save.key "s">
+<!ENTITY torbirdy.prefs.save.key "c">
<!ENTITY torbirdy.prefs.cancel.button "Bekor qilish">
<!ENTITY torbirdy.prefs.extra2.button "Andozalarni tiklash">
<!ENTITY torbirdy.prefs.extra2.key "d">
1
0

[translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed
by translation@torproject.org 12 Apr '18
by translation@torproject.org 12 Apr '18
12 Apr '18
commit 573e549c318429fc7d4a925c96bdb46a2239c167
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Apr 12 19:20:11 2018 +0000
Update translations for tails-persistence-setup_completed
---
ar/ar.po | 6 +++---
bg/bg.po | 4 ++--
ca/ca.po | 4 ++--
cs/cs.po | 4 ++--
da/da.po | 4 ++--
de/de.po | 4 ++--
el/el.po | 4 ++--
es/es.po | 4 ++--
fa/fa.po | 2 +-
fr/fr.po | 2 +-
he/he.po | 2 +-
hu/hu.po | 2 +-
id/id.po | 2 +-
it/it.po | 4 ++--
ja/ja.po | 4 ++--
ko/ko.po | 4 ++--
lv/lv.po | 4 ++--
nb/nb.po | 2 +-
nl/nl.po | 4 ++--
pl/pl.po | 4 ++--
pt/pt.po | 2 +-
pt_BR/pt_BR.po | 4 ++--
ro/ro.po | 4 ++--
ru/ru.po | 4 ++--
sv/sv.po | 4 ++--
tr/tr.po | 4 ++--
uk/uk.po | 4 ++--
vi/vi.po | 2 +-
zh_CN/zh_CN.po | 2 +-
zh_TW/zh_TW.po | 6 +++---
30 files changed, 53 insertions(+), 53 deletions(-)
diff --git a/ar/ar.po b/ar/ar.po
index 5c92858db..bf3338e17 100644
--- a/ar/ar.po
+++ b/ar/ar.po
@@ -5,7 +5,7 @@
# Translators:
# kraim <biskraim(a)gmail.com>, 2013
# Ash <ali.shatrieh(a)gmail.com>, 2014
-# ButterflyOfFire <ButterflyOfFire(a)protonmail.com>, 2018
+# ButterflyOfFire, 2018
# Fortas Abdeldjalil <dr.fcmam5(a)gmail.com>, 2015
# 0xidz <ghoucine(a)gmail.com>, 2014
# alshara3 <hsn.ali91(a)gmail.com>, 2013
@@ -20,8 +20,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-03-15 18:51+0000\n"
-"Last-Translator: ButterflyOfFire <ButterflyOfFire(a)protonmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Arabic (http://www.transifex.com/otf/torproject/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/bg/bg.po b/bg/bg.po
index 581e7749a..ad58bd17d 100644
--- a/bg/bg.po
+++ b/bg/bg.po
@@ -18,8 +18,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: solusitor <toxicbrownies(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Bulgarian (http://www.transifex.com/otf/torproject/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ca/ca.po b/ca/ca.po
index b93cdebb1..521b6ede2 100644
--- a/ca/ca.po
+++ b/ca/ca.po
@@ -12,8 +12,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Jordi Mas <jmas(a)softcatala.org>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/cs/cs.po b/cs/cs.po
index aaaa67c84..a49368928 100644
--- a/cs/cs.po
+++ b/cs/cs.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Jiri Brebera\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/da/da.po b/da/da.po
index 1a0311e01..4df99c1ee 100644
--- a/da/da.po
+++ b/da/da.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Steve Dougherty\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Danish (http://www.transifex.com/otf/torproject/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/de/de.po b/de/de.po
index f211e2509..24a4815dd 100644
--- a/de/de.po
+++ b/de/de.po
@@ -23,8 +23,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: golive <netzsegler(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/el/el.po b/el/el.po
index 3fa637d62..d77718c00 100644
--- a/el/el.po
+++ b/el/el.po
@@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: LaScapigliata <ditri2000(a)hotmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Greek (http://www.transifex.com/otf/torproject/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/es/es.po b/es/es.po
index 3b39e61be..09b949d09 100644
--- a/es/es.po
+++ b/es/es.po
@@ -13,8 +13,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-03-03 15:48+0000\n"
-"Last-Translator: Emma Peel\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/fa/fa.po b/fa/fa.po
index 64ea86fd7..371f4ec57 100644
--- a/fa/fa.po
+++ b/fa/fa.po
@@ -17,7 +17,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Marzieh Behboodi <marziehbehboodi(a)yahoo.com>\n"
"Language-Team: Persian (http://www.transifex.com/otf/torproject/language/fa/)\n"
"MIME-Version: 1.0\n"
diff --git a/fr/fr.po b/fr/fr.po
index 3df11b5f5..0e18236ff 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -24,7 +24,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Tor Project <support-team-private(a)lists.torproject.org>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/he/he.po b/he/he.po
index 5d7313dce..cee864144 100644
--- a/he/he.po
+++ b/he/he.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: zxcsd <jenisjpl(a)gmail.com>\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/he/)\n"
"MIME-Version: 1.0\n"
diff --git a/hu/hu.po b/hu/hu.po
index c0195b553..89192b719 100644
--- a/hu/hu.po
+++ b/hu/hu.po
@@ -15,7 +15,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/otf/torproject/language/hu/)\n"
"MIME-Version: 1.0\n"
diff --git a/id/id.po b/id/id.po
index 78a8062c7..8a9d8f679 100644
--- a/id/id.po
+++ b/id/id.po
@@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: zk\n"
"Language-Team: Indonesian (http://www.transifex.com/otf/torproject/language/id/)\n"
"MIME-Version: 1.0\n"
diff --git a/it/it.po b/it/it.po
index 54e48dfb1..763682f25 100644
--- a/it/it.po
+++ b/it/it.po
@@ -19,8 +19,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Thomas Di Cristofaro <inactive+ThomasDiCristofaro(a)transifex.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Italian (http://www.transifex.com/otf/torproject/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ja/ja.po b/ja/ja.po
index c51e11cc8..84c3205a5 100644
--- a/ja/ja.po
+++ b/ja/ja.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-03-10 13:54+0000\n"
-"Last-Translator: 987 pluto <pluto987(a)protonmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Japanese (http://www.transifex.com/otf/torproject/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ko/ko.po b/ko/ko.po
index 67d24559f..2a6a8219f 100644
--- a/ko/ko.po
+++ b/ko/ko.po
@@ -13,8 +13,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: SEPT____ <xpressengine3(a)mail.beo.kr>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Korean (http://www.transifex.com/otf/torproject/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/lv/lv.po b/lv/lv.po
index 934054034..f848e7621 100644
--- a/lv/lv.po
+++ b/lv/lv.po
@@ -10,8 +10,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Jānis-Marks Gailis <jm-gailis(a)fai-vianet.fr>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Latvian (http://www.transifex.com/otf/torproject/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/nb/nb.po b/nb/nb.po
index b3a7201f8..d2a6728b9 100644
--- a/nb/nb.po
+++ b/nb/nb.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: erinm\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/otf/torproject/language/nb/)\n"
"MIME-Version: 1.0\n"
diff --git a/nl/nl.po b/nl/nl.po
index f4888157f..a4caff0f2 100644
--- a/nl/nl.po
+++ b/nl/nl.po
@@ -20,8 +20,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Florencia Herra Vega <flohdot(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Dutch (http://www.transifex.com/otf/torproject/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/pl/pl.po b/pl/pl.po
index f1c3b9948..861b245b6 100644
--- a/pl/pl.po
+++ b/pl/pl.po
@@ -13,8 +13,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: sebx\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Polish (http://www.transifex.com/otf/torproject/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/pt/pt.po b/pt/pt.po
index 5ff0fe8fa..13332af17 100644
--- a/pt/pt.po
+++ b/pt/pt.po
@@ -21,7 +21,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-04-03 15:48+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Manuela Silva <manuela.silva(a)sky.com>\n"
"Language-Team: Portuguese (http://www.transifex.com/otf/torproject/language/pt/)\n"
"MIME-Version: 1.0\n"
diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index cd66d1362..c34e8f320 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -21,8 +21,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-04-01 15:37+0000\n"
-"Last-Translator: Communia <ameaneantie(a)riseup.net>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ro/ro.po b/ro/ro.po
index e61f0eda0..17db33047 100644
--- a/ro/ro.po
+++ b/ro/ro.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: pol polearnik <polearnik(a)mail.ru>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Romanian (http://www.transifex.com/otf/torproject/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ru/ru.po b/ru/ru.po
index 54e69fa8c..27c606962 100644
--- a/ru/ru.po
+++ b/ru/ru.po
@@ -21,8 +21,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Sergey Briskin\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/sv/sv.po b/sv/sv.po
index cde88bcf9..c9e47ea3f 100644
--- a/sv/sv.po
+++ b/sv/sv.po
@@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Martin Coborn <inactive+martincoborn(a)transifex.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Swedish (http://www.transifex.com/otf/torproject/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/tr/tr.po b/tr/tr.po
index 6c0039fda..29344fc6b 100644
--- a/tr/tr.po
+++ b/tr/tr.po
@@ -16,8 +16,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Mert Salih Kaplan <mail(a)mertskaplan.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Turkish (http://www.transifex.com/otf/torproject/language/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/uk/uk.po b/uk/uk.po
index 7dab9504f..000492379 100644
--- a/uk/uk.po
+++ b/uk/uk.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Любомир <n.lyubomyr(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Ukrainian (http://www.transifex.com/otf/torproject/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/vi/vi.po b/vi/vi.po
index a274d6375..653a71053 100644
--- a/vi/vi.po
+++ b/vi/vi.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Nadim Kobeissi <nadim(a)nadim.cc>\n"
"Language-Team: Vietnamese (http://www.transifex.com/otf/torproject/language/vi/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN.po
index c8fdfdee0..710c73301 100644
--- a/zh_CN/zh_CN.po
+++ b/zh_CN/zh_CN.po
@@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Chi-Hsun Tsai\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_TW/zh_TW.po b/zh_TW/zh_TW.po
index 652d7bf82..329b68993 100644
--- a/zh_TW/zh_TW.po
+++ b/zh_TW/zh_TW.po
@@ -7,7 +7,7 @@
# Hsiu-Ming Chang <cges30901(a)gmail.com>, 2014
# danfong <danfong.hsieh(a)gmail.com>, 2014
# 大圈洋蔥, 2016
-# Wen-Gan Li <wgli(a)wgli.net>, 2015
+# wenganli, 2015
# x4r <xatierlike(a)gmail.com>, 2014-2015
# Zakk <zakk0610(a)gmail.com>, 2014
msgid ""
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2017-09-19 17:03+0000\n"
-"Last-Translator: Agustín Wu <losangwuyts(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/otf/torproject/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
1
0

[translation/tails-persistence-setup] Update translations for tails-persistence-setup
by translation@torproject.org 12 Apr '18
by translation@torproject.org 12 Apr '18
12 Apr '18
commit 1c7f0e25f0177373eca414fccdaa1d8943efe6d2
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Apr 12 19:19:51 2018 +0000
Update translations for tails-persistence-setup
---
am/am.po | 2 +-
ar/ar.po | 6 +++---
az/az.po | 4 ++--
be/be.po | 6 +++---
bg/bg.po | 4 ++--
bn/bn.po | 2 +-
ca/ca.po | 4 ++--
cs/cs.po | 4 ++--
da/da.po | 4 ++--
de/de.po | 4 ++--
el/el.po | 4 ++--
es/es.po | 4 ++--
es_MX/es_MX.po | 2 +-
et/et.po | 6 +++---
eu/eu.po | 4 ++--
fa/fa.po | 2 +-
fil/fil.po | 2 +-
fr/fr.po | 2 +-
gl/gl.po | 2 +-
he/he.po | 2 +-
hi/hi.po | 2 +-
hr/hr.po | 4 ++--
hu/hu.po | 2 +-
id/id.po | 2 +-
it/it.po | 4 ++--
ja/ja.po | 4 ++--
ka/ka.po | 6 +++---
km/km.po | 2 +-
ko/ko.po | 4 ++--
ky/ky.po | 2 +-
lt/lt.po | 2 +-
lv/lv.po | 4 ++--
mk/mk.po | 4 ++--
my/my.po | 6 +++---
nb/nb.po | 2 +-
nl/nl.po | 4 ++--
nl_BE/nl_BE.po | 2 +-
nn/nn.po | 4 ++--
pa/pa.po | 2 +-
pl/pl.po | 4 ++--
pt/pt.po | 2 +-
pt_BR/pt_BR.po | 4 ++--
ro/ro.po | 4 ++--
ru/ru.po | 4 ++--
si_LK/si_LK.po | 2 +-
sk/sk.po | 4 ++--
sl/sl.po | 6 +++---
sl_SI/sl_SI.po | 4 ++--
sq/sq.po | 2 +-
sr/sr.po | 2 +-
sv/sv.po | 4 ++--
th/th.po | 2 +-
ti/ti.po | 2 +-
tk/tk.po | 4 ++--
tr/tr.po | 4 ++--
uk/uk.po | 4 ++--
ur_PK/ur_PK.po | 2 +-
uz/uz.po | 6 +++---
vi/vi.po | 2 +-
zh_CN/zh_CN.po | 2 +-
zh_HK/zh_HK.po | 4 ++--
zh_TW/zh_TW.po | 6 +++---
62 files changed, 106 insertions(+), 106 deletions(-)
diff --git a/am/am.po b/am/am.po
index 55bd24581..1fde1339d 100644
--- a/am/am.po
+++ b/am/am.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Yohannes Tesfaye <yohannes.tgd(a)gmail.com>\n"
"Language-Team: Amharic (http://www.transifex.com/otf/torproject/language/am/)\n"
"MIME-Version: 1.0\n"
diff --git a/ar/ar.po b/ar/ar.po
index 5c92858db..bf3338e17 100644
--- a/ar/ar.po
+++ b/ar/ar.po
@@ -5,7 +5,7 @@
# Translators:
# kraim <biskraim(a)gmail.com>, 2013
# Ash <ali.shatrieh(a)gmail.com>, 2014
-# ButterflyOfFire <ButterflyOfFire(a)protonmail.com>, 2018
+# ButterflyOfFire, 2018
# Fortas Abdeldjalil <dr.fcmam5(a)gmail.com>, 2015
# 0xidz <ghoucine(a)gmail.com>, 2014
# alshara3 <hsn.ali91(a)gmail.com>, 2013
@@ -20,8 +20,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-03-15 18:51+0000\n"
-"Last-Translator: ButterflyOfFire <ButterflyOfFire(a)protonmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Arabic (http://www.transifex.com/otf/torproject/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/az/az.po b/az/az.po
index fef39196d..9493899fd 100644
--- a/az/az.po
+++ b/az/az.po
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-23 13:17+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: Nikafn <appone6(a)gmail.com>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/otf/torproject/language/az/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/be/be.po b/be/be.po
index 706335fb6..d0d3c09b3 100644
--- a/be/be.po
+++ b/be/be.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: erinm\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Belarusian (http://www.transifex.com/otf/torproject/language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -211,7 +211,7 @@ msgstr ""
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:66
msgid "Create"
-msgstr ""
+msgstr "Стварыць"
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:110
msgid ""
diff --git a/bg/bg.po b/bg/bg.po
index 581e7749a..ad58bd17d 100644
--- a/bg/bg.po
+++ b/bg/bg.po
@@ -18,8 +18,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: solusitor <toxicbrownies(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Bulgarian (http://www.transifex.com/otf/torproject/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/bn/bn.po b/bn/bn.po
index 9eae92412..e788c0d0c 100644
--- a/bn/bn.po
+++ b/bn/bn.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: lisa hayat\n"
"Language-Team: Bengali (http://www.transifex.com/otf/torproject/language/bn/)\n"
"MIME-Version: 1.0\n"
diff --git a/ca/ca.po b/ca/ca.po
index b93cdebb1..521b6ede2 100644
--- a/ca/ca.po
+++ b/ca/ca.po
@@ -12,8 +12,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Jordi Mas <jmas(a)softcatala.org>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/cs/cs.po b/cs/cs.po
index aaaa67c84..a49368928 100644
--- a/cs/cs.po
+++ b/cs/cs.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Jiri Brebera\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Czech (http://www.transifex.com/otf/torproject/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/da/da.po b/da/da.po
index 1a0311e01..4df99c1ee 100644
--- a/da/da.po
+++ b/da/da.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Steve Dougherty\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Danish (http://www.transifex.com/otf/torproject/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/de/de.po b/de/de.po
index f211e2509..24a4815dd 100644
--- a/de/de.po
+++ b/de/de.po
@@ -23,8 +23,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: golive <netzsegler(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/el/el.po b/el/el.po
index 3fa637d62..d77718c00 100644
--- a/el/el.po
+++ b/el/el.po
@@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: LaScapigliata <ditri2000(a)hotmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Greek (http://www.transifex.com/otf/torproject/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/es/es.po b/es/es.po
index 3b39e61be..09b949d09 100644
--- a/es/es.po
+++ b/es/es.po
@@ -13,8 +13,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-03-03 15:48+0000\n"
-"Last-Translator: Emma Peel\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/es_MX/es_MX.po b/es_MX/es_MX.po
index 8ee53176c..af495a92e 100644
--- a/es_MX/es_MX.po
+++ b/es_MX/es_MX.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: neoriddle <neopromos(a)gmail.com>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/otf/torproject/language/es_MX/)\n"
"MIME-Version: 1.0\n"
diff --git a/et/et.po b/et/et.po
index cfb8caded..5497b5f0a 100644
--- a/et/et.po
+++ b/et/et.po
@@ -10,8 +10,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Olav <olav.magi(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Estonian (http://www.transifex.com/otf/torproject/language/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -213,7 +213,7 @@ msgstr ""
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:66
msgid "Create"
-msgstr ""
+msgstr "Loo"
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:110
msgid ""
diff --git a/eu/eu.po b/eu/eu.po
index f6a3156a3..13cf571c5 100644
--- a/eu/eu.po
+++ b/eu/eu.po
@@ -16,8 +16,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Xabier Aramendi <azpidatziak(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Basque (http://www.transifex.com/otf/torproject/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/fa/fa.po b/fa/fa.po
index 64ea86fd7..371f4ec57 100644
--- a/fa/fa.po
+++ b/fa/fa.po
@@ -17,7 +17,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Marzieh Behboodi <marziehbehboodi(a)yahoo.com>\n"
"Language-Team: Persian (http://www.transifex.com/otf/torproject/language/fa/)\n"
"MIME-Version: 1.0\n"
diff --git a/fil/fil.po b/fil/fil.po
index 6a17d094a..ea542c062 100644
--- a/fil/fil.po
+++ b/fil/fil.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Maria Victoria Cervo <mavquisce(a)gmail.com>\n"
"Language-Team: Filipino (http://www.transifex.com/otf/torproject/language/fil/)\n"
"MIME-Version: 1.0\n"
diff --git a/fr/fr.po b/fr/fr.po
index 3df11b5f5..0e18236ff 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -24,7 +24,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Tor Project <support-team-private(a)lists.torproject.org>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/gl/gl.po b/gl/gl.po
index 6a64658b6..0eb526089 100644
--- a/gl/gl.po
+++ b/gl/gl.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Xosé M. Lamas <correo(a)xmgz.eu>\n"
"Language-Team: Galician (http://www.transifex.com/otf/torproject/language/gl/)\n"
"MIME-Version: 1.0\n"
diff --git a/he/he.po b/he/he.po
index 5d7313dce..cee864144 100644
--- a/he/he.po
+++ b/he/he.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: zxcsd <jenisjpl(a)gmail.com>\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/he/)\n"
"MIME-Version: 1.0\n"
diff --git a/hi/hi.po b/hi/hi.po
index 3715a4ce0..caa41a9ee 100644
--- a/hi/hi.po
+++ b/hi/hi.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: U.M.K. Dikshit <dikshitrocks93(a)gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
"MIME-Version: 1.0\n"
diff --git a/hr/hr.po b/hr/hr.po
index 30dc935d8..05d7c69f6 100644
--- a/hr/hr.po
+++ b/hr/hr.po
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Igor <lyricaltumor(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: Josip Domšić <josip.domsic(a)gmail.com>\n"
"Language-Team: Croatian (http://www.transifex.com/otf/torproject/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/hu/hu.po b/hu/hu.po
index c0195b553..89192b719 100644
--- a/hu/hu.po
+++ b/hu/hu.po
@@ -15,7 +15,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/otf/torproject/language/hu/)\n"
"MIME-Version: 1.0\n"
diff --git a/id/id.po b/id/id.po
index 78a8062c7..8a9d8f679 100644
--- a/id/id.po
+++ b/id/id.po
@@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: zk\n"
"Language-Team: Indonesian (http://www.transifex.com/otf/torproject/language/id/)\n"
"MIME-Version: 1.0\n"
diff --git a/it/it.po b/it/it.po
index 54e48dfb1..763682f25 100644
--- a/it/it.po
+++ b/it/it.po
@@ -19,8 +19,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Thomas Di Cristofaro <inactive+ThomasDiCristofaro(a)transifex.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Italian (http://www.transifex.com/otf/torproject/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ja/ja.po b/ja/ja.po
index c51e11cc8..84c3205a5 100644
--- a/ja/ja.po
+++ b/ja/ja.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-03-10 13:54+0000\n"
-"Last-Translator: 987 pluto <pluto987(a)protonmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Japanese (http://www.transifex.com/otf/torproject/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ka/ka.po b/ka/ka.po
index 986c25ec5..6f7bb13ac 100644
--- a/ka/ka.po
+++ b/ka/ka.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Giovanni Pellerano <giovanni.pellerano(a)evilaliv3.org>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Georgian (http://www.transifex.com/otf/torproject/language/ka/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -211,7 +211,7 @@ msgstr ""
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:66
msgid "Create"
-msgstr ""
+msgstr "შექმნა"
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:110
msgid ""
diff --git a/km/km.po b/km/km.po
index ddafc795a..d82c85317 100644
--- a/km/km.po
+++ b/km/km.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Ty Sok <sokty2(a)gmail.com>\n"
"Language-Team: Khmer (http://www.transifex.com/otf/torproject/language/km/)\n"
"MIME-Version: 1.0\n"
diff --git a/ko/ko.po b/ko/ko.po
index 67d24559f..2a6a8219f 100644
--- a/ko/ko.po
+++ b/ko/ko.po
@@ -13,8 +13,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: SEPT____ <xpressengine3(a)mail.beo.kr>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Korean (http://www.transifex.com/otf/torproject/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ky/ky.po b/ky/ky.po
index 63144e0a9..88dbe671f 100644
--- a/ky/ky.po
+++ b/ky/ky.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Chyngyz Monokbaev <monokbaev(a)gmail.com>\n"
"Language-Team: Kyrgyz (http://www.transifex.com/otf/torproject/language/ky/)\n"
"MIME-Version: 1.0\n"
diff --git a/lt/lt.po b/lt/lt.po
index 431784ac4..bc5a350c7 100644
--- a/lt/lt.po
+++ b/lt/lt.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Moo\n"
"Language-Team: Lithuanian (http://www.transifex.com/otf/torproject/language/lt/)\n"
"MIME-Version: 1.0\n"
diff --git a/lv/lv.po b/lv/lv.po
index 934054034..f848e7621 100644
--- a/lv/lv.po
+++ b/lv/lv.po
@@ -10,8 +10,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Jānis-Marks Gailis <jm-gailis(a)fai-vianet.fr>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Latvian (http://www.transifex.com/otf/torproject/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/mk/mk.po b/mk/mk.po
index 7eb526de3..00007314c 100644
--- a/mk/mk.po
+++ b/mk/mk.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Dimitar Poposki <poposkidimitar(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: dejanb <balalovskid(a)rferl.org>\n"
"Language-Team: Macedonian (http://www.transifex.com/otf/torproject/language/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/my/my.po b/my/my.po
index 7ef9d57ab..b6b62328e 100644
--- a/my/my.po
+++ b/my/my.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Yatanar (Y) <yatanar.a4(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Burmese (http://www.transifex.com/otf/torproject/language/my/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -211,7 +211,7 @@ msgstr ""
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:66
msgid "Create"
-msgstr ""
+msgstr "ဖန်တီးရန်"
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:110
msgid ""
diff --git a/nb/nb.po b/nb/nb.po
index b3a7201f8..d2a6728b9 100644
--- a/nb/nb.po
+++ b/nb/nb.po
@@ -13,7 +13,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: erinm\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/otf/torproject/language/nb/)\n"
"MIME-Version: 1.0\n"
diff --git a/nl/nl.po b/nl/nl.po
index f4888157f..a4caff0f2 100644
--- a/nl/nl.po
+++ b/nl/nl.po
@@ -20,8 +20,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Florencia Herra Vega <flohdot(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Dutch (http://www.transifex.com/otf/torproject/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/nl_BE/nl_BE.po b/nl_BE/nl_BE.po
index 7b8cdd774..10da329e5 100644
--- a/nl_BE/nl_BE.po
+++ b/nl_BE/nl_BE.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-04-09 12:06+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Nathan Follens\n"
"Language-Team: Dutch (Belgium) (http://www.transifex.com/otf/torproject/language/nl_BE/)\n"
"MIME-Version: 1.0\n"
diff --git a/nn/nn.po b/nn/nn.po
index 63031128b..7d293cbf7 100644
--- a/nn/nn.po
+++ b/nn/nn.po
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Anon O'Course <nynorsk(a)i2pmail.org>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/otf/torproject/language/nn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/pa/pa.po b/pa/pa.po
index b38873ae6..231e39a90 100644
--- a/pa/pa.po
+++ b/pa/pa.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: A S Alam <alam.yellow(a)gmail.com>\n"
"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/otf/torproject/language/pa/)\n"
"MIME-Version: 1.0\n"
diff --git a/pl/pl.po b/pl/pl.po
index f1c3b9948..861b245b6 100644
--- a/pl/pl.po
+++ b/pl/pl.po
@@ -13,8 +13,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: sebx\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Polish (http://www.transifex.com/otf/torproject/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/pt/pt.po b/pt/pt.po
index 5ff0fe8fa..13332af17 100644
--- a/pt/pt.po
+++ b/pt/pt.po
@@ -21,7 +21,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-04-03 15:48+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Manuela Silva <manuela.silva(a)sky.com>\n"
"Language-Team: Portuguese (http://www.transifex.com/otf/torproject/language/pt/)\n"
"MIME-Version: 1.0\n"
diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index cd66d1362..c34e8f320 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -21,8 +21,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-04-01 15:37+0000\n"
-"Last-Translator: Communia <ameaneantie(a)riseup.net>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ro/ro.po b/ro/ro.po
index e61f0eda0..17db33047 100644
--- a/ro/ro.po
+++ b/ro/ro.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: pol polearnik <polearnik(a)mail.ru>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Romanian (http://www.transifex.com/otf/torproject/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ru/ru.po b/ru/ru.po
index 54e69fa8c..27c606962 100644
--- a/ru/ru.po
+++ b/ru/ru.po
@@ -21,8 +21,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Sergey Briskin\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/si_LK/si_LK.po b/si_LK/si_LK.po
index 400c9811e..e9a4b5855 100644
--- a/si_LK/si_LK.po
+++ b/si_LK/si_LK.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: mohomed nishad <nishadjenab(a)gmail.com>\n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/otf/torproject/language/si_LK/)\n"
"MIME-Version: 1.0\n"
diff --git a/sk/sk.po b/sk/sk.po
index 58cfb6e6d..080380493 100644
--- a/sk/sk.po
+++ b/sk/sk.po
@@ -13,8 +13,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Roman 'Kaktuxista' Benji <romanbeno273(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Slovak (http://www.transifex.com/otf/torproject/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/sl/sl.po b/sl/sl.po
index a71304727..4ffbb6534 100644
--- a/sl/sl.po
+++ b/sl/sl.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: bungabunga\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Slovenian (http://www.transifex.com/otf/torproject/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -211,7 +211,7 @@ msgstr ""
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:66
msgid "Create"
-msgstr ""
+msgstr "Ustvari"
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:110
msgid ""
diff --git a/sl_SI/sl_SI.po b/sl_SI/sl_SI.po
index 735fb181e..d65cace4c 100644
--- a/sl_SI/sl_SI.po
+++ b/sl_SI/sl_SI.po
@@ -10,8 +10,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Dušan <dusan.k(a)zoho.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: Matija <matija(a)srebrni-galeb.si>\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/otf/torproject/language/sl_SI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/sq/sq.po b/sq/sq.po
index 01ff08d82..a2723027b 100644
--- a/sq/sq.po
+++ b/sq/sq.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Besnik <besnik(a)programeshqip.org>\n"
"Language-Team: Albanian (http://www.transifex.com/otf/torproject/language/sq/)\n"
"MIME-Version: 1.0\n"
diff --git a/sr/sr.po b/sr/sr.po
index 3a0848776..40a3c24fd 100644
--- a/sr/sr.po
+++ b/sr/sr.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Igor Raznatovic\n"
"Language-Team: Serbian (http://www.transifex.com/otf/torproject/language/sr/)\n"
"MIME-Version: 1.0\n"
diff --git a/sv/sv.po b/sv/sv.po
index cde88bcf9..c9e47ea3f 100644
--- a/sv/sv.po
+++ b/sv/sv.po
@@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Martin Coborn <inactive+martincoborn(a)transifex.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Swedish (http://www.transifex.com/otf/torproject/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/th/th.po b/th/th.po
index 5cdf9ba0e..0a364d6bc 100644
--- a/th/th.po
+++ b/th/th.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Martus Translations <translations(a)martus.org>\n"
"Language-Team: Thai (http://www.transifex.com/otf/torproject/language/th/)\n"
"MIME-Version: 1.0\n"
diff --git a/ti/ti.po b/ti/ti.po
index d193b1ec5..c2a768d45 100644
--- a/ti/ti.po
+++ b/ti/ti.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-04-05 23:31+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Thewodros Aregay <teddywa8(a)yahoo.com>\n"
"Language-Team: Tigrinya (http://www.transifex.com/otf/torproject/language/ti/)\n"
"MIME-Version: 1.0\n"
diff --git a/tk/tk.po b/tk/tk.po
index 4900936f6..032ef7a21 100644
--- a/tk/tk.po
+++ b/tk/tk.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: erinm\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: Muhammed Soltanov <soltanoff.m(a)gmail.com>\n"
"Language-Team: Turkmen (http://www.transifex.com/otf/torproject/language/tk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/tr/tr.po b/tr/tr.po
index 6c0039fda..29344fc6b 100644
--- a/tr/tr.po
+++ b/tr/tr.po
@@ -16,8 +16,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Mert Salih Kaplan <mail(a)mertskaplan.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Turkish (http://www.transifex.com/otf/torproject/language/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/uk/uk.po b/uk/uk.po
index 7dab9504f..000492379 100644
--- a/uk/uk.po
+++ b/uk/uk.po
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Любомир <n.lyubomyr(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Ukrainian (http://www.transifex.com/otf/torproject/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ur_PK/ur_PK.po b/ur_PK/ur_PK.po
index ff200555f..e6b85712c 100644
--- a/ur_PK/ur_PK.po
+++ b/ur_PK/ur_PK.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Qayum <name.all5(a)gmail.com>\n"
"Language-Team: Urdu (Pakistan) (http://www.transifex.com/otf/torproject/language/ur_PK/)\n"
"MIME-Version: 1.0\n"
diff --git a/uz/uz.po b/uz/uz.po
index 2fad853ef..cfff12d26 100644
--- a/uz/uz.po
+++ b/uz/uz.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Adham Kurbanov <x(a)ttaby.ch>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Uzbek (http://www.transifex.com/otf/torproject/language/uz/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -211,7 +211,7 @@ msgstr ""
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:66
msgid "Create"
-msgstr ""
+msgstr "Создать"
#: ../lib/Tails/Persistence/Step/Bootstrap.pm:110
msgid ""
diff --git a/vi/vi.po b/vi/vi.po
index a274d6375..653a71053 100644
--- a/vi/vi.po
+++ b/vi/vi.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Nadim Kobeissi <nadim(a)nadim.cc>\n"
"Language-Team: Vietnamese (http://www.transifex.com/otf/torproject/language/vi/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN.po
index c8fdfdee0..710c73301 100644
--- a/zh_CN/zh_CN.po
+++ b/zh_CN/zh_CN.po
@@ -18,7 +18,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
"Last-Translator: Chi-Hsun Tsai\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
diff --git a/zh_HK/zh_HK.po b/zh_HK/zh_HK.po
index 782bf4d51..816a6bbd7 100644
--- a/zh_HK/zh_HK.po
+++ b/zh_HK/zh_HK.po
@@ -14,8 +14,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-02-20 18:51+0000\n"
-"Last-Translator: Chi-Hsun Tsai\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/otf/torproject/language/zh_HK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_TW/zh_TW.po b/zh_TW/zh_TW.po
index 652d7bf82..329b68993 100644
--- a/zh_TW/zh_TW.po
+++ b/zh_TW/zh_TW.po
@@ -7,7 +7,7 @@
# Hsiu-Ming Chang <cges30901(a)gmail.com>, 2014
# danfong <danfong.hsieh(a)gmail.com>, 2014
# 大圈洋蔥, 2016
-# Wen-Gan Li <wgli(a)wgli.net>, 2015
+# wenganli, 2015
# x4r <xatierlike(a)gmail.com>, 2014-2015
# Zakk <zakk0610(a)gmail.com>, 2014
msgid ""
@@ -15,8 +15,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: Tails developers <tails(a)boum.org>\n"
"POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2017-09-19 17:03+0000\n"
-"Last-Translator: Agustín Wu <losangwuyts(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:58+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/otf/torproject/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
1
0

[translation/liveusb-creator_completed] Update translations for liveusb-creator_completed
by translation@torproject.org 12 Apr '18
by translation@torproject.org 12 Apr '18
12 Apr '18
commit df015c781be15dbd749e7fba5ec1458bbe241b2b
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Apr 12 19:19:15 2018 +0000
Update translations for liveusb-creator_completed
---
ca/ca.po | 4 ++--
de/de.po | 4 ++--
es/es.po | 4 ++--
fr/fr.po | 2 +-
ru/ru.po | 4 ++--
zh_CN/zh_CN.po | 6 +++---
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ca/ca.po b/ca/ca.po
index bcb2cf482..c393c69ca 100644
--- a/ca/ca.po
+++ b/ca/ca.po
@@ -21,8 +21,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-03-13 11:45+0000\n"
-"Last-Translator: Miquel Bosch <m.bosch.sau(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/de/de.po b/de/de.po
index 31ebe7537..9be5e7214 100644
--- a/de/de.po
+++ b/de/de.po
@@ -44,8 +44,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-11-11 03:09+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/es/es.po b/es/es.po
index 0a711e6a5..82a67a4c1 100644
--- a/es/es.po
+++ b/es/es.po
@@ -23,8 +23,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-03-26 21:59+0000\n"
-"Last-Translator: Emma Peel\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/fr/fr.po b/fr/fr.po
index 5781eef14..fcfb8256c 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -28,7 +28,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-03-27 17:08+0000\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
"Last-Translator: French language coordinator <french.coordinator(a)rbox.me>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/ru/ru.po b/ru/ru.po
index addedff9a..9ab550183 100644
--- a/ru/ru.po
+++ b/ru/ru.po
@@ -30,8 +30,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-12-29 07:49+0000\n"
-"Last-Translator: Boris Shminke\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN.po
index 82393f6e3..999d56733 100644
--- a/zh_CN/zh_CN.po
+++ b/zh_CN/zh_CN.po
@@ -12,7 +12,7 @@
# JasonZ <pbbqdd(a)gmail.com>, 2015
# khi, 2015
# kwh(Kim Wan-Ho), 2013
-# Lafrenze Laurant <lusciniacyanbird(a)gmail.com>, 2018
+# Lafrenze Laurant, 2018
# leungsookfan <leung.sookfan(a)riseup.net>, 2014
# xtoaster <zhazhenzhong(a)gmail.com>, 2012
# Sanya chang <408070986(a)qq.com>, 2013
@@ -26,8 +26,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-01-11 11:02+0000\n"
-"Last-Translator: Lafrenze Laurant <lusciniacyanbird(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
1
0

[translation/liveusb-creator] Update translations for liveusb-creator
by translation@torproject.org 12 Apr '18
by translation@torproject.org 12 Apr '18
12 Apr '18
commit a6c566c7065a5d574cb3bbea436f6561ecf31e25
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Apr 12 19:19:07 2018 +0000
Update translations for liveusb-creator
---
ca/ca.po | 4 ++--
de/de.po | 4 ++--
es/es.po | 4 ++--
fi/fi.po | 6 +++---
fr/fr.po | 2 +-
my/my.po | 6 +++---
pl/pl.po | 4 ++--
ro/ro.po | 6 +++---
ru/ru.po | 4 ++--
uk/uk.po | 4 ++--
zh_CN/zh_CN.po | 6 +++---
zh_HK/zh_HK.po | 6 +++---
12 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/ca/ca.po b/ca/ca.po
index bcb2cf482..c393c69ca 100644
--- a/ca/ca.po
+++ b/ca/ca.po
@@ -21,8 +21,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-03-13 11:45+0000\n"
-"Last-Translator: Miquel Bosch <m.bosch.sau(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Catalan (http://www.transifex.com/otf/torproject/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/de/de.po b/de/de.po
index 31ebe7537..9be5e7214 100644
--- a/de/de.po
+++ b/de/de.po
@@ -44,8 +44,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-11-11 03:09+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: German (http://www.transifex.com/otf/torproject/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/es/es.po b/es/es.po
index 0a711e6a5..82a67a4c1 100644
--- a/es/es.po
+++ b/es/es.po
@@ -23,8 +23,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-03-26 21:59+0000\n"
-"Last-Translator: Emma Peel\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Spanish (http://www.transifex.com/otf/torproject/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/fi/fi.po b/fi/fi.po
index 2dfbfa7d3..0611b208c 100644
--- a/fi/fi.po
+++ b/fi/fi.po
@@ -18,8 +18,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-02-20 18:53+0000\n"
-"Last-Translator: Benis One <benis1(a)null.net>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Finnish (http://www.transifex.com/otf/torproject/language/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -321,7 +321,7 @@ msgstr ""
#: ../tails_installer/gui.py:456
msgid "Upgrade"
-msgstr ""
+msgstr "Päivitys"
#: ../tails_installer/gui.py:462 ../data/tails-installer.ui.h:7
msgid "Install"
diff --git a/fr/fr.po b/fr/fr.po
index 5781eef14..fcfb8256c 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -28,7 +28,7 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-03-27 17:08+0000\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
"Last-Translator: French language coordinator <french.coordinator(a)rbox.me>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/my/my.po b/my/my.po
index f9c3ea5ec..57b7e79e3 100644
--- a/my/my.po
+++ b/my/my.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-02-20 18:53+0000\n"
-"Last-Translator: Thura Hlaing <trhura(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Burmese (http://www.transifex.com/otf/torproject/language/my/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -311,7 +311,7 @@ msgstr ""
#: ../tails_installer/gui.py:456
msgid "Upgrade"
-msgstr ""
+msgstr "အဆင်မြှင့်ရန်"
#: ../tails_installer/gui.py:462 ../data/tails-installer.ui.h:7
msgid "Install"
diff --git a/pl/pl.po b/pl/pl.po
index 4b5cf6f24..eef3a2e09 100644
--- a/pl/pl.po
+++ b/pl/pl.po
@@ -20,8 +20,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-01-15 03:47+0000\n"
-"Last-Translator: Agnieszka Krakowinska\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Polish (http://www.transifex.com/otf/torproject/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/ro/ro.po b/ro/ro.po
index 76a7c78e6..8633db1c2 100644
--- a/ro/ro.po
+++ b/ro/ro.po
@@ -14,8 +14,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-02-20 18:53+0000\n"
-"Last-Translator: Isus Satanescu <inactive+isus(a)transifex.com>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Romanian (http://www.transifex.com/otf/torproject/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -317,7 +317,7 @@ msgstr ""
#: ../tails_installer/gui.py:456
msgid "Upgrade"
-msgstr ""
+msgstr "Actualizare"
#: ../tails_installer/gui.py:462 ../data/tails-installer.ui.h:7
msgid "Install"
diff --git a/ru/ru.po b/ru/ru.po
index addedff9a..9ab550183 100644
--- a/ru/ru.po
+++ b/ru/ru.po
@@ -30,8 +30,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-12-29 07:49+0000\n"
-"Last-Translator: Boris Shminke\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/uk/uk.po b/uk/uk.po
index 48e8bdf72..9ffa46e83 100644
--- a/uk/uk.po
+++ b/uk/uk.po
@@ -16,8 +16,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-02-05 13:49+0000\n"
-"Last-Translator: O Herenko <herenko(a)ex.ua>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Ukrainian (http://www.transifex.com/otf/torproject/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN.po
index 82393f6e3..999d56733 100644
--- a/zh_CN/zh_CN.po
+++ b/zh_CN/zh_CN.po
@@ -12,7 +12,7 @@
# JasonZ <pbbqdd(a)gmail.com>, 2015
# khi, 2015
# kwh(Kim Wan-Ho), 2013
-# Lafrenze Laurant <lusciniacyanbird(a)gmail.com>, 2018
+# Lafrenze Laurant, 2018
# leungsookfan <leung.sookfan(a)riseup.net>, 2014
# xtoaster <zhazhenzhong(a)gmail.com>, 2012
# Sanya chang <408070986(a)qq.com>, 2013
@@ -26,8 +26,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2018-01-11 11:02+0000\n"
-"Last-Translator: Lafrenze Laurant <lusciniacyanbird(a)gmail.com>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/otf/torproject/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/zh_HK/zh_HK.po b/zh_HK/zh_HK.po
index d86e555ee..bebcdcc40 100644
--- a/zh_HK/zh_HK.po
+++ b/zh_HK/zh_HK.po
@@ -18,8 +18,8 @@ msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-11-11 03:09+0000\n"
-"Last-Translator: carolyn <carolyn(a)anhalt.org>\n"
+"PO-Revision-Date: 2018-04-12 18:59+0000\n"
+"Last-Translator: IDRASSI Mounir <mounir.idrassi(a)idrix.fr>\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/otf/torproject/language/zh_HK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -321,7 +321,7 @@ msgstr "Tails安裝程序"
#: ../tails_installer/gui.py:456
msgid "Upgrade"
-msgstr ""
+msgstr "更新"
#: ../tails_installer/gui.py:462 ../data/tails-installer.ui.h:7
msgid "Install"
1
0