Git
Threads by month
- ----- 2025 -----
- September
- August
- July
- 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
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 38612 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-66-ge859e31
by Marc Delisle 22 Mar '10
by Marc Delisle 22 Mar '10
22 Mar '10
The branch, QA_3_3 has been updated
via e859e311496ae25e1c6de6412084bc336f0798b9 (commit)
from cdfc277bb7bd3b8fad0e45d9317fdd4578282206 (commit)
- Log -----------------------------------------------------------------
commit e859e311496ae25e1c6de6412084bc336f0798b9
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 22 13:23:55 2010 -0400
there was an extra space in the ChangeLog
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2cc1650..5140d2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
shown in hex
- bug #2967565 [insert] UNHEX not selected by default when inserting BINARY
- [navi] Changed link to git repository on main page
-- bug #2972232 [menu] Import menu tab not present on main page
+- bug #2972232 [menu] Import menu tab not present on main page
3.3.1.0 (2010-03-16)
- bug #2941037 [core] Database structure not sorted by table correctly
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-793-g853fee7
by Michal Čihař 22 Mar '10
by Michal Čihař 22 Mar '10
22 Mar '10
The branch, gettext has been updated
via 853fee7ec595c360a1c1d8960bd69a9b926763d4 (commit)
via f8fa3b4ede1e056be9ac903eb8900d1bb18db086 (commit)
from 83c253f2dc103a43cf4d16e418a68c80f92a0b6e (commit)
- Log -----------------------------------------------------------------
commit 853fee7ec595c360a1c1d8960bd69a9b926763d4
Merge: 83c253f2dc103a43cf4d16e418a68c80f92a0b6e f8fa3b4ede1e056be9ac903eb8900d1bb18db086
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Mar 22 10:20:14 2010 +0100
Merge branch 'master' into gettext
-----------------------------------------------------------------------
Summary of changes:
db_structure.php | 2 +-
js/jquery.js | 154 ++++++++++++++++++++++++++++++++++++++++++++++
libraries/common.lib.php | 59 +++++++-----------
sql.php | 2 +-
tbl_select.php | 2 +-
tbl_structure.php | 2 +-
6 files changed, 180 insertions(+), 41 deletions(-)
create mode 100644 js/jquery.js
diff --git a/db_structure.php b/db_structure.php
index 1d92330..2111edd 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -12,7 +12,7 @@
require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
/**
* Prepares the tables list if the user where not redirected to this script
diff --git a/js/jquery.js b/js/jquery.js
new file mode 100644
index 0000000..7c24308
--- /dev/null
+++ b/js/jquery.js
@@ -0,0 +1,154 @@
+/*!
+ * jQuery JavaScript Library v1.4.2
+ * http://jquery.com/
+ *
+ * Copyright 2010, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2010, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Sat Feb 13 22:33:48 2010 -0500
+ */
+(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
+e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
+j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
+"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
+true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
+Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
+(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
+a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
+"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
+function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
+c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
+L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
+"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
+d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
+a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
+!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
+true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
+var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
+parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
+false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
+s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
+applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
+else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
+a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
+w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
+cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
+i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
+" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
+this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
+e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
+c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
+a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
+function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
+k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
+C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
+null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
+e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
+f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
+if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
+fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
+d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
+"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
+a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
+isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
+{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
+if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
+e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
+"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
+d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
+!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
+toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
+u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
+function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
+if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
+e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
+t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
+g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
+for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
+1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
+CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
+relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
+l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
+h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
+CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
+g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
+text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
+setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
+h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
+m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
+"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
+h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
+!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
+h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
+q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
+if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
+(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
+function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
+gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
+c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
+{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
+"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
+d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
+a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
+1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
+a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
+c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
+wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
+prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
+this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
+return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
+""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
+this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
+u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
+1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
+return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
+""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
+c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
+c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
+function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
+Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
+"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
+a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
+a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
+"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
+serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
+function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
+global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
+e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
+"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
+false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
+false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
+c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
+d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
+g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
+1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
+"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
+if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
+this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
+"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
+animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
+j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
+this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
+"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
+c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
+this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
+this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
+e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
+c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
+function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
+this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
+k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.
offsetLeft}if(c.offset.supportsFixedPosition&&
+f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
+a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
+c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
+d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
+f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
+"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
+e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 841a13a..da25301 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -2424,7 +2424,7 @@ function PMA_generate_html_dropdown($select_name, $choices, $active_choice, $id)
}
/**
- * Generates a slider effect (Mootools)
+ * Generates a slider effect (jQjuery)
* Takes care of generating the initial <div> and the link
* controlling the slider; you have to generate the </div> yourself
* after the sliding section.
@@ -2440,48 +2440,33 @@ function PMA_generate_slider_effect($id, $message)
return;
}
?>
-<script type="text/javascript">
+ <script type="text/javascript">
// <![CDATA[
-window.addEvent('domready', function(){
- var status = {
- 'true': '- ',
- 'false': '+ '
- };
-
- var anchor<?php echo $id; ?> = new Element('a', {
- 'id': 'toggle_<?php echo $id; ?>',
- 'href': 'javascript:void(0)',
- 'events': {
- 'click': function(){
- mySlide<?php echo $id; ?>.toggle();
- }
+ document.write('<div id="<?php echo $id; ?>" <?php echo $GLOBALS['cfg']['InitialSlidersState'] == 'closed' ? ' style="display: none;"' : ''; ?>>');
+
+ function PMA_set_status_label_<?php echo $id; ?>() {
+ if ($('#<?php echo $id; ?>').css('display') == 'none') {
+ $('#anchor_status_<?php echo $id; ?>').text('+ ');
+ } else {
+ $('#anchor_status_<?php echo $id; ?>').text('- ');
}
- });
+ }
- anchor<?php echo $id; ?>.appendText('<?php echo $message; ?>');
- anchor<?php echo $id; ?>.injectBefore('<?php echo $id; ?>');
+ $(document).ready(function() {
- var slider_status<?php echo $id; ?> = new Element('span', {
- 'id': 'slider_status_<?php echo $id; ?>'
- });
- slider_status<?php echo $id; ?>.appendText('<?php echo $GLOBALS['cfg']['InitialSlidersState'] == 'closed' ? '+' : '-';?> ');
- slider_status<?php echo $id; ?>.injectBefore('toggle_<?php echo $id; ?>');
+ $('<span id="anchor_status_<?php echo $id; ?>"><span>')
+ .insertBefore('#<?php echo $id; ?>')
- var mySlide<?php echo $id; ?> = new Fx.Slide('<?php echo $id; ?>');
- <?php
- if ($GLOBALS['cfg']['InitialSlidersState'] == 'closed') {
- ?>
- mySlide<?php echo $id; ?>.hide();
- <?php
- }
- ?>
- mySlide<?php echo $id; ?>.addEvent('complete', function() {
- $('slider_status_<?php echo $id; ?>').set('html', status[mySlide<?php echo $id; ?>.open]);
- });
+ PMA_set_status_label_<?php echo $id; ?>();
- $('<?php echo $id; ?>').style.display="block";
-});
- document.write('<div id="<?php echo $id; ?>" <?php echo $GLOBALS['cfg']['InitialSlidersState'] == 'closed' ? ' style="display: none;"' : ''; ?>>');
+ $('<a href="#" id="anchor_<?php echo $id; ?>"><?php echo htmlspecialchars($message); ?></a>')
+ .insertBefore('#<?php echo $id; ?>')
+ .click(function() {
+ $('#<?php echo $id; ?>').slideToggle('normal', function() {
+ PMA_set_status_label_<?php echo $id; ?>();
+ });
+ });
+ });
//]]>
</script>
<noscript>
diff --git a/sql.php b/sql.php
index 63d7a88..5ff9605 100644
--- a/sql.php
+++ b/sql.php
@@ -15,7 +15,7 @@ require_once './libraries/Table.class.php';
require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
/**
* Defines the url to return to in case of error in a sql statement
diff --git a/tbl_select.php b/tbl_select.php
index 9a205d7..0f98b1a 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -19,7 +19,7 @@ require_once './libraries/relation.lib.php'; // foreign keys
require_once './libraries/mysql_charsets.lib.php';
$GLOBALS['js_include'][] = 'tbl_change.js';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
if ($GLOBALS['cfg']['PropertiesIconic'] == true) {
$titles['Browse'] =
diff --git a/tbl_structure.php b/tbl_structure.php
index 51b001e..b1bff16 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -14,7 +14,7 @@ require_once './libraries/common.inc.php';
require_once './libraries/mysql_charsets.lib.php';
require_once './libraries/relation.lib.php';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
/**
* handle multiple field commands if required
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-791-g83c253f
by Michal Čihař 22 Mar '10
by Michal Čihař 22 Mar '10
22 Mar '10
The branch, gettext has been updated
via 83c253f2dc103a43cf4d16e418a68c80f92a0b6e (commit)
via d4d7058ebbb32d720e63fe76f905bb2cd159597f (commit)
via 1de215a328bc96e457e2d69dd37ad909e9025539 (commit)
via 9d71766418609a5b55fbdc2fd39b10c922359b9b (commit)
via 2d77e9d5dcd5dbaf19142d3547b26a666c5531b8 (commit)
via 0de42fba9c605325d99bd1a63e7564506b2eaa9a (commit)
via f780633e94cb83c7152c3ccb682c85ee98418404 (commit)
via cd2c8fe13f96037f58e1d73130188945b12a53f6 (commit)
via 67171f2a7980df62df9beccd8ff728921c619c27 (commit)
via d82e6e7357f8fead86480d34417f74b55931d5b4 (commit)
via 3c7da3f0f734f2ca2113bafc29da6f268e5bd7cf (commit)
via 5a79de6a12f16d6d612bf8bf79b630bcc2e3e87b (commit)
via 38cfbe28d2f7fc8c630e559cc4ca2383ce50b7ef (commit)
via 659273ea3224074234bffe2794d9d7d3229b37aa (commit)
via c86c1cb49b88765cccbeb152cef974729dbfaca9 (commit)
via aedaaab7582a6822ac2bf3e32518b370b80f03ab (commit)
via 1aadef24d694276ec2253422d805c73d71022dee (commit)
via 1cce06da284f7fa281307a0f00535d5c20be55db (commit)
via da719819f0c4ab19afea9b406d856d11d4580080 (commit)
via 7d86428a1669ee43d8d46e05fbcadfe9bd0aa255 (commit)
via e7840075cc946be0120456795ebd08a313407497 (commit)
via 9b493b9cdd10187f7dab9920ed078a24e437aaa0 (commit)
via 7274b68a3af509e0a95bc226bbc0791c1303abf4 (commit)
via cc701ba59957dad93dc15b8bd37055052039fa11 (commit)
via e8ac60f7ad9a960c550196d07ff787a9916efa3d (commit)
via d227a64bf3d887b3816a5d21c62dbb902dbd5d3f (commit)
via aa3a064dee70875944b43f4a88c6fd770c5783b7 (commit)
via f353e960fd60bfe8de3c0a62eb2ded949b7ee6b8 (commit)
via 9ccd65c96633042b414203cb893728315a7eadaa (commit)
via b11e7c853e4c713ebbf3f32db0ef2f6e21d24990 (commit)
via 829e0297b26d8541d2b8041d453a0102c936dfac (commit)
via 8d345d7719c28d4c46575bba0a4c00f1192a88e2 (commit)
via 01f7e15542297249b79934c463a9c52caf8f670c (commit)
via c9c9dcf35617f5e0527ed3311b3ca79c3b98fffb (commit)
via ec81a8f7294e0a0767a4128025aaeaf29da5f9d3 (commit)
via 0b1b8df5d736449ce2ff6071e3a13050b1e5a656 (commit)
via ddfee411533be8c9466526ca395fe65443b14efc (commit)
via 9fc1a111f0bebe7920adac53dff117bbe1191bbc (commit)
via a0a23af6cc21f2e0098f5567866e818e0769e3a5 (commit)
via 022e68b75091e662cad6ddea7d185a31170c4d9f (commit)
via 82d61073001144bbb4bde9cdba3ebc12ff0d71d0 (commit)
via 910c456dbe0c23c810a00703a515011fc388f86b (commit)
via d59bfcd915530434e72e3771bde69843e7a382c9 (commit)
via 103ee2cda2c64f127b34c57204269f95be9752d1 (commit)
via b1a0166fa2fff1ce5ce41b1be73420d1569aef21 (commit)
via d522a0c4c72185d6a81593c35759f388abb59f51 (commit)
via 6ee8a0439c75fcdae4dd491d454f4dfaa55633ef (commit)
via c0b117453dcf24d7ac53212cdf0151b23e8e5fb0 (commit)
via fdc59a9dd3e67dcf230f1d60a8344a5369900218 (commit)
via cb4519eaec40e8fe233525df6e2a052fa5c00930 (commit)
via 903d9bda33d5a51132aa95af2167ee3473581857 (commit)
via 79ed39e1f793893480376c69c91222b1873a6993 (commit)
via 5a07be4f5c097fbfc301b40c1814d871c6c40113 (commit)
via 11af11f117ff1dcc7dab19414736dd2816c35dcc (commit)
via 5959ca2f17a1912f97112d351d5a186158f5ddbe (commit)
via d9383a2f6788032c57caa024a78358ab0661dd6b (commit)
via 761a538f1124e08dd139fee68f150f7e9865afcf (commit)
via 71f86320485f47ab517b3f4e5b841a10c2c697c2 (commit)
via 4cd97e4432347fa1c9f4a747582374ad9766bd34 (commit)
via 1eb32b67e2e4194cf3290eff45ddbc2a8bf48fbd (commit)
via 5a21c3b17f93751c3e106bc0236bef3d6451546e (commit)
via 2d1874f9eae9c7250f2b8c08479c4c3493aea5f1 (commit)
via 1ce71f479ccada8e6f81429c7cf56b616cb30897 (commit)
via d68297971685f2becff1891250289abcddc4341a (commit)
via e71a185d83997b5810d01b7d282b7f6815006202 (commit)
via 57d3a92190da09925275c56253c242357603381d (commit)
via bfbe4038ae725224e00e7c18d8002dddb9296ff5 (commit)
via 7ebc9d22e04e43f9ce12c006c504c280bcced520 (commit)
via 6026ae6ae87be4d889687e8ebddbe6e16891ac46 (commit)
via c4b8ce7e9dfca41666525987812d800f8d4f9390 (commit)
via c805d9d7d12283d7b5c735023fbb807f34aae45b (commit)
via 3030a37611951bb3857cc4e94d8d61ce3d337858 (commit)
via 5f4e16169027396f1b8f98d8a9d4e01d11de6c8f (commit)
via 194c9c435a9a1afe04a43dc1845151fa3fb7554d (commit)
via 0378848a881385d0e58180394852079f3baa7de3 (commit)
via d055b3b70abec0503818c65f6afba6778534fa43 (commit)
via f3c21cfa9778de0fc792837ca0040ff9e8a62584 (commit)
via 55a1d138503d9a12d053e39e39c59f2f68277d67 (commit)
via 179836358ff473d92fcb467570d37d19081b2f25 (commit)
via e6c5844c0a5c27a4e8d207bee8240223d204f099 (commit)
via a541e5392dfc2703c3dc90cc1cb84bb16dd2375d (commit)
via a1285682d84610077349b9febaf3067103d38528 (commit)
via 65ffc6a5abd3b447b0c4d5b95211e042013b619b (commit)
via cc9cca552164bbe4ce983be6c7dbdf7984c6ed9e (commit)
via 54924770529bb34fe875cf90c90f8d87091fda77 (commit)
via 6306606f3b2d171909461211891cf074ba56da9b (commit)
via 6510e63c151f5b640ba8a8e360b24fee40772aa8 (commit)
via b6068f88ce51e8f6f568ee13f5c0b2fe7d0c7d2a (commit)
via 4132b3a378820ce14e1f4bbc80b85f099372e331 (commit)
via e04f6ae40e2272871362a8bf35bd8b23b3fadab8 (commit)
via 5a408f7021003b8113f08d820f8726b27610bb76 (commit)
via 4bacb9804874c1150a47d61b8aee0febf7c987a3 (commit)
via dbe93f5761c856896d2738ad69fe4ff188d10962 (commit)
via 8b5d7c0e9bb350fbcf01ccb0a1f43a830bb43e95 (commit)
via ad2f34ada6af878e5e5b95437827c06594d0da4f (commit)
via 2b7632f5fb5e897a03a8f31ac22a332685f81a33 (commit)
via ba79d150c91c4d01735624a133a5107fcea24980 (commit)
via 416387f3491b0cd418e601cb82c1b67a06309417 (commit)
via 5c5fe9b4ed171bc1a0cc2ee5af20446756decb3b (commit)
via c47eb0df0c0dc349daf16b86c1e75d2e03f716d4 (commit)
via 4ada37a4aa36e3136c9cb8695d55820f304c35ab (commit)
via 28ffe5bca588d839c1185d589343b1b9c4dafc00 (commit)
via 45baa04afc450d1307574082127a522aab0f332c (commit)
via adf43e5acad0f37b43737b8e6f3a0b2dd6500d9b (commit)
via 0a9e950566511ed518f19b9aa7341dcd0087d429 (commit)
via 23e99b2cdacda4ed56999fa5023c012f3b23fdd9 (commit)
via 9435c6d9bff649abcd95c02aa73b76742676b10d (commit)
via af9320a12c1677307374dd5fe96c524e32cf4a50 (commit)
via a1a59dc18bc36343b01cf556347ba011742bbc83 (commit)
via 6d0633a855bd571ade7964789de912af5b335fec (commit)
via 8ae61bedc087d51cb7b02a2b4253969e1eb3dcd6 (commit)
via 8e1e1d5b3815154455bf28f91b68171ef3117194 (commit)
via 5dffb749a61acbcc6b10582c9f45e83a11d3b0f9 (commit)
via 12aa813ce2df18637f2d588cbfb48496b791a10d (commit)
via 11cd23624579026644c0df5f9b59dc72c46081a8 (commit)
via 527d275846cdb5a187fa5d3d0411e55f842b030a (commit)
via 19f6e4605933895c05fac575595b26d5130d78d6 (commit)
via b8b7bcbe3308c3c134235de6fa0a5ca5be603c4e (commit)
via f11e0dcbde9b21363f82456518849439b7f4ae27 (commit)
via 41a84faae46451a8c4ba589e7d7251bf86c0cca5 (commit)
via 732fcd8e8e8ad26f6d640a4f84c8c9c8d87039e5 (commit)
via 14af28314caaefaf4e79c57913bff9ded934d7b2 (commit)
via 3fc65c080c15f7800595e19481fa058d6f99feda (commit)
via 339dfee5b0bea64536804c36c959b83540ba9c1b (commit)
via ef60b517b80b5a33e8e8310b16bdcd71c72af42f (commit)
via 5181ee469c2136626c1701f8b7cd3a36c85ad63b (commit)
via b07c76635a783d46d4086ddf26b8b7f1e381ae5a (commit)
via 36ecc979c10daee448e654f87d4c52df91affd99 (commit)
via 9571d6998412b8c703e73cba6b59e4422a5c4c56 (commit)
via ec7b2b0d849c45c13350fbbec0e9cc3d84f593fd (commit)
via 1256629cce183bd7b40655ed854da9ce8e2b51a0 (commit)
via b00998a026ded66616bf9199e628fdb66699e99f (commit)
via dceab9a9177b4dac3435e9d4b585c4c293bb2dff (commit)
via c756b6e71dfc17273c55eec7c755a7e333b0eaba (commit)
via c61a71f4f33a03e29d70604fb61b6ffa65e5d625 (commit)
via d03abede67df2e6482ec6ae2eb439ddad2646d96 (commit)
via 6dfbbcfab494ebb9032d90eb17628dd1f67448d6 (commit)
via 6dd024909e59d7aaab6fb0d967158360259c5075 (commit)
via 40b41b204d297e4de4a8d9643ce34a9dde986437 (commit)
via 906b7492680d117bb8eee46fc12f524a51c1e7c2 (commit)
via 2a90effa891e33c4c5f665884766f2fa71f7b63d (commit)
via 0dd3fdbd54fdf662414d45056b89de408ecb157a (commit)
via 873285c6a3b84fc05a5d568fb09eddb32ae5796c (commit)
via d707c779862bdd2869aa782339bf1d55573a1163 (commit)
via 17d35f6663e5521d1ed822f62684a2b8bda1723a (commit)
via 15eef1792db76937db88a3f5fcdf8507d8811ccc (commit)
via 951adde8704cc474a7add97440039283be1cab1f (commit)
via 06f6c02508f37b948982cef5ba5edb0a503ba96b (commit)
via 8919210a54e1aa054dd076dcc73df5289979f1ef (commit)
via f33d0b34114a4b42014387fbb155fb00199cc1f5 (commit)
via 468bbf58ec2585570f70b16bc31ab4c002572cc7 (commit)
via 391a2914790768d2d6fa7de37f6daa75d1e3a3a3 (commit)
via 6a5cbfbd2b1d8fa886e1900fc67d7d42487f96d3 (commit)
via f0e928c403a2eac55ea1d3187200011646b7c7d8 (commit)
via 4799c1099133aaa1acb1809e74df1abd15b168c4 (commit)
via 4a2dc24af6c6e97d671f86fca0cc18f194fd4069 (commit)
via 746aa49ee65a10759c406390cc88e3564bc1883a (commit)
via ea69d4528f09ee3f292cffe094799199c96bc896 (commit)
via 7be49567bea148ff9bd8eee9a3788ba1a0c46ceb (commit)
via 8ed81b52e3b9ee9d7b9e9568d9839a0228a1db0d (commit)
via 2c108b83cb13566d87a912db80a63cbd11d02918 (commit)
via a04f1f8c700d1b5d9177b2d1911a4789cf772e95 (commit)
via 972bae540d8ee94af2c6bbe716a00a58b9221acc (commit)
via be632da1989f3c08fda7e8f7e7244b06a150cd10 (commit)
via 3bbe6fb0d3a0f8e8ace212928821259fa81bdf91 (commit)
via ec57cd2267c20c68c3a94c8db933aab846e1b9e9 (commit)
from ee621bf9a8bff6838c1d758454ae7571df71d4f3 (commit)
- Log -----------------------------------------------------------------
commit 83c253f2dc103a43cf4d16e418a68c80f92a0b6e
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:17:28 2010 +0200
Translation update done using Pootle.
commit d4d7058ebbb32d720e63fe76f905bb2cd159597f
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:16:24 2010 +0200
Translation update done using Pootle.
commit 1de215a328bc96e457e2d69dd37ad909e9025539
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:16:08 2010 +0200
Translation update done using Pootle.
commit 9d71766418609a5b55fbdc2fd39b10c922359b9b
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:15:33 2010 +0200
Translation update done using Pootle.
commit 2d77e9d5dcd5dbaf19142d3547b26a666c5531b8
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:14:14 2010 +0200
Translation update done using Pootle.
commit 0de42fba9c605325d99bd1a63e7564506b2eaa9a
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:13:51 2010 +0200
Translation update done using Pootle.
commit f780633e94cb83c7152c3ccb682c85ee98418404
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:11:55 2010 +0200
Translation update done using Pootle.
commit cd2c8fe13f96037f58e1d73130188945b12a53f6
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:09:55 2010 +0200
Translation update done using Pootle.
commit 67171f2a7980df62df9beccd8ff728921c619c27
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:09:38 2010 +0200
Translation update done using Pootle.
commit d82e6e7357f8fead86480d34417f74b55931d5b4
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Sun Mar 21 05:09:07 2010 +0200
Translation update done using Pootle.
commit 3c7da3f0f734f2ca2113bafc29da6f268e5bd7cf
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:10:52 2010 +0200
Translation update done using Pootle.
commit 5a79de6a12f16d6d612bf8bf79b630bcc2e3e87b
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:10:06 2010 +0200
Translation update done using Pootle.
commit 38cfbe28d2f7fc8c630e559cc4ca2383ce50b7ef
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:09:14 2010 +0200
Translation update done using Pootle.
commit 659273ea3224074234bffe2794d9d7d3229b37aa
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:08:49 2010 +0200
Translation update done using Pootle.
commit c86c1cb49b88765cccbeb152cef974729dbfaca9
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:07:43 2010 +0200
Translation update done using Pootle.
commit aedaaab7582a6822ac2bf3e32518b370b80f03ab
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:05:31 2010 +0200
Translation update done using Pootle.
commit 1aadef24d694276ec2253422d805c73d71022dee
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:05:14 2010 +0200
Translation update done using Pootle.
commit 1cce06da284f7fa281307a0f00535d5c20be55db
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:04:37 2010 +0200
Translation update done using Pootle.
commit da719819f0c4ab19afea9b406d856d11d4580080
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:03:59 2010 +0200
Translation update done using Pootle.
commit 7d86428a1669ee43d8d46e05fbcadfe9bd0aa255
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:03:20 2010 +0200
Translation update done using Pootle.
commit e7840075cc946be0120456795ebd08a313407497
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:02:27 2010 +0200
Translation update done using Pootle.
commit 9b493b9cdd10187f7dab9920ed078a24e437aaa0
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:01:17 2010 +0200
Translation update done using Pootle.
commit 7274b68a3af509e0a95bc226bbc0791c1303abf4
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 19:00:36 2010 +0200
Translation update done using Pootle.
commit cc701ba59957dad93dc15b8bd37055052039fa11
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:59:29 2010 +0200
Translation update done using Pootle.
commit e8ac60f7ad9a960c550196d07ff787a9916efa3d
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:59:06 2010 +0200
Translation update done using Pootle.
commit d227a64bf3d887b3816a5d21c62dbb902dbd5d3f
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:58:40 2010 +0200
Translation update done using Pootle.
commit aa3a064dee70875944b43f4a88c6fd770c5783b7
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:57:55 2010 +0200
Translation update done using Pootle.
commit f353e960fd60bfe8de3c0a62eb2ded949b7ee6b8
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:57:32 2010 +0200
Translation update done using Pootle.
commit 9ccd65c96633042b414203cb893728315a7eadaa
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:53:05 2010 +0200
Translation update done using Pootle.
commit b11e7c853e4c713ebbf3f32db0ef2f6e21d24990
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:47:42 2010 +0200
Translation update done using Pootle.
commit 829e0297b26d8541d2b8041d453a0102c936dfac
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:46:22 2010 +0200
Translation update done using Pootle.
commit 8d345d7719c28d4c46575bba0a4c00f1192a88e2
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:45:28 2010 +0200
Translation update done using Pootle.
commit 01f7e15542297249b79934c463a9c52caf8f670c
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:45:08 2010 +0200
Translation update done using Pootle.
commit c9c9dcf35617f5e0527ed3311b3ca79c3b98fffb
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:44:23 2010 +0200
Translation update done using Pootle.
commit ec81a8f7294e0a0767a4128025aaeaf29da5f9d3
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:43:57 2010 +0200
Translation update done using Pootle.
commit 0b1b8df5d736449ce2ff6071e3a13050b1e5a656
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:43:26 2010 +0200
Translation update done using Pootle.
commit ddfee411533be8c9466526ca395fe65443b14efc
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:43:06 2010 +0200
Translation update done using Pootle.
commit 9fc1a111f0bebe7920adac53dff117bbe1191bbc
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:42:36 2010 +0200
Translation update done using Pootle.
commit a0a23af6cc21f2e0098f5567866e818e0769e3a5
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:41:55 2010 +0200
Translation update done using Pootle.
commit 022e68b75091e662cad6ddea7d185a31170c4d9f
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:41:20 2010 +0200
Translation update done using Pootle.
commit 82d61073001144bbb4bde9cdba3ebc12ff0d71d0
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:40:15 2010 +0200
Translation update done using Pootle.
commit 910c456dbe0c23c810a00703a515011fc388f86b
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:39:40 2010 +0200
Translation update done using Pootle.
commit d59bfcd915530434e72e3771bde69843e7a382c9
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:39:22 2010 +0200
Translation update done using Pootle.
commit 103ee2cda2c64f127b34c57204269f95be9752d1
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:35:45 2010 +0200
Translation update done using Pootle.
commit b1a0166fa2fff1ce5ce41b1be73420d1569aef21
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:34:36 2010 +0200
Translation update done using Pootle.
commit d522a0c4c72185d6a81593c35759f388abb59f51
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:33:42 2010 +0200
Translation update done using Pootle.
commit 6ee8a0439c75fcdae4dd491d454f4dfaa55633ef
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:32:12 2010 +0200
Translation update done using Pootle.
commit c0b117453dcf24d7ac53212cdf0151b23e8e5fb0
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:31:57 2010 +0200
Translation update done using Pootle.
commit fdc59a9dd3e67dcf230f1d60a8344a5369900218
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:31:31 2010 +0200
Translation update done using Pootle.
commit cb4519eaec40e8fe233525df6e2a052fa5c00930
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:30:18 2010 +0200
Translation update done using Pootle.
commit 903d9bda33d5a51132aa95af2167ee3473581857
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:29:44 2010 +0200
Translation update done using Pootle.
commit 79ed39e1f793893480376c69c91222b1873a6993
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:29:05 2010 +0200
Translation update done using Pootle.
commit 5a07be4f5c097fbfc301b40c1814d871c6c40113
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:28:46 2010 +0200
Translation update done using Pootle.
commit 11af11f117ff1dcc7dab19414736dd2816c35dcc
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:28:11 2010 +0200
Translation update done using Pootle.
commit 5959ca2f17a1912f97112d351d5a186158f5ddbe
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:27:11 2010 +0200
Translation update done using Pootle.
commit d9383a2f6788032c57caa024a78358ab0661dd6b
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:26:46 2010 +0200
Translation update done using Pootle.
commit 761a538f1124e08dd139fee68f150f7e9865afcf
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:25:46 2010 +0200
Translation update done using Pootle.
commit 71f86320485f47ab517b3f4e5b841a10c2c697c2
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:25:30 2010 +0200
Translation update done using Pootle.
commit 4cd97e4432347fa1c9f4a747582374ad9766bd34
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:24:39 2010 +0200
Translation update done using Pootle.
commit 1eb32b67e2e4194cf3290eff45ddbc2a8bf48fbd
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:24:11 2010 +0200
Translation update done using Pootle.
commit 5a21c3b17f93751c3e106bc0236bef3d6451546e
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:22:37 2010 +0200
Translation update done using Pootle.
commit 2d1874f9eae9c7250f2b8c08479c4c3493aea5f1
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:22:16 2010 +0200
Translation update done using Pootle.
commit 1ce71f479ccada8e6f81429c7cf56b616cb30897
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:20:24 2010 +0200
Translation update done using Pootle.
commit d68297971685f2becff1891250289abcddc4341a
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:19:22 2010 +0200
Translation update done using Pootle.
commit e71a185d83997b5810d01b7d282b7f6815006202
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:19:09 2010 +0200
Translation update done using Pootle.
commit 57d3a92190da09925275c56253c242357603381d
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:18:49 2010 +0200
Translation update done using Pootle.
commit bfbe4038ae725224e00e7c18d8002dddb9296ff5
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:18:25 2010 +0200
Translation update done using Pootle.
commit 7ebc9d22e04e43f9ce12c006c504c280bcced520
Author: చక్రవర్తి దామరాజు <varthy(a)gmail.com>
Date: Fri Mar 19 18:17:36 2010 +0200
Translation update done using Pootle.
commit 6026ae6ae87be4d889687e8ebddbe6e16891ac46
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:08:48 2010 +0200
Translation update done using Pootle.
commit c4b8ce7e9dfca41666525987812d800f8d4f9390
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:08:22 2010 +0200
Translation update done using Pootle.
commit c805d9d7d12283d7b5c735023fbb807f34aae45b
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:08:09 2010 +0200
Translation update done using Pootle.
commit 3030a37611951bb3857cc4e94d8d61ce3d337858
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:07:35 2010 +0200
Translation update done using Pootle.
commit 5f4e16169027396f1b8f98d8a9d4e01d11de6c8f
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:07:08 2010 +0200
Translation update done using Pootle.
commit 194c9c435a9a1afe04a43dc1845151fa3fb7554d
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:06:18 2010 +0200
Translation update done using Pootle.
commit 0378848a881385d0e58180394852079f3baa7de3
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:05:50 2010 +0200
Translation update done using Pootle.
commit d055b3b70abec0503818c65f6afba6778534fa43
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:05:15 2010 +0200
Translation update done using Pootle.
commit f3c21cfa9778de0fc792837ca0040ff9e8a62584
Author: varthy <varthy(a)gmail.com>
Date: Fri Mar 19 18:04:34 2010 +0200
Translation update done using Pootle.
commit 55a1d138503d9a12d053e39e39c59f2f68277d67
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:05:41 2010 +0200
Translation update done using Pootle.
commit 179836358ff473d92fcb467570d37d19081b2f25
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:02:21 2010 +0200
Translation update done using Pootle.
commit e6c5844c0a5c27a4e8d207bee8240223d204f099
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:02:09 2010 +0200
Translation update done using Pootle.
commit a541e5392dfc2703c3dc90cc1cb84bb16dd2375d
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:01:58 2010 +0200
Translation update done using Pootle.
commit a1285682d84610077349b9febaf3067103d38528
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:01:48 2010 +0200
Translation update done using Pootle.
commit 65ffc6a5abd3b447b0c4d5b95211e042013b619b
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:00:52 2010 +0200
Translation update done using Pootle.
commit cc9cca552164bbe4ce983be6c7dbdf7984c6ed9e
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:00:28 2010 +0200
Translation update done using Pootle.
commit 54924770529bb34fe875cf90c90f8d87091fda77
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:00:12 2010 +0200
Translation update done using Pootle.
commit 6306606f3b2d171909461211891cf074ba56da9b
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 15:00:06 2010 +0200
Translation update done using Pootle.
commit 6510e63c151f5b640ba8a8e360b24fee40772aa8
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 14:58:50 2010 +0200
Translation update done using Pootle.
commit b6068f88ce51e8f6f568ee13f5c0b2fe7d0c7d2a
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 14:57:00 2010 +0200
Translation update done using Pootle.
commit 4132b3a378820ce14e1f4bbc80b85f099372e331
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 14:56:41 2010 +0200
Translation update done using Pootle.
commit e04f6ae40e2272871362a8bf35bd8b23b3fadab8
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 14:56:29 2010 +0200
Translation update done using Pootle.
commit 5a408f7021003b8113f08d820f8726b27610bb76
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 14:56:17 2010 +0200
Translation update done using Pootle.
commit 4bacb9804874c1150a47d61b8aee0febf7c987a3
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 14:55:55 2010 +0200
Translation update done using Pootle.
commit dbe93f5761c856896d2738ad69fe4ff188d10962
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:17:20 2010 +0200
Translation update done using Pootle.
commit 8b5d7c0e9bb350fbcf01ccb0a1f43a830bb43e95
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:16:54 2010 +0200
Translation update done using Pootle.
commit ad2f34ada6af878e5e5b95437827c06594d0da4f
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:16:23 2010 +0200
Translation update done using Pootle.
commit 2b7632f5fb5e897a03a8f31ac22a332685f81a33
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:15:22 2010 +0200
Translation update done using Pootle.
commit ba79d150c91c4d01735624a133a5107fcea24980
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:14:55 2010 +0200
Translation update done using Pootle.
commit 416387f3491b0cd418e601cb82c1b67a06309417
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:14:27 2010 +0200
Translation update done using Pootle.
commit 5c5fe9b4ed171bc1a0cc2ee5af20446756decb3b
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:13:50 2010 +0200
Translation update done using Pootle.
commit c47eb0df0c0dc349daf16b86c1e75d2e03f716d4
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:13:34 2010 +0200
Translation update done using Pootle.
commit 4ada37a4aa36e3136c9cb8695d55820f304c35ab
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:13:06 2010 +0200
Translation update done using Pootle.
commit 28ffe5bca588d839c1185d589343b1b9c4dafc00
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:11:58 2010 +0200
Translation update done using Pootle.
commit 45baa04afc450d1307574082127a522aab0f332c
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:11:21 2010 +0200
Translation update done using Pootle.
commit adf43e5acad0f37b43737b8e6f3a0b2dd6500d9b
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:11:03 2010 +0200
Translation update done using Pootle.
commit 0a9e950566511ed518f19b9aa7341dcd0087d429
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:10:20 2010 +0200
Translation update done using Pootle.
commit 23e99b2cdacda4ed56999fa5023c012f3b23fdd9
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:10:03 2010 +0200
Translation update done using Pootle.
commit 9435c6d9bff649abcd95c02aa73b76742676b10d
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:09:47 2010 +0200
Translation update done using Pootle.
commit af9320a12c1677307374dd5fe96c524e32cf4a50
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:09:27 2010 +0200
Translation update done using Pootle.
commit a1a59dc18bc36343b01cf556347ba011742bbc83
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:08:30 2010 +0200
Translation update done using Pootle.
commit 6d0633a855bd571ade7964789de912af5b335fec
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:07:58 2010 +0200
Translation update done using Pootle.
commit 8ae61bedc087d51cb7b02a2b4253969e1eb3dcd6
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:06:39 2010 +0200
Translation update done using Pootle.
commit 8e1e1d5b3815154455bf28f91b68171ef3117194
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:05:57 2010 +0200
Translation update done using Pootle.
commit 5dffb749a61acbcc6b10582c9f45e83a11d3b0f9
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 13:04:04 2010 +0200
Translation update done using Pootle.
commit 12aa813ce2df18637f2d588cbfb48496b791a10d
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:04:00 2010 +0200
Translation update done using Pootle.
commit 11cd23624579026644c0df5f9b59dc72c46081a8
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:01:28 2010 +0200
Translation update done using Pootle.
commit 527d275846cdb5a187fa5d3d0411e55f842b030a
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Fri Mar 19 13:00:29 2010 +0200
Translation update done using Pootle.
commit 19f6e4605933895c05fac575595b26d5130d78d6
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:40:08 2010 +0200
Translation update done using Pootle.
commit b8b7bcbe3308c3c134235de6fa0a5ca5be603c4e
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:39:15 2010 +0200
Translation update done using Pootle.
commit f11e0dcbde9b21363f82456518849439b7f4ae27
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:38:41 2010 +0200
Translation update done using Pootle.
commit 41a84faae46451a8c4ba589e7d7251bf86c0cca5
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:36:01 2010 +0200
Translation update done using Pootle.
commit 732fcd8e8e8ad26f6d640a4f84c8c9c8d87039e5
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:35:44 2010 +0200
Translation update done using Pootle.
commit 14af28314caaefaf4e79c57913bff9ded934d7b2
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:35:21 2010 +0200
Translation update done using Pootle.
commit 3fc65c080c15f7800595e19481fa058d6f99feda
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:34:19 2010 +0200
Translation update done using Pootle.
commit 339dfee5b0bea64536804c36c959b83540ba9c1b
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:33:55 2010 +0200
Translation update done using Pootle.
commit ef60b517b80b5a33e8e8310b16bdcd71c72af42f
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:30:51 2010 +0200
Translation update done using Pootle.
commit 5181ee469c2136626c1701f8b7cd3a36c85ad63b
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:29:39 2010 +0200
Translation update done using Pootle.
commit b07c76635a783d46d4086ddf26b8b7f1e381ae5a
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:29:27 2010 +0200
Translation update done using Pootle.
commit 36ecc979c10daee448e654f87d4c52df91affd99
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:27:56 2010 +0200
Translation update done using Pootle.
commit 9571d6998412b8c703e73cba6b59e4422a5c4c56
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:26:34 2010 +0200
Translation update done using Pootle.
commit ec7b2b0d849c45c13350fbbec0e9cc3d84f593fd
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:26:21 2010 +0200
Translation update done using Pootle.
commit 1256629cce183bd7b40655ed854da9ce8e2b51a0
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:26:06 2010 +0200
Translation update done using Pootle.
commit b00998a026ded66616bf9199e628fdb66699e99f
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:22:00 2010 +0200
Translation update done using Pootle.
commit dceab9a9177b4dac3435e9d4b585c4c293bb2dff
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:20:56 2010 +0200
Translation update done using Pootle.
commit c756b6e71dfc17273c55eec7c755a7e333b0eaba
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:19:58 2010 +0200
Translation update done using Pootle.
commit c61a71f4f33a03e29d70604fb61b6ffa65e5d625
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:19:14 2010 +0200
Translation update done using Pootle.
commit d03abede67df2e6482ec6ae2eb439ddad2646d96
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:18:50 2010 +0200
Translation update done using Pootle.
commit 6dfbbcfab494ebb9032d90eb17628dd1f67448d6
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:17:56 2010 +0200
Translation update done using Pootle.
commit 6dd024909e59d7aaab6fb0d967158360259c5075
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:17:03 2010 +0200
Translation update done using Pootle.
commit 40b41b204d297e4de4a8d9643ce34a9dde986437
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:15:41 2010 +0200
Translation update done using Pootle.
commit 906b7492680d117bb8eee46fc12f524a51c1e7c2
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:14:53 2010 +0200
Translation update done using Pootle.
commit 2a90effa891e33c4c5f665884766f2fa71f7b63d
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:14:42 2010 +0200
Translation update done using Pootle.
commit 0dd3fdbd54fdf662414d45056b89de408ecb157a
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:14:08 2010 +0200
Translation update done using Pootle.
commit 873285c6a3b84fc05a5d568fb09eddb32ae5796c
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:13:58 2010 +0200
Translation update done using Pootle.
commit d707c779862bdd2869aa782339bf1d55573a1163
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:12:54 2010 +0200
Translation update done using Pootle.
commit 17d35f6663e5521d1ed822f62684a2b8bda1723a
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:12:40 2010 +0200
Translation update done using Pootle.
commit 15eef1792db76937db88a3f5fcdf8507d8811ccc
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:11:20 2010 +0200
Translation update done using Pootle.
commit 951adde8704cc474a7add97440039283be1cab1f
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:11:08 2010 +0200
Translation update done using Pootle.
commit 06f6c02508f37b948982cef5ba5edb0a503ba96b
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 12:04:21 2010 +0200
Translation update done using Pootle.
commit 8919210a54e1aa054dd076dcc73df5289979f1ef
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:54:00 2010 +0200
Translation update done using Pootle.
commit f33d0b34114a4b42014387fbb155fb00199cc1f5
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:53:41 2010 +0200
Translation update done using Pootle.
commit 468bbf58ec2585570f70b16bc31ab4c002572cc7
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:53:28 2010 +0200
Translation update done using Pootle.
commit 391a2914790768d2d6fa7de37f6daa75d1e3a3a3
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:52:01 2010 +0200
Translation update done using Pootle.
commit 6a5cbfbd2b1d8fa886e1900fc67d7d42487f96d3
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:50:40 2010 +0200
Translation update done using Pootle.
commit f0e928c403a2eac55ea1d3187200011646b7c7d8
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:49:49 2010 +0200
Translation update done using Pootle.
commit 4799c1099133aaa1acb1809e74df1abd15b168c4
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:49:36 2010 +0200
Translation update done using Pootle.
commit 4a2dc24af6c6e97d671f86fca0cc18f194fd4069
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:49:28 2010 +0200
Translation update done using Pootle.
commit 746aa49ee65a10759c406390cc88e3564bc1883a
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:49:00 2010 +0200
Translation update done using Pootle.
commit ea69d4528f09ee3f292cffe094799199c96bc896
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:48:54 2010 +0200
Translation update done using Pootle.
commit 7be49567bea148ff9bd8eee9a3788ba1a0c46ceb
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:48:32 2010 +0200
Translation update done using Pootle.
commit 8ed81b52e3b9ee9d7b9e9568d9839a0228a1db0d
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:47:11 2010 +0200
Translation update done using Pootle.
commit 2c108b83cb13566d87a912db80a63cbd11d02918
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:46:56 2010 +0200
Translation update done using Pootle.
commit a04f1f8c700d1b5d9177b2d1911a4789cf772e95
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:45:56 2010 +0200
Translation update done using Pootle.
commit 972bae540d8ee94af2c6bbe716a00a58b9221acc
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:45:03 2010 +0200
Translation update done using Pootle.
commit be632da1989f3c08fda7e8f7e7244b06a150cd10
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:44:17 2010 +0200
Translation update done using Pootle.
commit 3bbe6fb0d3a0f8e8ace212928821259fa81bdf91
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:44:11 2010 +0200
Translation update done using Pootle.
commit ec57cd2267c20c68c3a94c8db933aab846e1b9e9
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 11:39:48 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/id.po | 51 +++++----
po/pt_BR.po | 33 ++----
po/te.po | 335 +++++++++++++++++++++++++++++++++++------------------------
3 files changed, 240 insertions(+), 179 deletions(-)
diff --git a/po/id.po b/po/id.po
index c031a7d..fc4fc37 100644
--- a/po/id.po
+++ b/po/id.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
-"PO-Revision-Date: 2010-03-18 17:15+0200\n"
+"PO-Revision-Date: 2010-03-19 13:17+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
+"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -774,7 +774,7 @@ msgstr "Kompresi"
#: libraries/messages.inc.php:171
#, php-format
msgid "Imported file compression will be automatically detected from: %s"
-msgstr ""
+msgstr "Kompresi file yang di impor akan otomatis di deteksi dari: %s"
#: libraries/messages.inc.php:172
#, php-format
@@ -787,6 +787,9 @@ msgid ""
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
+"Direktori [code]config[/code], yang digunakan oleh script setup, masih ada "
+"di direktori phpMyAdmin Anda. Anda harus menghapus nya setelah phpMyAdmin di "
+"konfigurasi."
#: libraries/messages.inc.php:174
msgid ""
@@ -828,6 +831,7 @@ msgstr "Ketidakleluasaan untuk tabel"
#: libraries/messages.inc.php:180
msgid "Connection for controluser as defined in your configuration failed."
msgstr ""
+"Koneksi untuk controluser yang di definisikan di konfigurasi Anda gagal."
#: libraries/messages.inc.php:181
msgid "Cookies must be enabled past this point."
@@ -932,13 +936,13 @@ msgid "None"
msgstr "Tak satupun"
#: libraries/messages.inc.php:204
-#, fuzzy, php-format
+#, php-format
msgid "Grant all privileges on database "%s""
-msgstr "Periksa hak-hak untuk database "%s"."
+msgstr "Berikan semua hak untuk database "%s"."
#: libraries/messages.inc.php:205
msgid "Grant all privileges on wildcard name (username\\_%)"
-msgstr ""
+msgstr "Berikan semua hak untuk nama wildcard (pengguna\\_%)"
#: libraries/messages.inc.php:206
msgid "Creation/Update/Check dates"
@@ -1144,7 +1148,7 @@ msgstr "Hapus relasi"
#: libraries/messages.inc.php:254
msgid "Delete tracking data for this table"
-msgstr ""
+msgstr "Hapus pelacakan data untuk tabel ini"
#: libraries/messages.inc.php:255
#, php-format
@@ -1173,7 +1177,7 @@ msgstr "Deskripsi"
#: libraries/messages.inc.php:260
msgid "Designer"
-msgstr ""
+msgstr "Perancang"
#: libraries/messages.inc.php:261
msgid ""
@@ -1184,7 +1188,7 @@ msgstr ""
#: libraries/messages.inc.php:262
msgid "Details..."
-msgstr ""
+msgstr "Rincian..."
#: libraries/messages.inc.php:263
msgid "dictionary"
@@ -1192,11 +1196,11 @@ msgstr "kamus"
#: libraries/messages.inc.php:264
msgid "Difference"
-msgstr ""
+msgstr "Perbedaan"
#: libraries/messages.inc.php:265
msgid "Direct links"
-msgstr ""
+msgstr "Link langsung"
#: libraries/messages.inc.php:266
msgid "Dirty pages"
@@ -1228,7 +1232,7 @@ msgstr "cari berdasarkan data contoh (\"query by example\") (wildcard: \"%\")"
#: libraries/messages.inc.php:273
msgid "DocSQL"
-msgstr ""
+msgstr "DocSQL"
#: libraries/messages.inc.php:274
msgid "Documentation"
@@ -1236,11 +1240,11 @@ msgstr "Dokumentasi"
#: libraries/messages.inc.php:275
msgid "Do not use AUTO_INCREMENT for zero values"
-msgstr ""
+msgstr "Jangan gunakan AUTO_INCREMENT untuk nilai nol"
#: libraries/messages.inc.php:276
msgid "Download file"
-msgstr ""
+msgstr "Unduh file"
#: libraries/messages.inc.php:277
msgid "Do you really want to "
@@ -1260,7 +1264,7 @@ msgstr "Hapus database yang memiliki nama yang sama dengan pengguna."
#: libraries/messages.inc.php:281
msgid "Dump all rows"
-msgstr ""
+msgstr "Dump semua row"
#: libraries/messages.inc.php:282
msgid "Dumping data for table"
@@ -1357,41 +1361,40 @@ msgstr "Error"
#: libraries/messages.inc.php:305
msgid "Error in ZIP archive:"
-msgstr ""
+msgstr "Kesalahan dalam arsip ZIP:"
#: libraries/messages.inc.php:306
msgid "Error: Relation not added."
-msgstr ""
+msgstr "Kesalahan: Relasi tidak ditambahkan."
#: libraries/messages.inc.php:307
msgid "Error: relation already exists."
-msgstr ""
+msgstr "Kesalahan: relasi sudah ada."
#: libraries/messages.inc.php:308
#, php-format
msgid "Error renaming table %1$s to %2$s"
-msgstr ""
+msgstr "Kesalahan mengganti nama table %1$s ke %2$s"
#: libraries/messages.inc.php:309
msgid "Error saving coordinates for Designer."
-msgstr ""
+msgstr "Kesalahan menyimpan koordinat untuk Perancang."
#: libraries/messages.inc.php:310
msgid "Esperanto"
-msgstr ""
+msgstr "Bahasa Esperanto"
#: libraries/messages.inc.php:311
msgid "Estonian"
msgstr "Bahasa Estonia"
#: libraries/messages.inc.php:312
-#, fuzzy
msgid "Event"
-msgstr "Pengiriman"
+msgstr "Kejadian"
#: libraries/messages.inc.php:313
msgid "Events"
-msgstr ""
+msgstr "Kejadian"
#: libraries/messages.inc.php:314
msgid "Excel edition"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 883a3c5..eb36925 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
-"PO-Revision-Date: 2010-03-12 09:47+0200\n"
+"PO-Revision-Date: 2010-03-21 05:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
+"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -315,7 +315,6 @@ msgid "And"
msgstr "E"
#: libraries/messages.inc.php:61
-#, fuzzy
msgid "and"
msgstr "e"
@@ -462,9 +461,8 @@ msgid "Disabled"
msgstr "Desabilitado"
#: libraries/messages.inc.php:97
-#, fuzzy
msgid "Disable"
-msgstr "Desabilitado"
+msgstr "Desabilitar"
#: libraries/messages.inc.php:98
msgid "You are about to DISABLE a BLOB Repository!"
@@ -476,9 +474,8 @@ msgid "Enabled"
msgstr "Habilitado"
#: libraries/messages.inc.php:100
-#, fuzzy
msgid "Enable"
-msgstr "Habilitado"
+msgstr "Habilitar"
#: libraries/messages.inc.php:101
msgid "Remove BLOB Repository Reference"
@@ -941,9 +938,9 @@ msgid "None"
msgstr "Nenhum"
#: libraries/messages.inc.php:204
-#, fuzzy, php-format
+#, php-format
msgid "Grant all privileges on database "%s""
-msgstr "Verificar privilégios para a Banco de Dados "%s"."
+msgstr "Conceder todos os privilégios no banco de dados "%s""
#: libraries/messages.inc.php:205
msgid "Grant all privileges on wildcard name (username\\_%)"
@@ -2487,14 +2484,12 @@ msgid "Name"
msgstr "Nome"
#: libraries/messages.inc.php:554
-#, fuzzy
msgid "Filter"
-msgstr "Arquivos"
+msgstr "Filtro"
#: libraries/messages.inc.php:555
-#, fuzzy
msgid "New table"
-msgstr "Sem tabelas"
+msgstr "Nova tabela"
#: libraries/messages.inc.php:556
msgid "Next"
@@ -2919,9 +2914,8 @@ msgid "No tables"
msgstr "Sem tabelas"
#: libraries/messages.inc.php:651
-#, fuzzy
msgid "Page has been created"
-msgstr "A tabela %1$s foi criada."
+msgstr "A página foi criada"
#: libraries/messages.inc.php:652
msgid "Page creation failed"
@@ -2968,9 +2962,8 @@ msgid "Create PHP Code"
msgstr "Criar código PHP"
#: libraries/messages.inc.php:663
-#, fuzzy
msgid "PHP extension"
-msgstr "Versão do PHP"
+msgstr "Extensão do PHP"
#: libraries/messages.inc.php:664
msgid "PHP Version"
@@ -3022,9 +3015,8 @@ msgid "Polish"
msgstr "Polonês"
#: libraries/messages.inc.php:675
-#, fuzzy
msgid "Port"
-msgstr "Ordenar"
+msgstr "Porta"
#: libraries/messages.inc.php:676
msgid "Portrait"
@@ -4106,9 +4098,8 @@ msgid "Check config file permissions"
msgstr ""
#: libraries/messages.inc.php:916
-#, fuzzy
msgid "Clear"
-msgstr "Calendário"
+msgstr "Limpar"
#: libraries/messages.inc.php:917
msgid ""
diff --git a/po/te.po b/po/te.po
index edb261f..d436ae2 100644
--- a/po/te.po
+++ b/po/te.po
@@ -7,8 +7,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-19 01:42+0200\n"
-"Last-Translator: <veeven(a)gmail.com>\n"
+"PO-Revision-Date: 2010-03-19 19:10+0200\n"
+"Last-Translator: చక్రవర్తి <varthy(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: te\n"
"MIME-Version: 1.0\n"
@@ -219,13 +219,15 @@ msgstr ""
msgid "Add custom comment into header (\\n splits lines)"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:40
msgid "Add into comments"
-msgstr ""
+msgstr "స్పందనలకు చేర్చు"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:41
msgid "Add new field"
-msgstr ""
+msgstr "క్రొత్త ఫీల్డ్ చేర్చు"
#: libraries/messages.inc.php:42
msgid "Add privileges on the following database"
@@ -244,26 +246,30 @@ msgstr ""
msgid "Add to index %s column(s)"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:46
msgid "Add a new User"
-msgstr ""
+msgstr "క్రొత్త వినియోగదారుని చేర్చు"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:47
msgid "You have added a new user."
-msgstr ""
+msgstr "మీరు క్రొత్త వినియోగదారుని చేర్చారు"
#: libraries/messages.inc.php:48
msgid "Administration"
msgstr "పరిపాలన"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:49
#, possible-php-format
msgid "After %s"
-msgstr ""
+msgstr "%s మార్లు తరువాత"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:50
msgid "Go back to previous page"
-msgstr ""
+msgstr "మునుపటి పుటకు వెళ్ళు"
#: libraries/messages.inc.php:51
msgid "Insert another new row"
@@ -273,13 +279,15 @@ msgstr ""
msgid "Edit next row"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:53
msgid "Go back to this page"
-msgstr ""
+msgstr "ఈ పుటకు తిరిగి వెళ్ళుము"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:54
msgid "All"
-msgstr ""
+msgstr "అన్నియు"
#: libraries/messages.inc.php:55
msgid ""
@@ -296,9 +304,10 @@ msgstr ""
msgid "Alter table order by"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:58
msgid "Analyze"
-msgstr ""
+msgstr "విశదీకరించు"
#: libraries/messages.inc.php:59
msgid "Analyze table"
@@ -312,9 +321,10 @@ msgstr "మరియు"
msgid "and"
msgstr "మరియు"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:62
msgid "and then"
-msgstr ""
+msgstr "మరియు తరువాత"
#: libraries/messages.inc.php:63
msgid "Angular links"
@@ -325,17 +335,19 @@ msgstr ""
msgid "An index has been added on %s"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:65
msgid "Any"
-msgstr ""
+msgstr "ఏదైనను"
#: libraries/messages.inc.php:66
msgid "Any host"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:67
msgid "Any user"
-msgstr ""
+msgstr "ఏ వాడుకరి ఐనను"
#: libraries/messages.inc.php:68
msgid "Apply Selected Changes"
@@ -386,7 +398,7 @@ msgstr ""
#: libraries/messages.inc.php:80
msgid "Back"
-msgstr ""
+msgstr "వెనుకకి"
#: libraries/messages.inc.php:81
msgid "Baltic"
@@ -629,13 +641,15 @@ msgstr ""
msgid "Central European"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:139
msgid "Change"
-msgstr ""
+msgstr "మార్చుము"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:140
msgid "... keep the old one."
-msgstr ""
+msgstr "... పాతదే ఉంచుము"
#: libraries/messages.inc.php:141
msgid "Create a new user with the same privileges and ..."
@@ -668,9 +682,10 @@ msgstr ""
msgid "Change password"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:148
msgid "Charset"
-msgstr ""
+msgstr "అక్షరమాల"
#: libraries/messages.inc.php:149
msgid "Character set of the file:"
@@ -737,17 +752,18 @@ msgstr ""
msgid "Column-specific privileges"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:165
msgid "Command"
-msgstr ""
+msgstr "ఆజ్ఞ"
#: libraries/messages.inc.php:166
msgid "Comment"
-msgstr ""
+msgstr "వ్యాఖ్య"
#: libraries/messages.inc.php:167
msgid "Comments"
-msgstr ""
+msgstr "వ్యాఖ్యలు"
#: libraries/messages.inc.php:168
msgid "MySQL 4.0 compatible"
@@ -817,9 +833,10 @@ msgstr ""
msgid "Cookies must be enabled past this point."
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:182
msgid "Copy"
-msgstr ""
+msgstr "నకలు"
#: libraries/messages.inc.php:183
#, possible-php-format
@@ -853,9 +870,10 @@ msgid ""
"phpMyAdmin was unable to kill thread %s. It probably has already been closed."
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:190
msgid "Create"
-msgstr ""
+msgstr "సృష్టించు"
#: libraries/messages.inc.php:191
msgid "CREATE DATABASE before copying"
@@ -879,9 +897,10 @@ msgstr ""
msgid "Create table on database %s"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:196
msgid "Create a page"
-msgstr ""
+msgstr "పుటని సృష్టించు"
#: libraries/messages.inc.php:197
msgid "Creation of PDFs"
@@ -932,7 +951,7 @@ msgstr ""
#: libraries/messages.inc.php:208
msgid "Croatian"
-msgstr ""
+msgstr "క్రొయోషియన్"
#: libraries/messages.inc.php:209
msgid "CSV"
@@ -950,25 +969,29 @@ msgstr ""
msgid "Cyrillic"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:213
msgid "Czech"
-msgstr ""
+msgstr "ఛెక్"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:214
msgid "Czech-Slovak"
-msgstr ""
+msgstr "ఛెక్-స్లోవాక్"
#: libraries/messages.inc.php:216
msgid "Danish"
-msgstr ""
+msgstr "డానిష్"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:217
msgid "Database"
-msgstr ""
+msgstr "డేటాబేస్"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:218
msgid "The database name is empty!"
-msgstr ""
+msgstr "డేటాబేస్ పేరు ఖాళీగా ఉన్నది"
#: libraries/messages.inc.php:219
msgid "Database export options"
@@ -1008,11 +1031,11 @@ msgstr ""
#: libraries/messages.inc.php:227
msgid "Disable Statistics"
-msgstr ""
+msgstr "గణాంకాలని అచేతనంచేయి"
#: libraries/messages.inc.php:228
msgid "Enable Statistics"
-msgstr ""
+msgstr "గణాంకాలని చేతనంచేయి"
#: libraries/messages.inc.php:229
msgid ""
@@ -1106,7 +1129,7 @@ msgstr ""
#: libraries/messages.inc.php:250
msgid "Delete"
-msgstr ""
+msgstr "తొలగించు"
#: libraries/messages.inc.php:251
msgid "The row has been deleted"
@@ -1141,11 +1164,11 @@ msgstr ""
#: libraries/messages.inc.php:258
msgid "Descending"
-msgstr ""
+msgstr "అవరోహణ"
#: libraries/messages.inc.php:259
msgid "Description"
-msgstr ""
+msgstr "వివరణ"
#: libraries/messages.inc.php:260
msgid "Designer"
@@ -1160,15 +1183,15 @@ msgstr ""
#: libraries/messages.inc.php:262
msgid "Details..."
-msgstr ""
+msgstr "వివరాలు..."
#: libraries/messages.inc.php:263
msgid "dictionary"
-msgstr ""
+msgstr "నిఘంటువు"
#: libraries/messages.inc.php:264
msgid "Difference"
-msgstr ""
+msgstr "తేడా"
#: libraries/messages.inc.php:265
msgid "Direct links"
@@ -1272,9 +1295,10 @@ msgstr ""
msgid "Effective"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:291
msgid "Empty"
-msgstr ""
+msgstr "ఖాళీ"
#: libraries/messages.inc.php:292
msgid "MySQL returned an empty result set (i.e. zero rows)."
@@ -1321,7 +1345,7 @@ msgstr ""
#: libraries/messages.inc.php:302
msgid "English"
-msgstr ""
+msgstr "ఆంగ్లం"
#: libraries/messages.inc.php:303
msgid " Note: MySQL privilege names are expressed in English "
@@ -1475,7 +1499,7 @@ msgstr ""
#: libraries/messages.inc.php:339
msgid "Files"
-msgstr ""
+msgstr "దస్త్రాలు"
#: libraries/messages.inc.php:340
msgid "File to import"
@@ -1573,7 +1597,7 @@ msgstr ""
#: libraries/messages.inc.php:363
msgid "German"
-msgstr ""
+msgstr "జర్మన్"
#: libraries/messages.inc.php:364
msgid "Get more themes!"
@@ -1593,7 +1617,7 @@ msgstr ""
#: libraries/messages.inc.php:368
msgid "Go"
-msgstr ""
+msgstr "వెళ్ళు"
#: libraries/messages.inc.php:369
msgid "Go to database"
@@ -1613,7 +1637,7 @@ msgstr ""
#: libraries/messages.inc.php:373
msgid "Greek"
-msgstr ""
+msgstr "గ్రీకు"
#: libraries/messages.inc.php:374
msgid "\"gzipped\""
@@ -1637,23 +1661,25 @@ msgstr ""
#: libraries/messages.inc.php:380
msgid "Hebrew"
-msgstr ""
+msgstr "హిబ్రూ"
#: libraries/messages.inc.php:381
msgid "Help"
-msgstr ""
+msgstr "సహాయం"
#: libraries/messages.inc.php:382
msgid "Use hexadecimal for BLOB"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:383
msgid "Hide"
-msgstr ""
+msgstr "దాచు"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:384
msgid "Hide/Show all"
-msgstr ""
+msgstr "అన్నింటిని చూపుము/దాచుము"
#: libraries/messages.inc.php:385
msgid "Hide/Show Tables with no relation"
@@ -1661,7 +1687,7 @@ msgstr ""
#: libraries/messages.inc.php:386
msgid "Home"
-msgstr ""
+msgstr "ముంగిలి"
#: libraries/messages.inc.php:387
msgid "Official Homepage"
@@ -1870,9 +1896,10 @@ msgstr ""
msgid "The common part of the directory path for all InnoDB data files."
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:435
msgid "pages"
-msgstr ""
+msgstr "పుటలు"
#: libraries/messages.inc.php:436
msgid "InnoDB Status"
@@ -1921,9 +1948,10 @@ msgstr ""
msgid "Internal relations"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:446
msgid "in use"
-msgstr ""
+msgstr "వాడుకలో ఉన్నది"
#: libraries/messages.inc.php:447
msgid "Invalid authentication method set in configuration:"
@@ -1988,9 +2016,10 @@ msgstr ""
msgid "Invalid table name"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:462
msgid "Japanese"
-msgstr ""
+msgstr "జాపనీస్"
#: libraries/messages.inc.php:463
msgid ""
@@ -2041,7 +2070,7 @@ msgstr ""
#: libraries/messages.inc.php:474
msgid "Korean"
-msgstr ""
+msgstr "కొరియన్"
#: libraries/messages.inc.php:476
msgid "Landscape"
@@ -2049,7 +2078,7 @@ msgstr ""
#: libraries/messages.inc.php:477
msgid "Language"
-msgstr ""
+msgstr "భాష"
#: libraries/messages.inc.php:478
#, possible-php-format
@@ -2138,11 +2167,11 @@ msgstr ""
#: libraries/messages.inc.php:499
msgid "Login Information"
-msgstr ""
+msgstr "ప్రవేశపు సమాచారం"
#: libraries/messages.inc.php:500
msgid "Log in"
-msgstr ""
+msgstr "ప్రవేశించు"
#: libraries/messages.inc.php:501
msgid ""
@@ -2151,11 +2180,11 @@ msgstr ""
#: libraries/messages.inc.php:502
msgid "Log out"
-msgstr ""
+msgstr "నిష్క్రమించు"
#: libraries/messages.inc.php:503
msgid "Password:"
-msgstr ""
+msgstr "సంకేతపదం:"
#: libraries/messages.inc.php:504
msgid "You can enter hostname/IP address and port separated by space."
@@ -2165,9 +2194,10 @@ msgstr ""
msgid "Server:"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:506
msgid "Username:"
-msgstr ""
+msgstr "వాడుకరి పేరు"
#: libraries/messages.inc.php:507
msgid "This operation could take a long time. Proceed anyway?"
@@ -2215,7 +2245,7 @@ msgstr ""
#: libraries/messages.inc.php:517
msgctxt "$strMIME_description"
msgid "Description"
-msgstr ""
+msgstr "వివరణ"
#: libraries/messages.inc.php:518
msgid "MIME type"
@@ -2289,9 +2319,10 @@ msgstr ""
msgid "Can't move table to same one!"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:533
msgid "multilingual"
-msgstr ""
+msgstr "బహు భాషా"
#: libraries/messages.inc.php:534
msgid "Data pointer size"
@@ -2384,7 +2415,7 @@ msgstr ""
#: libraries/messages.inc.php:553
msgid "Name"
-msgstr ""
+msgstr "పేరు"
#: libraries/messages.inc.php:554
msgid "Filter"
@@ -2394,9 +2425,10 @@ msgstr ""
msgid "New table"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:556
msgid "Next"
-msgstr ""
+msgstr "తదుపరి"
#: libraries/messages.inc.php:557
#, possible-php-format
@@ -2420,7 +2452,7 @@ msgstr ""
#: libraries/messages.inc.php:561
msgid "no description"
-msgstr ""
+msgstr "వివరణ లేదు"
#: libraries/messages.inc.php:562
msgid ""
@@ -2466,7 +2498,7 @@ msgstr ""
#: libraries/messages.inc.php:572
msgid "No"
-msgstr ""
+msgstr "కాదు"
#: libraries/messages.inc.php:573
msgid "This format has no options"
@@ -2474,7 +2506,7 @@ msgstr ""
#: libraries/messages.inc.php:574
msgid "No Password"
-msgstr ""
+msgstr "సంకేతపదం లేదు"
#: libraries/messages.inc.php:575
#, possible-php-format
@@ -2566,7 +2598,7 @@ msgstr ""
#: libraries/messages.inc.php:596
msgid "OK"
-msgstr ""
+msgstr "సరే"
#: libraries/messages.inc.php:598
msgid "Open Document Text"
@@ -2596,9 +2628,10 @@ msgstr ""
msgid "Options"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:605
msgid "Or"
-msgstr ""
+msgstr "లేదా"
#: libraries/messages.inc.php:606
msgid "Overhead"
@@ -2614,7 +2647,7 @@ msgstr ""
#: libraries/messages.inc.php:610
msgid "Page number:"
-msgstr ""
+msgstr "పుట సంఖ్య:"
#: libraries/messages.inc.php:611
msgid "Pages to be flushed"
@@ -2668,7 +2701,7 @@ msgstr ""
#: libraries/messages.inc.php:623
msgid "Password"
-msgstr ""
+msgstr "సంకేతపదం"
#: libraries/messages.inc.php:624
msgid "Checkpoint frequency"
@@ -2806,13 +2839,15 @@ msgstr ""
msgid "No tables"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:651
msgid "Page has been created"
-msgstr ""
+msgstr "పుటను సృష్టించడమైనది"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:652
msgid "Page creation failed"
-msgstr ""
+msgstr "పుటని సృష్టించుటలో తప్పిదము జరిగినది"
#: libraries/messages.inc.php:653
msgid "PDF"
@@ -2915,13 +2950,15 @@ msgstr ""
msgid "Portrait"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:677
msgid "Begin"
-msgstr ""
+msgstr "మొదలు"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:678
msgid "Previous"
-msgstr ""
+msgstr "క్రితము"
#: libraries/messages.inc.php:679
msgid "The primary key has been dropped"
@@ -3641,7 +3678,7 @@ msgstr ""
#: libraries/messages.inc.php:846
msgid "Russian"
-msgstr ""
+msgstr "రష్యన్"
#: libraries/messages.inc.php:848
#, possible-php-format
@@ -3654,7 +3691,7 @@ msgstr ""
#: libraries/messages.inc.php:850
msgid "Save"
-msgstr ""
+msgstr "భద్రపరచు"
#: libraries/messages.inc.php:851
msgid "The scale factor is too small to fit the schema on one page"
@@ -3697,13 +3734,15 @@ msgstr ""
msgid "Search results for \"<i>%s</i>\" %s:"
msgstr ""
+# Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది
#: libraries/messages.inc.php:861
msgid "Search"
-msgstr ""
+msgstr "శోధించు"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:862
msgid "Find:"
-msgstr ""
+msgstr "వెతుకు"
#: libraries/messages.inc.php:863
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
@@ -3745,9 +3784,10 @@ msgstr ""
msgid "Save as file"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:873
msgid "Sent"
-msgstr ""
+msgstr "పంపించు"
#: libraries/messages.inc.php:874
msgid "Server Choice"
@@ -3824,7 +3864,7 @@ msgstr ""
#: libraries/messages.inc.php:889
msgid "settings"
-msgstr ""
+msgstr "అమరికలు"
#: libraries/messages.inc.php:890
msgid "Allow character set conversion"
@@ -4052,13 +4092,15 @@ msgstr ""
msgid "Donate"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:939
msgid "Download"
-msgstr ""
+msgstr "దించుకొనుము"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:940
msgid "End of line"
-msgstr ""
+msgstr "వాక్యాంతము"
#: libraries/messages.inc.php:941
msgid "Could not connect to MySQL server"
@@ -4268,11 +4310,11 @@ msgstr ""
#: libraries/messages.inc.php:998
msgid "Security"
-msgstr ""
+msgstr "భద్రత"
#: libraries/messages.inc.php:999
msgid "Basic settings"
-msgstr ""
+msgstr "ప్రాధమిక అమరికలు"
#: libraries/messages.inc.php:1000
msgid ""
@@ -4465,7 +4507,7 @@ msgstr ""
#: libraries/messages.inc.php:1042
msgid "Display logo"
-msgstr ""
+msgstr "చిహ్నాన్ని చూపించు"
#: libraries/messages.inc.php:1043
msgid "Display server choice at the top of the left frame"
@@ -5178,7 +5220,7 @@ msgstr ""
#: libraries/messages.inc.php:1204
msgid "Show statistics"
-msgstr ""
+msgstr "గణాంకాలను చూపించు"
#: libraries/messages.inc.php:1205
msgid ""
@@ -5225,13 +5267,14 @@ msgid ""
"possible) or keep the text field empty"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1218
msgid "Suggest new database name"
-msgstr ""
+msgstr "క్రొత్త డేటాబేస్ పేరును సూచించుము"
#: libraries/messages.inc.php:1219
msgid "yes"
-msgstr ""
+msgstr "అవును"
#: libraries/messages.inc.php:1220
msgid ""
@@ -5319,7 +5362,7 @@ msgstr ""
#: libraries/messages.inc.php:1237
msgid "Warning"
-msgstr ""
+msgstr "హెచ్చరిక"
#: libraries/messages.inc.php:1238
msgid ""
@@ -5347,7 +5390,7 @@ msgstr ""
#: libraries/messages.inc.php:1242
msgid "Show all"
-msgstr ""
+msgstr "అన్నీ చూపించు"
#: libraries/messages.inc.php:1243
msgid "Show binary contents as HEX"
@@ -5363,7 +5406,7 @@ msgstr ""
#: libraries/messages.inc.php:1246
msgid "Show color"
-msgstr ""
+msgstr "రంగుని చూపించు"
#: libraries/messages.inc.php:1247
msgid "Data Dictionary Format"
@@ -5377,9 +5420,10 @@ msgstr ""
msgid "Show grid"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1250
msgid "Show/Hide left menu"
-msgstr ""
+msgstr "ఎడమవైపున మెనుని చూపించు/దాచుము"
#: libraries/messages.inc.php:1251
msgid "Showing bookmark"
@@ -5413,9 +5457,10 @@ msgstr ""
msgid "Show PHP information"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1260
msgid "Show"
-msgstr ""
+msgstr "చూపించు"
#: libraries/messages.inc.php:1261
msgid "Show slave hosts"
@@ -5683,9 +5728,10 @@ msgstr ""
msgid "The number of bytes written to the log file."
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1314
msgid "The number of pages created."
-msgstr ""
+msgstr "సృష్టించబడిన పుటల సంఖ్య"
#: libraries/messages.inc.php:1315
msgid ""
@@ -5693,13 +5739,15 @@ msgid ""
"pages; the page size allows them to be easily converted to bytes."
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1316
msgid "The number of pages read."
-msgstr ""
+msgstr "చదివిన పుటల సంఖ్య"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1317
msgid "The number of pages written."
-msgstr ""
+msgstr "వ్రాసిన పుటల సంఖ్య"
#: libraries/messages.inc.php:1318
msgid "The number of row locks currently being waited for."
@@ -5968,9 +6016,10 @@ msgstr ""
msgid " Show this query here again "
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1373
msgid "Simplified Chinese"
-msgstr ""
+msgstr "సాధారణ చైనీస్"
#: libraries/messages.inc.php:1374
msgid "(singly)"
@@ -5978,7 +6027,7 @@ msgstr ""
#: libraries/messages.inc.php:1375
msgid "Size"
-msgstr ""
+msgstr "పరిమాణం"
#: libraries/messages.inc.php:1377
msgid ""
@@ -5986,17 +6035,20 @@ msgid ""
"not, please add the following line into [mysqld] section:"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1378
msgid "Slovak"
-msgstr ""
+msgstr "స్లోవాక్"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1379
msgid "Slovenian"
-msgstr ""
+msgstr "స్లోవాక్ దేశరి"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1380
msgid "Small/Big All"
-msgstr ""
+msgstr "చిన్నవి / పెద్దవి అన్నియు"
#: libraries/messages.inc.php:1381
msgid "Snap to grid"
@@ -6018,9 +6070,10 @@ msgstr ""
msgid "Sorting"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1386
msgid "Sort"
-msgstr ""
+msgstr "క్రమంలో పేర్చు"
#: libraries/messages.inc.php:1387
msgid "Space usage"
@@ -6028,7 +6081,7 @@ msgstr ""
#: libraries/messages.inc.php:1388
msgid "Spanish"
-msgstr ""
+msgstr "స్పానిష్"
#: libraries/messages.inc.php:1389
msgid "Words are separated by a space character (\" \")."
@@ -6040,7 +6093,7 @@ msgstr ""
#: libraries/messages.inc.php:1391
msgid "Export type"
-msgstr ""
+msgstr "ఎగుమతి రకం"
#: libraries/messages.inc.php:1392
msgid "Export time in UTC"
@@ -6093,9 +6146,10 @@ msgstr ""
msgid "Stand-in structure for view"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1402
msgid "Start"
-msgstr ""
+msgstr "మొదలుపెట్టు"
#: libraries/messages.inc.php:1403
msgid "Last check"
@@ -6125,11 +6179,12 @@ msgstr ""
#: libraries/messages.inc.php:1409
msgid "Status"
-msgstr ""
+msgstr "స్థితి"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1410
msgid "Stop"
-msgstr ""
+msgstr "ఆపుము"
#: libraries/messages.inc.php:1411
msgid "Storage Engines"
@@ -6199,13 +6254,15 @@ msgid ""
"issues."
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1427
msgid "Sum"
-msgstr ""
+msgstr "మొత్తము"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1428
msgid "Swedish"
-msgstr ""
+msgstr "స్వీడీష్"
#: libraries/messages.inc.php:1429
msgid "Authenticating..."
@@ -6353,9 +6410,10 @@ msgstr ""
msgid "Update row(s)"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1464
msgid "take it"
-msgstr ""
+msgstr "తీసుకొనుము"
#: libraries/messages.inc.php:1465
msgid "Target database has been synchronized with source database"
@@ -6377,9 +6435,10 @@ msgstr ""
msgid "Texy! text"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1470
msgid "Thai"
-msgstr ""
+msgstr "థాయ్"
#: libraries/messages.inc.php:1471
#, possible-php-format
@@ -6442,7 +6501,7 @@ msgstr ""
#: libraries/messages.inc.php:1483
msgid "Time"
-msgstr ""
+msgstr "సమయం"
#: libraries/messages.inc.php:1484
msgid "to/from page"
@@ -6462,11 +6521,11 @@ msgstr ""
#: libraries/messages.inc.php:1488
msgid "total"
-msgstr ""
+msgstr "మొత్తం"
#: libraries/messages.inc.php:1489
msgid "Total"
-msgstr ""
+msgstr "మొత్తం"
#: libraries/messages.inc.php:1490
#, possible-php-format
@@ -6509,7 +6568,7 @@ msgstr ""
#: libraries/messages.inc.php:1499
msgid "Date"
-msgstr ""
+msgstr "తేదీ"
#: libraries/messages.inc.php:1500
msgid "Deactivate now"
@@ -6539,7 +6598,7 @@ msgstr ""
#: libraries/messages.inc.php:1506
msgid "Close"
-msgstr ""
+msgstr "మూసివేయి"
#: libraries/messages.inc.php:1507
#, possible-php-format
@@ -6641,7 +6700,7 @@ msgstr ""
#: libraries/messages.inc.php:1531
msgid "Username"
-msgstr ""
+msgstr "వాడుకరిపేరు"
#: libraries/messages.inc.php:1532
#, possible-php-format
@@ -6673,13 +6732,15 @@ msgid ""
"ensure that you have the privileges to do so."
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1538
msgid "Traditional Chinese"
-msgstr ""
+msgstr "సాంప్రదాయ చైనీస్"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1539
msgid "Traditional Spanish"
-msgstr ""
+msgstr "సాంప్రదాయ స్పానిష్"
#: libraries/messages.inc.php:1540
msgid "Traffic"
@@ -6786,15 +6847,15 @@ msgstr ""
#: libraries/messages.inc.php:1556
msgid "Turkish"
-msgstr ""
+msgstr "టర్కిష్"
#: libraries/messages.inc.php:1557
msgid "Type"
-msgstr ""
+msgstr "రకం"
#: libraries/messages.inc.php:1559
msgid "Ukrainian"
-msgstr ""
+msgstr "ఉక్రేనియన్"
#: libraries/messages.inc.php:1560
msgid "Uncheck All"
@@ -6802,7 +6863,7 @@ msgstr ""
#: libraries/messages.inc.php:1561
msgid "Unicode"
-msgstr ""
+msgstr "యూనికోడ్"
#: libraries/messages.inc.php:1562
msgid "Unique"
@@ -6889,7 +6950,7 @@ msgstr ""
#: libraries/messages.inc.php:1580
msgid "Usage"
-msgstr ""
+msgstr "వాడుక"
#: libraries/messages.inc.php:1581
msgid "Enclose table and field names with backquotes"
@@ -6904,13 +6965,14 @@ msgstr ""
msgid "The user %s already exists!"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1584
msgid "The user name is empty!"
-msgstr ""
+msgstr "వాడుకరి పేరులో ఏమీ లేదు"
#: libraries/messages.inc.php:1585
msgid "User name"
-msgstr ""
+msgstr "వాడుకరి పేరు"
#: libraries/messages.inc.php:1586
msgid "The selected user was not found in the privilege table."
@@ -6931,7 +6993,7 @@ msgstr ""
#: libraries/messages.inc.php:1590
msgid "User"
-msgstr ""
+msgstr "వాడుకరి"
#: libraries/messages.inc.php:1591
msgid ""
@@ -6959,7 +7021,7 @@ msgstr ""
#: libraries/messages.inc.php:1598
msgid "Value"
-msgstr ""
+msgstr "విలువ"
#: libraries/messages.inc.php:1599
msgid "Variable"
@@ -6993,21 +7055,25 @@ msgstr ""
msgid "View %s has been dropped"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1606
msgid "View image"
-msgstr ""
+msgstr "చిత్రమును చూపుము"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1607
msgid "VIEW name"
-msgstr ""
+msgstr "నామధేయమును చూపుము"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1608
msgid "View video"
-msgstr ""
+msgstr "వీడియోను చూపుము"
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1609
msgid "View"
-msgstr ""
+msgstr "చూపుము"
#: libraries/messages.inc.php:1611
msgid "The directory you set for upload work cannot be reached"
@@ -7049,9 +7115,10 @@ msgstr ""
msgid "With selected:"
msgstr ""
+# మొదటి అనువాదము
#: libraries/messages.inc.php:1620
msgid "Write requests"
-msgstr ""
+msgstr "విన్నపములను వ్రాయుము"
#: libraries/messages.inc.php:1621
msgid "Wrong username/password. Access denied."
@@ -7097,7 +7164,7 @@ msgstr ""
#: libraries/messages.inc.php:1633
msgid "Yes"
-msgstr ""
+msgstr "అవును"
#: libraries/messages.inc.php:1635
msgid "Note: Setting these options to 0 (zero) removes the limit."
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-245-gf8fa3b4
by Marc Delisle 21 Mar '10
by Marc Delisle 21 Mar '10
21 Mar '10
The branch, master has been updated
via f8fa3b4ede1e056be9ac903eb8900d1bb18db086 (commit)
from 7e77192187443d78a7de5ccdec174520608a661a (commit)
- Log -----------------------------------------------------------------
commit f8fa3b4ede1e056be9ac903eb8900d1bb18db086
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Mar 21 07:36:39 2010 -0400
jQuery and slider effect
-----------------------------------------------------------------------
Summary of changes:
db_structure.php | 2 +-
js/jquery.js | 154 ++++++++++++++++++++++++++++++++++++++++++++++
libraries/common.lib.php | 59 +++++++-----------
sql.php | 2 +-
tbl_select.php | 2 +-
tbl_structure.php | 2 +-
6 files changed, 180 insertions(+), 41 deletions(-)
create mode 100644 js/jquery.js
diff --git a/db_structure.php b/db_structure.php
index 1d92330..2111edd 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -12,7 +12,7 @@
require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
/**
* Prepares the tables list if the user where not redirected to this script
diff --git a/js/jquery.js b/js/jquery.js
new file mode 100644
index 0000000..7c24308
--- /dev/null
+++ b/js/jquery.js
@@ -0,0 +1,154 @@
+/*!
+ * jQuery JavaScript Library v1.4.2
+ * http://jquery.com/
+ *
+ * Copyright 2010, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2010, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Sat Feb 13 22:33:48 2010 -0500
+ */
+(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
+e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
+j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
+"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
+true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
+Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
+(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
+a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
+"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
+function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
+c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
+L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
+"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
+d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
+a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
+!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
+true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
+var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
+parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
+false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
+s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
+applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
+else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
+a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
+w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
+cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
+i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
+" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
+this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
+e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
+c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
+a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
+function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
+k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
+C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
+null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
+e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
+f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
+if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
+fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
+d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
+"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
+a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
+isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
+{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
+if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
+e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
+"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
+d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
+!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
+toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
+u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
+function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
+if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
+e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
+t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
+g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
+for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
+1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
+CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
+relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
+l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
+h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
+CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
+g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
+text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
+setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
+h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
+m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
+"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
+h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
+!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
+h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
+q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
+if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
+(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
+function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
+gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
+c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
+{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
+"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
+d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
+a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
+1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
+a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
+c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
+wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
+prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
+this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
+return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
+""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
+this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
+u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
+1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
+return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
+""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
+c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
+c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
+function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
+Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
+"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
+a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
+a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
+"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
+serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
+function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
+global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
+e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
+"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
+false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
+false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
+c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
+d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
+g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
+1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
+"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
+if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
+this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
+"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
+animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
+j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
+this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
+"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
+c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
+this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
+this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
+e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
+c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
+function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
+this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
+k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.
offsetLeft}if(c.offset.supportsFixedPosition&&
+f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
+a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
+c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
+d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
+f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
+"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
+e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 26b2d6e..f402034 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -2429,7 +2429,7 @@ function PMA_generate_html_dropdown($select_name, $choices, $active_choice, $id)
}
/**
- * Generates a slider effect (Mootools)
+ * Generates a slider effect (jQjuery)
* Takes care of generating the initial <div> and the link
* controlling the slider; you have to generate the </div> yourself
* after the sliding section.
@@ -2445,48 +2445,33 @@ function PMA_generate_slider_effect($id, $message)
return;
}
?>
-<script type="text/javascript">
+ <script type="text/javascript">
// <![CDATA[
-window.addEvent('domready', function(){
- var status = {
- 'true': '- ',
- 'false': '+ '
- };
-
- var anchor<?php echo $id; ?> = new Element('a', {
- 'id': 'toggle_<?php echo $id; ?>',
- 'href': 'javascript:void(0)',
- 'events': {
- 'click': function(){
- mySlide<?php echo $id; ?>.toggle();
- }
+ document.write('<div id="<?php echo $id; ?>" <?php echo $GLOBALS['cfg']['InitialSlidersState'] == 'closed' ? ' style="display: none;"' : ''; ?>>');
+
+ function PMA_set_status_label_<?php echo $id; ?>() {
+ if ($('#<?php echo $id; ?>').css('display') == 'none') {
+ $('#anchor_status_<?php echo $id; ?>').text('+ ');
+ } else {
+ $('#anchor_status_<?php echo $id; ?>').text('- ');
}
- });
+ }
- anchor<?php echo $id; ?>.appendText('<?php echo $message; ?>');
- anchor<?php echo $id; ?>.injectBefore('<?php echo $id; ?>');
+ $(document).ready(function() {
- var slider_status<?php echo $id; ?> = new Element('span', {
- 'id': 'slider_status_<?php echo $id; ?>'
- });
- slider_status<?php echo $id; ?>.appendText('<?php echo $GLOBALS['cfg']['InitialSlidersState'] == 'closed' ? '+' : '-';?> ');
- slider_status<?php echo $id; ?>.injectBefore('toggle_<?php echo $id; ?>');
+ $('<span id="anchor_status_<?php echo $id; ?>"><span>')
+ .insertBefore('#<?php echo $id; ?>')
- var mySlide<?php echo $id; ?> = new Fx.Slide('<?php echo $id; ?>');
- <?php
- if ($GLOBALS['cfg']['InitialSlidersState'] == 'closed') {
- ?>
- mySlide<?php echo $id; ?>.hide();
- <?php
- }
- ?>
- mySlide<?php echo $id; ?>.addEvent('complete', function() {
- $('slider_status_<?php echo $id; ?>').set('html', status[mySlide<?php echo $id; ?>.open]);
- });
+ PMA_set_status_label_<?php echo $id; ?>();
- $('<?php echo $id; ?>').style.display="block";
-});
- document.write('<div id="<?php echo $id; ?>" <?php echo $GLOBALS['cfg']['InitialSlidersState'] == 'closed' ? ' style="display: none;"' : ''; ?>>');
+ $('<a href="#" id="anchor_<?php echo $id; ?>"><?php echo htmlspecialchars($message); ?></a>')
+ .insertBefore('#<?php echo $id; ?>')
+ .click(function() {
+ $('#<?php echo $id; ?>').slideToggle('normal', function() {
+ PMA_set_status_label_<?php echo $id; ?>();
+ });
+ });
+ });
//]]>
</script>
<noscript>
diff --git a/sql.php b/sql.php
index 63d7a88..5ff9605 100644
--- a/sql.php
+++ b/sql.php
@@ -15,7 +15,7 @@ require_once './libraries/Table.class.php';
require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
/**
* Defines the url to return to in case of error in a sql statement
diff --git a/tbl_select.php b/tbl_select.php
index 9a205d7..0f98b1a 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -19,7 +19,7 @@ require_once './libraries/relation.lib.php'; // foreign keys
require_once './libraries/mysql_charsets.lib.php';
$GLOBALS['js_include'][] = 'tbl_change.js';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
if ($GLOBALS['cfg']['PropertiesIconic'] == true) {
$titles['Browse'] =
diff --git a/tbl_structure.php b/tbl_structure.php
index 51b001e..b1bff16 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -14,7 +14,7 @@ require_once './libraries/common.inc.php';
require_once './libraries/mysql_charsets.lib.php';
require_once './libraries/relation.lib.php';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'jquery.js';
/**
* handle multiple field commands if required
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-625-gee621bf
by Michal Čihař 19 Mar '10
by Michal Čihař 19 Mar '10
19 Mar '10
The branch, gettext has been updated
via ee621bf9a8bff6838c1d758454ae7571df71d4f3 (commit)
via d6c6503aba6c97f37211030f0d20f9a0a5908009 (commit)
via ea90b0685805faad9b2df8f44f645edaf12bf22b (commit)
via 2c63f9ae73df3d75182d2d134f205d2ad61991d6 (commit)
via 2e337f5f22eb57cdde67bdab4e0bc00157afa8e1 (commit)
via 575b0396dca7411bb264f51d4584c506208a7693 (commit)
via c14d8e9d3defe66e1d099fba799d989f09be41f7 (commit)
from b826ac324208dd1ed36c73bdb6cfaec1bda0dad2 (commit)
- Log -----------------------------------------------------------------
commit ee621bf9a8bff6838c1d758454ae7571df71d4f3
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Fri Mar 19 03:34:44 2010 +0200
Translation update done using Pootle.
commit d6c6503aba6c97f37211030f0d20f9a0a5908009
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Fri Mar 19 03:33:42 2010 +0200
Translation update done using Pootle.
commit ea90b0685805faad9b2df8f44f645edaf12bf22b
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Fri Mar 19 03:31:12 2010 +0200
Translation update done using Pootle.
commit 2c63f9ae73df3d75182d2d134f205d2ad61991d6
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Fri Mar 19 03:30:34 2010 +0200
Translation update done using Pootle.
commit 2e337f5f22eb57cdde67bdab4e0bc00157afa8e1
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Fri Mar 19 03:29:41 2010 +0200
Translation update done using Pootle.
commit 575b0396dca7411bb264f51d4584c506208a7693
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Fri Mar 19 03:29:25 2010 +0200
Translation update done using Pootle.
commit c14d8e9d3defe66e1d099fba799d989f09be41f7
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:42:54 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/te.po | 4 ++--
po/zh_CN.po | 14 ++++++--------
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/po/te.po b/po/te.po
index f9d8c56..edb261f 100644
--- a/po/te.po
+++ b/po/te.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-19 01:30+0200\n"
+"PO-Revision-Date: 2010-03-19 01:42+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: te\n"
@@ -559,7 +559,7 @@ msgstr ""
#: libraries/messages.inc.php:122
msgid "Bulgarian"
-msgstr ""
+msgstr "బల్గేరియన్"
#: libraries/messages.inc.php:123
msgid "Busy pages"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index ca41112..eacebcc 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-19 00:28+0100\n"
-"PO-Revision-Date: 2010-03-18 06:49+0200\n"
+"PO-Revision-Date: 2010-03-19 03:34+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
+"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -479,7 +479,6 @@ msgid "Remove BLOB Repository Reference"
msgstr "删除 BLOB 容器功能"
#: libraries/messages.inc.php:102
-#, fuzzy
msgctxt "$strBLOBRepositoryRepair"
msgid "Repair"
msgstr "修复"
@@ -598,7 +597,9 @@ msgstr "无法登录 MySQL 服务器"
msgid ""
"Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
"extension. Please check your PHP configuration."
-msgstr "无法加载 %s 扩展,请检查您的 PHP 配置。"
+msgstr ""
+"无法加载 [a@http://php.net/%1$s@Documentation][em]%1$s (外链,英语)[/em][/a] 扩展,请检查您的 "
+"PHP 配置。"
#: libraries/messages.inc.php:132
msgid ""
@@ -611,7 +612,7 @@ msgstr ""
#: libraries/messages.inc.php:133
msgid "Can't rename index to PRIMARY!"
-msgstr "无法将索改为主键 (PRIMARY) !"
+msgstr "无法将索引改为主键 (PRIMARY) !"
#: libraries/messages.inc.php:134
msgid ""
@@ -910,7 +911,6 @@ msgid "Create table"
msgstr "新建数据表"
#: libraries/messages.inc.php:200
-#, fuzzy
msgctxt "$strCreateTableShort"
msgid "Create table"
msgstr "新建数据表"
@@ -924,7 +924,6 @@ msgid "Create database with same name and grant all privileges"
msgstr "创建与用户同名的数据库并授予所有权限"
#: libraries/messages.inc.php:203
-#, fuzzy
msgctxt "$strCreateUserDatabaseNone"
msgid "None"
msgstr "无"
@@ -6389,7 +6388,6 @@ msgid "Storage Engine"
msgstr "存储引擎"
#: libraries/messages.inc.php:1413
-#, fuzzy
msgctxt "$strStrucCSV"
msgid "CSV"
msgstr "CSV"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 98cd38be22e8b13ac6e9d273c4d7912906bc2a3d
by Michal Čihař 19 Mar '10
by Michal Čihař 19 Mar '10
19 Mar '10
The branch, master has been updated
via 98cd38be22e8b13ac6e9d273c4d7912906bc2a3d (commit)
from fc0a8545fee3324f5a0e75050aee3643848865f9 (commit)
- Log -----------------------------------------------------------------
commit 98cd38be22e8b13ac6e9d273c4d7912906bc2a3d
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 00:52:25 2010 +0100
Regenerate based on current master document.
-----------------------------------------------------------------------
Summary of changes:
addendum/html_comment.fr | 7 ++-
addendum/{html_comment.ca => html_comment.ja} | 0
addendum/{html_comment.ca => html_comment.nb} | 0
addendum/html_head-translations.fr | 8 ++--
...d-translations.ca => html_head-translations.ja} | 0
...d-translations.ca => html_head-translations.nb} | 0
addendum/html_head.fr | 8 ++--
addendum/{html_head.ca => html_head.ja} | 0
addendum/{html_head.ca => html_head.nb} | 0
output/cs/Documentation.html | 12 ++--
output/en_GB/Documentation.html | 12 ++--
output/fr/Documentation.html | 49 ++++++++++----------
output/fr/index.html | 2 +-
output/fr/translators.html | 17 ++++---
output/index.html | 4 +-
output/it/Documentation.html | 12 ++--
output/ja/Documentation.html | 16 +++---
output/ja/index.html | 4 +-
output/ja/translators.html | 2 +-
output/nb/index.html | 8 ++--
output/pl/Documentation.html | 12 ++--
output/pt_BR/Documentation.html | 12 ++--
output/zh_CN/Documentation.html | 21 ++++----
po/ca.po | 14 +++---
po/cs.po | 14 +++---
po/de.po | 14 +++---
po/en_GB.po | 17 ++++---
po/es.po | 14 +++---
po/fi.po | 14 +++---
po/fr.po | 41 +++++++++--------
po/gl.po | 14 +++---
po/hu.po | 14 +++---
po/hy.po | 14 +++---
po/it.po | 14 +++---
po/ka.po | 14 +++---
po/lt.po | 14 +++---
po/mn.po | 14 +++---
po/nb.po | 28 ++++++------
po/nl.po | 14 +++---
po/pl.po | 14 +++---
po/pt_BR.po | 14 +++---
po/ro.po | 14 +++---
po/sk.po | 14 +++---
po/sv.po | 14 +++---
po/tr.po | 14 +++---
po/zh_CN.po | 29 +++++++-----
po/zh_TW.po | 14 +++---
pot/ca-full.pot | 14 +++---
pot/ca-html.pot | 14 +++---
pot/cs-full.pot | 23 +++++++--
pot/cs-html.pot | 14 +++---
pot/de-full.pot | 23 +++++++--
pot/de-html.pot | 14 +++---
pot/en_GB-full.pot | 23 +++++++--
pot/en_GB-html.pot | 14 +++---
pot/es-full.pot | 23 +++++++--
pot/es-html.pot | 14 +++---
pot/fi-full.pot | 23 +++++++--
pot/fi-html.pot | 14 +++---
pot/fr-full.pot | 23 +++++++--
pot/fr-html.pot | 14 +++---
pot/gl-full.pot | 23 +++++++--
pot/gl-html.pot | 14 +++---
pot/hu-full.pot | 23 +++++++--
pot/hu-html.pot | 14 +++---
pot/hy-full.pot | 23 +++++++--
pot/hy-html.pot | 14 +++---
pot/it-full.pot | 23 +++++++--
pot/it-html.pot | 14 +++---
pot/ka-full.pot | 23 +++++++--
pot/ka-html.pot | 14 +++---
pot/lt-full.pot | 23 +++++++--
pot/lt-html.pot | 14 +++---
pot/mn-full.pot | 23 +++++++--
pot/mn-html.pot | 14 +++---
pot/{ca-full.pot => nb-full.pot} | 38 ++++++++--------
pot/{no-html.pot => nb-html.pot} | 28 ++++++------
pot/{ca-txt.pot => nb-txt.pot} | 2 +-
pot/nl-full.pot | 23 +++++++--
pot/nl-html.pot | 14 +++---
pot/pl-full.pot | 23 +++++++--
pot/pl-html.pot | 14 +++---
pot/pt_BR-full.pot | 23 +++++++--
pot/pt_BR-html.pot | 14 +++---
pot/ro-full.pot | 23 +++++++--
pot/ro-html.pot | 14 +++---
pot/sk-full.pot | 14 +++---
pot/sk-html.pot | 14 +++---
pot/sv-full.pot | 23 +++++++--
pot/sv-html.pot | 14 +++---
pot/tr-full.pot | 23 +++++++--
pot/tr-html.pot | 14 +++---
pot/zh_CN-full.pot | 23 +++++++--
pot/zh_CN-html.pot | 14 +++---
pot/zh_TW-full.pot | 23 +++++++--
pot/zh_TW-html.pot | 14 +++---
96 files changed, 873 insertions(+), 629 deletions(-)
copy addendum/{html_comment.ca => html_comment.ja} (100%)
copy addendum/{html_comment.ca => html_comment.nb} (100%)
copy addendum/{html_head-translations.ca => html_head-translations.ja} (100%)
copy addendum/{html_head-translations.ca => html_head-translations.nb} (100%)
copy addendum/{html_head.ca => html_head.ja} (100%)
copy addendum/{html_head.ca => html_head.nb} (100%)
copy pot/{ca-full.pot => nb-full.pot} (99%)
copy pot/{no-html.pot => nb-html.pot} (99%)
copy pot/{ca-txt.pot => nb-txt.pot} (99%)
diff --git a/addendum/html_comment.fr b/addendum/html_comment.fr
index daf6dbd..d3f27c1 100644
--- a/addendum/html_comment.fr
+++ b/addendum/html_comment.fr
@@ -1,10 +1,11 @@
PO4A-HEADER:mode=before;position=<head>
<!--
-This file is generated using po4a, do not edit!
+Ce fichier a été généré en utilisant po4a, ne pas éditer !
-You can edit po files to change the translation.
+Vous pouvez éditer les fichiers .po pour modifier une traduction.
-Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
+Ou vous pouvez les éditer en ligne sur
+https://l10n.cihar.com/projects/pmadoc/.
-->
diff --git a/addendum/html_comment.ca b/addendum/html_comment.ja
similarity index 100%
copy from addendum/html_comment.ca
copy to addendum/html_comment.ja
diff --git a/addendum/html_comment.ca b/addendum/html_comment.nb
similarity index 100%
copy from addendum/html_comment.ca
copy to addendum/html_comment.nb
diff --git a/addendum/html_head-translations.fr b/addendum/html_head-translations.fr
index cbc035e..f59f1e3 100644
--- a/addendum/html_head-translations.fr
+++ b/addendum/html_head-translations.fr
@@ -1,8 +1,8 @@
PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+Ceci est une version traduite de la <a
+href="http://www.phpmyadmin.net/documentation/">documentation de
+phpMyAdmin</a>. Vous pouvez y contribuer sur notre <a
+href="https://l10n.cihar.com/projects/pmadoc/">serveur de traduction</a>.
</p>
diff --git a/addendum/html_head-translations.ca b/addendum/html_head-translations.ja
similarity index 100%
copy from addendum/html_head-translations.ca
copy to addendum/html_head-translations.ja
diff --git a/addendum/html_head-translations.ca b/addendum/html_head-translations.nb
similarity index 100%
copy from addendum/html_head-translations.ca
copy to addendum/html_head-translations.nb
diff --git a/addendum/html_head.fr b/addendum/html_head.fr
index b9798d5..aabbf83 100644
--- a/addendum/html_head.fr
+++ b/addendum/html_head.fr
@@ -1,7 +1,7 @@
PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+Ceci est une version traduite de la <a
+href="http://www.phpmyadmin.net/documentation/">documentation de
+phpMyAdmin</a>. Vous pouvez y contribuer sur notre <a
+href="https://l10n.cihar.com/projects/pmadoc/">serveur de traduction</a>.
</p>
diff --git a/addendum/html_head.ca b/addendum/html_head.ja
similarity index 100%
copy from addendum/html_head.ca
copy to addendum/html_head.ja
diff --git a/addendum/html_head.ca b/addendum/html_head.nb
similarity index 100%
copy from addendum/html_head.ca
copy to addendum/html_head.nb
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index a468e83..45dde8f 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -1121,8 +1121,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
boolean
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log
-when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1133,8 +1133,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
boolean
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log
-when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1144,8 +1144,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
boolean
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the
-log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
diff --git a/output/en_GB/Documentation.html b/output/en_GB/Documentation.html
index d910d00..966d0c8 100644
--- a/output/en_GB/Documentation.html
+++ b/output/en_GB/Documentation.html
@@ -1122,8 +1122,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
boolean
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log
-when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1134,8 +1134,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
boolean
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log
-when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1145,8 +1145,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
boolean
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the
-log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html
index 72c9bd8..b31e4a7 100644
--- a/output/fr/Documentation.html
+++ b/output/fr/Documentation.html
@@ -10,11 +10,12 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<!-- $Id$ -->
<!--
-This file is generated using po4a, do not edit!
+Ce fichier a été généré en utilisant po4a, ne pas éditer !
-You can edit po files to change the translation.
+Vous pouvez éditer les fichiers .po pour modifier une traduction.
-Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
+Ou vous pouvez les éditer en ligne sur
+https://l10n.cihar.com/projects/pmadoc/.
-->
<head>
@@ -54,10 +55,10 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev - Documentation
<div id="body">
<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+Ceci est une version traduite de la <a
+href="http://www.phpmyadmin.net/documentation/">documentation de
+phpMyAdmin</a>. Vous pouvez y contribuer sur notre <a
+href="https://l10n.cihar.com/projects/pmadoc/">serveur de traduction</a>.
</p>
<ul><li><a href="http://www.phpmyadmin.net/">Page d'accueil de phpMyAdmin</a></li>
<li><a href="https://sourceforge.net/projects/phpmyadmin/">Page du projet
@@ -926,14 +927,15 @@ id="cfg_Servers_auth_http_realm">$cfg['Servers'][$i]['auth_http_realm']</span>
string<br />
</dt>
<dd>
- When using auth_type = '<abbr title="HyperText Transfer
-Protocol">HTTP</abbr>', this field allows to define a custom <abbr
-title="HyperText Transfer Protocol">HTTP</abbr> Basic Auth Realm which will
-be displayed to the user. If not explicitly specified in your configuration,
-a string combined of "phpMyAdmin " and either <a href="#cfg_Servers_verbose"
-class="configrule">$cfg['Servers'][$i]['verbose']</a> or <a
+ En utilisant l'authentification auth_type = '<abbr title="HyperText Transfer
+Protocol">HTTP</abbr>', ce champ permet de définir un flux
+d'authentification <abbr title="HyperText Transfer Protocol">HTTP</abbr>
+basique personnalisé qui sera affiché à l'utilisateur. Si ce n'est pas
+explicitement spécifié dans votre configuration, une chaîne combinée de
+« phpMyAdmin » et soit de <a href="#cfg_Servers_verbose"
+class="configrule">$cfg['Servers'][$i]['verbose']</a> ou <a
href="#cfg_Servers_host" class="configrule">$cfg['Servers'][$i]['host']</a>
-will be used.
+sera utilisée.
</dd>
<dt id="servers_auth_swekey_config">
<span
@@ -1341,9 +1343,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
booléen
</dt>
<dd>
- Définit si une déclaration « DROP VIEW IF EXISTS » sera ajoutée en
-première ligne dans le journal lors de la création de la vue. La valeur par
-défaut est « true ».
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1354,9 +1355,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
booléen
</dt>
<dd>
- Définit si une déclaration « DROP TABLE IF EXISTS » sera ajoutée
-en première du journal lors de la création d'une table. La valeur par d"faut
-est « true ».
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1366,9 +1366,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
booléen
</dt>
<dd>
- Définit si une déclaration « DROP DATABASE IF EXISTS » sera
-ajoutée en première du journal lors de la création d'une table. La valeur
-par d"faut est « true ».
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
@@ -3624,8 +3623,8 @@ résoud le problème.</p>
<p>Oui.</p>
<p>
- Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch
-is still maintained.
+ Depuis la version 3.0 seul PHP 5.2 et versions plus récentes. Pour les
+anciennes versions PHP la branche 2.9 est toujours maintenue.
</p>
<h4 id="faq1_32">
diff --git a/output/fr/index.html b/output/fr/index.html
index 20f8174..0649ea2 100644
--- a/output/fr/index.html
+++ b/output/fr/index.html
@@ -8,7 +8,7 @@
</head>
<body>
<h1>phpMyAdmin French Documentation</h1>
-<p>Documents translated to French:</p>
+<p>Documents traduits en français :</p>
<ul>
<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
diff --git a/output/fr/translators.html b/output/fr/translators.html
index 98c2839..cbad6a3 100644
--- a/output/fr/translators.html
+++ b/output/fr/translators.html
@@ -11,11 +11,12 @@
-->
<!--
-This file is generated using po4a, do not edit!
+Ce fichier a été généré en utilisant po4a, ne pas éditer !
-You can edit po files to change the translation.
+Vous pouvez éditer les fichiers .po pour modifier une traduction.
-Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
+Ou vous pouvez les éditer en ligne sur
+https://l10n.cihar.com/projects/pmadoc/.
-->
<head>
@@ -57,10 +58,10 @@ officiels
<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+Ceci est une version traduite de la <a
+href="http://www.phpmyadmin.net/documentation/">documentation de
+phpMyAdmin</a>. Vous pouvez y contribuer sur notre <a
+href="https://l10n.cihar.com/projects/pmadoc/">serveur de traduction</a>.
</p>
<p> Ceci est la liste des «traducteurs officiels» de phpMyAdmin.</p>
@@ -214,7 +215,7 @@ d'assistance par courriel.</span></p>
</tr>
<tr id="english-gb">
- <td>English (United Kingdom)</td>
+ <td>Anglais (Royaume-Uni)</td>
<td>
Robert Readman (robert_readman(a)hotmail.com)
</td>
diff --git a/output/index.html b/output/index.html
index 8fd83bd..ed35da5 100644
--- a/output/index.html
+++ b/output/index.html
@@ -19,12 +19,12 @@
<li><a href=gl>Galician</a></li>
<li><a href=hu>Hungarian</a></li>
<li><a href=it>Italian</a></li>
-<li><a href=jp>Japanese</a></li>
+<li><a href=ja>Japanese</a></li>
<li><a href=ka>Georgian</a></li>
<li><a href=lt>Lithuanian</a></li>
<li><a href=mn>Mongolian</a></li>
+<li><a href=nb>nb</a></li>
<li><a href=nl>Dutch</a></li>
-<li><a href=no>Norwegian</a></li>
<li><a href=pl>Polish</a></li>
<li><a href=pt_BR>Brazilian Portuguese</a></li>
<li><a href=ro>Romanian</a></li>
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index ae2ea1b..c1aa5f0 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -1162,8 +1162,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
boolean
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log
-when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1174,8 +1174,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
boolean
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log
-when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1185,8 +1185,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
boolean
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the
-log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
diff --git a/output/ja/Documentation.html b/output/ja/Documentation.html
index c71eb23..2f04b09 100644
--- a/output/ja/Documentation.html
+++ b/output/ja/Documentation.html
@@ -29,14 +29,14 @@ Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/.
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span
-class="myadmin">MyAdmin</span></a> 3.4.0-dev Documentation
+class="myadmin">MyAdmin</span></a> 3.4.0-dev ドキュメント
</h1>
</div>
<!-- TOP MENU -->
<ul class="header">
- <li><a href="Documentation.html#top">Top</a></li>
+ <li><a href="Documentation.html#top">トップ</a></li>
<li><a href="Documentation.html#require">Requirements</a></li>
<li><a href="Documentation.html#intro">Introduction</a></li>
<li><a href="Documentation.html#setup">Installation</a></li>
@@ -1150,8 +1150,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
boolean
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log
-when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1162,8 +1162,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
boolean
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log
-when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1173,8 +1173,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
boolean
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the
-log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
diff --git a/output/ja/index.html b/output/ja/index.html
index 3ae6cd0..e217c49 100644
--- a/output/ja/index.html
+++ b/output/ja/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="jp"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -8,7 +8,7 @@
</head>
<body>
<h1>phpMyAdmin Japanese Documentation</h1>
-<p>Documents translated to Japanese:</p>
+<p>Documents translated to ja:</p>
<ul>
<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="translators.html">Translators</a></li>
diff --git a/output/ja/translators.html b/output/ja/translators.html
index f3b8c84..df09a2b 100644
--- a/output/ja/translators.html
+++ b/output/ja/translators.html
@@ -37,7 +37,7 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev official translators list
<!-- TOP MENU -->
<ul class="header">
- <li><a href="Documentation.html#top">Top</a></li>
+ <li><a href="Documentation.html#top">トップ</a></li>
<li><a href="Documentation.html#require">Requirements</a></li>
<li><a href="Documentation.html#intro">Introduction</a></li>
<li><a href="Documentation.html#setup">Installation</a></li>
diff --git a/output/nb/index.html b/output/nb/index.html
index 7cd7661..b91b03f 100644
--- a/output/nb/index.html
+++ b/output/nb/index.html
@@ -1,14 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nb"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Norwegian Documentation</title>
+ <title>phpMyAdmin nb Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Norwegian Documentation</h1>
-<p>Documents translated to no:</p>
+<h1>phpMyAdmin nb Documentation</h1>
+<p>Documents translated to nb:</p>
<ul>
<li><a href="translators.html">Translators</a></li>
</ul>
diff --git a/output/pl/Documentation.html b/output/pl/Documentation.html
index fad3093..6951327 100644
--- a/output/pl/Documentation.html
+++ b/output/pl/Documentation.html
@@ -1122,8 +1122,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
boolean
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log
-when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1134,8 +1134,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
boolean
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log
-when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1145,8 +1145,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
boolean
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the
-log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index b29366d..01ce123 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -1143,8 +1143,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
booleano
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log
-when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1155,8 +1155,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
booleano
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log
-when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1166,8 +1166,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
booleano
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the
-log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
diff --git a/output/zh_CN/Documentation.html b/output/zh_CN/Documentation.html
index 0fce3bd..2e57f03 100644
--- a/output/zh_CN/Documentation.html
+++ b/output/zh_CN/Documentation.html
@@ -460,8 +460,8 @@ href="http://phpmyadmin.net/auth_key">http://phpmyadmin.net/auth_key
<p> <span class="important"><acronym title="苹果麦金塔 (Apple
Macintosh)">Mac</acronym> 用户注意:</span> PHP 似乎不支持 <acronym title="苹果麦金塔
(Apple Macintosh)">Mac</acronym> 式的换行符
-("<tt>\r</tt>")。所以在保存你所修改的文件之前,请确保你的文本编辑器使用 *nix 式的换行符 ("<tt>
-</tt>")。</p>
+("<tt>\r</tt>")。所以在保存你所修改的文件之前,请确保你的文本编辑器使用 *nix 式的换行符
+("<tt>\n</tt>")。</p>
<p> <span class="important">注意:</span> 几乎所有设置都在 <tt>config.inc.php</tt>
文件中定义。如果此文件不存在,请参考<a href="#setup">快速安装</a>一节创建该文件。你只需要设置不同于
@@ -895,7 +895,8 @@ id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_v
布尔
</dt>
<dd>
- 设置当记录视图创建时,是否在前面加上 DROP VIEW IF EXISTS 命令。默认为 true 。
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the
+log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -906,7 +907,8 @@ id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_
布尔
</dt>
<dd>
- 设置当记录数据表创建时,是否在前面加上 DROP TABLE IF EXISTS 命令。默认为 true 。
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the
+log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -916,7 +918,8 @@ id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_dr
布尔
</dt>
<dd>
- 设置当记录数据库创建时,是否在前面加上 DROP DATABASE IF EXISTS 命令。默认为 true 。
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to
+the log when creating a database. Default value is true.
<br/><br/>
</dd>
@@ -1278,9 +1281,7 @@ and 'both' displays both icons and text.</dd>
button in browse mode or not.</dd>
<dt id="cfg_MaxRows">$cfg['MaxRows'] integer</dt>
- <dd>Number of rows displayed when browsing a result set. If the result set
-contains more rows, "Previous" and "Next" links will be
-shown.</dd>
+ <dd>浏览一个结果集时一次显示的最多行数。如果结果集超过此值,将会显示 "上一页" 和 "下一页" 的链接。</dd>
<dt id="cfg_Order">$cfg['Order'] string [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]</dt>
<dd>Defines whether fields are displayed in ascending (<tt>ASC</tt>) order, in
@@ -4037,7 +4038,7 @@ tracker of the phpMyAdmin project</a>.
have already contributed something useful to phpMyAdmin.<br />
Also, have a look at the <a href="#developers">Developers section</a>.</p>
-<h3 id="faqsecurity">Security</h3>
+<h3 id="faqsecurity">安全</h3>
<h4 id="faq8_1">
<a href="#faq8_1">8.1 Where can I get information about the security alerts
@@ -4253,7 +4254,7 @@ Repository)">PEAR</abbr> 代码标准以及 XHTML1.0 和 CSS2 规范</li>
<ul>
<li>automatic joins in QBE</li>
<li>links column in printview</li>
- <li>Relation view</li>
+ <li>关系查看</li>
</ul></li>
<li>Michal Čihař <michal_at_cihar.com>
diff --git a/po/ca.po b/po/ca.po
index a0e252e..eccc160 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
"PO-Revision-Date: 2009-05-20 16:12+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: none\n"
@@ -2214,8 +2214,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2228,8 +2228,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2242,8 +2242,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/cs.po b/po/cs.po
index 4224913..28d541c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: po 4a\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
"PO-Revision-Date: 2010-03-10 13:27+0100\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Czech <cs(a)li.org>\n"
@@ -2337,8 +2337,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2353,8 +2353,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2369,8 +2369,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/de.po b/po/de.po
index cbdc6cc..4febfbc 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:40+0100\n"
"PO-Revision-Date: 2009-08-10 11:41+0200\n"
"Last-Translator: Sören Spreng <soeren.spreng(a)gmail.com>\n"
"Language-Team: none\n"
@@ -2671,8 +2671,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2688,8 +2688,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2705,8 +2705,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/en_GB.po b/po/en_GB.po
index 387eda7..e296663 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:43+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2861,9 +2861,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
+#, fuzzy
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
"when creating a view. Default value is true."
@@ -2879,9 +2880,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
+#, fuzzy
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
"when creating a table. Default value is true."
@@ -2897,9 +2899,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
+#, fuzzy
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
"log when creating a database. Default value is true."
diff --git a/po/es.po b/po/es.po
index 8d4a7f2..277610c 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:39+0100\n"
"PO-Revision-Date: 2009-05-29 16:12+0200\n"
"Last-Translator: Alberto Luaces <aluaces(a)udc.es>\n"
"Language-Team: none\n"
@@ -2356,8 +2356,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2370,8 +2370,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2384,8 +2384,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/fi.po b/po/fi.po
index cabef88..ef54370 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2191,8 +2191,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2205,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2219,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/fr.po b/po/fr.po
index 1d1394d..454b646 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:31+0100\n"
"PO-Revision-Date: 2010-03-14 17:02+0200\n"
"Last-Translator: Cédric Corazza <cedric.corazza(a)wanadoo.fr>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -2210,14 +2210,14 @@ msgid ""
"\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
"will be used."
msgstr ""
-"En utilisant l'authentification auth_type = '<abbr title=\"HyperText Transfer "
-"Protocol\">HTTP</abbr>', ce champ permet de définir un flux "
+"En utilisant l'authentification auth_type = '<abbr title=\"HyperText "
+"Transfer Protocol\">HTTP</abbr>', ce champ permet de définir un flux "
"d'authentification <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> "
"basique personnalisé qui sera affiché à l'utilisateur. Si ce n'est pas "
"explicitement spécifié dans votre configuration, une chaîne combinée de "
-"« phpMyAdmin » et soit de <a href=\"#cfg_Servers_verbose\" "
-"class=\"configrule\">$cfg['Servers'][$i]['verbose']</a> ou <a "
-"href=\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
+"« phpMyAdmin » et soit de <a href=\"#cfg_Servers_verbose\" class="
+"\"configrule\">$cfg['Servers'][$i]['verbose']</a> ou <a href="
+"\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
"sera utilisée."
#. type: Content of: <html><body><div><dl><dt>
@@ -3108,9 +3108,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
+#, fuzzy
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
"Définit si une déclaration « DROP VIEW IF EXISTS » sera ajoutée en "
"première ligne dans le journal lors de la création de la vue. La valeur par "
@@ -3127,9 +3128,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
+#, fuzzy
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
"Définit si une déclaration « DROP TABLE IF EXISTS » sera ajoutée en "
"première du journal lors de la création d'une table. La valeur par d\"faut "
@@ -3146,9 +3148,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
+#, fuzzy
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
"Définit si une déclaration « DROP DATABASE IF EXISTS » sera ajoutée "
"en première du journal lors de la création d'une table. La valeur par d"
@@ -15284,10 +15287,10 @@ msgid ""
"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
"a>."
msgstr ""
-"Ceci est une version traduite de la <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">documentation de "
-"phpMyAdmin</a>. Vous pouvez y contribuer sur notre <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">serveur de traduction</a>."
+"Ceci est une version traduite de la <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">documentation de phpMyAdmin</a>. Vous pouvez y contribuer "
+"sur notre <a href=\"https://l10n.cihar.com/projects/pmadoc/\">serveur de "
+"traduction</a>."
#. type: Plain text
#: addendum/comment.html:2
@@ -15308,8 +15311,8 @@ msgstr "Vous pouvez éditer les fichiers .po pour modifier une traduction."
#: addendum/comment.html:8
msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
msgstr ""
-"Ou vous pouvez les éditer en ligne sur "
-"https://l10n.cihar.com/projects/pmadoc/."
+"Ou vous pouvez les éditer en ligne sur https://l10n.cihar.com/projects/"
+"pmadoc/."
#. type: Plain text
#: addendum/comment.html:9
diff --git a/po/gl.po b/po/gl.po
index be85811..adca47e 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2190,8 +2190,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2204,8 +2204,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2218,8 +2218,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/hu.po b/po/hu.po
index 3891e93..3a323c9 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2191,8 +2191,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2205,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2219,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/hy.po b/po/hy.po
index 3d00ddc..88b8211 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:43+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2190,8 +2190,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2204,8 +2204,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2218,8 +2218,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/it.po b/po/it.po
index 6ea3698..612bc83 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-19 00:30+0100\n"
"PO-Revision-Date: 2010-03-10 19:42+0200\n"
"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: Italian <it(a)li.org>\n"
@@ -2822,8 +2822,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2838,8 +2838,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2854,8 +2854,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/ka.po b/po/ka.po
index fd54150..935515c 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2190,8 +2190,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2204,8 +2204,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2218,8 +2218,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/lt.po b/po/lt.po
index f3c00a2..169df70 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:40+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2192,8 +2192,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2206,8 +2206,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2220,8 +2220,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/mn.po b/po/mn.po
index 99fa22c..d9ba9b9 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2190,8 +2190,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2204,8 +2204,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2218,8 +2218,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/nb.po b/po/nb.po
index 0473ed0..9d2f674 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:35+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -87,7 +87,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
-#: output/no/index-full-template.html:17
+#: output/nb/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -2191,8 +2191,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2205,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2219,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -11243,32 +11243,32 @@ msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/no/index-full-template.html:7 output/no/index-full-template.html:10
+#: output/nb/index-full-template.html:7 output/nb/index-full-template.html:10
msgid "phpMyAdmin Norwegian Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/no/index-full-template.html:11
+#: output/nb/index-full-template.html:11
msgid "Documents translated to no:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:13
+#: output/nb/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:14
+#: output/nb/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:15
+#: output/nb/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:16
+#: output/nb/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 266ab64..93b61d0 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
"PO-Revision-Date: 2010-02-15 13:42+0200\n"
"Last-Translator: <thyone(a)thyone.org>\n"
"Language-Team: none\n"
@@ -2331,8 +2331,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2345,8 +2345,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2359,8 +2359,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/pl.po b/po/pl.po
index fbe3814..b25a790 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-19 00:30+0100\n"
"PO-Revision-Date: 2010-01-22 15:13+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: Polish <pl(a)li.org>\n"
@@ -2595,8 +2595,8 @@ msgstr "<b>$cfg['Servers'][$i]['compress']</b> wartość logiczna"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2610,8 +2610,8 @@ msgstr "<b>$cfg['Servers'][$i]['compress']</b> wartość logiczna"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2625,8 +2625,8 @@ msgstr "<b>$cfg['Servers'][$i]['compress']</b> wartość logiczna"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 27f8ee8..7d7c4fd 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
"PO-Revision-Date: 2010-03-12 01:10+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: none\n"
@@ -2498,8 +2498,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><
body><div><dl><dt>
@@ -2514,8 +2514,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2530,8 +2530,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/ro.po b/po/ro.po
index 27fda42..a28e83c 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
"PO-Revision-Date: 2010-03-01 12:14+0200\n"
"Last-Translator: <the_sky_dreamer2003(a)yahoo.com>\n"
"Language-Team: none\n"
@@ -2199,8 +2199,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2213,8 +2213,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2227,8 +2227,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/sk.po b/po/sk.po
index 9cfb043..7d3a901 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-19 00:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2193,8 +2193,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2207,8 +2207,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2221,8 +2221,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/sv.po b/po/sv.po
index dfd7a11..5684505 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2191,8 +2191,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2205,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2219,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/tr.po b/po/tr.po
index ff977b8..4d983a0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2191,8 +2191,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2205,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2219,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 79b245a..3eec35b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-19 00:42+0100\n"
"PO-Revision-Date: 2010-03-04 14:08+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: none\n"
@@ -510,7 +510,7 @@ msgid ""
"<tt>\\r</tt>")."
msgstr ""
"因为 PHP 好像不支持 <acronym title=\"苹果麦金塔 (Apple Macintosh)\">Mac</"
-"acronym> 式的换行符 ("<tt>\r</tt>"),所以在上传到服务器之前,你必须"
+"acronym> 式的换行符 ("<tt>\\r</tt>"),所以在上传到服务器之前,你必须"
"把所有 phpMyAdmin 脚本用 BBEdit 重新保存为 Unix 格式。"
#. type: Content of: <html><body><div><h3>
@@ -1421,9 +1421,9 @@ msgid ""
msgstr ""
"<span class=\"important\"><acronym title=\"苹果麦金塔 (Apple Macintosh)"
"\">Mac</acronym> 用户注意:</span> PHP 似乎不支持 <acronym title=\"苹果麦金塔 "
-"(Apple Macintosh)\">Mac</acronym> 式的换行符 ("<tt>\r</tt>")。所以"
+"(Apple Macintosh)\">Mac</acronym> 式的换行符 ("<tt>\\r</tt>")。所以"
"在保存你所修改的文件之前,请确保你的文本编辑器使用 *nix 式的换行符 (""
-"<tt>\n"
+"<tt>\\n"
"</tt>")。"
#. type: Content of: <html><body><div><p>
@@ -2705,9 +2705,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
+#, fuzzy
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
"设置当记录视图创建时,是否在前面加上 DROP VIEW IF EXISTS 命令。默认为 true 。"
@@ -2722,9 +2723,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
+#, fuzzy
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
"设置当记录数据表创建时,是否在前面加上 DROP TABLE IF EXISTS 命令。默认为 "
"true 。"
@@ -2740,9 +2742,10 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
+#, fuzzy
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
"设置当记录数据库创建时,是否在前面加上 DROP DATABASE IF EXISTS 命令。默认为 "
"true 。"
@@ -3816,6 +3819,8 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"浏览一个结果集时一次显示的最多行数。如果结果集超过此值,将会显示 "上一页"
+"" 和 "下一页" 的链接。"
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -10223,7 +10228,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "安全"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -10800,7 +10805,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "关系查看"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
diff --git a/po/zh_TW.po b/po/zh_TW.po
index d34712b..6cd7f4d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-19 00:42+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -2190,8 +2190,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2204,8 +2204,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2218,8 +2218,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 558679f..53f6ae3 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2202,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2216,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index 4d99837..41aee8f 100644
--- a/pot/ca-html.pot
+++ b/pot/ca-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/cs-full.pot b/pot/cs-full.pot
index 44f6551..90beeb8 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/cs-html.pot b/pot/cs-html.pot
index 6182609..b324d71 100644
--- a/pot/cs-html.pot
+++ b/pot/cs-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/de-full.pot b/pot/de-full.pot
index 6b71f46..c235f82 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# de-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:40+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# de-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:52+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/de-html.pot b/pot/de-html.pot
index 0661f19..3d95eed 100644
--- a/pot/de-html.pot
+++ b/pot/de-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:40+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot
index 3756d47..b83edb5 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# en_GB-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:43+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# en_GB-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:53+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot
index ed5d961..11287c2 100644
--- a/pot/en_GB-html.pot
+++ b/pot/en_GB-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:53+0100\n"
+"POT-Creation-Date: 2010-03-19 00:43+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/es-full.pot b/pot/es-full.pot
index 8505aba..8a2c530 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# es-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:39+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# es-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:52+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/es-html.pot b/pot/es-html.pot
index 078f076..91ee118 100644
--- a/pot/es-html.pot
+++ b/pot/es-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/fi-full.pot b/pot/fi-full.pot
index c0c45e1..f1ef42b 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# fi-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# fi-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index 322f441..8ef56a7 100644
--- a/pot/fi-html.pot
+++ b/pot/fi-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/fr-full.pot b/pot/fr-full.pot
index afd261d..51e5093 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# fr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:31+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# fr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/fr-html.pot b/pot/fr-html.pot
index 50351ca..e68d034 100644
--- a/pot/fr-html.pot
+++ b/pot/fr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/gl-full.pot b/pot/gl-full.pot
index 8d06a09..ce1d22c 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# gl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# gl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/gl-html.pot b/pot/gl-html.pot
index 6b7dc06..6ef94af 100644
--- a/pot/gl-html.pot
+++ b/pot/gl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/hu-full.pot b/pot/hu-full.pot
index 4738f08..4bfdbc7 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# hu-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# hu-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:52+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index fcb23a9..f86d55b 100644
--- a/pot/hu-html.pot
+++ b/pot/hu-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/hy-full.pot b/pot/hy-full.pot
index 9433093..70f70cd 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# hy-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:43+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# hy-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 08:41+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/hy-html.pot b/pot/hy-html.pot
index 4ee6adc..e1f835a 100644
--- a/pot/hy-html.pot
+++ b/pot/hy-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-19 00:43+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/it-full.pot b/pot/it-full.pot
index bc7c418..8363be2 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# it-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:30+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# it-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:50+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/it-html.pot b/pot/it-html.pot
index d734ddb..ef4cebd 100644
--- a/pot/it-html.pot
+++ b/pot/it-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:50+0100\n"
+"POT-Creation-Date: 2010-03-19 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/ka-full.pot b/pot/ka-full.pot
index 46d5e71..899a7c6 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ka-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# ka-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/ka-html.pot b/pot/ka-html.pot
index 830f14d..87bd106 100644
--- a/pot/ka-html.pot
+++ b/pot/ka-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/lt-full.pot b/pot/lt-full.pot
index 22f04f6..9a33569 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# lt-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:40+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# lt-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:52+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/lt-html.pot b/pot/lt-html.pot
index 8cc2317..905aa4e 100644
--- a/pot/lt-html.pot
+++ b/pot/lt-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:40+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/mn-full.pot b/pot/mn-full.pot
index 50e41b7..c96ab2e 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# mn-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# mn-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:52+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as firs
t line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/mn-html.pot b/pot/mn-html.pot
index 12d44c0..1640e3f 100644
--- a/pot/mn-html.pot
+++ b/pot/mn-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/ca-full.pot b/pot/nb-full.pot
similarity index 99%
copy from pot/ca-full.pot
copy to pot/nb-full.pot
index 558679f..e74b3aa 100644
--- a/pot/ca-full.pot
+++ b/pot/nb-full.pot
@@ -6,20 +6,20 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# nb-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:35+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# nb-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -98,7 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
-#: output/ca/index-full-template.html:17
+#: output/nb/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -2202,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2216,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -11251,32 +11251,32 @@ msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/ca/index-full-template.html:7 output/ca/index-full-template.html:10
-msgid "phpMyAdmin Catalan Documentation"
+#: output/nb/index-full-template.html:7 output/nb/index-full-template.html:10
+msgid "phpMyAdmin Norwegian Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/ca/index-full-template.html:11
-msgid "Documents translated to ca:"
+#: output/nb/index-full-template.html:11
+msgid "Documents translated to no:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/ca/index-full-template.html:13
+#: output/nb/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/ca/index-full-template.html:14
+#: output/nb/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/ca/index-full-template.html:15
+#: output/nb/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/ca/index-full-template.html:16
+#: output/nb/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/no-html.pot b/pot/nb-html.pot
similarity index 99%
copy from pot/no-html.pot
copy to pot/nb-html.pot
index 87571ac..4d6f391 100644
--- a/pot/no-html.pot
+++ b/pot/nb-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:35+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -86,7 +86,7 @@ msgid "<a href=\"Documentation.html#credits\">Credits</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/no/index-full-template.html:17
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/nb/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -11290,32 +11290,32 @@ msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/no/index-full-template.html:7 output/no/index-full-template.html:10
+#: output/nb/index-full-template.html:7 output/nb/index-full-template.html:10
msgid "phpMyAdmin Norwegian Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/no/index-full-template.html:11
+#: output/nb/index-full-template.html:11
msgid "Documents translated to no:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:13
+#: output/nb/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:14
+#: output/nb/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:15
+#: output/nb/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/no/index-full-template.html:16
+#: output/nb/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/ca-txt.pot b/pot/nb-txt.pot
similarity index 99%
copy from pot/ca-txt.pot
copy to pot/nb-txt.pot
index 5e3c4be..5eed253 100644
--- a/pot/ca-txt.pot
+++ b/pot/nb-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-full.pot b/pot/nl-full.pot
index a081079..06ad247 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# nl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# nl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/nl-html.pot b/pot/nl-html.pot
index 18d1664..2ead6eb 100644
--- a/pot/nl-html.pot
+++ b/pot/nl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/pl-full.pot b/pot/pl-full.pot
index b6d033f..5ab85d8 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# pl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:30+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# pl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:50+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/pl-html.pot b/pot/pl-html.pot
index 49ae947..0d27bc9 100644
--- a/pot/pl-html.pot
+++ b/pot/pl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:50+0100\n"
+"POT-Creation-Date: 2010-03-19 00:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/pt_BR-full.pot b/pot/pt_BR-full.pot
index f857b19..0e8c5a0 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# pt_BR-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# pt_BR-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:52+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot
index 88a6df0..0805cbe 100644
--- a/pot/pt_BR-html.pot
+++ b/pot/pt_BR-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/ro-full.pot b/pot/ro-full.pot
index a1f3f96..6e6e87b 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ro-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# ro-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:52+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/ro-html.pot b/pot/ro-html.pot
index a79cf25..db8db31 100644
--- a/pot/ro-html.pot
+++ b/pot/ro-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:52+0100\n"
+"POT-Creation-Date: 2010-03-19 00:41+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/sk-full.pot b/pot/sk-full.pot
index dff1982..572f1ad 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:53+0100\n"
+"POT-Creation-Date: 2010-03-19 00:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2202,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2216,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/sk-html.pot b/pot/sk-html.pot
index 1030b4f..bd278c5 100644
--- a/pot/sk-html.pot
+++ b/pot/sk-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:53+0100\n"
+"POT-Creation-Date: 2010-03-19 00:44+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/sv-full.pot b/pot/sv-full.pot
index f45d3d2..a6023a1 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# sv-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# sv-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/sv-html.pot b/pot/sv-html.pot
index 4fc4ea0..4fa380f 100644
--- a/pot/sv-html.pot
+++ b/pot/sv-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:32+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/tr-full.pot b/pot/tr-full.pot
index 71dd2d1..1fa7bbf 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# tr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# tr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:51+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index 0a5625a..8df43b3 100644
--- a/pot/tr-html.pot
+++ b/pot/tr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"POT-Creation-Date: 2010-03-19 00:33+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot
index 7dfd2cf..8477ca8 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# zh_CN-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:42+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# zh_CN-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:53+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot
index 25123b2..58ac26d 100644
--- a/pot/zh_CN-html.pot
+++ b/pot/zh_CN-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:53+0100\n"
+"POT-Creation-Date: 2010-03-19 00:42+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/zh_TW-full.pot b/pot/zh_TW-full.pot
index 7663742..7875b5d 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# zh_TW-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-19 00:42+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# zh_TW-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:53+0100\n"
@@ -2191,8 +2202,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2205,8 +2216,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2219,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot
index 49d9cae..3da6c64 100644
--- a/pot/zh_TW-html.pot
+++ b/pot/zh_TW-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:53+0100\n"
+"POT-Creation-Date: 2010-03-19 00:42+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -2215,8 +2215,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1118
msgid ""
-"Whether a DROP VIEW IF EXISTS statement will added as first line to the log "
-"when creating a view. Default value is true."
+"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
+"log when creating a view. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2230,8 +2230,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1127
msgid ""
-"Whether a DROP TABLE IF EXISTS statement will added as first line to the log "
-"when creating a table. Default value is true."
+"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
+"log when creating a table. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
@@ -2245,8 +2245,8 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1135
msgid ""
-"Whether a DROP DATABASE IF EXISTS statement will added as first line to the "
-"log when creating a database. Default value is true."
+"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
+"the log when creating a database. Default value is true."
msgstr ""
#. type: Content of: <html><body><div><dl><dt>
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-618-gb826ac3
by Michal Čihař 19 Mar '10
by Michal Čihař 19 Mar '10
19 Mar '10
The branch, gettext has been updated
via b826ac324208dd1ed36c73bdb6cfaec1bda0dad2 (commit)
via fecb1b5c61573b6661ec3790059627be2cd5e068 (commit)
via 4fbbb64cb06eba495cabe856c394ceced09fd500 (commit)
via eeaa3fdee6fa66e0e5e64081ecdab9e3f4e275b6 (commit)
via c01136c7e58c7d981678d3ad7a63bc2d15cc3a33 (commit)
via baa2becd840ff4fad700a47643e58cd6ae930351 (commit)
via d09ee7501f3f99b685b7718484c9a8964fe4f858 (commit)
via 73af6d9f5b52e3c7239750e5f536a5e84bb58e25 (commit)
via 598fd1cca27742801bdda4bfde070375e9a02478 (commit)
via 087914364e083a2afde137565cff86b1c5fa9e97 (commit)
via 02e6ee4df433e0f81a682da82dbeafbbd32dd80e (commit)
via b41e4892956f12e9e7132be55a9e7283153fbf34 (commit)
via be2bf25e94b0d23a2c214191a46a3be868a64357 (commit)
via d37e02605d6c125922534e7ff82e7d9de6f13807 (commit)
via 1b43230abb2af0cddb74f325b97e4fb57fb9aac6 (commit)
via f2536229df46928ff0fe5ad62777f0bfddc41e23 (commit)
via 55b23234c9bef4cc448aa3b984becd4d8ac7a98e (commit)
via 1e065b574ed9e1633e0c281b954312b0f086bb04 (commit)
via 19580758a2552ff609a569979526069112dbd52c (commit)
via e9e17f9cca62c44ac312325da7219fdd1531f459 (commit)
via d8c5a6ed10de4ea991dc0429695ceec048394c19 (commit)
via a104ea5aa33ce5586193e6868bf9579a5231d655 (commit)
via ebcbcfc1c77c9b02ddda440b3a6fb66e4628365d (commit)
via 2fa3f8739f8125624457dc5d4bfadac7403f74ae (commit)
via 703a39954db4530b5e09e0072a1f76556bdd6ca3 (commit)
via b36b6ca8607c7016a15ebedd9480bdb8b37f6b82 (commit)
via 7cfb83d30052c474ee268ffb7f68c6c591d253c1 (commit)
via 4fd30cd0605f156831a6b7e4c2c790c631212837 (commit)
via 09f81c960d6f70d7989da691bb888cfcff3bb009 (commit)
via 1234fda3af30174a2e4ca32ebbb02a0e45f32382 (commit)
from 02091f0486ed5e4ccfa2ee92d1c14b8821a60e7e (commit)
- Log -----------------------------------------------------------------
commit b826ac324208dd1ed36c73bdb6cfaec1bda0dad2
Merge: fecb1b5c61573b6661ec3790059627be2cd5e068 02091f0486ed5e4ccfa2ee92d1c14b8821a60e7e
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 00:34:04 2010 +0100
Merge remote branch 'origin/gettext' into gettext
commit fecb1b5c61573b6661ec3790059627be2cd5e068
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:30:35 2010 +0200
Translation update done using Pootle.
commit 4fbbb64cb06eba495cabe856c394ceced09fd500
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:30:17 2010 +0200
Translation update done using Pootle.
commit eeaa3fdee6fa66e0e5e64081ecdab9e3f4e275b6
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:30:05 2010 +0200
Translation update done using Pootle.
commit c01136c7e58c7d981678d3ad7a63bc2d15cc3a33
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:29:58 2010 +0200
Translation update done using Pootle.
commit baa2becd840ff4fad700a47643e58cd6ae930351
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:29:36 2010 +0200
Translation update done using Pootle.
commit d09ee7501f3f99b685b7718484c9a8964fe4f858
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:29:32 2010 +0200
Translation update done using Pootle.
commit 73af6d9f5b52e3c7239750e5f536a5e84bb58e25
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:29:15 2010 +0200
Translation update done using Pootle.
commit 598fd1cca27742801bdda4bfde070375e9a02478
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:28:48 2010 +0200
Translation update done using Pootle.
commit 087914364e083a2afde137565cff86b1c5fa9e97
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:28:41 2010 +0200
Translation update done using Pootle.
commit 02e6ee4df433e0f81a682da82dbeafbbd32dd80e
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:28:23 2010 +0200
Translation update done using Pootle.
commit b41e4892956f12e9e7132be55a9e7283153fbf34
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:27:25 2010 +0200
Translation update done using Pootle.
commit be2bf25e94b0d23a2c214191a46a3be868a64357
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:27:14 2010 +0200
Translation update done using Pootle.
commit d37e02605d6c125922534e7ff82e7d9de6f13807
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:27:06 2010 +0200
Translation update done using Pootle.
commit 1b43230abb2af0cddb74f325b97e4fb57fb9aac6
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:27:00 2010 +0200
Translation update done using Pootle.
commit f2536229df46928ff0fe5ad62777f0bfddc41e23
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:50 2010 +0200
Translation update done using Pootle.
commit 55b23234c9bef4cc448aa3b984becd4d8ac7a98e
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:39 2010 +0200
Translation update done using Pootle.
commit 1e065b574ed9e1633e0c281b954312b0f086bb04
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:33 2010 +0200
Translation update done using Pootle.
commit 19580758a2552ff609a569979526069112dbd52c
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:27 2010 +0200
Translation update done using Pootle.
commit e9e17f9cca62c44ac312325da7219fdd1531f459
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:16 2010 +0200
Translation update done using Pootle.
commit d8c5a6ed10de4ea991dc0429695ceec048394c19
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:10 2010 +0200
Translation update done using Pootle.
commit a104ea5aa33ce5586193e6868bf9579a5231d655
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:06 2010 +0200
Translation update done using Pootle.
commit ebcbcfc1c77c9b02ddda440b3a6fb66e4628365d
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:26:01 2010 +0200
Translation update done using Pootle.
commit 2fa3f8739f8125624457dc5d4bfadac7403f74ae
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:25:53 2010 +0200
Translation update done using Pootle.
commit 703a39954db4530b5e09e0072a1f76556bdd6ca3
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:25:48 2010 +0200
Translation update done using Pootle.
commit b36b6ca8607c7016a15ebedd9480bdb8b37f6b82
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:25:44 2010 +0200
Translation update done using Pootle.
commit 7cfb83d30052c474ee268ffb7f68c6c591d253c1
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:25:39 2010 +0200
Translation update done using Pootle.
commit 4fd30cd0605f156831a6b7e4c2c790c631212837
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:25:34 2010 +0200
Translation update done using Pootle.
commit 09f81c960d6f70d7989da691bb888cfcff3bb009
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:25:28 2010 +0200
Translation update done using Pootle.
commit 1234fda3af30174a2e4ca32ebbb02a0e45f32382
Author: veeven <veeven(a)gmail.com>
Date: Fri Mar 19 01:25:21 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/te.po | 67 +++++++++++++++++++++++++++++++------------------------------
1 files changed, 34 insertions(+), 33 deletions(-)
diff --git a/po/te.po b/po/te.po
index c7d68ab..f9d8c56 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2,19 +2,20 @@
# Copyright (C) 2003 - 2010 phpMyAdmin devel team
# This file is distributed under the same license as the phpMyAdmin package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2010-03-19 01:30+0200\n"
+"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, possible-php-format
@@ -88,79 +89,79 @@ msgstr ""
#: libraries/messages.inc.php:23
msgid "Sun"
-msgstr ""
+msgstr "ఆది"
#: libraries/messages.inc.php:23
msgid "Mon"
-msgstr ""
+msgstr "సోమ"
#: libraries/messages.inc.php:23
msgid "Tue"
-msgstr ""
+msgstr "మంగళ"
#: libraries/messages.inc.php:23
msgid "Wed"
-msgstr ""
+msgstr "బుధ"
#: libraries/messages.inc.php:23
msgid "Thu"
-msgstr ""
+msgstr "గురు"
#: libraries/messages.inc.php:23
msgid "Fri"
-msgstr ""
+msgstr "శుక్ర"
#: libraries/messages.inc.php:23
msgid "Sat"
-msgstr ""
+msgstr "శని"
#: libraries/messages.inc.php:24
msgid "Jan"
-msgstr ""
+msgstr "జన"
#: libraries/messages.inc.php:24
msgid "Feb"
-msgstr ""
+msgstr "ఫిబ్ర"
#: libraries/messages.inc.php:24
msgid "Mar"
-msgstr ""
+msgstr "మార్చి"
#: libraries/messages.inc.php:24
msgid "Apr"
-msgstr ""
+msgstr "ఏప్రి"
#: libraries/messages.inc.php:24
msgid "May"
-msgstr ""
+msgstr "మే"
#: libraries/messages.inc.php:24
msgid "Jun"
-msgstr ""
+msgstr "జూన్"
#: libraries/messages.inc.php:24
msgid "Jul"
-msgstr ""
+msgstr "జూలై"
#: libraries/messages.inc.php:24
msgid "Aug"
-msgstr ""
+msgstr "ఆగ"
#: libraries/messages.inc.php:24
msgid "Sep"
-msgstr ""
+msgstr "సెప్టె"
#: libraries/messages.inc.php:24
msgid "Oct"
-msgstr ""
+msgstr "అక్టో"
#: libraries/messages.inc.php:24
msgid "Nov"
-msgstr ""
+msgstr "నవం"
#: libraries/messages.inc.php:24
msgid "Dec"
-msgstr ""
+msgstr "డిసెం"
#. l10n: See http://www.php.net/manual/en/function.strftime.php to define the format string
#: libraries/messages.inc.php:26
@@ -170,7 +171,7 @@ msgstr ""
#: libraries/messages.inc.php:27
#, possible-php-format
msgid "%s days, %s hours, %s minutes and %s seconds"
-msgstr ""
+msgstr "%s రోజులు, %s గంటలు, %s నిమిషాలు మరియు %s క్షణాలు"
#: libraries/messages.inc.php:29
msgid "Aborted"
@@ -182,11 +183,11 @@ msgstr ""
#: libraries/messages.inc.php:31
msgid "Action"
-msgstr ""
+msgstr "చర్య"
#: libraries/messages.inc.php:32
msgid "Actions"
-msgstr ""
+msgstr "చర్యలు"
#: libraries/messages.inc.php:33
msgid "Add AUTO_INCREMENT value"
@@ -253,7 +254,7 @@ msgstr ""
#: libraries/messages.inc.php:48
msgid "Administration"
-msgstr ""
+msgstr "పరిపాలన"
#: libraries/messages.inc.php:49
#, possible-php-format
@@ -305,11 +306,11 @@ msgstr ""
#: libraries/messages.inc.php:60
msgid "And"
-msgstr ""
+msgstr "మరియు"
#: libraries/messages.inc.php:61
msgid "and"
-msgstr ""
+msgstr "మరియు"
#: libraries/messages.inc.php:62
msgid "and then"
@@ -353,15 +354,15 @@ msgstr ""
#: libraries/messages.inc.php:71
msgid "Arabic"
-msgstr ""
+msgstr "అరబిక్"
#: libraries/messages.inc.php:72
msgid "Armenian"
-msgstr ""
+msgstr "ఆర్మేనియన్"
#: libraries/messages.inc.php:73
msgid "Ascending"
-msgstr ""
+msgstr "ఆరోహణ"
#: libraries/messages.inc.php:74
msgid "As defined:"
@@ -417,7 +418,7 @@ msgstr ""
#: libraries/messages.inc.php:88
msgid "Information"
-msgstr ""
+msgstr "సమాచారం"
#: libraries/messages.inc.php:89
msgid "Log name"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-588-g02091f0
by Michal Čihař 19 Mar '10
by Michal Čihař 19 Mar '10
19 Mar '10
The branch, gettext has been updated
via 02091f0486ed5e4ccfa2ee92d1c14b8821a60e7e (commit)
via a1beb0fb3f604697fc8ac5ad11c9c97fb13cc2bc (commit)
via eca4526948e8c076cb45c2d7c7db54b4e91f2bf8 (commit)
via bfc1e4394a8decfce25b760613ff4eeed7ef458c (commit)
via 4d249d06720034665598c60d8a6fef20ce876f63 (commit)
via d0b119333953a084acf18cbf0b57f292c3d4f316 (commit)
via 236c98af4ed98196bca6fd5c750b732061478d98 (commit)
via d6ab63c4d703b5cba1649c936c3e05a5c8a3f41f (commit)
via c6030afccad1234f52cbc217b52418d50dcf8724 (commit)
via f880de064bc5992dd4f48f7dcfa5f3d92d5685a6 (commit)
via 7e77192187443d78a7de5ccdec174520608a661a (commit)
via 3c7538701d361dea1c8ac4c0450bf477e74f3e1f (commit)
via c7c77f9744e8bcd5eb27a4df86b2375dff2881ad (commit)
via 767d16a8fa52a2d9ee30e3ed15b2f83c398bc027 (commit)
via 27a56224ff4a059593fb3c50a8385a7ee4027179 (commit)
via 142b1e2183660d25cb4827c56f8760f4cb66e714 (commit)
via 8b221f354b54b0c282b96128acc6da5862b02668 (commit)
via e2aaeaf1d621f5dd0ae4d97af383f8afe5b1ba73 (commit)
via 8bf35a0e146d249192b87691d883ab8912f3276e (commit)
via 13cb9e7e3e18208962f50e751891af3bcde3ec00 (commit)
via b7bbb967baa622cc2a586609b56aaba356898a19 (commit)
via b90805f7eb266967480295c02c9eb94680c4f7fb (commit)
via 7b831bc8777c3f8195d33f3e7720d8123f3d9ce2 (commit)
via e5ab5e637e6e09dec98a4ec7656818b2c71b022c (commit)
via f0672d82c38af1593523e2271f4cadcd27e64e39 (commit)
via 3e5c8f9f01042c42f6a656e06fd2bc61fe5786a5 (commit)
from 445f6272f8419bae12c00560fb530dcc48e9f2e9 (commit)
- Log -----------------------------------------------------------------
commit 02091f0486ed5e4ccfa2ee92d1c14b8821a60e7e
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 00:29:20 2010 +0100
Refresh po files.
commit a1beb0fb3f604697fc8ac5ad11c9c97fb13cc2bc
Merge: eca4526948e8c076cb45c2d7c7db54b4e91f2bf8 7e77192187443d78a7de5ccdec174520608a661a
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 00:28:20 2010 +0100
Merge branch 'master' into gettext
commit eca4526948e8c076cb45c2d7c7db54b4e91f2bf8
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 01:24:38 2010 +0200
Translation update done using Pootle.
commit bfc1e4394a8decfce25b760613ff4eeed7ef458c
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 01:24:22 2010 +0200
Translation update done using Pootle.
commit 4d249d06720034665598c60d8a6fef20ce876f63
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 01:24:17 2010 +0200
Translation update done using Pootle.
commit d0b119333953a084acf18cbf0b57f292c3d4f316
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 01:24:09 2010 +0200
Translation update done using Pootle.
commit 236c98af4ed98196bca6fd5c750b732061478d98
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 01:24:04 2010 +0200
Translation update done using Pootle.
commit d6ab63c4d703b5cba1649c936c3e05a5c8a3f41f
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 01:23:54 2010 +0200
Translation update done using Pootle.
commit c6030afccad1234f52cbc217b52418d50dcf8724
Merge: f880de064bc5992dd4f48f7dcfa5f3d92d5685a6 445f6272f8419bae12c00560fb530dcc48e9f2e9
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 00:20:38 2010 +0100
Merge branch 'gettext' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into gettext
commit f880de064bc5992dd4f48f7dcfa5f3d92d5685a6
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 00:11:08 2010 +0100
Add Telugu translation.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++
Documentation.html | 6 ++--
import.php | 2 +
libraries/config.default.php | 8 ++--
libraries/server_links.inc.php | 6 ++--
main.php | 4 +-
po/af.po | 2 +-
po/ar.po | 2 +-
po/az.po | 2 +-
po/be.po | 2 +-
po/be(a)latin.po | 2 +-
po/bg.po | 2 +-
po/bn.po | 2 +-
po/bs.po | 2 +-
po/ca.po | 2 +-
po/cs.po | 16 +++-------
po/da.po | 2 +-
po/de.po | 2 +-
po/el.po | 2 +-
po/en_GB.po | 2 +-
po/es.po | 2 +-
po/et.po | 2 +-
po/eu.po | 2 +-
po/fa.po | 2 +-
po/fi.po | 2 +-
po/fr.po | 2 +-
po/gl.po | 2 +-
po/he.po | 2 +-
po/hi.po | 2 +-
po/hr.po | 2 +-
po/hu.po | 2 +-
po/id.po | 8 ++--
po/it.po | 2 +-
po/ja.po | 2 +-
po/ka.po | 2 +-
po/ko.po | 2 +-
po/lt.po | 2 +-
po/lv.po | 2 +-
po/mk.po | 2 +-
po/mn.po | 2 +-
po/ms.po | 2 +-
po/nb.po | 9 ++---
po/nl.po | 2 +-
po/phpmyadmin.pot | 2 +-
po/pl.po | 2 +-
po/pt.po | 2 +-
po/pt_BR.po | 2 +-
po/ro.po | 2 +-
po/ru.po | 2 +-
po/si.po | 2 +-
po/sk.po | 2 +-
po/sl.po | 2 +-
po/sq.po | 2 +-
po/sr.po | 2 +-
po/sr(a)latin.po | 2 +-
po/sv.po | 2 +-
po/{phpmyadmin.pot => te.po} | 4 +-
po/th.po | 2 +-
po/tr.po | 2 +-
po/tt.po | 2 +-
po/uk.po | 2 +-
po/uz.po | 2 +-
po/uz(a)latin.po | 2 +-
po/zh_CN.po | 2 +-
po/zh_TW.po | 2 +-
scripts/create-release.sh | 61 +++++++++++++++++++--------------------
tbl_addfield.php | 2 +-
67 files changed, 120 insertions(+), 121 deletions(-)
copy po/{phpmyadmin.pot => te.po} (99%)
diff --git a/ChangeLog b/ChangeLog
index bd423eb..f9ec21d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ [lang] Turkish update, thanks to Burak Yavuz
+ rfe #2963310 [interface] Focus TEXTAREA "sql_query" on click on "SQL" link
+ [lang] Uzbek update, thanks to Orzu Samarqandiy
++ rfe #2958013 [import] After import, also list uploaded filename, thanks
+ to Pavel Konnikov and Herman van Rink
3.3.2.0 (not yet released)
- patch #2969449 [core] Name for MERGE engine varies depending on the
@@ -57,6 +59,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2967366 [Structure] Some results of Propose table structure are
shown in hex
- bug #2967565 [insert] UNHEX not selected by default when inserting BINARY
+- [navi] Changed link to git repository on main page
+- bug #2972232 [menu] Import menu tab not present on main page
3.3.1.0 (2010-03-16)
- bug #2941037 [core] Database structure not sorted by table correctly
@@ -69,6 +73,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
thanks to Dieter Adriaenssens - ruleant
- bug #2961198 [parser] Querying a table named "data"
- bug #2931429 [structure] Editing long triggers
+- bug #2970769 [structure] Incorrect reference to mootools-more.js
3.3.0.0 (2010-03-07)
+ rfe #2308632 [edit] Use hex for (var)binary fields,
diff --git a/Documentation.html b/Documentation.html
index bb1c27d..4c5157d 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1115,7 +1115,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<span id="cfg_Servers_tracking_drop_view">$cfg['Servers'][$i]['tracking_version_drop_view']</span> boolean
</dt>
<dd>
- Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view. Default value is true.
+ Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view. Default value is true.
<br/><br/>
</dd>
@@ -1124,7 +1124,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<span id="cfg_Servers_tracking_drop_table">$cfg['Servers'][$i]['tracking_version_drop_table']</span> boolean
</dt>
<dd>
- Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table. Default value is true.
+ Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table. Default value is true.
<br/><br/>
</dd>
@@ -1132,7 +1132,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
<span id="cfg_Servers_tracking_drop_database">$cfg['Servers'][$i]['tracking_version_drop_database']</span> boolean
</dt>
<dd>
- Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database. Default value is true.
+ Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database. Default value is true.
<br/><br/>
</dd>
diff --git a/import.php b/import.php
index 7aa6088..7f06ceb 100644
--- a/import.php
+++ b/import.php
@@ -411,9 +411,11 @@ if (!empty($id_bookmark) && $action_bookmark == 2) {
$message->addParam($executed_queries);
$message->addString($import_notice);
+ $message->addString('(' . $_FILES['import_file']['name'] . ')');
} else {
$message = PMA_Message::success('strImportSuccessfullyFinished');
$message->addParam($executed_queries);
+ $message->addString('(' . $_FILES['import_file']['name'] . ')');
}
}
}
diff --git a/libraries/config.default.php b/libraries/config.default.php
index 3f56bd1..653fc53 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -446,7 +446,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
'CREATE DATABASE,ALTER DATABASE,DROP DATABASE';
/**
- * Whether a DROP VIEW IF EXISTS statement will added as first line to the log when creating a view.
+ * Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.
*
* @global bool $cfg['Servers'][$i]['tracking_add_drop_view']
*/
@@ -454,7 +454,7 @@ $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,D
$cfg['Servers'][$i]['tracking_add_drop_view'] = true;
/**
- * Whether a DROP TABLE IF EXISTS statement will added as first line to the log when creating a table.
+ * Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.
*
* @global bool $cfg['Servers'][$i]['tracking_add_drop_table']
*/
@@ -462,7 +462,7 @@ $cfg['Servers'][$i]['tracking_add_drop_view'] = true;
$cfg['Servers'][$i]['tracking_add_drop_table'] = true;
/**
- * Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database.
+ * Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
*
* @global bool $cfg['Servers'][$i]['tracking_add_drop_database']
*/
@@ -470,7 +470,7 @@ $cfg['Servers'][$i]['tracking_add_drop_table'] = true;
$cfg['Servers'][$i]['tracking_add_drop_database'] = true;
/**
- * Whether a DROP DATABASE IF EXISTS statement will added as first line to the log when creating a database.
+ * Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
*
* @global bool $cfg['Servers'][$i]['tracking_version_drop_database']
*/
diff --git a/libraries/server_links.inc.php b/libraries/server_links.inc.php
index 1366baa..40479d2 100644
--- a/libraries/server_links.inc.php
+++ b/libraries/server_links.inc.php
@@ -87,9 +87,9 @@ $tabs['import']['icon'] = 'b_import.png';
$tabs['import']['link'] = 'server_import.php';
$tabs['import']['text'] = $strImport;
-$tabs['import']['icon'] = 's_sync.png';
-$tabs['import']['link'] = 'server_synchronize.php';
-$tabs['import']['text'] = $strSynchronize;
+$tabs['synchronize']['icon'] = 's_sync.png';
+$tabs['synchronize']['link'] = 'server_synchronize.php';
+$tabs['synchronize']['text'] = $strSynchronize;
echo PMA_generate_html_tabs($tabs, array());
unset($tabs);
diff --git a/main.php b/main.php
index 7f6ba61..ef9c6b5 100644
--- a/main.php
+++ b/main.php
@@ -239,8 +239,8 @@ PMA_printListItem($strHomepageOfficial, 'li_pma_homepage', 'http://www.phpMyAdmi
?>
<li><bdo xml:lang="en" dir="ltr">
[<a href="changelog.php" target="_blank">ChangeLog</a>]
- [<a href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/"
- target="_blank">Subversion</a>]
+ [<a href="http://phpmyadmin.git.sourceforge.net/git/gitweb-index.cgi"
+ target="_blank">Git</a>]
[<a href="http://sourceforge.net/mail/?group_id=23067"
target="_blank">Lists</a>]
</bdo>
diff --git a/po/af.po b/po/af.po
index e98437e..0778890 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: afrikaans <af(a)li.org>\n"
diff --git a/po/ar.po b/po/ar.po
index 8841edd..06f29cb 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: arabic <ar(a)li.org>\n"
diff --git a/po/az.po b/po/az.po
index dc78413..cc49af5 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
diff --git a/po/be.po b/po/be.po
index cdb519b..4a5450a 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be(a)li.org>\n"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index bca8220..1ad797b 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
diff --git a/po/bg.po b/po/bg.po
index 2233220..c39fc8b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
diff --git a/po/bn.po b/po/bn.po
index 03a673d..61e782b 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn(a)li.org>\n"
diff --git a/po/bs.po b/po/bs.po
index bf25893..eadc1bb 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
diff --git a/po/ca.po b/po/ca.po
index c0628f2..fb755c3 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca(a)li.org>\n"
diff --git a/po/cs.po b/po/cs.po
index d140666..2fbbe24 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 11:10+0200\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
+"PO-Revision-Date: 2010-03-19 01:24+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -37,7 +37,6 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
@@ -459,10 +458,9 @@ msgid "Are you sure you want to disable all BLOB references for database %s?"
msgstr "Chcete vypnout všechny odkazy do skladiště BLOBů v databázi %s?"
#: libraries/messages.inc.php:96
-#, fuzzy
msgctxt "$strBLOBRepositoryDisabled"
msgid "Disabled"
-msgstr "Vypnuto"
+msgstr "Vypnuté"
#: libraries/messages.inc.php:97
msgid "Disable"
@@ -473,10 +471,9 @@ msgid "You are about to DISABLE a BLOB Repository!"
msgstr "Chystáte se vypnout skladiště BLOBů!"
#: libraries/messages.inc.php:99
-#, fuzzy
msgctxt "$strBLOBRepositoryEnabled"
msgid "Enabled"
-msgstr "Zapnuto"
+msgstr "Zapnuté"
#: libraries/messages.inc.php:100
msgid "Enable"
@@ -487,7 +484,6 @@ msgid "Remove BLOB Repository Reference"
msgstr "Odstranit odkaz do skladiště BLOBů"
#: libraries/messages.inc.php:102
-#, fuzzy
msgctxt "$strBLOBRepositoryRepair"
msgid "Repair"
msgstr "Opravit"
@@ -944,7 +940,6 @@ msgid "Create database with same name and grant all privileges"
msgstr "Vytvořit databázi stejného jména a přidělit všechna oprávnění"
#: libraries/messages.inc.php:203
-#, fuzzy
msgctxt "$strCreateUserDatabaseNone"
msgid "None"
msgstr "Žádná"
@@ -2941,9 +2936,8 @@ msgid "No tables"
msgstr "žádné tabulky"
#: libraries/messages.inc.php:651
-#, fuzzy
msgid "Page has been created"
-msgstr "Byla vytvořena tabulka %1$s."
+msgstr "Stránka byla vytvořena"
#: libraries/messages.inc.php:652
msgid "Page creation failed"
diff --git a/po/da.po b/po/da.po
index 650bbc4..b7d9337 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: danish <da(a)li.org>\n"
diff --git a/po/de.po b/po/de.po
index 947dbb2..741b7a5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 11:16+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: german <de(a)li.org>\n"
diff --git a/po/el.po b/po/el.po
index d3f6b67..d53fa27 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: greek <el(a)li.org>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 2e76dc0..e38c745 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 11:13+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
diff --git a/po/es.po b/po/es.po
index 5fdbaa4..5a81a8a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 11:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
diff --git a/po/et.po b/po/et.po
index e415667..7e65148 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
diff --git a/po/eu.po b/po/eu.po
index 8c46e06..dd765ac 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: basque <eu(a)li.org>\n"
diff --git a/po/fa.po b/po/fa.po
index 38b5839..5262854 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: persian <fa(a)li.org>\n"
diff --git a/po/fi.po b/po/fi.po
index d9795f1..8c9fb5f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: finnish <fi(a)li.org>\n"
diff --git a/po/fr.po b/po/fr.po
index 41d07e9..f6c77c0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 17:49+0200\n"
"Last-Translator: <olivier.tetard(a)miskin.fr>\n"
"Language-Team: french <fr(a)li.org>\n"
diff --git a/po/gl.po b/po/gl.po
index d6b1da4..eee37b9 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: galician <gl(a)li.org>\n"
diff --git a/po/he.po b/po/he.po
index ab0d8b8..63f930c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he(a)li.org>\n"
diff --git a/po/hi.po b/po/hi.po
index 3228816..f1a96f6 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hindi <hi(a)li.org>\n"
diff --git a/po/hr.po b/po/hr.po
index f278e83..3f8e93f 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: croatian <hr(a)li.org>\n"
diff --git a/po/hu.po b/po/hu.po
index 9d12bb5..79453c6 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hungarian <hu(a)li.org>\n"
diff --git a/po/id.po b/po/id.po
index db292b0..c031a7d 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-18 17:15+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
-"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -348,8 +348,8 @@ msgid ""
"May be approximate. See [a@./Documentation.html#faq3_11@Documentation]FAQ "
"3.11[/a]"
msgstr ""
-"Kemungkinan hanya perkiraan saja. Lihat "
-"[a@./Documentation.html#faq3_11@Dokumentasi]FAQ 3.11[/a]"
+"Kemungkinan hanya perkiraan saja. Lihat [a@./Documentation."
+"html#faq3_11@Dokumentasi]FAQ 3.11[/a]"
#: libraries/messages.inc.php:70
#, php-format
diff --git a/po/it.po b/po/it.po
index b78bf8b..4d74005 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: italian <it(a)li.org>\n"
diff --git a/po/ja.po b/po/ja.po
index 2212a9e..62fbd73 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: japanese <jp(a)li.org>\n"
diff --git a/po/ka.po b/po/ka.po
index a4d113d..50d5e22 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka(a)li.org>\n"
diff --git a/po/ko.po b/po/ko.po
index 870a635..f08643d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: korean <ko(a)li.org>\n"
diff --git a/po/lt.po b/po/lt.po
index ff2dfb2..fe4cb83 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
diff --git a/po/lv.po b/po/lv.po
index a53e6aa..7cbae74 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv(a)li.org>\n"
diff --git a/po/mk.po b/po/mk.po
index 74f2a7e..55dc5b5 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: macedonian_cyrillic <mk(a)li.org>\n"
diff --git a/po/mn.po b/po/mn.po
index 70b9927..69443fe 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn(a)li.org>\n"
diff --git a/po/ms.po b/po/ms.po
index 6de951d..1611a75 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms(a)li.org>\n"
diff --git a/po/nb.po b/po/nb.po
index 05b3568..5126a92 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-17 16:27+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
-"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -3012,9 +3012,8 @@ msgid ""
"Enable advanced features in configuration file (<code>config.inc.php</"
"code>), for example by starting from <code>config.sample.inc.php</code>."
msgstr ""
-"Slå på avansert funksjonalitet i konfigurasjonsfila "
-"(<code>config.inc.php</code>), f.eks. med eksempel fra "
-"<code>config.sample.inc.php</code>."
+"Slå på avansert funksjonalitet i konfigurasjonsfila (<code>config.inc.php</"
+"code>), f.eks. med eksempel fra <code>config.sample.inc.php</code>."
#: libraries/messages.inc.php:668
msgid "Quick steps to setup advanced features:"
diff --git a/po/nl.po b/po/nl.po
index e4e1617..a00ecc7 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 12:22+0200\n"
"Last-Translator: <rink(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)li.org>\n"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 1286487..5ef50c8 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/po/pl.po b/po/pl.po
index 3efb97c..1db7b8a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: polish <pl(a)li.org>\n"
diff --git a/po/pt.po b/po/pt.po
index b8f6d4c..c290536 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: portuguese <pt(a)li.org>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3778af1..883a3c5 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:47+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
diff --git a/po/ro.po b/po/ro.po
index a85f673..1c79645 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\
n"
"PO-Revision-Date: 2010-03-13 00:41+0200\n"
"Last-Translator: <ronaldinia(a)yahoo.com>\n"
"Language-Team: romanian <ro(a)li.org>\n"
diff --git a/po/ru.po b/po/ru.po
index cbaf6da..8df6fc1 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: russian <ru(a)li.org>\n"
diff --git a/po/si.po b/po/si.po
index b991e14..2d7d18e 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: sinhala <si(a)li.org>\n"
diff --git a/po/sk.po b/po/sk.po
index caae51f..017cbc0 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: slovak <sk(a)li.org>\n"
diff --git a/po/sl.po b/po/sl.po
index 2cec417..f9a3f82 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: slovenian <sl(a)li.org>\n"
diff --git a/po/sq.po b/po/sq.po
index a1bfe24..dbe30d4 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: albanian <sq(a)li.org>\n"
diff --git a/po/sr.po b/po/sr.po
index f20535a..1709ba4 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index a26cbdd..f32fa5c 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:18+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
diff --git a/po/sv.po b/po/sv.po
index 2bc6523..6f1f543 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: swedish <sv(a)li.org>\n"
diff --git a/po/phpmyadmin.pot b/po/te.po
similarity index 99%
copy from po/phpmyadmin.pot
copy to po/te.po
index 1286487..c7d68ab 100644
--- a/po/phpmyadmin.pot
+++ b/po/te.po
@@ -2,7 +2,6 @@
# Copyright (C) 2003 - 2010 phpMyAdmin devel team
# This file is distributed under the same license as the phpMyAdmin package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
#, fuzzy
msgid ""
msgstr ""
@@ -13,8 +12,9 @@ msgstr ""
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.5.3\n"
#: libraries/auth/config.auth.lib.php:107
#, possible-php-format
diff --git a/po/th.po b/po/th.po
index 952d89a..d95b79c 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: thai <th(a)li.org>\n"
diff --git a/po/tr.po b/po/tr.po
index 7fd7ddc..e11373e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: turkish <tr(a)li.org>\n"
diff --git a/po/tt.po b/po/tt.po
index 89381fd..b5f54c4 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: tatarish <tt(a)li.org>\n"
diff --git a/po/uk.po b/po/uk.po
index 01930d8..89871f4 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: ukrainian <uk(a)li.org>\n"
diff --git a/po/uz.po b/po/uz.po
index 6a351f9..789ec4d 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_cyrillic <uz(a)li.org>\n"
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 5c3f8e7..614f8ea 100644
--- a/po/uz(a)latin.po
+++ b/po/uz(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b0d04bb..ca41112 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-18 06:49+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 7ca3393..3d147f5 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 09:48+0100\n"
+"POT-Creation-Date: 2010-03-19 00:28+0100\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: chinese_traditional <zh_TW(a)li.org>\n"
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 8c321be..88ea442 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -35,15 +35,27 @@ shift
branch=$1
shift
-# Create working copy
-mkdir -p release
-workdir=release/phpMyAdmin-$version
-if [ -d $workdir ] ; then
- echo "Working directory '$workdir' already exists, please move it out of way"
- exit 1
+cat <<END
+
+Please ensure you have:
+ 1. incremented rc count or version in the repository :
+ - in libraries/Config.class.php PMA_Config::__constructor() the line
+ " \$this->set( 'PMA_VERSION', '$version' ); "
+ - in Documentation.html the 2 lines
+ " <title>phpMyAdmin $version - Documentation</title> "
+ " <h1>phpMyAdmin $version Documentation</h1> "
+ - in translators.html
+ - in README
+ 2. checked that all language files are valid (use
+ the "./scripts/check_lang.php" script to do it).
+
+Continue (y/n)?
+END
+read do_release
+
+if [ "$do_release" != 'y' ]; then
+ exit 100
fi
-git clone --local . $workdir
-cd $workdir
# Checkout branch
git checkout $branch
@@ -66,28 +78,15 @@ if ! grep -q "Version $version\$" README ; then
exit 2
fi
-cat <<END
-
-Please ensure you have:
- 1. incremented rc count or version in the repository :
- - in libraries/Config.class.php PMA_Config::__constructor() the line
- " \$this->set( 'PMA_VERSION', '$version' ); "
- - in Documentation.html the 2 lines
- " <title>phpMyAdmin $version - Documentation</title> "
- " <h1>phpMyAdmin $version Documentation</h1> "
- - in translators.html
- - in README
- 2. checked that all language files are valid (use
- the "./scripts/check_lang.php" script to do it).
-
-Continue (y/n)?
-END
-read do_release
-
-if [ "$do_release" != 'y' ]; then
- exit 100
+# Create working copy
+mkdir -p release
+workdir=release/phpMyAdmin-$version
+if [ -d $workdir ] ; then
+ echo "Working directory '$workdir' already exists, please move it out of way"
+ exit 1
fi
-
+git clone --local . $workdir
+cd $workdir
# Cleanup release dir
LC_ALL=C date -u > RELEASE-DATE-${version}
@@ -216,8 +215,8 @@ cat <<END
Todo now:
---------
- 1. tag the repository with the new revision number for a plain release
- or a release candidate:
+1. If not already done, tag the repository with the new revision number
+ for a plain release or a release candidate:
version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 886b939..cfa25f5 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -13,7 +13,7 @@ require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
$GLOBALS['js_include'][] = 'functions.js';
-$GLOBALS['js_include'][] = 'mootools-more.js';
+$GLOBALS['js_include'][] = 'mootools.js';
require_once './libraries/header.inc.php';
// Check parameters
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. fc0a8545fee3324f5a0e75050aee3643848865f9
by Michal Čihař 19 Mar '10
by Michal Čihař 19 Mar '10
19 Mar '10
The branch, master has been updated
via fc0a8545fee3324f5a0e75050aee3643848865f9 (commit)
via 185db14855dbdd4072e2e0e9d362791b30dc4e2d (commit)
via be794511d2351ac5bd21194d3ccc6f655263df0e (commit)
from 49c6e9d7080e99e16bd5a06cf73f8b0a129b23b3 (commit)
- Log -----------------------------------------------------------------
commit fc0a8545fee3324f5a0e75050aee3643848865f9
Author: okinawa11 <okinawa11(a)hotmail.com>
Date: Thu Mar 18 19:12:00 2010 +0200
Translation update done using Pootle.
commit 185db14855dbdd4072e2e0e9d362791b30dc4e2d
Author: okinawa11 <okinawa11(a)hotmail.com>
Date: Thu Mar 18 19:10:56 2010 +0200
Translation update done using Pootle.
commit be794511d2351ac5bd21194d3ccc6f655263df0e
Author: hide <hide(a)alica.jp>
Date: Thu Mar 18 19:04:35 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/ja.po | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/po/ja.po b/po/ja.po
index 96f861a..ce65349 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,12 +8,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:50+0100\n"
-"PO-Revision-Date: 2010-01-22 15:14+0100\n"
-"Last-Translator: Automatically generated <>\n"
+"PO-Revision-Date: 2010-03-18 19:12+0200\n"
+"Last-Translator: <okinawa11(a)hotmail.com>\n"
"Language-Team: Japan <jp(a)li.org>\n"
+"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.0.1\n"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -22,19 +25,17 @@ msgstr "phpMyAdmin 3.4.0-dev - ドキュメント"
#. type: Content of: <html><body><div><h1>
#: ../phpmyadmin/Documentation.html:20
-#, fuzzy
msgid ""
"<a href=\"http://www.phpmyadmin.net/\">php<span class=\"myadmin\">MyAdmin</"
"span></a> 3.4.0-dev Documentation"
msgstr ""
-"<a href=\"http://www.phpmyadmin.net/\"> SourceForge phpMyAdmin プロジェクト"
-"ページ [ http://www.phpmyadmin.net/ ] </a>"
+"<a href=\"http://www.phpmyadmin.net/\">php<span "
+"class=\"myadmin\">MyAdmin</span></a> 3.4.0-dev ドキュメント"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:28 ../phpmyadmin/translators.html:29
-#, fuzzy
msgid "<a href=\"Documentation.html#top\">Top</a>"
-msgstr "<a name=\"top\"></a>"
+msgstr "<a href=\"Documentation.html#top\">トップ</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:29 ../phpmyadmin/translators.html:30
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-562-g445f627
by Michal Čihař 19 Mar '10
by Michal Čihař 19 Mar '10
19 Mar '10
The branch, gettext has been updated
via 445f6272f8419bae12c00560fb530dcc48e9f2e9 (commit)
from 507ab8f047a0582604d3dea59362f5ee68de04b1 (commit)
- Log -----------------------------------------------------------------
commit 445f6272f8419bae12c00560fb530dcc48e9f2e9
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 19 00:20:09 2010 +0100
Import missing Chinese translations.
-----------------------------------------------------------------------
Summary of changes:
po/zh_CN.po | 2042 +++++++++++++++++++++++++++++++----------------------------
1 files changed, 1079 insertions(+), 963 deletions(-)
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 211d1a0..b0d04bb 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,10 +7,10 @@ msgstr ""
"PO-Revision-Date: 2010-03-18 06:49+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
-"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -2811,18 +2811,17 @@ msgstr ""
#: libraries/messages.inc.php:639
msgid "Log file count"
-msgstr ""
+msgstr "日志文件总数"
#: libraries/messages.inc.php:640
msgid ""
"The size of a transaction log before rollover, and a new log is created. The "
"default value is 16MB."
-msgstr ""
+msgstr "回滚和新日志创建前事务日志的大小。默认值为 16MB。"
#: libraries/messages.inc.php:641
-#, fuzzy
msgid "Log file threshold"
-msgstr "垃圾阈值"
+msgstr "日志文件阈值"
#: libraries/messages.inc.php:642
msgid ""
@@ -2830,146 +2829,143 @@ msgid ""
"table data. The default value is 32MB. This memory is used to cache changes "
"to the handle data (.xtd) and row pointer (.xtr) files."
msgstr ""
+"用于缓存表数据的缓存内存大小。默认值为 32MB。该缓存用于记录句柄数据 (*.xtd) "
+"和行指针 (*.xtr) 文件。"
#: libraries/messages.inc.php:643
-#, fuzzy
msgid "Record cache size"
-msgstr "日志缓存大小"
+msgstr "记录缓存大小"
#: libraries/messages.inc.php:644
-#, fuzzy
msgid "The grow size of the row pointer (.xtr) files."
-msgstr "句柄数据文件 (*.xtd) 增长大小。"
+msgstr "行指针文件 (*.xtr) 增长大小。"
#: libraries/messages.inc.php:645
-#, fuzzy
msgid "Row file grow size"
-msgstr "数据文件增长大小"
+msgstr "行文件增长大小"
#: libraries/messages.inc.php:646
msgid ""
"The size of the global transaction log buffer (the engine allocates 2 "
"buffers of this size). The default is 1MB."
-msgstr ""
+msgstr "全局事务日志缓存 (数据引擎会分配两个该大小的缓冲区)。默认值为 1MB。"
#: libraries/messages.inc.php:647
msgid "Transaction buffer size"
-msgstr ""
+msgstr "事务缓存大小"
#: libraries/messages.inc.php:648
#, php-format
msgid "Schema of the \"%s\" database - Page %s"
-msgstr ""
+msgstr "数据库“%s”的大纲 - 第 %s 页"
#: libraries/messages.inc.php:649
#, php-format
msgid "The \"%s\" table doesn't exist!"
-msgstr ""
+msgstr "表“%s”不存在!"
#: libraries/messages.inc.php:650
-#, fuzzy
msgid "No tables"
-msgstr "新数据表"
+msgstr "没有表"
#: libraries/messages.inc.php:651
-#, fuzzy
msgid "Page has been created"
-msgstr "创建数据库 %1$s 成功。"
+msgstr "已创建页面"
#: libraries/messages.inc.php:652
msgid "Page creation failed"
-msgstr ""
+msgstr "页面创建失败"
#: libraries/messages.inc.php:653
msgid "PDF"
-msgstr ""
+msgstr "PDF"
#: libraries/messages.inc.php:654
msgid "(Generates a report containing the data of a single table)"
-msgstr ""
+msgstr "(根据一张表的数据生成报告)"
#: libraries/messages.inc.php:655
msgid "Report title"
-msgstr ""
+msgstr "报告标题"
#: libraries/messages.inc.php:656
msgid "per hour"
-msgstr ""
+msgstr "每小时"
#: libraries/messages.inc.php:657
msgid "per minute"
-msgstr ""
+msgstr "每分钟"
#: libraries/messages.inc.php:658
msgid "per second"
-msgstr ""
+msgstr "每秒"
#: libraries/messages.inc.php:659
-#, fuzzy
msgid "Persian"
-msgstr "乔治亚语"
+msgstr "波斯语"
#: libraries/messages.inc.php:660
msgid "phone book"
-msgstr ""
+msgstr "电话本"
#: libraries/messages.inc.php:661
msgid "PHP array"
-msgstr ""
+msgstr "PHP 数组"
#: libraries/messages.inc.php:662 libraries/messages.inc.php:1215
-#, fuzzy
msgid "Create PHP Code"
-msgstr "创建新页"
+msgstr "创建 PHP 代码"
#: libraries/messages.inc.php:663
msgid "PHP extension"
-msgstr ""
+msgstr "PHP 扩展"
#: libraries/messages.inc.php:664
msgid "PHP Version"
-msgstr ""
+msgstr "PHP 版本"
#: libraries/messages.inc.php:665
msgid "Play audio"
-msgstr ""
+msgstr "播放音频"
#: libraries/messages.inc.php:666
msgid "Please select the primary key or a unique key"
-msgstr ""
+msgstr "请选择主键或唯一键"
#: libraries/messages.inc.php:667
msgid ""
"Enable advanced features in configuration file (<code>config.inc.php</"
"code>), for example by starting from <code>config.sample.inc.php</code>."
msgstr ""
+"在配置文件 (<code>config.inc.php</code>) 中启用高级功能,参见 <code>config."
+"sample.inc.php</code> 中的范例。"
#: libraries/messages.inc.php:668
msgid "Quick steps to setup advanced features:"
-msgstr ""
+msgstr "快速设置高级功能:"
#: libraries/messages.inc.php:669
msgid ""
"Create the needed tables with the <code>script/create_tables.sql</code>."
-msgstr ""
+msgstr "通过 <code>script/create_tables.sql</code> 创建必需的数据表。"
#: libraries/messages.inc.php:670
msgid "Create a pma user and give access to these tables."
-msgstr ""
+msgstr "创建一个用户并授予其访问上一步操作中创建的数据表的权限。"
#: libraries/messages.inc.php:671
msgid "Re-login to phpMyAdmin to load the updated configuration file."
-msgstr ""
+msgstr "请重新登录 phpMyAdmin 以加载新配置并使其生效。"
#: libraries/messages.inc.php:672
msgid "phpMyAdmin documentation"
-msgstr ""
+msgstr "phpMyAdmin 文档"
#: libraries/messages.inc.php:673
msgid ""
"The <tt>$cfg['PmaAbsoluteUri']</tt> directive MUST be set in your "
"configuration file!"
-msgstr ""
+msgstr "必须在您的配置文件中设置 <tt>$cfg['PmaAbsoluteUri']</tt> !"
#: libraries/messages.inc.php:674
msgid "Polish"
@@ -2977,185 +2973,183 @@ msgstr "波兰语"
#: libraries/messages.inc.php:675
msgid "Port"
-msgstr ""
+msgstr "端口"
#: libraries/messages.inc.php:676
msgid "Portrait"
-msgstr ""
+msgstr "纵向"
#: libraries/messages.inc.php:677
msgid "Begin"
-msgstr ""
+msgstr "开始"
#: libraries/messages.inc.php:678
msgid "Previous"
-msgstr ""
+msgstr "上一个"
#: libraries/messages.inc.php:679
-#, fuzzy
msgid "The primary key has been dropped"
-msgstr "已将 %s 设为主键"
+msgstr "已删除主键"
#: libraries/messages.inc.php:680
msgid "The name of the primary key must be \"PRIMARY\"!"
-msgstr ""
+msgstr "主键的名称必须称为 “PRIMARY”!"
#: libraries/messages.inc.php:681
msgid ""
"(\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!)"
-msgstr ""
+msgstr "(“PRIMARY”<b>必须</b>而且<b>只能</b>作为主键的名称!)"
#: libraries/messages.inc.php:682
msgid "Primary"
-msgstr ""
+msgstr "主键"
#: libraries/messages.inc.php:683
-#, fuzzy
msgid "Print"
-msgstr "授权"
+msgstr "打印"
#: libraries/messages.inc.php:684
msgid "Print view (with full texts)"
-msgstr ""
+msgstr "打印预览 (全文显示)"
#: libraries/messages.inc.php:685
msgid "Print view"
-msgstr ""
+msgstr "打印预览"
#: libraries/messages.inc.php:686
msgid "Includes all privileges except GRANT."
-msgstr ""
+msgstr "除了授权 (GRANT) 以外的所有权限。"
#: libraries/messages.inc.php:687
msgid "Allows altering the structure of existing tables."
-msgstr ""
+msgstr "允许修改现有数据表的结构。"
#: libraries/messages.inc.php:688
msgid "Allows altering and dropping stored routines."
-msgstr ""
+msgstr "允许修改或删除储存过程。"
#: libraries/messages.inc.php:689
msgid "Allows creating new databases and tables."
-msgstr ""
+msgstr "允许创建新数据库和数据表。"
#: libraries/messages.inc.php:690
msgid "Allows creating stored routines."
-msgstr ""
+msgstr "允许创建存储过程。"
#: libraries/messages.inc.php:691
msgid "Allows creating new tables."
-msgstr ""
+msgstr "允许创建新数据表。"
#: libraries/messages.inc.php:692
msgid "Allows creating temporary tables."
-msgstr ""
+msgstr "允许创建临时表。"
#: libraries/messages.inc.php:693
msgid "Allows creating, dropping and renaming user accounts."
-msgstr ""
+msgstr "允许创建、删除和重命名用户账户。"
#: libraries/messages.inc.php:694
msgid "Allows creating new views."
-msgstr ""
+msgstr "允许创建视图。"
#: libraries/messages.inc.php:695
msgid "Allows deleting data."
-msgstr ""
+msgstr "允许删除数据。"
#: libraries/messages.inc.php:696
msgid "Allows dropping databases and tables."
-msgstr ""
+msgstr "允许删除数据库和数据表。"
#: libraries/messages.inc.php:697
msgid "Allows dropping tables."
-msgstr ""
+msgstr "允许删除数据表。"
#: libraries/messages.inc.php:698
msgid "Allows to set up events for the event scheduler"
-msgstr ""
+msgstr "允许为事件触发器设置事件"
#: libraries/messages.inc.php:699
msgid "Allows executing stored routines."
-msgstr ""
+msgstr "允许运行存储过程。"
#: libraries/messages.inc.php:700
msgid "Allows running stored procedures; has no effect in this MySQL version."
-msgstr ""
+msgstr "允许运行存储过程;在此版本的 MySQL 中无效。"
#: libraries/messages.inc.php:701
msgid "Allows importing data from and exporting data into files."
-msgstr ""
+msgstr "允许从文件中导入数据以及将数据导出至文件。"
#: libraries/messages.inc.php:702
msgid ""
"Allows adding users and privileges without reloading the privilege tables."
-msgstr ""
+msgstr "允许添加用户和权限,而不允许重新载入权限表。"
#: libraries/messages.inc.php:703
msgid "Allows creating and dropping indexes."
-msgstr ""
+msgstr "允许创建和删除索引。"
#: libraries/messages.inc.php:704
msgid "Allows inserting and replacing data."
-msgstr ""
+msgstr "允许插入和替换数据。"
#: libraries/messages.inc.php:705
msgid "Allows locking tables for the current thread."
-msgstr ""
+msgstr "允许锁定当前线程的表。"
#: libraries/messages.inc.php:706
msgid "Limits the number of new connections the user may open per hour."
-msgstr ""
+msgstr "限制用户每小时打开的新连接数。"
#: libraries/messages.inc.php:707
msgid "Limits the number of queries the user may send to the server per hour."
-msgstr ""
+msgstr "限制用户每小时可发送到服务器的查询数。"
#: libraries/messages.inc.php:708
msgid ""
"Limits the number of commands that change any table or database the user may "
"execute per hour."
-msgstr ""
+msgstr "限制用户每小时可执行的修改任何数据表或数据库的命令数。"
#: libraries/messages.inc.php:709
msgid "Limits the number of simultaneous connections the user may have."
-msgstr ""
+msgstr "限制该用户的并发连接数。"
#: libraries/messages.inc.php:710
msgid "Allows viewing processes of all users"
-msgstr ""
+msgstr "允许查看所有用户的进程"
#: libraries/messages.inc.php:711
msgid "Has no effect in this MySQL version."
-msgstr ""
+msgstr "在此版本的 MySQL 中无效。"
#: libraries/messages.inc.php:712
msgid "Allows reloading server settings and flushing the server's caches."
-msgstr ""
+msgstr "允许重新载入服务器设置并刷新服务器的缓存。"
#: libraries/messages.inc.php:713
msgid "Allows the user to ask where the slaves / masters are."
-msgstr ""
+msgstr "用户有权询问附属者/控制者在哪里。"
#: libraries/messages.inc.php:714
msgid "Needed for the replication slaves."
-msgstr ""
+msgstr "回复附属者所需。"
#: libraries/messages.inc.php:715
msgid "Allows reading data."
-msgstr ""
+msgstr "允许读取数据。"
#: libraries/messages.inc.php:716
msgid "Gives access to the complete list of databases."
-msgstr ""
+msgstr "允许访问完整的数据库列表。"
#: libraries/messages.inc.php:717
msgid "Allows performing SHOW CREATE VIEW queries."
-msgstr ""
+msgstr "允许执行 SHOW CREATE VIEW 查询。"
#: libraries/messages.inc.php:718
msgid "Allows shutting down the server."
-msgstr ""
+msgstr "允许关闭服务器。"
#: libraries/messages.inc.php:719
msgid ""
@@ -3163,229 +3157,222 @@ msgid ""
"required for most administrative operations like setting global variables or "
"killing threads of other users."
msgstr ""
+"允许在达到最大连接数时连接,对于大多数像设置全局变量或杀死其它用户线程这样的"
+"管理操作是必需的。"
#: libraries/messages.inc.php:720
msgid "Allows creating and dropping triggers"
-msgstr ""
+msgstr "允许创建和删除触发器"
#: libraries/messages.inc.php:721
msgid "Allows changing data."
-msgstr ""
+msgstr "允许修改数据。"
#: libraries/messages.inc.php:722
-#, fuzzy
msgid "No privileges."
-msgstr "无权限"
+msgstr "无权限。"
#: libraries/messages.inc.php:723
-#, fuzzy
msgid "Privileges"
-msgstr "无权限"
+msgstr "权限"
#: libraries/messages.inc.php:724
msgid "The privileges were reloaded successfully."
-msgstr ""
+msgstr "已成功重新载入权限。"
#: libraries/messages.inc.php:725
msgid "Procedures"
-msgstr ""
+msgstr "存储过程"
#: libraries/messages.inc.php:726
msgid "Processes"
-msgstr ""
+msgstr "进程"
#: libraries/messages.inc.php:727
msgid "Process list"
-msgstr ""
+msgstr "进程列表"
#: libraries/messages.inc.php:728
msgid "Profiling"
-msgstr ""
+msgstr "概要"
#: libraries/messages.inc.php:729
msgid "Protocol version"
-msgstr ""
+msgstr "协议版本"
#: libraries/messages.inc.php:730
msgid "Put fields names in the first row"
-msgstr ""
+msgstr "将字段名放在第一行"
#: libraries/messages.inc.php:732
-#, fuzzy
msgid "Del"
-msgstr "十二月"
+msgstr "删除"
#: libraries/messages.inc.php:733
msgid "Ins"
-msgstr ""
+msgstr "插入"
#: libraries/messages.inc.php:734
msgid "Query"
-msgstr ""
+msgstr "查询"
#: libraries/messages.inc.php:735
msgid "The following queries have been executed:"
-msgstr ""
+msgstr "下列查询被执行:"
#: libraries/messages.inc.php:736
-#, fuzzy
msgid "Query cache"
-msgstr "键缓存"
+msgstr "查询缓存"
#: libraries/messages.inc.php:737 libraries/messages.inc.php:996
msgid "Query window"
-msgstr ""
+msgstr "查询窗口"
#: libraries/messages.inc.php:738
#, php-format
msgid "SQL query on database <b>%s</b>:"
-msgstr ""
+msgstr "在数据库 <b>%s</b> 执行 SQL 语句:"
#: libraries/messages.inc.php:739
msgid "Query results operations"
-msgstr ""
+msgstr "查询结果选项"
#: libraries/messages.inc.php:740
msgid "SQL history"
-msgstr ""
+msgstr "SQL 历史"
#: libraries/messages.inc.php:741
#, php-format
msgid ""
"<b>Query statistics</b>: Since its startup, %s queries have been sent to the "
"server."
-msgstr ""
+msgstr "<b>查询统计</b>:自启动后,服务器共收到了 %s 次查询。"
#: libraries/messages.inc.php:742
#, php-format
msgid "Query took %01.4f sec"
-msgstr ""
+msgstr "查询花费 %01.4f 秒"
#: libraries/messages.inc.php:743
-#, fuzzy
msgid "Query type"
-msgstr "事件类型"
+msgstr "查询方式"
#: libraries/messages.inc.php:744
msgid "Do not overwrite this query from outside the window"
-msgstr ""
+msgstr "不从窗口外覆盖此查询"
#: libraries/messages.inc.php:746
msgid "Read requests"
-msgstr ""
+msgstr "读请求"
#: libraries/messages.inc.php:747
msgid "Rebuild"
-msgstr ""
+msgstr "重建"
#: libraries/messages.inc.php:748
msgid "Received"
-msgstr ""
+msgstr "已接收"
#: libraries/messages.inc.php:749
msgid "recommended"
-msgstr ""
+msgstr "推荐"
#: libraries/messages.inc.php:750
msgid "Records"
-msgstr ""
+msgstr "记录数"
#: libraries/messages.inc.php:751
msgid "Check referential integrity:"
-msgstr ""
+msgstr "检查引用完整性:"
#: libraries/messages.inc.php:752 libraries/messages.inc.php:1214
msgid "Refresh"
-msgstr ""
+msgstr "刷新"
#: libraries/messages.inc.php:753
msgid "Relational display field"
-msgstr ""
+msgstr "关联显示字段"
#: libraries/messages.inc.php:754
msgid "Relational key"
-msgstr ""
+msgstr "关联键"
#: libraries/messages.inc.php:755
msgid "Relational schema"
-msgstr ""
+msgstr "关系大纲"
#: libraries/messages.inc.php:756
msgid "Relation deleted"
-msgstr ""
+msgstr "已删除关系"
#: libraries/messages.inc.php:757
#, php-format
msgid ""
"The additional features for working with linked tables have been "
"deactivated. To find out why click %shere%s."
-msgstr ""
+msgstr "链接表的附加功能尚未激活。要查出原因,请点击%s此处%s。"
#: libraries/messages.inc.php:758
-#, fuzzy
msgid "RELATIONS FOR TABLE"
-msgstr "MIME 类型表"
+msgstr "表的关联"
#: libraries/messages.inc.php:759
-#, fuzzy
msgid "Relations"
-msgstr "操作"
+msgstr "关系"
#: libraries/messages.inc.php:760
msgid "Relation view"
-msgstr ""
+msgstr "关系查看"
#: libraries/messages.inc.php:761
msgid "Reloading the privileges"
-msgstr ""
+msgstr "重新载入权限"
#: libraries/messages.inc.php:762
msgid "Reload navigation frame"
-msgstr ""
+msgstr "刷新导航框架"
#: libraries/messages.inc.php:763
-#, fuzzy
msgid "Reload privileges"
-msgstr "全局权限"
+msgstr "重新载入权限"
#: libraries/messages.inc.php:764
msgid "Reload"
-msgstr ""
+msgstr "重新载入"
#: libraries/messages.inc.php:765
msgid "Remote server"
-msgstr ""
+msgstr "远程服务器"
#: libraries/messages.inc.php:766
msgid "Remove CRLF characters within fields"
-msgstr ""
+msgstr "删除字段中的换行符"
#: libraries/messages.inc.php:767
msgid "Remove partitioning"
-msgstr ""
+msgstr "删除分区"
#: libraries/messages.inc.php:768
msgid "Remove selected users"
-msgstr ""
+msgstr "删除选中的用户"
#: libraries/messages.inc.php:769
-#, fuzzy, php-format
+#, php-format
msgid "Database %s has been renamed to %s"
-msgstr "已将数据库 %s 复制为 %s"
+msgstr "已将数据库 %s 改名为 %s"
#: libraries/messages.inc.php:770
-#, fuzzy, php-format
+#, php-format
msgid "Table %s has been renamed to %s"
-msgstr "已将数据表 %s 移动到 %s。"
+msgstr "已将数据表 %s 改名为 %s"
#: libraries/messages.inc.php:771
-#, fuzzy
msgid "Rename table to"
-msgstr "将数据库改名为"
+msgstr "将表改名为"
#: libraries/messages.inc.php:772
msgid "Rename view to"
-msgstr ""
+msgstr "将视图改名为"
#: libraries/messages.inc.php:773
msgid "Repair"
@@ -3393,56 +3380,56 @@ msgstr "修复"
#: libraries/messages.inc.php:774
msgid "Repair table"
-msgstr ""
+msgstr "修复表"
#: libraries/messages.inc.php:775
msgid "Replace NULL by"
-msgstr ""
+msgstr "将 NULL 替换为"
#: libraries/messages.inc.php:776
msgid "Replace table data with file"
-msgstr ""
+msgstr "将表的数据用此文件替换"
#: libraries/messages.inc.php:777
msgid ""
"Now, add the following lines at the end of [mysqld] section in your my.cnf "
"and please restart the MySQL server afterwards."
-msgstr ""
+msgstr "现在,将下列行添加到你的 my.cnf 文件最后,然后重新启动 MySQL 服务器。"
#: libraries/messages.inc.php:778
msgid "Add slave replication user"
-msgstr ""
+msgstr "添加从复制用户"
#: libraries/messages.inc.php:779
#, php-format
msgid "Master server changed succesfully to %s"
-msgstr ""
+msgstr "成功修改主服务器为 %s"
#: libraries/messages.inc.php:780
msgid "This server is configured as master in a replication process."
-msgstr ""
+msgstr "此服务器已被配置为一个复制进程中的主服务器。"
#: libraries/messages.inc.php:781
msgid "Control slave:"
-msgstr ""
+msgstr "控制从服务器:"
#: libraries/messages.inc.php:782
msgid ""
"Unable to read master log position. Possible privilege problem on master."
-msgstr ""
+msgstr "无法读取主服务器日志。主服务器的权限设置可能有问题。"
#: libraries/messages.inc.php:783
#, php-format
msgid "Unable to connect to master %s."
-msgstr ""
+msgstr "无法连接到主服务器 %s 。"
#: libraries/messages.inc.php:784
msgid "Replicate all databases; Ignore:"
-msgstr ""
+msgstr "复制所有数据库,除了:"
#: libraries/messages.inc.php:785
msgid "Ignore all databases; Replicate:"
-msgstr ""
+msgstr "仅复制:"
#: libraries/messages.inc.php:786
msgid ""
@@ -3452,18 +3439,20 @@ msgid ""
"ignore all databases by default and allow only certain databases to be "
"replicated. Please select the mode:"
msgstr ""
+"此服务器尚未配置为一个复制进程中的主服务器。你可以选择复制所有但忽略某些数据"
+"库 (当你想复制大多数数据库时很有用) 或者仅复制某些数据库。请选择模式:"
#: libraries/messages.inc.php:787
msgid "Master configuration"
-msgstr ""
+msgstr "主服务器配置"
#: libraries/messages.inc.php:788
msgid "Master replication"
-msgstr ""
+msgstr "主复制"
#: libraries/messages.inc.php:789
msgid "Replication"
-msgstr ""
+msgstr "复制"
#: libraries/messages.inc.php:790
msgid ""
@@ -3471,10 +3460,12 @@ msgid ""
"should see a message informing you, that this server <b>is</b> configured as "
"master"
msgstr ""
+"当 MySQL 服务器重新启动后,请点击 执行 按钮。你应该看见一条提示信息说此服务器"
+"<b>已经</b>被配置为主服务器"
#: libraries/messages.inc.php:791
msgid "Please select databases:"
-msgstr ""
+msgstr "请选择数据库:"
#: libraries/messages.inc.php:792
#, php-format
@@ -3482,50 +3473,52 @@ msgid ""
"This server is not configured as master in a replication process. Would you "
"like to <a href=\"%s\">configure</a> it?"
msgstr ""
+"此服务器尚未配置为一个复制进程中的主服务器。你想现在<a href=\"%s\">配置</a>"
+"吗?"
#: libraries/messages.inc.php:793
msgid ""
"Only slaves started with the --report-host=host_name option are visible in "
"this list."
-msgstr ""
+msgstr "仅通过 --report-host=主机名 参数启动的从服务器可见。"
#: libraries/messages.inc.php:794
msgid "Show connected slaves"
-msgstr ""
+msgstr "查看已连接的从服务器"
#: libraries/messages.inc.php:795 libraries/messages.inc.php:1257
msgid "Show master status"
-msgstr ""
+msgstr "查看主服务器状态"
#: libraries/messages.inc.php:796
msgid "Skipping error(s) might lead into unsynchronized master and slave!"
-msgstr ""
+msgstr "忽略错误可能导致主从服务器间不同步!"
#: libraries/messages.inc.php:797
msgid "Change or reconfigure master server"
-msgstr ""
+msgstr "修改或重新配置主服务器"
#: libraries/messages.inc.php:798
msgid "Slave configuration"
-msgstr ""
+msgstr "从服务器配置"
#: libraries/messages.inc.php:799
msgid ""
"Server is configured as slave in a replication process. Would you like to:"
-msgstr ""
+msgstr "服务器已被配置为一个复制进程中的从服务器。你是否要:"
#: libraries/messages.inc.php:800
msgid "Error management:"
-msgstr ""
+msgstr "错误管理:"
#: libraries/messages.inc.php:801
#, php-format
msgid "IO Thread %s only"
-msgstr ""
+msgstr "仅%s IO 线程"
#: libraries/messages.inc.php:802
msgid "Slave IO Thread not running!"
-msgstr ""
+msgstr "从 IO 线程未启动!"
#: libraries/messages.inc.php:803
#, php-format
@@ -3533,39 +3526,41 @@ msgid ""
"This server is not configured as slave in a replication process. Would you "
"like to <a href=\"%s\">configure</a> it?"
msgstr ""
+"此服务器尚未配置为一个复制进程中的从服务器。你想现在<a href=\"%s\">配置</a>"
+"吗?"
#: libraries/messages.inc.php:804
msgid "Reset slave"
-msgstr ""
+msgstr "重置从服务器"
#: libraries/messages.inc.php:805
msgid "See slave status table"
-msgstr ""
+msgstr "查看从服务器状态"
#: libraries/messages.inc.php:806
msgid "Skip current error"
-msgstr ""
+msgstr "忽略当前错误"
#: libraries/messages.inc.php:807
msgid "errors."
-msgstr ""
+msgstr "个错误。"
#: libraries/messages.inc.php:808
msgid "Skip next"
-msgstr ""
+msgstr "忽略下"
#: libraries/messages.inc.php:809
msgid "Slave replication"
-msgstr ""
+msgstr "从复制"
#: libraries/messages.inc.php:810
msgid "Slave SQL Thread not running!"
-msgstr ""
+msgstr "从 SQL 线程未启动!"
#: libraries/messages.inc.php:811
#, php-format
msgid "SQL Thread %s only"
-msgstr ""
+msgstr "仅%s SQL 线程"
#: libraries/messages.inc.php:812
#, php-format
@@ -3574,153 +3569,151 @@ msgid ""
"information about replication status on the server, please visit the <a href="
"\"#replication\">replication section</a>."
msgstr ""
+"此 MySQL 服务器运行于 %s <b>复制</b> 进程。要获得更多关于此服务器的复制状态,"
+"请浏览 <a href=\"#replication\">复制状态信息</a>."
#: libraries/messages.inc.php:813
msgid "Master status"
-msgstr ""
+msgstr "主服务器状态"
#: libraries/messages.inc.php:814
msgid "Replication status"
-msgstr ""
+msgstr "复制状态"
#: libraries/messages.inc.php:815
msgid "Slave status"
-msgstr ""
+msgstr "从服务器状态"
#: libraries/messages.inc.php:816
msgid "Synchronize databases with master"
-msgstr ""
+msgstr "根据主服务器同步数据库"
#: libraries/messages.inc.php:817
msgid "Unable to change master"
-msgstr ""
+msgstr "无法修改主服务器"
#: libraries/messages.inc.php:818
msgid "Unknown error"
-msgstr ""
+msgstr "未知错误"
#: libraries/messages.inc.php:819
msgid "Reset"
-msgstr ""
+msgstr "重置"
#: libraries/messages.inc.php:820
msgid "Resource limits"
-msgstr ""
+msgstr "资源限制"
#: libraries/messages.inc.php:821
#, php-format
msgid "Restart insertion with %s rows"
-msgstr ""
+msgstr "重新进行插入操作,共 %s 行"
#: libraries/messages.inc.php:822
msgid "Re-type"
-msgstr ""
+msgstr "重新输入"
#: libraries/messages.inc.php:823
msgid ""
"The users will still have the USAGE privilege until the privileges are "
"reloaded."
-msgstr ""
+msgstr "直到重新载入权限之前,该用户仍有 USAGE 权限。"
#: libraries/messages.inc.php:824
-#, fuzzy
msgid "Revoke all active privileges from the users and delete them afterwards."
-msgstr " ... 撤销旧用户的所有权限,然后删除旧用户。"
+msgstr "撤销用户所有权限,然后删除用户。"
#: libraries/messages.inc.php:825
#, php-format
msgid "You have revoked the privileges for %s"
-msgstr ""
+msgstr "您已撤销 %s 的权限"
#: libraries/messages.inc.php:826
msgid "Revoke"
-msgstr ""
+msgstr "撤销"
#: libraries/messages.inc.php:827
-#, fuzzy
msgid "Romanian"
-msgstr "亚美尼亚语"
+msgstr "罗马尼亚语"
#: libraries/messages.inc.php:828
msgid "Return type"
-msgstr ""
+msgstr "返回类型"
#: libraries/messages.inc.php:829
msgid "Routines"
-msgstr ""
+msgstr "常规"
#: libraries/messages.inc.php:830
msgid "Row length"
-msgstr ""
+msgstr "行长度"
#: libraries/messages.inc.php:831
#, php-format
msgid "%1$d row(s) affected."
-msgstr ""
+msgstr "影响了 %1$d 行。"
#: libraries/messages.inc.php:832
#, php-format
msgid "%1$d row(s) deleted."
-msgstr ""
+msgstr "已删除 %1$d 行。"
#: libraries/messages.inc.php:833
-#, fuzzy
msgid "row(s) starting from record #"
-msgstr "转存 %s 行,从记录 # %s 开始。"
+msgstr "行,开始行数:"
#: libraries/messages.inc.php:834
#, php-format
msgid "%1$d row(s) inserted."
-msgstr ""
+msgstr "已插入 %1$d 行。"
#: libraries/messages.inc.php:835
msgid " Row size "
-msgstr ""
+msgstr " 行大小 "
#: libraries/messages.inc.php:836
msgid "horizontal (rotated headers)"
-msgstr ""
+msgstr "水平 (旋转标题)"
#: libraries/messages.inc.php:837
msgid "horizontal"
-msgstr ""
+msgstr "水平"
#: libraries/messages.inc.php:838
#, php-format
msgid "in %s mode and repeat headers after %s cells"
-msgstr ""
+msgstr "以 %s 模式显示,并且在 %s 行后重复标题"
#: libraries/messages.inc.php:839
msgid "vertical"
-msgstr ""
+msgstr "垂直"
#: libraries/messages.inc.php:840
msgid "Rows"
-msgstr ""
+msgstr "行数"
#: libraries/messages.inc.php:841
-#, fuzzy
msgid "Row Statistics"
-msgstr "启用统计"
+msgstr "行统计"
#: libraries/messages.inc.php:842
#, php-format
msgid "running on %s"
-msgstr ""
+msgstr "运行于 %s"
#: libraries/messages.inc.php:843
msgid "Submit Query"
-msgstr ""
+msgstr "提交查询"
#: libraries/messages.inc.php:844
#, php-format
msgid "Run SQL query/queries on server %s"
-msgstr ""
+msgstr "在服务器 %s 运行 SQL 查询"
#: libraries/messages.inc.php:845
#, php-format
msgid "Run SQL query/queries on database %s"
-msgstr ""
+msgstr "在数据库 %s 运行 SQL 查询"
#: libraries/messages.inc.php:846
msgid "Russian"
@@ -3729,162 +3722,156 @@ msgstr "俄语"
#: libraries/messages.inc.php:848
#, php-format
msgid "Save on server in %s directory"
-msgstr ""
+msgstr "保存于服务器的 %s 文件夹"
#: libraries/messages.inc.php:849
msgid "Save position"
-msgstr ""
+msgstr "保存位置"
#: libraries/messages.inc.php:850
msgid "Save"
-msgstr ""
+msgstr "保存"
#: libraries/messages.inc.php:851
msgid "The scale factor is too small to fit the schema on one page"
-msgstr ""
+msgstr "比例因子太小,无法在一页中显示大纲"
#: libraries/messages.inc.php:852
-#, fuzzy
msgid "Search in database"
-msgstr "源数据库"
+msgstr "在数据库中搜索"
#: libraries/messages.inc.php:853
msgid "Inside field:"
-msgstr ""
+msgstr "包含字段:"
#: libraries/messages.inc.php:854
msgid "Inside table(s):"
-msgstr ""
+msgstr "于以下表:"
#: libraries/messages.inc.php:855
msgid "Word(s) or value(s) to search for (wildcard: \"%\"):"
-msgstr ""
+msgstr "要查找的文字或数值 (通配符:“%”):"
#: libraries/messages.inc.php:856
msgid "at least one of the words"
-msgstr ""
+msgstr "至少一个词"
#: libraries/messages.inc.php:857
msgid "all words"
-msgstr ""
+msgstr "所有词"
#: libraries/messages.inc.php:858
msgid "the exact phrase"
-msgstr ""
+msgstr "精确短语"
#: libraries/messages.inc.php:859
msgid "as regular expression"
-msgstr ""
+msgstr "使用正则表达式"
#: libraries/messages.inc.php:860
#, php-format
msgid "Search results for \"<i>%s</i>\" %s:"
-msgstr ""
+msgstr "“<i>%s</i>”的搜索结果 %s:"
#: libraries/messages.inc.php:861
msgid "Search"
-msgstr ""
+msgstr "搜索"
#: libraries/messages.inc.php:862
msgid "Find:"
-msgstr ""
+msgstr "查找:"
#: libraries/messages.inc.php:863
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
-msgstr ""
+msgstr "配置文件现在需要一个短语密码。"
#: libraries/messages.inc.php:864
msgid "Please select a database"
-msgstr ""
+msgstr "请选择数据库"
#: libraries/messages.inc.php:865
-#, fuzzy
msgid "Select All"
msgstr "全选"
#: libraries/messages.inc.php:866
msgid "Select binary log to view"
-msgstr ""
+msgstr "选择要查看的二进制日志"
#: libraries/messages.inc.php:867
msgid "Select fields (at least one):"
-msgstr ""
+msgstr "至少选择一个字段:"
#: libraries/messages.inc.php:868
msgid "Select Foreign Key"
-msgstr ""
+msgstr "选择外键"
#: libraries/messages.inc.php:869
msgid "in query"
-msgstr ""
+msgstr "查询中"
#: libraries/messages.inc.php:870
msgid "Select referenced key"
-msgstr ""
+msgstr "选择外键"
#: libraries/messages.inc.php:871
msgid "Select Tables"
-msgstr ""
+msgstr "选择表"
#: libraries/messages.inc.php:872 libraries/messages.inc.php:956
msgid "Save as file"
-msgstr ""
+msgstr "另存为文件"
#: libraries/messages.inc.php:873
-#, fuzzy
msgid "Sent"
-msgstr "事件"
+msgstr "已发送"
#: libraries/messages.inc.php:874
msgid "Server Choice"
-msgstr ""
+msgstr "选择服务器"
#: libraries/messages.inc.php:875
msgid "The server is not responding"
-msgstr ""
+msgstr "服务器没有响应"
#: libraries/messages.inc.php:876
-#, fuzzy
msgid "Server"
-msgstr "服务器:"
+msgstr "服务器"
#: libraries/messages.inc.php:877 libraries/messages.inc.php:989
-#, fuzzy
msgid "Servers"
-msgstr "服务器:"
+msgstr "服务器"
#: libraries/messages.inc.php:878
-#, fuzzy
msgid "Delayed inserts"
-msgstr "使用延迟插入"
+msgstr "延迟插入"
#: libraries/messages.inc.php:879
-#, fuzzy
msgid "Runtime Information"
-msgstr "登录信息"
+msgstr "运行信息"
#: libraries/messages.inc.php:880
#, php-format
msgid "This MySQL server has been running for %s. It started up on %s."
-msgstr ""
+msgstr "此 MySQL 服务器已经运行了 %s,启动时间为 %s。"
#: libraries/messages.inc.php:881
msgid "Variables"
-msgstr ""
+msgstr "变量"
#: libraries/messages.inc.php:882
msgid ""
"<b>Server traffic</b>: These tables show the network traffic statistics of "
"this MySQL server since its startup."
msgstr ""
+"<b>服务器流量</b>:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。"
#: libraries/messages.inc.php:883
msgid "Server variables and settings"
-msgstr ""
+msgstr "服务器变量和设置"
#: libraries/messages.inc.php:884
msgid "Server version"
-msgstr ""
+msgstr "服务器版本"
#: libraries/messages.inc.php:885
msgid ""
@@ -3893,40 +3880,45 @@ msgid ""
"validity configured in phpMyAdmin, because of this, your login will expire "
"sooner than configured in phpMyAdmin."
msgstr ""
+"您的 PHP 配置参数 [a@http://php.net/manual/en/session.configuration.php#ini."
+"session.gc-maxlifetime(a)]session.gc_maxlifetime (外链,英文)[/a] 短于您在 "
+"phpMyAdmin 中设置的 Cookies 有效期,因此您的登录会话有效期将会比您在 "
+"phpMyAdmin 中设置的时间要更短。"
#: libraries/messages.inc.php:886
msgid ""
"Cannot start session without errors, please check errors given in your PHP "
"and/or webserver log file and configure your PHP installation properly."
msgstr ""
+"无法在发生错误时创建会话,请检查 PHP 或网站服务器日志,并正确配置 PHP 安装。"
#: libraries/messages.inc.php:887
msgid "Session value"
-msgstr ""
+msgstr "会话值"
#: libraries/messages.inc.php:888
-#, fuzzy
msgid ""
"If field type is \"enum\" or \"set\", please enter the values using this "
"format: 'a','b','c'...<br />If you ever need to put a backslash (\"\\\") or "
"a single quote (\"'\") amongst those values, precede it with a backslash "
"(for example '\\\\xyz' or 'a\\'b')."
msgstr ""
-"请使用此格式输入转换选项的值:'a',100,b,'c'...<br />如果您需要在值中输入反斜"
-"杠 (“\\”)或单引号(“'”),请在前面加上反斜杠 (如 '\\\\xyz' 或 'a\\'b')。"
+"如字段类型是“enum”或“set”,请使用以下的格式输入:'a','b','c'...<br />如果您需"
+"要在值中输入反斜线(“\\”)或者单引号(“'”),请在前面加上反斜线(如 '\\\\xyz' 或 "
+"'a\\'b')。"
#: libraries/messages.inc.php:889
msgid "settings"
-msgstr ""
+msgstr "设置"
#: libraries/messages.inc.php:890
msgid "Allow character set conversion"
-msgstr ""
+msgstr "允许转换字符集"
#: libraries/messages.inc.php:891
msgid ""
"If enabled user can enter any MySQL server in login form for cookie auth"
-msgstr ""
+msgstr "如果启用,用户可以在 cookie 认证方式中输入任意 MySQL 服务器"
#: libraries/messages.inc.php:892
msgid ""
@@ -3937,29 +3929,32 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
+"该[a@?page=form&formset=features#tab_Security]选项[/a]应该被关闭以防止尝"
+"试暴力破解 MySQL 服务器。如果您认为有必要,可以使用[a@?page=form&"
+"formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地"
+"址,该措施的安全性将下降。"
#: libraries/messages.inc.php:893
-#, fuzzy
msgid "Allow login to any MySQL server"
-msgstr "无法登录 MySQL 服务器"
+msgstr "允许登录到任意 MySQL 服务器"
#: libraries/messages.inc.php:894
msgid "Show "Drop database" link to normal users"
-msgstr ""
+msgstr "显示 "删除数据库" 链接给普通用户"
#: libraries/messages.inc.php:895
msgid "Key should contain letters, numbers [em]and[/em] special characters"
-msgstr ""
+msgstr "短语密码应包含字母、数字[em]和[/em]特殊字符"
#: libraries/messages.inc.php:896
msgid ""
"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
"authentication"
-msgstr ""
+msgstr "在 [kbd]cookie[/kbd] 认证方式下用于加密 cookies 的短语密码"
#: libraries/messages.inc.php:897
msgid "Key is too short, it should have at least 8 characters"
-msgstr ""
+msgstr "短语密码太短,至少应含有8个字符"
#: libraries/messages.inc.php:898
msgid ""
@@ -3967,36 +3962,40 @@ msgid ""
"so a key was automatically generated for you. It is used to encrypt cookies; "
"you don't need to remember it."
msgstr ""
+"您打开了 Cookies 认证方式,但没有设置短语密码,因此系统自动生成了一个短语密"
+"码,该密语用于加密 Cookies。您不需要记住这个短语密码。"
#: libraries/messages.inc.php:899
msgid "Blowfish secret"
-msgstr ""
+msgstr "短语密码"
#: libraries/messages.inc.php:900
msgid "Highlight selected rows"
-msgstr ""
+msgstr "高亮选中的行"
#: libraries/messages.inc.php:901
msgid "Row marker"
-msgstr ""
+msgstr "行标记"
#: libraries/messages.inc.php:902
msgid "Highlight row pointed by the mouse cursor"
-msgstr ""
+msgstr "高亮鼠标指针所在的行"
#: libraries/messages.inc.php:903
msgid "Highlight pointer"
-msgstr ""
+msgstr "高亮指针"
#: libraries/messages.inc.php:904
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
"import and export operations"
msgstr ""
+"允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Bzip2]bzip2 (外链,英"
+"文)[/a] 压缩"
#: libraries/messages.inc.php:905
msgid "Bzip2"
-msgstr ""
+msgstr "Bzip2"
#: libraries/messages.inc.php:906
#, php-format
@@ -4005,10 +4004,12 @@ msgid ""
"decompression[/a] requires functions (%s) which are unavailable on this "
"system."
msgstr ""
+"此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Bzip2 "
+"压缩和解压缩[/a]所必须的 (%s) 函数。"
#: libraries/messages.inc.php:907
msgid "Cannot load or save configuration"
-msgstr ""
+msgstr "无法加载或保存配置"
#: libraries/messages.inc.php:908
msgid ""
@@ -4016,6 +4017,8 @@ msgid ""
"level directory as described in [a@../Documentation.html#setup_script]"
"documentation[/a]. Otherwise you will be only able to download or display it."
msgstr ""
+"请在 phpMyAdmin 的根文件夹下创建可以写入的 [em]config[/em] 文件夹,[a@../"
+"Documentation.html#setup_script]文档[/a]中有说明。否则你只能下载或显示配置。"
#: libraries/messages.inc.php:909
msgid ""
@@ -4023,383 +4026,382 @@ msgid ""
"fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
"kbd] - allows newlines in fields"
msgstr ""
+"定义编辑 CHAR 和 VARCHAR 类型字段时应使用何种控件,[kbd]输入框 (input)[/kbd] "
+"- 允许限制输入长度,[kbd]文本框 (textarea)[/kbd] - 允许输入多行数据"
#: libraries/messages.inc.php:910
msgid "CHAR fields editing"
-msgstr ""
+msgstr "编辑 CHAR 类型字段"
#: libraries/messages.inc.php:911
msgid "Number of columns for CHAR/VARCHAR textareas"
-msgstr ""
+msgstr "CHAR/VARCHAR 文本框的列数"
#: libraries/messages.inc.php:912
msgid "CHAR textarea columns"
-msgstr ""
+msgstr "CHAR 文本框列"
#: libraries/messages.inc.php:913
msgid "Number of rows for CHAR/VARCHAR textareas"
-msgstr ""
+msgstr "CHAR/VARCHAR 文本框的行数"
#: libraries/messages.inc.php:914
msgid "CHAR textarea rows"
-msgstr ""
+msgstr "CHAR 文本框行"
#: libraries/messages.inc.php:915
msgid "Check config file permissions"
-msgstr ""
+msgstr "检查配置文件权限"
#: libraries/messages.inc.php:916
-#, fuzzy
msgid "Clear"
-msgstr "日历"
+msgstr "清除"
#: libraries/messages.inc.php:917
msgid ""
"Compress gzip/bzip2 exports on the fly without the need for much memory; if "
"you encounter problems with created gzip/bzip2 files disable this feature"
msgstr ""
+"使用较少的内存进行 gzip/bzip2 实时压缩。如果创建压缩文档时发生错误,请禁用该"
+"选项"
#: libraries/messages.inc.php:918
msgid "Compress on the fly"
-msgstr ""
+msgstr "实时压缩"
#: libraries/messages.inc.php:919
msgid "Configuration file"
-msgstr ""
+msgstr "配置文件"
#: libraries/messages.inc.php:920
msgid ""
"Whether a warning ("Are your really sure...") should be displayed "
"when you're about to lose data"
-msgstr ""
+msgstr "当查询可能丢失数据时是否显示警告 ("您真的要...")"
#: libraries/messages.inc.php:921
msgid "Confirm DROP queries"
-msgstr ""
+msgstr "确认删除(DROP)查询"
#: libraries/messages.inc.php:922
msgid "Default character set used for conversions"
-msgstr ""
+msgstr "转换时的默认字符集"
#: libraries/messages.inc.php:923
msgid "Default character set"
-msgstr ""
+msgstr "默认字符集"
#: libraries/messages.inc.php:924
msgid "Default language"
-msgstr ""
+msgstr "默认语言"
#: libraries/messages.inc.php:925
msgid "Default server"
-msgstr ""
+msgstr "默认服务器"
#: libraries/messages.inc.php:926
msgid "Tab that is displayed when entering a database"
-msgstr ""
+msgstr "在进入数据库标签时默认显示的页面"
#: libraries/messages.inc.php:927
-#, fuzzy
msgid "Default database tab"
-msgstr "将数据库改名为"
+msgstr "默认数据库标签"
#: libraries/messages.inc.php:928
msgid "Tab that is displayed when entering a server"
-msgstr ""
+msgstr "在进入服务器标签时默认显示的页面"
#: libraries/messages.inc.php:929
msgid "Default server tab"
-msgstr ""
+msgstr "默认服务器标签"
#: libraries/messages.inc.php:930
msgid "Tab that is displayed when entering a table"
-msgstr ""
+msgstr "在进入数据表标签时默认显示的页面"
#: libraries/messages.inc.php:931
msgid "Default table tab"
-msgstr ""
+msgstr "默认数据表标签"
#: libraries/messages.inc.php:932
msgid ""
"This value should be double checked to ensure that this directory is neither "
"world accessible nor readable or writable by other users on your server."
msgstr ""
+"对该值应该进行小心谨慎的检查,确保服务器上的其他用户对该文件夹都没有读取和写"
+"入的权限。"
#: libraries/messages.inc.php:933
msgid "Show database listing as a list instead of a drop down"
-msgstr ""
+msgstr "直接显示数据库列表而不使用下拉框"
#: libraries/messages.inc.php:934
msgid "Display databases as a list"
-msgstr ""
+msgstr "显示数据库为列表"
#: libraries/messages.inc.php:935
msgid "Display"
-msgstr ""
+msgstr "显示"
#: libraries/messages.inc.php:936
msgid "Show server listing as a list instead of a drop down"
-msgstr ""
+msgstr "直接显示服务器列表而不使用下拉框"
#: libraries/messages.inc.php:937
msgid "Display servers as a list"
-msgstr ""
+msgstr "显示服务器为列表"
#: libraries/messages.inc.php:938
msgid "Donate"
-msgstr ""
+msgstr "捐助 (外链,英文)"
#: libraries/messages.inc.php:939
-#, fuzzy
msgid "Download"
-msgstr "下载文件"
+msgstr "下载"
#: libraries/messages.inc.php:940
msgid "End of line"
-msgstr ""
+msgstr "换行符"
#: libraries/messages.inc.php:941
-#, fuzzy
msgid "Could not connect to MySQL server"
-msgstr "无法连接到源数据库"
+msgstr "无法连接到 MySQL 服务器"
#: libraries/messages.inc.php:942
msgid "Empty phpMyAdmin control user password while using pmadb"
-msgstr ""
+msgstr "使用 PMA 数据时控制用户的密码不能为空"
#: libraries/messages.inc.php:943
msgid "Empty phpMyAdmin control user while using pmadb"
-msgstr ""
+msgstr "使用 PMA 数据库时控制用户不能为空"
#: libraries/messages.inc.php:944
msgid "Empty signon session name while using signon authentication method"
-msgstr ""
+msgstr "使用 singon 认证方式时 Signon 会话名不能为空"
#: libraries/messages.inc.php:945
msgid "Empty signon URL while using signon authentication method"
-msgstr ""
+msgstr "使用 singon 认证方式时登录地址不能为空"
#: libraries/messages.inc.php:946
msgid "Empty username while using config authentication method"
-msgstr ""
+msgstr "使用 config 认证方式时 config 认证方式的用户名不能为空"
#: libraries/messages.inc.php:947
msgid "Submitted form contains errors"
-msgstr ""
+msgstr "提交的表单中有错误"
#: libraries/messages.inc.php:948
#, php-format
msgid "Incorrect IP address: %s"
-msgstr ""
+msgstr "%s 是一个错误的 IP 地址"
#: libraries/messages.inc.php:949
msgid "Not a valid port number"
-msgstr ""
+msgstr "非法的端口号"
#: libraries/messages.inc.php:950
msgid "Incorrect value"
-msgstr ""
+msgstr "输入的值不正确"
#: libraries/messages.inc.php:951
#, php-format
msgid "Missing data for %s"
-msgstr ""
+msgstr "在 %s 中丢失数据"
#: libraries/messages.inc.php:952
msgid "Not a non-negative number"
-msgstr ""
+msgstr "输入值不是非负数"
#: libraries/messages.inc.php:953
msgid "Not a positive number"
-msgstr ""
+msgstr "输入值不是正数"
#: libraries/messages.inc.php:954
msgid ""
"Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
"limit)"
-msgstr ""
+msgstr "设置脚本最大运行时间 (单位:秒,[kbd]0[/kbd] 为不限制)"
#: libraries/messages.inc.php:955
msgid "Maximum execution time"
-msgstr ""
+msgstr "最长执行时间"
#: libraries/messages.inc.php:957
-#, fuzzy
msgid "Character set of the file"
-msgstr "文件的字符集:"
+msgstr "文件字符集"
#: libraries/messages.inc.php:959
-#, fuzzy
msgid "Database name template"
-msgstr "文件名模板"
+msgstr "数据库名模板"
#: libraries/messages.inc.php:960
-#, fuzzy
msgid "Server name template"
-msgstr "文件名模板"
+msgstr "服务器名模板"
#: libraries/messages.inc.php:961
-#, fuzzy
msgid "Table name template"
-msgstr "文件名模板"
+msgstr "数据表名模板"
#: libraries/messages.inc.php:963
msgid "Save on server"
-msgstr ""
+msgstr "保存在服务器上"
#: libraries/messages.inc.php:965
-#, fuzzy
msgid "Remember file name template"
-msgstr "文件名模板"
+msgstr "记住文件名模板"
#: libraries/messages.inc.php:966
msgid "no"
-msgstr ""
+msgstr "否"
#: libraries/messages.inc.php:967
msgid "Force secured connection while using phpMyAdmin"
-msgstr ""
+msgstr "强制使用安全连接访问 phpMyAdmin"
#: libraries/messages.inc.php:968
msgid ""
"This [a@?page=form&formset=features#tab_Security]option[/a] should be "
"enabled if your web server supports it"
msgstr ""
+"若服务器支持,建议启用该[a@?page=form&formset=features#tab_Security]选项"
+"[/a]"
#: libraries/messages.inc.php:969
msgid "Force SSL connection"
-msgstr ""
+msgstr "强制 SSL 连接"
#: libraries/messages.inc.php:970
msgid ""
"Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
"the referenced data, [kbd]id[/kbd] is the key value"
msgstr ""
+"外键下拉框中选项的排序顺序,[kbd]content[/kbd] 为关联内容,[kbd]id[/kbd] 为键"
+"值"
#: libraries/messages.inc.php:971
msgid "Foreign key dropdown order"
-msgstr ""
+msgstr "外键下拉框顺序"
#: libraries/messages.inc.php:972
msgid "A dropdown will be used if fewer items are present"
-msgstr ""
+msgstr "下拉框中选项个数的限制"
#: libraries/messages.inc.php:973
msgid "Foreign key limit"
-msgstr ""
+msgstr "外键限制"
#: libraries/messages.inc.php:974
msgid "Browse mode"
-msgstr ""
+msgstr "浏览模式"
#: libraries/messages.inc.php:975
msgid "Customize browse mode"
-msgstr ""
+msgstr "自定义浏览模式"
#: libraries/messages.inc.php:976
msgid "Customize edit mode"
-msgstr ""
+msgstr "自定义编辑模式"
#: libraries/messages.inc.php:977
msgid "Edit mode"
-msgstr ""
+msgstr "编辑模式"
#: libraries/messages.inc.php:978
msgid "Customize default export options"
-msgstr ""
+msgstr "自定义导出选项的默认值"
#: libraries/messages.inc.php:979
msgid "Export defaults"
-msgstr ""
+msgstr "导出选项"
#: libraries/messages.inc.php:980
msgid "Customize default common import options"
-msgstr ""
+msgstr "自定义导入选项的默认值"
#: libraries/messages.inc.php:981
-#, fuzzy
msgid "Import defaults"
-msgstr "导入文件"
+msgstr "导入选项"
#: libraries/messages.inc.php:982
msgid "Set import and export directories and compression options"
-msgstr ""
+msgstr "设置导入和导出文件夹以及压缩选项"
#: libraries/messages.inc.php:983
msgid "Import / export"
-msgstr ""
+msgstr "导入 / 导出"
#: libraries/messages.inc.php:985
-#, fuzzy
msgid "Databases display options"
-msgstr "数据库导出选项"
+msgstr "数据库显示选项"
#: libraries/messages.inc.php:986
msgid "Customize appearance of the navigation frame"
-msgstr ""
+msgstr "自定义导航框架"
#: libraries/messages.inc.php:987
msgid "Navigation frame"
-msgstr ""
+msgstr "导航框架"
#: libraries/messages.inc.php:988
msgid "Servers display options"
-msgstr ""
+msgstr "服务器显示选项"
#: libraries/messages.inc.php:990
msgid "Tables display options"
-msgstr ""
+msgstr "数据表显示选项"
#: libraries/messages.inc.php:992
msgid "Main frame"
-msgstr ""
+msgstr "主框架"
#: libraries/messages.inc.php:993
msgid "Settings that didn't fit enywhere else"
-msgstr ""
+msgstr "其他设置"
#: libraries/messages.inc.php:994
msgid "Other core settings"
-msgstr ""
+msgstr "其他核心设置"
#: libraries/messages.inc.php:995
msgid "Customize query window options"
-msgstr ""
+msgstr "自定义查询窗口选项"
#: libraries/messages.inc.php:997
msgid ""
"Please note that phpMyAdmin is just a user interface and its features do not "
"limit MySQL"
-msgstr ""
+msgstr "注意:phpMyAdmin 只是一个用户接口,其功能不会对 MySQL 有限制"
#: libraries/messages.inc.php:998
msgid "Security"
-msgstr ""
+msgstr "安全"
#: libraries/messages.inc.php:999
msgid "Basic settings"
-msgstr ""
+msgstr "基本设置"
#: libraries/messages.inc.php:1000
msgid ""
"Advanced server configuration, do not change these options unless you know "
"what they are for"
-msgstr ""
+msgstr "高级服务器设置,如果你不知道这些是什么,请不要修改"
#: libraries/messages.inc.php:1001
msgid "Server configuration"
-msgstr ""
+msgstr "服务器设置"
#: libraries/messages.inc.php:1002
msgid "Enter server connection parameters"
-msgstr ""
+msgstr "服务器连接参数"
#: libraries/messages.inc.php:1003
msgid "Enter login options for signon authentication"
-msgstr ""
+msgstr "设置 signon 认证方式选项"
#: libraries/messages.inc.php:1004
msgid "Signon login options"
-msgstr ""
+msgstr "Signon 登录参数"
#: libraries/messages.inc.php:1005
msgid ""
@@ -4407,81 +4409,84 @@ msgid ""
"[a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in "
"documentation"
msgstr ""
+"配置 phpMyAdmin 数据库获得更多功能,参见文档[a@../Documentation.html#linked-"
+"tables]链接表的附加功能[/a]。"
#: libraries/messages.inc.php:1006 libraries/messages.inc.php:1163
-#, fuzzy
msgid "PMA database"
-msgstr "无数据库"
+msgstr "PMA 数据库"
#: libraries/messages.inc.php:1007
msgid "Customization"
-msgstr ""
+msgstr "自定义"
#: libraries/messages.inc.php:1008
-#, fuzzy
msgid "Customize export options"
-msgstr "数据库导出选项"
+msgstr "自定义导出选项"
#: libraries/messages.inc.php:1009
msgid "Features"
-msgstr ""
+msgstr "功能"
#: libraries/messages.inc.php:1010
msgid "Customize import defaults"
-msgstr ""
+msgstr "自定义导入选项"
#: libraries/messages.inc.php:1011
msgid "Customize navigation frame"
-msgstr ""
+msgstr "自定义导航框架"
#: libraries/messages.inc.php:1012
msgid "Customize main frame"
-msgstr ""
+msgstr "自定义主框架"
#: libraries/messages.inc.php:1013
msgid "Customize links shown in SQL Query boxes"
-msgstr ""
+msgstr "自定义显示在 SQL 查询框中的链接"
#: libraries/messages.inc.php:1014
msgid "SQL Query box"
-msgstr ""
+msgstr "SQL 查询框"
#: libraries/messages.inc.php:1015
msgid ""
"SQL queries settings, for SQL Query box options see [a@?page=form&"
"formset=main_frame#tab_Sql_box]Navigation frame[/a] settings"
msgstr ""
+"SQL 查询设置,要设置 SQL 查询框请到[a@?page=form&"
+"formset=main_frame#tab_Sql_box]主框架[/a]设置中修改"
#: libraries/messages.inc.php:1016
msgid "SQL queries"
-msgstr ""
+msgstr "SQL 查询"
#: libraries/messages.inc.php:1017
msgid "Customize startup page"
-msgstr ""
+msgstr "自定义起始页"
#: libraries/messages.inc.php:1018
msgid "Startup"
-msgstr ""
+msgstr "起始页"
#: libraries/messages.inc.php:1019
msgid "Choose how you want tabs to work"
-msgstr ""
+msgstr "选择你想让标签怎样工作"
#: libraries/messages.inc.php:1020
-#, fuzzy
msgid "Tabs"
-msgstr "数据表"
+msgstr "标签"
#: libraries/messages.inc.php:1021
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import "
"and export operations"
msgstr ""
+"允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/Gzip]gzip (外链,英文)"
+"[/a] 压缩"
#: libraries/messages.inc.php:1022
msgid "GZip"
-msgstr ""
+msgstr "GZip"
#: libraries/messages.inc.php:1023
#, php-format
@@ -4490,179 +4495,181 @@ msgid ""
"decompression[/a] requires functions (%s) which are unavailable on this "
"system."
msgstr ""
+"此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]GZip 压"
+"缩和解压缩[/a]所必须的 (%s) 函数。"
#: libraries/messages.inc.php:1024
msgid "phpMyAdmin homepage"
-msgstr ""
+msgstr "phpMyAdmin 主页 (外链,英文)"
#: libraries/messages.inc.php:1025
msgid "Extra parameters for iconv"
-msgstr ""
+msgstr "iconv 的额外参数"
#: libraries/messages.inc.php:1026
msgid "Ignore errors"
-msgstr ""
+msgstr "忽略错误"
#: libraries/messages.inc.php:1027
msgid ""
"If enabled, phpMyAdmin continues computing multiple-statement queries even "
"if one of the queries failed"
msgstr ""
+"如果打开此选项,在执行多语句查询的时候,即使有一条或多条语句发生错误,"
+"phpMyAdmin 也会继续执行其他的语句"
#: libraries/messages.inc.php:1028
msgid "Ignore multiple statement errors"
-msgstr ""
+msgstr "忽略多个语句错误"
#: libraries/messages.inc.php:1029
-#, fuzzy
msgid ""
"Allow interrupt of import in case script detects it is close to time limit. "
"This might be good way to import large files, however it can break "
"transactions."
msgstr ""
-"在导入时脚本若检测到可能需要花费很长时间则允许中断。尽管这会中断事务,但在导"
+"该功能作用于在导入时脚本检测到可能需要花费很长时间。尽管这会中断事务,但在导"
"入大文件时是个很好的方法。"
#: libraries/messages.inc.php:1030
msgid "Partial import: allow interrupt"
-msgstr ""
+msgstr "部分导入:允许中断"
#: libraries/messages.inc.php:1031
msgid ""
"Default format; be aware that this list depends on location (database, "
"table) and only SQL is always available"
msgstr ""
+"默认格式,此列表根据位置(数据库或数据表)不同将有所改变,只有 SQL 总是可用的"
#: libraries/messages.inc.php:1033 libraries/messages.inc.php:1376
msgid "Number of records (queries) to skip from start"
-msgstr ""
+msgstr "跳过查询的数量"
#: libraries/messages.inc.php:1034
msgid "Partial import: skip queries"
-msgstr ""
+msgstr "部分导入:跳过查询"
#: libraries/messages.inc.php:1035
msgid "Insecure connection"
-msgstr ""
+msgstr "非安全连接"
#: libraries/messages.inc.php:1036
msgid ""
"You are not using a secure connection; all data (including potentially "
"sensitive information, like passwords) is transferred unencrypted!"
-msgstr ""
+msgstr "你现在没有使用安全连接,所有数据(包括敏感信息,如密码)均为明文传输!"
#: libraries/messages.inc.php:1037
#, php-format
msgid ""
"If your server is also configured to accept HTTPS requests follow [a@%s]this "
"link[/a] to use a secure connection."
-msgstr ""
+msgstr "如果你的服务器已经配置好支持 HTTPS,请[a@%s]点击这里[/a]使用安全连接。"
#: libraries/messages.inc.php:1038
msgid "How many rows can be inserted at one time"
-msgstr ""
+msgstr "一次可以插入的行数"
#: libraries/messages.inc.php:1039
msgid "Number of inserted rows"
-msgstr ""
+msgstr "插入的行数"
#: libraries/messages.inc.php:1040
msgid "Target for quick access icon"
-msgstr ""
+msgstr "快速访问图标的目标"
#: libraries/messages.inc.php:1041
msgid "Show logo in left frame"
-msgstr ""
+msgstr "在左侧框架中显示 logo"
#: libraries/messages.inc.php:1042
msgid "Display logo"
-msgstr ""
+msgstr "显示 logo"
#: libraries/messages.inc.php:1043
msgid "Display server choice at the top of the left frame"
-msgstr ""
+msgstr "在左侧框架顶部显示服务器选择"
#: libraries/messages.inc.php:1044
msgid "Display servers selection"
-msgstr ""
+msgstr "显示服务器选择"
#: libraries/messages.inc.php:1045
msgid "String that separates databases into different tree levels"
-msgstr ""
+msgstr "将数据库分为不同树的分隔字符串"
#: libraries/messages.inc.php:1046
msgid "Database tree separator"
-msgstr ""
+msgstr "树状数据库分隔符"
#: libraries/messages.inc.php:1047
msgid ""
"Only light version; display databases in a tree (determined by the separator "
"defined below)"
-msgstr ""
+msgstr "只使用轻量级版本,以树形显示数据库 (以下面的树形分隔符来显示)"
#: libraries/messages.inc.php:1048
msgid "Display databases in a tree"
-msgstr ""
+msgstr "以树形显示数据库"
#: libraries/messages.inc.php:1049
msgid "Disable this if you want to see all databases at once"
-msgstr ""
+msgstr "如果想一次性浏览所有数据库,则禁用该选项"
#: libraries/messages.inc.php:1050
-#, fuzzy
msgid "Use light version"
-msgstr "MySQL 客户端版本"
+msgstr "使用轻量级版本"
#: libraries/messages.inc.php:1051
msgid "Maximum table tree depth"
-msgstr ""
+msgstr "数据表树最大深度"
#: libraries/messages.inc.php:1052
msgid "String that separates tables into different tree levels"
-msgstr ""
+msgstr "将表分为不同树的分隔符"
#: libraries/messages.inc.php:1053
msgid "Table tree separator"
-msgstr ""
+msgstr "树形表分隔符"
#: libraries/messages.inc.php:1054
msgid "Logo link URL"
-msgstr ""
+msgstr "Logo 链接地址"
#: libraries/messages.inc.php:1055
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])"
-msgstr ""
+msgstr "在主窗口 ([kbd]main[/kbd]) 或新窗口 ([kbd]new[/kbd]) 打开目标页面"
#: libraries/messages.inc.php:1056
msgid "Logo link target"
-msgstr ""
+msgstr "Logo 链接目标"
#: libraries/messages.inc.php:1057
msgid "Highlight server under the mouse cursor"
-msgstr ""
+msgstr "高亮显示鼠标所在位置的服务器"
#: libraries/messages.inc.php:1058
msgid "Enable highlighting"
-msgstr ""
+msgstr "启用高亮"
#: libraries/messages.inc.php:1059
msgid "let the user choose"
-msgstr ""
+msgstr "让用户选择"
#: libraries/messages.inc.php:1060
msgid "Use less graphically intense tabs"
-msgstr ""
+msgstr "不在标签上使用背景"
#: libraries/messages.inc.php:1061
msgid "Light tabs"
-msgstr ""
+msgstr "简化标签"
#: libraries/messages.inc.php:1062
-#, fuzzy
msgid "Load"
-msgstr "本地"
+msgstr "加载"
#: libraries/messages.inc.php:1063
msgid ""
@@ -4670,20 +4677,22 @@ msgid ""
"only occurs for the current server. Setting this to FALSE makes it easy to "
"forget to log out from other servers when connected to multiple servers."
msgstr ""
+"如果设为 TRUE,在退出时将会删除所有服务器的 Cookies。如果设为 FALSE,在您登录"
+"多台服务器的时候,容易忘记退出登录。"
#: libraries/messages.inc.php:1064
msgid "Delete all cookies on logout"
-msgstr ""
+msgstr "退出时删除所有 cookies"
#: libraries/messages.inc.php:1065
msgid ""
"Define whether the previous login should be recalled or not in cookie "
"authentication mode"
-msgstr ""
+msgstr "定义在 cookie 认证方式中是否显示上次登录的用户名"
#: libraries/messages.inc.php:1066
msgid "Recall user name"
-msgstr ""
+msgstr "显示上次登录的用户名"
#: libraries/messages.inc.php:1067
msgid ""
@@ -4692,14 +4701,17 @@ msgid ""
"and will be deleted as soon as you close the browser window. This is "
"recommended for non-trusted environments."
msgstr ""
+"设置登录 Cookies 应该保存多长时间 (单位:秒)。若设置为 0,Cookies 的有效期将"
+"为浏览器进程,在关闭浏览器之后 Cookies 就会被删除。默认值为0。在不安全的环境"
+"下建议使用默认值。"
#: libraries/messages.inc.php:1068
msgid "Login cookie store"
-msgstr ""
+msgstr "登录 cookie 存储"
#: libraries/messages.inc.php:1069
msgid "Define how long (in seconds) a login cookie is valid"
-msgstr ""
+msgstr "定义登录 cookie 的有效期 (单位:秒)"
#: libraries/messages.inc.php:1070
msgid ""
@@ -4707,26 +4719,28 @@ msgid ""
"be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may "
"pose a security risk such as impersonation."
msgstr ""
+"[a@?page=form&formset=features#tab_Security]登录 cookie 有效期[/a]应小于 "
+"1800 秒 (30 分钟)。如果有效期大于 1800 秒,将会增加安全风险。"
#: libraries/messages.inc.php:1071
msgid "Login cookie validity"
-msgstr ""
+msgstr "登录 cookie 有效期"
#: libraries/messages.inc.php:1072
msgid "Maximum number of characters used when a SQL query is displayed"
-msgstr ""
+msgstr "显示 SQL 语句时可以使用的最多字符数"
#: libraries/messages.inc.php:1073
msgid "Maximum displayed SQL length"
-msgstr ""
+msgstr "显示 SQL 语句的最大长度"
#: libraries/messages.inc.php:1074
msgid "Maximum number of databases displayed in left frame and database list"
-msgstr ""
+msgstr "在左栏和数据库列表中最多显示的数据库个数"
#: libraries/messages.inc.php:1075
msgid "Maximum databases"
-msgstr ""
+msgstr "最大数据库数量"
#: libraries/messages.inc.php:1076
msgid ""
@@ -4734,141 +4748,146 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"浏览一个结果集时一次显示的最多行数。如果结果集超过此值,将会显示 "上一页"
+"" 和 "下一页" 的链接。"
#: libraries/messages.inc.php:1077
msgid "Maximum number of rows to display"
-msgstr ""
+msgstr "显示的最多行数"
#: libraries/messages.inc.php:1078
msgid "Maximum number of tables displayed in table list"
-msgstr ""
+msgstr "在数据表列表中最多显示的数据表个数"
#: libraries/messages.inc.php:1079
msgid "Maximum tables"
-msgstr ""
+msgstr "最大数据表数量"
#: libraries/messages.inc.php:1080
msgid ""
"The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] "
"([kbd]0[/kbd] for no limit)"
-msgstr ""
+msgstr "一个脚本可分配到的内存大小,例 [kbd]32MB[kbd] ([kbd]0[/kbd]为不限制)"
#: libraries/messages.inc.php:1081
msgid "Memory limit"
-msgstr ""
+msgstr "内存限制"
#: libraries/messages.inc.php:1082 libraries/messages.inc.php:1094
msgid "Use only icons, only text or both"
-msgstr ""
+msgstr "仅使用图标、文本或都使用"
#: libraries/messages.inc.php:1083
msgid "Iconic navigation bar"
-msgstr ""
+msgstr "导航条显示"
#: libraries/messages.inc.php:1084
msgid "New server"
-msgstr ""
+msgstr "新建服务器"
#: libraries/messages.inc.php:1085
msgid "There are no configured servers"
-msgstr ""
+msgstr "没有配置好的服务器"
#: libraries/messages.inc.php:1086
msgid "use GZip output buffering for increased speed in HTTP transfers"
-msgstr ""
+msgstr "使用 GZip 输出缓冲以加快 HTTP 传输速度"
#: libraries/messages.inc.php:1087
msgid "GZip output buffering"
-msgstr ""
+msgstr "GZip 输出缓冲"
#: libraries/messages.inc.php:1088
msgid "- none -"
-msgstr ""
+msgstr "- 无 -"
#: libraries/messages.inc.php:1089
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise"
msgstr ""
+"[kbd]SMART[/kbd] - 如:对 TIME、DATE、DATETIME 和 TIMESTAMP 类型的字段递减排"
+"序,其他字段递增"
#: libraries/messages.inc.php:1090
msgid "Default sorting order"
-msgstr ""
+msgstr "默认排序"
#: libraries/messages.inc.php:1091
msgid "Overview"
-msgstr ""
+msgstr "概要"
#: libraries/messages.inc.php:1092
msgid "Use persistent connections to MySQL databases"
-msgstr ""
+msgstr "在连接到 MySQL 数据库时使用持久连接"
#: libraries/messages.inc.php:1093
msgid "Persistent connections"
-msgstr ""
+msgstr "持久连接"
#: libraries/messages.inc.php:1095
msgid "Iconic table operations"
-msgstr ""
+msgstr "数据表操作显示"
#: libraries/messages.inc.php:1096
msgid "Disallow BLOB and BINARY fields from editing"
-msgstr ""
+msgstr "禁止编辑 BLOB 和 BINARY 类型字段"
#: libraries/messages.inc.php:1097
msgid "Protect binary fields"
-msgstr ""
+msgstr "保护二进制字段"
#: libraries/messages.inc.php:1098
msgid ""
"Enable if you want DB-based query history (requires pmadb). If disabled, "
"this utilizes JS-routines to display query history (lost by window close)."
msgstr ""
+"允许使用基于数据库的查询历史 (需要 PMA 数据库)。如果禁用,将使用 JavaScript "
+"来显示查询历史 (JS-routines,关闭窗口后当前显示的历史会丢失)。"
#: libraries/messages.inc.php:1099
msgid "Permanent query history"
-msgstr ""
+msgstr "持久查询历史"
#: libraries/messages.inc.php:1100
msgid "How many queries are kept in history"
-msgstr ""
+msgstr "记录查询历史的数量"
#: libraries/messages.inc.php:1101
msgid "Query history length"
-msgstr ""
+msgstr "查询历史个数"
#: libraries/messages.inc.php:1102
msgid "Tab displayed when opening a new query window"
-msgstr ""
+msgstr "打开一个新查询窗口时默认显示的页面"
#: libraries/messages.inc.php:1103
msgid "Default query window tab"
-msgstr ""
+msgstr "默认查询窗口标签"
#: libraries/messages.inc.php:1104
msgid "Select which functions will be used for character set conversion"
-msgstr ""
+msgstr "选择进行字符集转换时使用的函数"
#: libraries/messages.inc.php:1105
msgid "Recoding engine"
-msgstr ""
+msgstr "记录引擎"
#: libraries/messages.inc.php:1106
msgid "Restore default value"
-msgstr ""
+msgstr "还原默认值"
#: libraries/messages.inc.php:1107
msgid "Try to revert erroneous fields to their default values"
-msgstr ""
+msgstr "尝试恢复错误参数为默认值"
#: libraries/messages.inc.php:1108
msgid "Directory where exports can be saved on server"
-msgstr ""
+msgstr "服务器上用来保存导出文件的文件夹"
#: libraries/messages.inc.php:1109
-#, fuzzy
msgid "Save directory"
-msgstr "数据主文件夹"
+msgstr "保存文件夹"
#: libraries/messages.inc.php:1110
#, php-format
@@ -4879,51 +4898,55 @@ msgid ""
"phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]"
"authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd]."
msgstr ""
+"您设置了 [kbd]config[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码,"
+"但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin 的地址,他们就能够进入 "
+"phpMyAdmin 的管理界面。建议将[a@?page=servers&mode=edit&id=%1"
+"$d#tab_Server]登录认证方式[/a]设置为 [kbd]cookie 认证[/kbd]或 [kbd]HTTP 认证"
+"[/kbd]。"
#: libraries/messages.inc.php:1111
msgid "You should use mysqli for performance reasons"
-msgstr ""
+msgstr "您可以使用 mysqli 以获得更高的性能"
#: libraries/messages.inc.php:1112
msgid "You allow for connecting to the server without a password."
-msgstr ""
+msgstr "该服务器现在允许空密码登录。"
#: libraries/messages.inc.php:1113
-#, fuzzy
msgid "Add a new server"
-msgstr "添加新用户"
+msgstr "添加服务器"
#: libraries/messages.inc.php:1114
msgid "Leave blank if not used"
-msgstr ""
+msgstr "不使用请留空"
#: libraries/messages.inc.php:1115
msgid "Host authentication order"
-msgstr ""
+msgstr "主机认证"
#: libraries/messages.inc.php:1116
msgid "Leave blank for defaults"
-msgstr ""
+msgstr "默认请留空"
#: libraries/messages.inc.php:1117
msgid "Host authentication rules"
-msgstr ""
+msgstr "主机认证规则"
#: libraries/messages.inc.php:1118
msgid "Allow logins without a password"
-msgstr ""
+msgstr "允许空密码登录"
#: libraries/messages.inc.php:1119
msgid "Allow root login"
-msgstr ""
+msgstr "允许 root 用户登录"
#: libraries/messages.inc.php:1120
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth"
-msgstr ""
+msgstr "使用 HTTP 基本认证时显示给用户的提示信息"
#: libraries/messages.inc.php:1121
msgid "HTTP Realm"
-msgstr ""
+msgstr "HTTP 提示信息"
#: libraries/messages.inc.php:1122
msgid ""
@@ -4931,98 +4954,105 @@ msgid ""
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)"
msgstr ""
+"[a@http://swekey.com]SweKey 硬件认证 (外链,英文)[/a]的配置文件路径 (请勿置于"
+"你的文档根文件夹,推荐使用:/etc/swekey.conf)"
#: libraries/messages.inc.php:1123
msgid "SweKey config file"
-msgstr ""
+msgstr "SweKey 配置文件"
#: libraries/messages.inc.php:1124
msgid "Authentication method to use"
-msgstr ""
+msgstr "要使用的认证方式"
#: libraries/messages.inc.php:1125
msgid "Authentication type"
-msgstr ""
+msgstr "认证方式"
#: libraries/messages.inc.php:1126
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma_bookmark[/kbd]"
msgstr ""
+"不使用[a@http://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请"
+"留空,默认:[kbd]pma_bookmark[/kbd]"
#: libraries/messages.inc.php:1127
msgid "Bookmark table"
-msgstr ""
+msgstr "书签表"
#: libraries/messages.inc.php:1128
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma_column_info[/kbd]"
-msgstr ""
+msgstr "留空则不使用列信息和MIME类型。默认值:[kbd]pma_column_info[/kbd]"
#: libraries/messages.inc.php:1129
msgid "Column information table"
-msgstr ""
+msgstr "列信息表"
#: libraries/messages.inc.php:1130
msgid "Compress connection to MySQL server"
-msgstr ""
+msgstr "压缩连接到 MySQL 服务器"
#: libraries/messages.inc.php:1131
msgid "Compress connection"
-msgstr ""
+msgstr "压缩连接"
#: libraries/messages.inc.php:1132
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
-msgstr ""
+msgstr "怎样连接到服务器,如果不确定,请选择 tcp"
#: libraries/messages.inc.php:1133
-#, fuzzy
msgid "Connection type"
-msgstr "连接"
+msgstr "连接方式"
#: libraries/messages.inc.php:1134
msgid "Control user password"
-msgstr ""
+msgstr "控制用户的密码"
#: libraries/messages.inc.php:1135
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
msgstr ""
+"一个特殊的被限制权限的 MySQL 用户,参见 [a@http://wiki.phpmyadmin.net/pma/"
+"controluser]wiki (外链,英文)[/a]"
#: libraries/messages.inc.php:1136
msgid "Control user"
-msgstr ""
+msgstr "控制用户"
#: libraries/messages.inc.php:1137
msgid "Count tables when showing database list"
-msgstr ""
+msgstr "显示数据库列表时计算数据表的数量"
#: libraries/messages.inc.php:1138
msgid "Count tables"
-msgstr ""
+msgstr "统计数据表"
#: libraries/messages.inc.php:1139
msgid ""
"Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
"kbd]"
-msgstr ""
+msgstr "不使用设计功能请留空,默认:[kbd]pma_designer_coords[/kbd]"
#: libraries/messages.inc.php:1140
-#, fuzzy
msgid "Designer table"
-msgstr "整理表碎片"
+msgstr "设计表"
#: libraries/messages.inc.php:1141
msgid ""
"More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug "
"tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
+"参见 [a@http://sf.net/support/tracker.php?aid=1849494]PMA 缺陷 (bug) 跟踪系"
+"统 (外链,英文)[/a] 和 [a@http://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外"
+"链,英文)[/a]"
#: libraries/messages.inc.php:1142
msgid "Disable use of INFORMATION_SCHEMA"
-msgstr ""
+msgstr "禁止使用 INFORMATION_SCHEMA"
#: libraries/messages.inc.php:1143
#, php-format
@@ -5034,85 +5064,89 @@ msgid ""
"IP belongs to an ISP where thousands of users, including you, are connected "
"to."
msgstr ""
+"如果您认为有必要,可以使用额外的保护设置 - [a@?page=servers&"
+"mode=edit&id=%1$d#tab_Server_config]主机认证[/a]和 [a@?page=form&"
+"formset=features#tab_Security]可信代理表[/a]。但如果您和许多人使用同一个IP地"
+"址,该措施的安全性将下降。"
#: libraries/messages.inc.php:1144
msgid "Edit server"
-msgstr ""
+msgstr "编辑服务器"
#: libraries/messages.inc.php:1145
msgid "What PHP extension to use; you should use mysqli if supported"
-msgstr ""
+msgstr "要使用的 PHP 扩展,如果支持,推荐使用 mysqli。"
#: libraries/messages.inc.php:1146
msgid "PHP extension to use"
-msgstr ""
+msgstr "要使用的 PHP 扩展"
#: libraries/messages.inc.php:1147
msgid "Hide databases matching regular expression (PCRE)"
-msgstr ""
+msgstr "该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏"
#: libraries/messages.inc.php:1148
-#, fuzzy
msgid "Hide databases"
-msgstr "无数据库"
+msgstr "隐藏数据库"
#: libraries/messages.inc.php:1149
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-msgstr ""
+msgstr "不使用 SQL 查询历史功能请留空,默认:[kbd]pma_history[/kbd]"
#: libraries/messages.inc.php:1150
msgid "SQL query history table"
-msgstr ""
+msgstr "SQL 查询历史表"
#: libraries/messages.inc.php:1151
msgid "Hostname where MySQL server is running"
-msgstr ""
+msgstr "MySQL 服务器的主机名"
#: libraries/messages.inc.php:1152
-#, fuzzy
msgid "Server hostname"
-msgstr "服务器名"
+msgstr "服务器主机名"
#: libraries/messages.inc.php:1153
msgid "Logout URL"
-msgstr ""
+msgstr "退出地址"
#: libraries/messages.inc.php:1154
msgid "Try to connect without password"
-msgstr ""
+msgstr "尝试用空密码连接"
#: libraries/messages.inc.php:1155
msgid "Connect without password"
-msgstr ""
+msgstr "用空密码连接"
#: libraries/messages.inc.php:1156
msgid ""
"You can use MySQL wildcard characters (% and _), escape them if you want to "
"use their literal instances, i.e. use 'my\\_db' and not 'my_db'"
msgstr ""
+"可以使用 MySQL 通配符 (% 和 _),若要用它们的实例,请转义,例:用 'my\\_db' 而"
+"不是 'my_db'"
#: libraries/messages.inc.php:1157
msgid "Show only listed databases"
-msgstr ""
+msgstr "仅显示列出的数据库"
#: libraries/messages.inc.php:1158 libraries/messages.inc.php:1182
msgid "Leave empty if not using config auth"
-msgstr ""
+msgstr "如果不使用 config 认证方式,请留空"
#: libraries/messages.inc.php:1159
msgid "Password for config auth"
-msgstr ""
+msgstr "config 认证方式的密码"
#: libraries/messages.inc.php:1160
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
-msgstr ""
+msgstr "不使用 PDF 大纲功能请留空,默认:[kbd]pma_pdf_pages[/kbd]"
#: libraries/messages.inc.php:1161
msgid "PDF schema: pages table"
-msgstr ""
+msgstr "PDF 大纲: 数据表页"
#: libraries/messages.inc.php:1162
msgid ""
@@ -5120,124 +5154,130 @@ msgid ""
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]"
msgstr ""
+"关系、书签、PDF 功能所用的数据库。参见 [a@http://wiki.phpmyadmin.net/pma/"
+"pmadb]pmadb (外链,英文)[/a]。不使用请留空。默认: [kbd]phpmyadmin[/kbd]"
#: libraries/messages.inc.php:1164
msgid "Port on which MySQL server is listening, leave empty for default"
-msgstr ""
+msgstr "MySQL 服务器监听的端口,留空为默认"
#: libraries/messages.inc.php:1165
-#, fuzzy
msgid "Server port"
-msgstr "服务器ID"
+msgstr "服务器端口"
#: libraries/messages.inc.php:1166
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma_relation[/kbd]"
msgstr ""
+"不使用[a@http://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功"
+"能请留空,默认:[kbd]pma_relation[/kbd]"
#: libraries/messages.inc.php:1167
msgid "Relation table"
-msgstr ""
+msgstr "关系表"
#: libraries/messages.inc.php:1168
msgid "SQL command to fetch available databases"
-msgstr ""
+msgstr "取得所有可用数据库的 SQL 语句"
#: libraries/messages.inc.php:1169
msgid "SHOW DATABASES command"
-msgstr ""
+msgstr "显示数据库(SHOW DATABASES)命令"
#: libraries/messages.inc.php:1170
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example"
msgstr ""
+"参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)"
+"[/a]中的例子"
#: libraries/messages.inc.php:1171
msgid "Signon session name"
-msgstr ""
+msgstr "Signon 会话名"
#: libraries/messages.inc.php:1172
msgid "Signon URL"
-msgstr ""
+msgstr "登录地址"
#: libraries/messages.inc.php:1173
msgid "You should use SSL connections if your web server supports it"
-msgstr ""
+msgstr "如果浏览器支持,建议使用 SSL 连接。"
#: libraries/messages.inc.php:1174
msgid "Socket on which MySQL server is listening, leave empty for default"
-msgstr ""
+msgstr "MySQL 服务器监听的套接字,留空为默认"
#: libraries/messages.inc.php:1175
msgid "Server socket"
-msgstr ""
+msgstr "服务器套接字 (socket)"
#: libraries/messages.inc.php:1176
msgid "Enable SSL for connection to MySQL server"
-msgstr ""
+msgstr "使用 SSL 连接到 MySQL 服务器"
#: libraries/messages.inc.php:1177
msgid "Use SSL"
-msgstr ""
+msgstr "使用 SSL"
#: libraries/messages.inc.php:1178
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]"
-msgstr ""
+msgstr "不使用 PDF 大纲功能请留空,默认:[kbd]pma_table_coords[/kbd]"
#: libraries/messages.inc.php:1179
msgid "PDF schema: table coordinates"
-msgstr ""
+msgstr "PDF 大纲: 数据表并发"
#: libraries/messages.inc.php:1180
msgid ""
"Table to describe the display fields, leave blank for no support; suggested: "
"[kbd]pma_table_info[/kbd]"
msgstr ""
+"描述显示字段的表,留空为关闭此项功能。默认值:[kbd]pma_table_info[/kbd]"
#: libraries/messages.inc.php:1181
msgid "Display fields table"
-msgstr ""
+msgstr "显示字段表"
#: libraries/messages.inc.php:1183
msgid "User for config auth"
-msgstr ""
+msgstr "config 认证方式的用户名"
#: libraries/messages.inc.php:1184
msgid ""
"Disable if you know that your pma_* tables are up to date. This prevents "
"compatibility checks and thereby increases performance"
-msgstr ""
+msgstr "如果你确定 pma_* 数据表都是最新的,可以禁用此项。此功能提供兼容性检查"
#: libraries/messages.inc.php:1185
msgid "Verbose check"
-msgstr ""
+msgstr "详细检查"
#: libraries/messages.inc.php:1186
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
-msgstr ""
+msgstr "一个好记的名字。留空将显示主机名。"
#: libraries/messages.inc.php:1187
msgid "Verbose name of this server"
-msgstr ""
+msgstr "服务器名称"
#: libraries/messages.inc.php:1188
#, php-format
msgid "Set value: %s"
-msgstr ""
+msgstr "设置值: %s"
#: libraries/messages.inc.php:1189
msgid ""
"Whether a user should be displayed a "show all (records)" button"
-msgstr ""
+msgstr "显示给用户一个 "显示所有 (记录)" 按钮"
#: libraries/messages.inc.php:1190
msgid "Allow to display all the rows"
-msgstr ""
+msgstr "允许显示所有行"
#: libraries/messages.inc.php:1191
msgid ""
@@ -5245,70 +5285,75 @@ msgid ""
"authentication mode because the password is hard coded in the configuration "
"file; this does not limit the ability to execute the same command directly"
msgstr ""
+"注意:该选项不影响 [kbd]config[/kbd] 认证方式,因为密码是保存在配置文件中,该"
+"选项也不限制直接执行可实现相同功能的命令。"
#: libraries/messages.inc.php:1192
msgid "Show password change form"
-msgstr ""
+msgstr "显示修改密码"
#: libraries/messages.inc.php:1193
msgid "Show create database form"
-msgstr ""
+msgstr "显示创建数据库表单"
#: libraries/messages.inc.php:1194
msgid "Show form"
-msgstr ""
+msgstr "显示表单"
#: libraries/messages.inc.php:1195
msgid "Display the function fields in edit/insert mode"
-msgstr ""
+msgstr "在编辑/插入模式中显示函数列"
#: libraries/messages.inc.php:1196
msgid "Show function fields"
-msgstr ""
+msgstr "显示函数列"
#: libraries/messages.inc.php:1197
msgid "Show hidden messages (#MSG_COUNT)"
-msgstr ""
+msgstr "显示隐藏信息 (#MSG_COUNT)"
#: libraries/messages.inc.php:1198
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output"
msgstr ""
+"显示 [a@http://php.net/manual/function.phpinfo.php]phpinfo() (外链,英文)[/"
+"a] 输出的链接"
#: libraries/messages.inc.php:1199
msgid "Show phpinfo() link"
-msgstr ""
+msgstr "显示 phpinfo() 链接"
#: libraries/messages.inc.php:1200
msgid "Show detailed MySQL server information"
-msgstr ""
+msgstr "显示 MySQL 服务器详细信息"
#: libraries/messages.inc.php:1201
msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed"
-msgstr ""
+msgstr "定义是否显示 phpMyAdmin 生成的 SQL 查询"
#: libraries/messages.inc.php:1202
msgid "Show SQL queries"
-msgstr ""
+msgstr "显示 SQL 查询"
#: libraries/messages.inc.php:1203
msgid "Allow to display database and table statistics (eg. space usage)"
-msgstr ""
+msgstr "允许显示数据库和数据表的统计信息 (如:空间使用)"
#: libraries/messages.inc.php:1204
msgid "Show statistics"
-msgstr ""
+msgstr "显示统计"
#: libraries/messages.inc.php:1205
msgid ""
"If tooltips are enabled and a database comment is set, this will flip the "
"comment and the real name"
msgstr ""
+"如果启用了悬停提示且设置了数据库备注,这里将简略显示数据库备注和数据库名"
#: libraries/messages.inc.php:1206
msgid "Display database comment instead of its name"
-msgstr ""
+msgstr "显示数据库的备注而不显示数据库名"
#: libraries/messages.inc.php:1207
msgid ""
@@ -5317,42 +5362,44 @@ msgid ""
"['LeftFrameTableSeparator'] directive, so only the folder is called like the "
"alias, the table name itself stays unchanged"
msgstr ""
+"当设为 [kbd]nested[/kbd] 时,数据表的别名仅根据 $cfg"
+"['LeftFrameTableSeparator'] 作分割/层叠用,所有只有目录的名字像别名,数据表自"
+"己的名字并不改变"
#: libraries/messages.inc.php:1208
msgid "Display table comment instead of its name"
-msgstr ""
+msgstr "显示表备注而不显示表名"
#: libraries/messages.inc.php:1209
msgid "Display table comments in tooltips"
-msgstr ""
+msgstr "悬停时显示表备注"
#: libraries/messages.inc.php:1210
msgid ""
"Mark used tables and make it possible to show databases with locked tables"
-msgstr ""
+msgstr "将已锁定的数据表在数据库中显示为使用中"
#: libraries/messages.inc.php:1211
msgid "Skip locked tables"
-msgstr ""
+msgstr "跳过锁定的表"
#: libraries/messages.inc.php:1216 libraries/messages.inc.php:1596
-#, fuzzy
msgid "Validate SQL"
-msgstr "略过校验 SQL"
+msgstr "校验 SQL"
#: libraries/messages.inc.php:1217
msgid ""
"Suggest a database name on the "Create Database" form (if "
"possible) or keep the text field empty"
-msgstr ""
+msgstr "如果可能,在 "新建数据库" 表单中建议一个名字,或留空"
#: libraries/messages.inc.php:1218
msgid "Suggest new database name"
-msgstr ""
+msgstr "建议新数据库名"
#: libraries/messages.inc.php:1219
msgid "yes"
-msgstr ""
+msgstr "是"
#: libraries/messages.inc.php:1220
msgid ""
@@ -5361,26 +5408,29 @@ msgid ""
"For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]"
msgstr ""
+"输入作为代理的 [kbd]IP:可信 HTTP 头[/kbd]。下面的例子指定了 phpMyAdmin 应该"
+"信任从代理 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd] 发来的 "
+"HTTP_X_FORWARDED_FOR 头"
#: libraries/messages.inc.php:1221
msgid "List of trusted proxies for IP allow/deny"
-msgstr ""
+msgstr "可信代理IP列表"
#: libraries/messages.inc.php:1222
msgid "Directory on server where you can upload files for import"
-msgstr ""
+msgstr "服务器上用来存放导入文件的文件夹"
#: libraries/messages.inc.php:1223
msgid "Upload directory"
-msgstr ""
+msgstr "上传文件夹"
#: libraries/messages.inc.php:1224
msgid "Allow for searching inside the entire database"
-msgstr ""
+msgstr "允许搜索整个数据库"
#: libraries/messages.inc.php:1225
msgid "Use database search"
-msgstr ""
+msgstr "使用数据库搜索"
#: libraries/messages.inc.php:1226
msgid ""
@@ -5388,31 +5438,33 @@ msgid ""
"libraries/import.lib.php for defaults on how many queries a statement may "
"contain."
msgstr ""
+"在进行多个语句查询时,显示每个语句所影响的行数。默认一次查询可以包含的查询语"
+"句数可以在 libraries/import.lib.php 中找到。"
#: libraries/messages.inc.php:1227
msgid "Verbose multiple statements"
-msgstr ""
+msgstr "为多个语句输出更多信息"
#: libraries/messages.inc.php:1228
msgid ""
"Reading of version failed. Maybe you're offline or the upgrade server does "
"not respond."
-msgstr ""
+msgstr "读取版本信息失败。您可能尚未接入网络或更新服务器未响应。"
#: libraries/messages.inc.php:1229
msgid "Got invalid version string from server"
-msgstr ""
+msgstr "从服务器获得版本错误"
#: libraries/messages.inc.php:1230
msgid "Check for latest version"
-msgstr ""
+msgstr "检查更新"
#: libraries/messages.inc.php:1231
#, php-format
msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
-msgstr ""
+msgstr "有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,于 %s 发布。"
#: libraries/messages.inc.php:1232
#, php-format
@@ -5420,33 +5472,37 @@ msgid ""
"You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
"latest stable version is %s, released on %s."
msgstr ""
+"你现在使用的是开发版,请通过 [kbd]svn update[/kbd] 检查更新 :-)[br]最新正式版"
+"为 %s,于 %s 发布。"
#: libraries/messages.inc.php:1233
msgid "No newer stable version is available"
-msgstr ""
+msgstr "没有更新的可用版本"
#: libraries/messages.inc.php:1234
msgid "Unparsable version string"
-msgstr ""
+msgstr "无法解析版本"
#: libraries/messages.inc.php:1235
msgid "Version check"
-msgstr ""
+msgstr "检查更新"
#: libraries/messages.inc.php:1236
msgid ""
"Neither URL wrapper nor CURL is available. Version check is not possible."
-msgstr ""
+msgstr "URL 协议和 CURL 都不可用,无法检查新版本。"
#: libraries/messages.inc.php:1237
msgid "Warning"
-msgstr ""
+msgstr "警告"
#: libraries/messages.inc.php:1238
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations"
msgstr ""
+"允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP "
+"(外链,英文)[/a] 压缩"
#: libraries/messages.inc.php:1239
#, php-format
@@ -5454,6 +5510,8 @@ msgid ""
"[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] "
"requires functions (%s) which are unavailable on this system."
msgstr ""
+"此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Zip 压"
+"缩 (外链,英文)[/a]所必须的 (%s) 函数。"
#: libraries/messages.inc.php:1240
#, php-format
@@ -5461,93 +5519,92 @@ msgid ""
"[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] "
"requires functions (%s) which are unavailable on this system."
msgstr ""
+"此系统目前不支持 [a@?page=form&formset=features#tab_Import_export]Zip 解"
+"压缩 (外链,英文)[/a]所必须的 (%s) 函数。"
#: libraries/messages.inc.php:1241
msgid "ZIP"
-msgstr ""
+msgstr "ZIP"
#: libraries/messages.inc.php:1242
-#, fuzzy
msgid "Show all"
-msgstr "全部隐藏/显示"
+msgstr "全部显示"
#: libraries/messages.inc.php:1243
msgid "Show binary contents as HEX"
-msgstr ""
+msgstr "以十六进制显示二进制内容"
#: libraries/messages.inc.php:1244
msgid "Show binary contents"
-msgstr ""
+msgstr "显示二进制内容"
#: libraries/messages.inc.php:1245
msgid "Show BLOB contents"
-msgstr ""
+msgstr "显示 BLOB 内容"
#: libraries/messages.inc.php:1246
msgid "Show color"
-msgstr ""
+msgstr "显示颜色"
#: libraries/messages.inc.php:1247
-#, fuzzy
msgid "Data Dictionary Format"
-msgstr "数据字典"
+msgstr "数据字典格式"
#: libraries/messages.inc.php:1248
msgid "Show Full Queries"
-msgstr ""
+msgstr "显示完整查询"
#: libraries/messages.inc.php:1249
msgid "Show grid"
-msgstr ""
+msgstr "显示网格"
#: libraries/messages.inc.php:1250
msgid "Show/Hide left menu"
-msgstr ""
+msgstr "显示/隐藏左侧菜单"
#: libraries/messages.inc.php:1251
msgid "Showing bookmark"
-msgstr ""
+msgstr "显示书签"
#: libraries/messages.inc.php:1252
msgid "Showing as PHP code"
-msgstr ""
+msgstr "显示为 PHP 代码"
#: libraries/messages.inc.php:1253
msgid "Showing rows"
-msgstr ""
+msgstr "显示行"
#: libraries/messages.inc.php:1254
msgid "Showing SQL query"
-msgstr ""
+msgstr "显示 SQL 查询"
#: libraries/messages.inc.php:1255
msgid "Show insert query"
-msgstr ""
+msgstr "显示插入语句"
#: libraries/messages.inc.php:1256
msgid "Only show keys"
-msgstr ""
+msgstr "仅显示键"
#: libraries/messages.inc.php:1258
msgid "Show open tables"
-msgstr ""
+msgstr "显示打开的表"
#: libraries/messages.inc.php:1259
-#, fuzzy
msgid "Show PHP information"
-msgstr "登录信息"
+msgstr "显示 PHP 信息"
#: libraries/messages.inc.php:1260
msgid "Show"
-msgstr ""
+msgstr "显示"
#: libraries/messages.inc.php:1261
msgid "Show slave hosts"
-msgstr ""
+msgstr "显示从服务器"
#: libraries/messages.inc.php:1262
msgid "Show slave status"
-msgstr ""
+msgstr "显示从服务器状态"
#: libraries/messages.inc.php:1263
msgid ""
@@ -5555,10 +5612,12 @@ msgid ""
"exceeded the value of binlog_cache_size and used a temporary file to store "
"statements from the transaction."
msgstr ""
+"因事务使用的临时二进制日志缓存超出 binlog_cache_size 的设置而使用临时文件存储"
+"的数量。"
#: libraries/messages.inc.php:1264
msgid "The number of transactions that used the temporary binary log cache."
-msgstr ""
+msgstr "事务所用的临时二进制日志缓存的数量。"
#: libraries/messages.inc.php:1265
msgid ""
@@ -5567,44 +5626,48 @@ msgid ""
"to increase the tmp_table_size value to cause temporary tables to be memory-"
"based instead of disk-based."
msgstr ""
+"服务器执行语句时自动在磁盘上创建的临时表的数量。如果 Created_tmp_disk_tables "
+"很大,你可以增加 tmp_table_size 的值,让服务器使用内存来存储临时表而非磁盘。"
#: libraries/messages.inc.php:1266
msgid "How many temporary files mysqld has created."
-msgstr ""
+msgstr "mysqld 已创建的临时文件的数量。"
#: libraries/messages.inc.php:1267
msgid ""
"The number of in-memory temporary tables created automatically by the server "
"while executing statements."
-msgstr ""
+msgstr "服务器执行语句时自动在内存中创建的临时表的数量。"
#: libraries/messages.inc.php:1268
msgid ""
"The number of rows written with INSERT DELAYED for which some error occurred "
"(probably duplicate key)."
msgstr ""
+"发生错误的延迟插入 (INSERT DELAYED) 行数 (可能是因为在唯一字段中存在重复"
+"值) 。"
#: libraries/messages.inc.php:1269
msgid ""
"The number of INSERT DELAYED handler threads in use. Every different table "
"on which one uses INSERT DELAYED gets its own thread."
-msgstr ""
+msgstr "正在使用的延迟插入处理线程的数量。每张使用延迟插入的表都有自己的线程。"
#: libraries/messages.inc.php:1270
msgid "The number of INSERT DELAYED rows written."
-msgstr ""
+msgstr "延迟插入已写入的行数。"
#: libraries/messages.inc.php:1271
msgid "The number of executed FLUSH statements."
-msgstr ""
+msgstr "已执行的强制更新 (FLUSH) 语句数。"
#: libraries/messages.inc.php:1272
msgid "The number of internal COMMIT statements."
-msgstr ""
+msgstr "已执行的内部提交 (COMMIT) 语句数。"
#: libraries/messages.inc.php:1273
msgid "The number of times a row was deleted from a table."
-msgstr ""
+msgstr "从表中删除行的次数。"
#: libraries/messages.inc.php:1274
msgid ""
@@ -5612,6 +5675,8 @@ msgid ""
"table with a given name. This is called discovery. Handler_discover "
"indicates the number of time tables have been discovered."
msgstr ""
+"如果知道一张表的名字,MySQL 服务器可以询问 NDB 集群存储引擎,这被称为“发现”。"
+"Handler_discovery 表明了一张表被发现的次数。"
#: libraries/messages.inc.php:1275
msgid ""
@@ -5619,12 +5684,15 @@ msgid ""
"it suggests that the server is doing a lot of full index scans; for example, "
"SELECT col1 FROM foo, assuming that col1 is indexed."
msgstr ""
+"读取一个索引入口点的次数。如果该值很大,说明你的服务器执行了很多完整索引扫"
+"描。例如,假设字段 col1 已经建立了索引,然后执行 SELECT col1 FROM foo 。"
#: libraries/messages.inc.php:1276
msgid ""
"The number of requests to read a row based on a key. If this is high, it is "
"a good indication that your queries and tables are properly indexed."
msgstr ""
+"根据索引读取行的请求数。如果该值很大,说明你的查询和表都建立了很好的索引。"
#: libraries/messages.inc.php:1277
msgid ""
@@ -5632,12 +5700,16 @@ msgid ""
"incremented if you are querying an index column with a range constraint or "
"if you are doing an index scan."
msgstr ""
+"根据索引顺序读取下一行的请求数。如果你在查询一个已索引的字段且限制了范围,或"
+"进行完整表扫描,该值将会不断增长。"
#: libraries/messages.inc.php:1278
msgid ""
"The number of requests to read the previous row in key order. This read "
"method is mainly used to optimize ORDER BY ... DESC."
msgstr ""
+"根据索引顺序读取上一行的请求数。这种读取方式通常用于优化带有 ORDER BY ... "
+"DESC 的查询。"
#: libraries/messages.inc.php:1279
msgid ""
@@ -5646,6 +5718,8 @@ msgid ""
"probably have a lot of queries that require MySQL to scan whole tables or "
"you have joins that don't use keys properly."
msgstr ""
+"根据固定位置读取行的请求数。如果你执行很多需要排序的查询,该值会很高。你可能"
+"有很多需要完整表扫描的查询,或者你使用了不正确的索引用来多表查询。"
#: libraries/messages.inc.php:1280
msgid ""
@@ -5654,34 +5728,36 @@ msgid ""
"tables are not properly indexed or that your queries are not written to take "
"advantage of the indexes you have."
msgstr ""
+"从数据文件中读取行的请求数。如果你在扫描很多表,该值会很大。通常情况下这意味"
+"着你的表没有做好索引,或者你的查询语句没有使用好索引字段。"
#: libraries/messages.inc.php:1281
msgid "The number of internal ROLLBACK statements."
-msgstr ""
+msgstr "内部回滚 (ROLLBACK) 语句数。"
#: libraries/messages.inc.php:1282
msgid "The number of requests to update a row in a table."
-msgstr ""
+msgstr "表中更新行的请求数。"
#: libraries/messages.inc.php:1283
msgid "The number of requests to insert a row in a table."
-msgstr ""
+msgstr "表中插入行的请求数。"
#: libraries/messages.inc.php:1284
msgid "The number of pages containing data (dirty or clean)."
-msgstr ""
+msgstr "非空页数 (含脏页) 。"
#: libraries/messages.inc.php:1285
msgid "The number of pages currently dirty."
-msgstr ""
+msgstr "当前脏页数。"
#: libraries/messages.inc.php:1286
msgid "The number of buffer pool pages that have been requested to be flushed."
-msgstr ""
+msgstr "请求更新的缓冲池页数。"
#: libraries/messages.inc.php:1287
msgid "The number of free pages."
-msgstr ""
+msgstr "空闲页数。"
#: libraries/messages.inc.php:1288
msgid ""
@@ -5689,6 +5765,8 @@ msgid ""
"being read or written or that can't be flushed or removed for some other "
"reason."
msgstr ""
+"InnoDB 缓冲池中锁定页的数量。这些页是正在被读取或写入的,或者是因其他原因不能"
+"被刷新或删除的。"
#: libraries/messages.inc.php:1289
msgid ""
@@ -5697,32 +5775,38 @@ msgid ""
"be calculated as Innodb_buffer_pool_pages_total - "
"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
msgstr ""
+"负载页的数量,像锁定行或适应性的散列索引这样的管理操作时分配的页。该值可用此"
+"公式计算: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - "
+"Innodb_buffer_pool_pages_data 。"
#: libraries/messages.inc.php:1290
msgid "Total size of buffer pool, in pages."
-msgstr ""
+msgstr "缓冲池总大小 (单位:页)。"
#: libraries/messages.inc.php:1291
msgid ""
"The number of \"random\" read-aheads InnoDB initiated. This happens when a "
"query is to scan a large portion of a table but in random order."
msgstr ""
+"InnoDB 初始化的“随机”预读数。这通常会在对一张表进行大范围的随机排序查询时发"
+"生。"
#: libraries/messages.inc.php:1292
msgid ""
"The number of sequential read-aheads InnoDB initiated. This happens when "
"InnoDB does a sequential full table scan."
msgstr ""
+"InnoDB 初始化的顺序预读数。这会在 InnoDB 执行一个顺序完整表扫描时发生。"
#: libraries/messages.inc.php:1293
msgid "The number of logical read requests InnoDB has done."
-msgstr ""
+msgstr "InnoDB 完成的逻辑读请求数。"
#: libraries/messages.inc.php:1294
msgid ""
"The number of logical reads that InnoDB could not satisfy from buffer pool "
"and had to do a single-page read."
-msgstr ""
+msgstr "InnoDB 进行逻辑读取时无法从缓冲池中获取而执行单页读取的次数。"
#: libraries/messages.inc.php:1295
msgid ""
@@ -5732,157 +5816,163 @@ msgid ""
"counter counts instances of these waits. If the buffer pool size was set "
"properly, this value should be small."
msgstr ""
+"写入 InnoDB 缓冲池通常在后台进行,但有必要在没有干净页的时候读取或创建页,有"
+"必要先等待页被刷新。该计数器统计了这种等待的数量。如果缓冲池大小设置正确,这"
+"个值应该会很小。"
#: libraries/messages.inc.php:1296
msgid "The number writes done to the InnoDB buffer pool."
-msgstr ""
+msgstr "写入 InnoDB 缓冲池的次数。"
#: libraries/messages.inc.php:1297
msgid "The number of fsync() operations so far."
-msgstr ""
+msgstr "fsync() 总操作的次数。"
#: libraries/messages.inc.php:1298
msgid "The current number of pending fsync() operations."
-msgstr ""
+msgstr "当前挂起 fsync() 操作的数量。"
#: libraries/messages.inc.php:1299
msgid "The current number of pending reads."
-msgstr ""
+msgstr "当前挂起的读操作数。"
#: libraries/messages.inc.php:1300
msgid "The current number of pending writes."
-msgstr ""
+msgstr "当前挂起的写操作数。"
#: libraries/messages.inc.php:1301
msgid "The amount of data read so far, in bytes."
-msgstr ""
+msgstr "读取的总数据量 (单位:字节)。"
#: libraries/messages.inc.php:1302
msgid "The total number of data reads."
-msgstr ""
+msgstr "数据读取总数。"
#: libraries/messages.inc.php:1303
msgid "The total number of data writes."
-msgstr ""
+msgstr "数据写入总数。"
#: libraries/messages.inc.php:1304
msgid "The amount of data written so far, in bytes."
-msgstr ""
+msgstr "写入的总数据量 (单位:字节)。"
#: libraries/messages.inc.php:1305
msgid "The number of pages that have been written for doublewrite operations."
-msgstr ""
+msgstr "以双写入操作写入的页数。"
#: libraries/messages.inc.php:1306
msgid "The number of doublewrite operations that have been performed."
-msgstr ""
+msgstr "已经执行的双写入次数。"
#: libraries/messages.inc.php:1307
msgid ""
"The number of waits we had because log buffer was too small and we had to "
"wait for it to be flushed before continuing."
-msgstr ""
+msgstr "因日志缓存太小而必须等待其被写入所造成的等待数。"
#: libraries/messages.inc.php:1308
msgid "The number of log write requests."
-msgstr ""
+msgstr "日志写入请求数。"
#: libraries/messages.inc.php:1309
msgid "The number of physical writes to the log file."
-msgstr ""
+msgstr "日志物理写入次数。"
#: libraries/messages.inc.php:1310
msgid "The number of fsync() writes done to the log file."
-msgstr ""
+msgstr "使用 fsync() 写入日志文件的次数。"
#: libraries/messages.inc.php:1311
msgid "The number of pending log file fsyncs."
-msgstr ""
+msgstr "当前挂起的使用 fsync() 写入日志文件数。"
#: libraries/messages.inc.php:1312
msgid "Pending log file writes."
-msgstr ""
+msgstr "当前挂起的日志写入数。"
#: libraries/messages.inc.php:1313
msgid "The number of bytes written to the log file."
-msgstr ""
+msgstr "写入日志文件的字节数。"
#: libraries/messages.inc.php:1314
msgid "The number of pages created."
-msgstr ""
+msgstr "创建的页数。"
#: libraries/messages.inc.php:1315
msgid ""
"The compiled-in InnoDB page size (default 16KB). Many values are counted in "
"pages; the page size allows them to be easily converted to bytes."
msgstr ""
+"编译的 InnoDB 页大小 (默认 16KB)。许多值都以页为单位进行统计,页大小可以很方"
+"便地将这些值转化为字节数。"
#: libraries/messages.inc.php:1316
msgid "The number of pages read."
-msgstr ""
+msgstr "读取的页数。"
#: libraries/messages.inc.php:1317
msgid "The number of pages written."
-msgstr ""
+msgstr "写入的页数。"
#: libraries/messages.inc.php:1318
msgid "The number of row locks currently being waited for."
-msgstr ""
+msgstr "正在等待行锁的数量。"
#: libraries/messages.inc.php:1319
msgid "The average time to acquire a row lock, in milliseconds."
-msgstr ""
+msgstr "等待获得行锁的平均时间 (单位:毫秒)。"
#: libraries/messages.inc.php:1320
msgid "The total time spent in acquiring row locks, in milliseconds."
-msgstr ""
+msgstr "等待获得行锁的总时间 (单位:毫秒)。"
#: libraries/messages.inc.php:1321
msgid "The maximum time to acquire a row lock, in milliseconds."
-msgstr ""
+msgstr "等待获得行锁的最大时间 (单位:毫秒)。"
#: libraries/messages.inc.php:1322
msgid "The number of times a row lock had to be waited for."
-msgstr ""
+msgstr "等待行锁的次数。"
#: libraries/messages.inc.php:1323
msgid "The number of rows deleted from InnoDB tables."
-msgstr ""
+msgstr "从 InnoDB 表中删除的行数。"
#: libraries/messages.inc.php:1324
msgid "The number of rows inserted in InnoDB tables."
-msgstr ""
+msgstr "插入到 InnoDB 表中的行数。"
#: libraries/messages.inc.php:1325
msgid "The number of rows read from InnoDB tables."
-msgstr ""
+msgstr "从 InnoDB 表中读取的行数。"
#: libraries/messages.inc.php:1326
msgid "The number of rows updated in InnoDB tables."
-msgstr ""
+msgstr "InnoDB 中更新的行数。"
#: libraries/messages.inc.php:1327
msgid ""
"The number of key blocks in the key cache that have changed but haven't yet "
"been flushed to disk. It used to be known as Not_flushed_key_blocks."
msgstr ""
+"键缓存中还没有被写入到磁盘的键块数。该值过去名为 Not_flushed_key_blocks 。"
#: libraries/messages.inc.php:1328
msgid ""
"The number of unused blocks in the key cache. You can use this value to "
"determine how much of the key cache is in use."
-msgstr ""
+msgstr "键缓存中未使用的块数。你可以根据这个值判断当前使用了多少键缓存。"
#: libraries/messages.inc.php:1329
msgid ""
"The number of used blocks in the key cache. This value is a high-water mark "
"that indicates the maximum number of blocks that have ever been in use at "
"one time."
-msgstr ""
+msgstr "键缓存中已经使用的块数。该值指示在某个时刻使用了最多块数的数量。"
#: libraries/messages.inc.php:1330
msgid "The number of requests to read a key block from the cache."
-msgstr ""
+msgstr "从缓存中读取键块的请求次数。"
#: libraries/messages.inc.php:1331
msgid ""
@@ -5890,14 +5980,16 @@ msgid ""
"then your key_buffer_size value is probably too small. The cache miss rate "
"can be calculated as Key_reads/Key_read_requests."
msgstr ""
+"从磁盘中物理读取键块的次数。如果 Key_reads 很大,则说明您的 key_buffer_size "
+"可能设置得太小了。缓存缺失率可以由 Key_reads/Key_read_requests 计算得出。"
#: libraries/messages.inc.php:1332
msgid "The number of requests to write a key block to the cache."
-msgstr ""
+msgstr "将一个键块写入缓存的请求数。"
#: libraries/messages.inc.php:1333
msgid "The number of physical writes of a key block to disk."
-msgstr ""
+msgstr "将键块物理写入到磁盘的次数。"
#: libraries/messages.inc.php:1334
msgid ""
@@ -5905,44 +5997,46 @@ msgid ""
"optimizer. Useful for comparing the cost of different query plans for the "
"same query. The default value of 0 means that no query has been compiled yet."
msgstr ""
+"最后编译的查询的总开销由查询优化器计算得出,可用于比较使用不同的查询语句进行"
+"相同的查询时的效率差异。默认值0表示还没有查询被编译。"
#: libraries/messages.inc.php:1335
msgid "The number of rows waiting to be written in INSERT DELAYED queues."
-msgstr ""
+msgstr "等待写入延迟插入队列的行数。"
#: libraries/messages.inc.php:1336
msgid ""
"The number of tables that have been opened. If opened tables is big, your "
"table cache value is probably too small."
-msgstr ""
+msgstr "已经打开的表个数。如果该值很大,则说明表缓冲大小可能设置过小。"
#: libraries/messages.inc.php:1337
msgid "The number of files that are open."
-msgstr ""
+msgstr "打开的文件个数。"
#: libraries/messages.inc.php:1338
msgid "The number of streams that are open (used mainly for logging)."
-msgstr ""
+msgstr "打开的流个数 (主要用于日志记录)。"
#: libraries/messages.inc.php:1339
msgid "The number of tables that are open."
-msgstr ""
+msgstr "打开的数据表个数。"
#: libraries/messages.inc.php:1340
msgid "The number of free memory blocks in query cache."
-msgstr ""
+msgstr "查询缓存中空闲的内存块数。"
#: libraries/messages.inc.php:1341
msgid "The amount of free memory for query cache."
-msgstr ""
+msgstr "查询缓存中空闲的内存总数。"
#: libraries/messages.inc.php:1342
msgid "The number of cache hits."
-msgstr ""
+msgstr "缓存命中数。"
#: libraries/messages.inc.php:1343
msgid "The number of queries added to the cache."
-msgstr ""
+msgstr "加入到缓存的查询数。"
#: libraries/messages.inc.php:1344
msgid ""
@@ -5951,80 +6045,90 @@ msgid ""
"cache size. The query cache uses a least recently used (LRU) strategy to "
"decide which queries to remove from the cache."
msgstr ""
+"为缓存新的查询而被删除的已缓存查询的个数,由最近最少使用算法 (LRU) 确定应删除"
+"哪个已缓存的查询。该信息可帮助您调整查询缓存大小。"
#: libraries/messages.inc.php:1345
msgid ""
"The number of non-cached queries (not cachable, or not cached due to the "
"query_cache_type setting)."
msgstr ""
+"未缓存的查询数 (包括不能被缓存,或因为 query_cache_type 的设置而没有被缓存的"
+"查询)。"
#: libraries/messages.inc.php:1346
msgid "The number of queries registered in the cache."
-msgstr ""
+msgstr "在缓存中注册的查询数。"
#: libraries/messages.inc.php:1347
msgid "The total number of blocks in the query cache."
-msgstr ""
+msgstr "查询缓存中的总块数。"
#: libraries/messages.inc.php:1348
msgctxt "$strShowStatusReset"
msgid "Reset"
-msgstr ""
+msgstr "重设"
#: libraries/messages.inc.php:1349
msgid "The status of failsafe replication (not yet implemented)."
-msgstr ""
+msgstr "失败保护器的状态 (尚未应用)。"
#: libraries/messages.inc.php:1350
msgid ""
"The number of joins that do not use indexes. If this value is not 0, you "
"should carefully check the indexes of your tables."
msgstr ""
+"没有使用索引的多表查询数。如果该值不为0,您应该仔细检查是否已经为表建立了适当"
+"的索引。"
#: libraries/messages.inc.php:1351
msgid "The number of joins that used a range search on a reference table."
-msgstr ""
+msgstr "使用在关联表上使用范围搜索的多表查询的数量。"
#: libraries/messages.inc.php:1352
msgid ""
"The number of joins without keys that check for key usage after each row. "
"(If this is not 0, you should carefully check the indexes of your tables.)"
msgstr ""
+"没有使用索引但在每行之后检查索引使用的多表查询数。(如果该值不为 0,您应该仔细"
+"检查是否已经为表建立了适当的索引。)"
#: libraries/messages.inc.php:1353
msgid ""
"The number of joins that used ranges on the first table. (It's normally not "
"critical even if this is big.)"
msgstr ""
+"在第一张表上使用范围查询的多表查询数。(即使该值很大,通常也不会有致命的影"
+"响。)"
#: libraries/messages.inc.php:1354
msgid "The number of joins that did a full scan of the first table."
-msgstr ""
+msgstr "在第一张表上进行了完整表扫描的多表查询数。"
#: libraries/messages.inc.php:1355
msgid "The number of temporary tables currently open by the slave SQL thread."
-msgstr ""
+msgstr "当前由从 SQL 线程打开的临时表的数量。"
#: libraries/messages.inc.php:1356
msgid ""
"Total (since startup) number of times the replication slave SQL thread has "
"retried transactions."
-msgstr ""
+msgstr "从 SQL 线程总共重试事务复制数。"
#: libraries/messages.inc.php:1357
msgid "This is ON if this server is a slave that is connected to a master."
-msgstr ""
+msgstr "如果该值为 ON,则这台服务器是一台已经连接到主服务器的从服务器。"
#: libraries/messages.inc.php:1358
msgid ""
"The number of threads that have taken more than slow_launch_time seconds to "
"create."
-msgstr ""
+msgstr "使用了比 slow_launch_time 更多的时间来启动的线程数量。"
#: libraries/messages.inc.php:1359
msgid ""
"The number of queries that have taken more than long_query_time seconds."
-msgstr ""
+msgstr "使用了比 long_query_time 更多时间的查询数。"
#: libraries/messages.inc.php:1360
msgid ""
@@ -6032,22 +6136,24 @@ msgid ""
"is large, you should consider increasing the value of the sort_buffer_size "
"system variable."
msgstr ""
+"排序算法使用归并的次数。如果该值很大,您应该考虑增加系统变量 "
+"sort_buffer_size 的值。"
#: libraries/messages.inc.php:1361
msgid "The number of sorts that were done with ranges."
-msgstr ""
+msgstr "局部范围完成的排序次数。"
#: libraries/messages.inc.php:1362
msgid "The number of sorted rows."
-msgstr ""
+msgstr "排序的行数。"
#: libraries/messages.inc.php:1363
msgid "The number of sorts that were done by scanning the table."
-msgstr ""
+msgstr "扫描表完成的排序次数。"
#: libraries/messages.inc.php:1364
msgid "The number of times that a table lock was acquired immediately."
-msgstr ""
+msgstr "立即需要锁定表的次数。"
#: libraries/messages.inc.php:1365
msgid ""
@@ -6056,6 +6162,8 @@ msgid ""
"should first optimize your queries, and then either split your table or "
"tables or use replication."
msgstr ""
+"无法立即获得锁定表而必须等待的次数。如果该值很高,且您遇到了性能方面的问题,"
+"则应该首先检查您的查询语句,然后使用复制操作来分开表。"
#: libraries/messages.inc.php:1366
msgid ""
@@ -6063,10 +6171,12 @@ msgid ""
"calculated as Threads_created/Connections. If this value is red you should "
"raise your thread_cache_size."
msgstr ""
+"线程缓存中线程的数量。缓存命中率可以由 Threads_created/Connections 计算得出。"
+"如果该值是红色的,则应该增加 thread_cache_size 的值。"
#: libraries/messages.inc.php:1367
msgid "The number of currently open connections."
-msgstr ""
+msgstr "当前打开的连接数。"
#: libraries/messages.inc.php:1368
msgid ""
@@ -6075,41 +6185,45 @@ msgid ""
"doesn't give a notable performance improvement if you have a good thread "
"implementation.)"
msgstr ""
+"当前用于控制连接的线程数。如果 Threads_created 很大,您可能需要增加 "
+"thread_cache_size 的值 (如果线程状况良好,这么做通常并不会带来显著的性能提"
+"升)。"
#: libraries/messages.inc.php:1369
msgid "The number of threads that are not sleeping."
-msgstr ""
+msgstr "非睡眠状态的线程数量。"
#: libraries/messages.inc.php:1370
msgid "Show dimension of tables"
-msgstr ""
+msgstr "显示表格大小"
#: libraries/messages.inc.php:1371
-#, fuzzy
msgid "Show tables"
-msgstr "新数据表"
+msgstr "显示表"
#: libraries/messages.inc.php:1372
msgid " Show this query here again "
-msgstr ""
+msgstr " 在此再次显示此查询 "
#: libraries/messages.inc.php:1373
msgid "Simplified Chinese"
-msgstr ""
+msgstr "简体中文"
#: libraries/messages.inc.php:1374
msgid "(singly)"
-msgstr ""
+msgstr "(逐一)"
#: libraries/messages.inc.php:1375
msgid "Size"
-msgstr ""
+msgstr "大小"
#: libraries/messages.inc.php:1377
msgid ""
"Make sure, you have unique server-id in your configuration file (my.cnf). If "
"not, please add the following line into [mysqld] section:"
msgstr ""
+"请确保在你的配置文件 (my.cnf) 中具有唯一的服务器标识 (server-id) 。若没有,请"
+"添加此行到 [mysqld] 一节中:"
#: libraries/messages.inc.php:1378
msgid "Slovak"
@@ -6121,57 +6235,55 @@ msgstr "斯洛文尼亚语"
#: libraries/messages.inc.php:1380
msgid "Small/Big All"
-msgstr ""
+msgstr "全部收缩/展开"
#: libraries/messages.inc.php:1381
msgid "Snap to grid"
-msgstr ""
+msgstr "对齐网格"
#: libraries/messages.inc.php:1382
msgid "(or the local MySQL server's socket is not correctly configured)"
-msgstr ""
+msgstr "(或者本地 MySQL 服务器的套接字没有正确配置)"
#: libraries/messages.inc.php:1383
msgid "Socket"
-msgstr ""
+msgstr "套接字"
#: libraries/messages.inc.php:1384
msgid "Sort by key"
-msgstr ""
+msgstr "主键排序"
#: libraries/messages.inc.php:1385
msgid "Sorting"
-msgstr ""
+msgstr "排序"
#: libraries/messages.inc.php:1386
msgid "Sort"
-msgstr ""
+msgstr "排序"
#: libraries/messages.inc.php:1387
msgid "Space usage"
-msgstr ""
+msgstr "已用空间"
#: libraries/messages.inc.php:1388
-#, fuzzy
msgid "Spanish"
-msgstr "丹麦语"
+msgstr "西班牙语"
#: libraries/messages.inc.php:1389
msgid "Words are separated by a space character (\" \")."
-msgstr ""
+msgstr "每个单词用空格 (“ ”) 分隔。"
#: libraries/messages.inc.php:1390
msgid "SQL compatibility mode"
-msgstr ""
+msgstr "SQL 兼容模式"
#: libraries/messages.inc.php:1391
-#, fuzzy
msgid "Export type"
-msgstr "事件类型"
+msgstr "导出类型"
#: libraries/messages.inc.php:1392
msgid "Export time in UTC"
-msgstr ""
+msgstr "以协调世界时 (UTC) 导出时间"
#: libraries/messages.inc.php:1393
msgid ""
@@ -6185,88 +6297,96 @@ msgid ""
"please reduce your SQL query input to the single query that causes problems, "
"and submit a bug report with the data chunk in the CUT section below:"
msgstr ""
+"您可能发现了 SQL 解析器的缺陷 (bug)。请仔细检查您的查询,包括引号是否正确及是"
+"否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您"
+"还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务"
+"器的错误输出,这可能对您解决问题有一定的帮助。如果您仍然有问题,或者命令行界"
+"面执行成功而解析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下"
+"面剪切区中的数据一起提交一个缺陷 (bug) 报告:"
#: libraries/messages.inc.php:1394
msgid ""
"There seems to be an error in your SQL query. The MySQL server error output "
"below, if there is any, may also help you in diagnosing the problem"
msgstr ""
+"您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可"
+"能对您解决问题有一定的帮助。"
#: libraries/messages.inc.php:1395
msgid "SQL query"
-msgstr ""
+msgstr "SQL 查询"
#: libraries/messages.inc.php:1396
msgid "SQL result"
-msgstr ""
+msgstr "SQL 查询结果"
#: libraries/messages.inc.php:1397
msgid "SQL"
-msgstr ""
+msgstr "SQL"
#: libraries/messages.inc.php:1398
msgid "Invalid Identifer"
-msgstr ""
+msgstr "无效的标识符"
#: libraries/messages.inc.php:1399
msgid "Unclosed quote"
-msgstr ""
+msgstr "引号不配对"
#: libraries/messages.inc.php:1400
msgid "Unknown Punctuation String"
-msgstr ""
+msgstr "未知的标点符号字符串"
#: libraries/messages.inc.php:1401
msgid "Stand-in structure for view"
-msgstr ""
+msgstr "替换视图以便查看"
#: libraries/messages.inc.php:1402
-#, fuzzy
msgid "Start"
-msgstr "周六"
+msgstr "开始"
#: libraries/messages.inc.php:1403
msgid "Last check"
-msgstr ""
+msgstr "最后检查"
#: libraries/messages.inc.php:1404
-#, fuzzy
msgid "Creation"
-msgstr "克罗地亚语"
+msgstr "创建时间"
#: libraries/messages.inc.php:1405
msgid "Statements"
-msgstr ""
+msgstr "说明"
#: libraries/messages.inc.php:1406
msgid "static"
-msgstr ""
+msgstr "静态"
#: libraries/messages.inc.php:1407
msgid ""
"On a busy server, the byte counters may overrun, so those statistics as "
"reported by the MySQL server may be incorrect."
msgstr ""
+"在高负载的服务器上,字节计数器可能会溢出,因此由 MySQL 返回的统计值可能会不正"
+"确"
#: libraries/messages.inc.php:1408
msgid "Last update"
-msgstr ""
+msgstr "最后更新"
#: libraries/messages.inc.php:1409
msgid "Status"
-msgstr ""
+msgstr "状态"
#: libraries/messages.inc.php:1410
msgid "Stop"
-msgstr ""
+msgstr "停止"
#: libraries/messages.inc.php:1411
msgid "Storage Engines"
-msgstr ""
+msgstr "存储引擎"
#: libraries/messages.inc.php:1412
msgid "Storage Engine"
-msgstr ""
+msgstr "存储引擎"
#: libraries/messages.inc.php:1413
#, fuzzy
@@ -6276,65 +6396,62 @@ msgstr "CSV"
#: libraries/messages.inc.php:1414
msgid "Structure and data"
-msgstr ""
+msgstr "结构和数据"
#: libraries/messages.inc.php:1415
msgid "CSV for MS Excel"
-msgstr ""
+msgstr "MS Excel 的 CSV 格式"
#: libraries/messages.inc.php:1416
msgid "Native MS Excel format"
-msgstr ""
+msgstr "原生 MS Excel 格式"
#: libraries/messages.inc.php:1417
msgid "Structure only"
-msgstr ""
+msgstr "仅结构"
#: libraries/messages.inc.php:1418
msgid "Propose table structure"
-msgstr ""
+msgstr "规划表结构"
#: libraries/messages.inc.php:1419
-#, fuzzy
msgid "Structure Difference"
-msgstr "数据差异"
+msgstr "结构差异"
#: libraries/messages.inc.php:1420
msgid "Structure for view"
-msgstr ""
+msgstr "视图结构"
#: libraries/messages.inc.php:1421
msgid "structure"
-msgstr ""
+msgstr "结构"
#: libraries/messages.inc.php:1422
msgid "Structure"
-msgstr ""
+msgstr "结构"
#: libraries/messages.inc.php:1423
-#, fuzzy
msgid "Structure Synchronization"
-msgstr "数据同步"
+msgstr "结构同步"
#: libraries/messages.inc.php:1424
msgid "Submit"
-msgstr ""
+msgstr "提交"
#: libraries/messages.inc.php:1425
msgid "Your SQL query has been executed successfully"
-msgstr ""
+msgstr "您的 SQL 语句已成功运行"
#: libraries/messages.inc.php:1426
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
-msgstr ""
+msgstr "服务器上运行了 Suhosin。请先查看%s文档%s中是否有类似的情况。"
#: libraries/messages.inc.php:1427
-#, fuzzy
msgid "Sum"
-msgstr "周日"
+msgstr "总计"
#: libraries/messages.inc.php:1428
msgid "Swedish"
@@ -6342,182 +6459,173 @@ msgstr "瑞典语"
#: libraries/messages.inc.php:1429
msgid "Authenticating..."
-msgstr ""
+msgstr "正在认证..."
#: libraries/messages.inc.php:1430
msgid "Hardware authentication failed"
-msgstr ""
+msgstr "硬件认证失败"
#: libraries/messages.inc.php:1431
#, php-format
msgid "File %s does not contain any key id"
-msgstr ""
+msgstr "文件 %s 未包含任何密钥"
#: libraries/messages.inc.php:1432
msgid "No valid authentication key plugged"
-msgstr ""
+msgstr "没有可用的密钥插入"
#: libraries/messages.inc.php:1433
msgid "Switch to copied database"
-msgstr ""
+msgstr "切换到复制的数据库"
#: libraries/messages.inc.php:1434
msgid "Switch to copied table"
-msgstr ""
+msgstr "切换到复制的数据表"
#: libraries/messages.inc.php:1435
msgid ""
"Target database will be completely synchronized with source database. Source "
"database will remain unchanged."
-msgstr ""
+msgstr "目标数据库将完全根据源数据库同步。源数据库将保持不变。"
#: libraries/messages.inc.php:1436
msgid "Synchronize Databases"
-msgstr ""
+msgstr "同步数据库"
#: libraries/messages.inc.php:1437
msgid "Synchronize"
-msgstr ""
+msgstr "同步"
#: libraries/messages.inc.php:1439
msgid "Add column(s)"
-msgstr ""
+msgstr "增加字段"
#: libraries/messages.inc.php:1440
#, php-format
msgid "Table %s already exists!"
-msgstr ""
+msgstr "数据表 %s 已存在!"
#: libraries/messages.inc.php:1441
msgid "Alter column(s)"
-msgstr ""
+msgstr "修改字段"
#: libraries/messages.inc.php:1442
#, php-format
msgid "Table %1$s has been altered successfully"
-msgstr ""
+msgstr "已成功修改表 %1$s "
#: libraries/messages.inc.php:1443
msgid "Alter index(s)"
-msgstr ""
+msgstr "修改索引"
#: libraries/messages.inc.php:1444
msgid "Apply index(s)"
-msgstr ""
+msgstr "增加索引"
#: libraries/messages.inc.php:1445
-#, fuzzy
msgid "Table comments"
-msgstr "数据库注释:"
+msgstr "表注释"
#: libraries/messages.inc.php:1446
msgid "Would you like to delete all the previous rows from target tables?"
-msgstr ""
+msgstr "你希望删除当前目标表中的所有数据吗?"
#: libraries/messages.inc.php:1447
-#, fuzzy
msgid "The table name is empty!"
-msgstr "数据库名不能为空!"
+msgstr "表名不能为空!"
#: libraries/messages.inc.php:1448
-#, fuzzy, php-format
+#, php-format
msgid "Table %1$s has been created."
-msgstr "创建数据库 %1$s 成功。"
+msgstr "创建数据表 %1$s 成功。"
#: libraries/messages.inc.php:1449
-#, fuzzy, php-format
+#, php-format
msgid "Table %s has been dropped"
-msgstr "已删除字段 %s "
+msgstr "已删除表 %s "
#: libraries/messages.inc.php:1450
-#, fuzzy, php-format
+#, php-format
msgid "Table %s has been emptied"
-msgstr "已将数据表 %s 复制为 %s。"
+msgstr "已清空表 %s "
#: libraries/messages.inc.php:1451
-#, fuzzy, php-format
+#, php-format
msgid "Table %s has been flushed"
-msgstr "已删除字段 %s "
+msgstr "已强制更新表 %s "
#: libraries/messages.inc.php:1452
msgid "Insert row(s)"
-msgstr ""
+msgstr "增加行"
#: libraries/messages.inc.php:1453
-#, fuzzy
msgid "Table seems to be empty!"
-msgstr "数据库是空的!"
+msgstr "数据表是空的!"
#: libraries/messages.inc.php:1454
-#, fuzzy
msgid "Table maintenance"
-msgstr "分区维护"
+msgstr "表维护"
#: libraries/messages.inc.php:1455
-#, fuzzy
msgid "Table name"
msgstr "数据表名"
#: libraries/messages.inc.php:1456
msgid "Table of contents"
-msgstr ""
+msgstr "目录"
#: libraries/messages.inc.php:1457
-#, fuzzy
msgid "Table options"
-msgstr "表的标题"
+msgstr "表选项"
#: libraries/messages.inc.php:1458
msgid "Remove column(s)"
-msgstr ""
+msgstr "删除字段"
#: libraries/messages.inc.php:1459
msgid "Remove index(s)"
-msgstr ""
+msgstr "删除索引"
#: libraries/messages.inc.php:1460
#, php-format
msgid "%s table(s)"
-msgstr ""
+msgstr "%s 张表"
#: libraries/messages.inc.php:1461
msgid "Table structure for table"
-msgstr ""
+msgstr "表的结构"
#: libraries/messages.inc.php:1462
-#, fuzzy
msgid "Table"
-msgstr "启用"
+msgstr "表"
#: libraries/messages.inc.php:1463
msgid "Update row(s)"
-msgstr ""
+msgstr "更新行"
#: libraries/messages.inc.php:1464
msgid "take it"
-msgstr ""
+msgstr "确定"
#: libraries/messages.inc.php:1465
-#, fuzzy
msgid "Target database has been synchronized with source database"
-msgstr "选中的数据表已根据源数据表同步。"
+msgstr "已根据源数据库同步目标数据库"
#: libraries/messages.inc.php:1466
-#, fuzzy
msgid "Table-specific privileges"
-msgstr "按数据库指定权限"
+msgstr "按表指定权限"
#: libraries/messages.inc.php:1467
msgid "Temporary data"
-msgstr ""
+msgstr "临时数据"
#: libraries/messages.inc.php:1468
msgid " Because of its length,<br /> this field might not be editable "
-msgstr ""
+msgstr " 由于长度限制<br />此字段可能无法编辑 "
#: libraries/messages.inc.php:1469
msgid "Texy! text"
-msgstr ""
+msgstr "Texy! 文本"
#: libraries/messages.inc.php:1470
msgid "Thai"
@@ -6526,159 +6634,156 @@ msgstr "泰语"
#: libraries/messages.inc.php:1471
#, php-format
msgid "Default theme %s not found!"
-msgstr ""
+msgstr "未找到默认主题 %s !"
#: libraries/messages.inc.php:1472
msgid "No preview available."
-msgstr ""
+msgstr "没有可用的预览。"
#: libraries/messages.inc.php:1473
#, php-format
msgid "Theme %s not found!"
-msgstr ""
+msgstr "未找到主题 %s !"
#: libraries/messages.inc.php:1474
#, php-format
msgid "No valid image path for theme %s found!"
-msgstr ""
+msgstr "找不到主题 %s 对应的图片路径!"
#: libraries/messages.inc.php:1475
#, php-format
msgid "Theme path not found for theme %s!"
-msgstr ""
+msgstr "找不到主题 %s 的路径"
#: libraries/messages.inc.php:1476
msgid "Theme / Style"
-msgstr ""
+msgstr "主题 / 风格"
#: libraries/messages.inc.php:1477
msgid "This Host"
-msgstr ""
+msgstr "此主机"
#: libraries/messages.inc.php:1478
msgid "Threads"
-msgstr ""
+msgstr "线程"
#: libraries/messages.inc.php:1479
#, php-format
msgid "Thread %s was successfully killed."
-msgstr ""
+msgstr "已杀死线程 %s 。"
#: libraries/messages.inc.php:1480
#, php-format
msgid ""
"Previous import timed out, after resubmitting will continue from position %d."
-msgstr ""
+msgstr "上一个导入操作超时,随后重新提交将会从 %d 处开始。"
#: libraries/messages.inc.php:1481
msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
+"在最后一次执行时没有数据被解析,建议您增加 PHP 运行时间限制,否则 phpMyAdmin "
+"将无法完成导入操作。"
#: libraries/messages.inc.php:1482
msgid ""
"Script timeout passed, if you want to finish import, please resubmit same "
"file and import will resume."
-msgstr ""
+msgstr "脚本超时,如果你要完成导入,请重新提交相同的文件,导入将会继续进行。"
#: libraries/messages.inc.php:1483
msgid "Time"
-msgstr ""
+msgstr "时间"
#: libraries/messages.inc.php:1484
msgid "to/from page"
-msgstr ""
+msgstr "到/从 页"
#: libraries/messages.inc.php:1485
msgid "Toggle scratchboard"
-msgstr ""
+msgstr "切换刮板"
#: libraries/messages.inc.php:1486
msgid "Toggle small/big"
-msgstr ""
+msgstr "反向收缩/展开"
#: libraries/messages.inc.php:1487
msgid "To select relation, click :"
-msgstr ""
+msgstr "要选择关系,点击:"
#: libraries/messages.inc.php:1488
-#, fuzzy
msgid "total"
-msgstr "本地"
+msgstr "总计"
#: libraries/messages.inc.php:1489
-#, fuzzy
msgid "Total"
-msgstr "本地"
+msgstr "总计"
#: libraries/messages.inc.php:1490
#, php-format
msgid "Tracking of %s.%s is activated."
-msgstr ""
+msgstr "%s.%s 的追踪已启用。"
#: libraries/messages.inc.php:1491
msgid "Activate now"
-msgstr ""
+msgstr "立即启用"
#: libraries/messages.inc.php:1492
#, php-format
msgid "Activate tracking for %s.%s"
-msgstr ""
+msgstr "启用 %s.%s 的追踪"
#: libraries/messages.inc.php:1493
msgid "Comment out these two lines if you do not need them."
-msgstr ""
+msgstr "如果你不需要,请注释以下两行。"
#: libraries/messages.inc.php:1494
-#, fuzzy
msgid "Create version"
-msgstr "创建关系"
+msgstr "创建版本"
#: libraries/messages.inc.php:1495
#, php-format
msgid "Create version %s of %s.%s"
-msgstr ""
+msgstr "为 %2$s.%3$s 创建版本 %1$s"
#: libraries/messages.inc.php:1496
-#, fuzzy
msgid "Database Log"
-msgstr "数据库"
+msgstr "数据库日志"
#: libraries/messages.inc.php:1497
msgid "Data definition statement"
-msgstr ""
+msgstr "数据定义语句"
#: libraries/messages.inc.php:1498
msgid "Data manipulation statement"
-msgstr ""
+msgstr "数据操作语句"
#: libraries/messages.inc.php:1499
-#, fuzzy
msgid "Date"
-msgstr "数据"
+msgstr "日期"
#: libraries/messages.inc.php:1500
msgid "Deactivate now"
-msgstr ""
+msgstr "立即禁用"
#: libraries/messages.inc.php:1501
#, php-format
msgid "Deactivate tracking for %s.%s"
-msgstr ""
+msgstr "禁用 %s.%s 的追踪"
#: libraries/messages.inc.php:1502
#, php-format
msgid "Export as %s"
-msgstr ""
+msgstr "导出为 %s"
#: libraries/messages.inc.php:1503
msgid "Tracking is active."
-msgstr ""
+msgstr "追踪已启用。"
#: libraries/messages.inc.php:1504
msgid "Tracking is not active."
-msgstr ""
+msgstr "追踪已禁用。"
#: libraries/messages.inc.php:1505
msgid "Tracking Mechanism"
@@ -6686,159 +6791,155 @@ msgstr ""
#: libraries/messages.inc.php:1506
msgid "Close"
-msgstr ""
+msgstr "关闭"
#: libraries/messages.inc.php:1507
#, php-format
msgid "Tracking report for table `%s`"
-msgstr ""
+msgstr "`%s` 的追踪报告"
#: libraries/messages.inc.php:1508
msgid "Tracking report"
-msgstr ""
+msgstr "追踪报告"
#: libraries/messages.inc.php:1509
#, php-format
msgid "Show %s with dates from %s to %s by user %s %s"
-msgstr ""
+msgstr "显示自 %2$s 起至 %3$s 用户 %4$s 执行的 %1$s %5$s"
#: libraries/messages.inc.php:1510
msgid "Show versions"
-msgstr ""
+msgstr "查看版本"
#: libraries/messages.inc.php:1511
msgid "SQL dump (file download)"
-msgstr ""
+msgstr "SQL 转储 (文件下载)"
#: libraries/messages.inc.php:1512
msgid "SQL dump"
-msgstr ""
+msgstr "SQL 转储"
#: libraries/messages.inc.php:1513
msgid "SQL statements executed."
-msgstr ""
+msgstr "SQL 语句已执行。"
#: libraries/messages.inc.php:1514
msgid "This option will replace your table and contained data."
-msgstr ""
+msgstr "该选项将导致当前表的结构和数据被替换。"
#: libraries/messages.inc.php:1515
msgid "SQL execution"
-msgstr ""
+msgstr "执行 SQL 语句"
#: libraries/messages.inc.php:1516
msgid "SQL statements exported. Please copy the dump or execute it."
-msgstr ""
+msgstr "SQL 语句已导出。请复制保存或运行它。"
#: libraries/messages.inc.php:1517
msgid "Tracking statements"
-msgstr ""
+msgstr "追踪语句"
#: libraries/messages.inc.php:1518
msgid "active"
-msgstr ""
+msgstr "启用"
#: libraries/messages.inc.php:1519
msgid "not active"
-msgstr ""
+msgstr "禁用"
#: libraries/messages.inc.php:1520
msgid "Structure snapshot"
-msgstr ""
+msgstr "结构快照"
#: libraries/messages.inc.php:1521
-#, fuzzy
msgid "Created"
msgstr "创建"
#: libraries/messages.inc.php:1522
msgid "Last version"
-msgstr ""
+msgstr "最新版本"
#: libraries/messages.inc.php:1523
msgid "Updated"
-msgstr ""
+msgstr "更新"
#: libraries/messages.inc.php:1524
msgid "Version"
-msgstr ""
+msgstr "版本"
#: libraries/messages.inc.php:1525
msgid "Track these data definition statements:"
-msgstr ""
+msgstr "追踪下列数据定义语句:"
#: libraries/messages.inc.php:1526
msgid "Track these data manipulation statements:"
-msgstr ""
+msgstr "追踪下列数据操作语句:"
#: libraries/messages.inc.php:1527
msgid "Tracked tables"
-msgstr ""
+msgstr "已追踪的表"
#: libraries/messages.inc.php:1528
msgid "Tracking"
-msgstr ""
+msgstr "追踪"
#: libraries/messages.inc.php:1529
-#, fuzzy
msgid "Track table"
-msgstr "检查表"
+msgstr "追踪表"
#: libraries/messages.inc.php:1530
msgid "Untracked tables"
-msgstr ""
+msgstr "未追踪的表"
#: libraries/messages.inc.php:1531
-#, fuzzy
msgid "Username"
-msgstr "用户名:"
+msgstr "用户名"
#: libraries/messages.inc.php:1532
#, php-format
msgid "Tracking for %s.%s , version %s is activated."
-msgstr ""
+msgstr "%s.%s 的追踪,版本 %s 已启用。"
#: libraries/messages.inc.php:1533
#, php-format
msgid "Version %s is created, tracking for %s.%s is activated."
-msgstr ""
+msgstr "已创建版本 %s,%s.%s 的追踪已启用。"
#: libraries/messages.inc.php:1534
#, php-format
msgid "Tracking for %s.%s , version %s is deactivated."
-msgstr ""
+msgstr "%s.%s 的追踪,版本 %s 已禁用。"
#: libraries/messages.inc.php:1535
#, php-format
msgid "Version %s snapshot (SQL code)"
-msgstr ""
+msgstr "版本 %s 的快照 (SQL 代码)"
#: libraries/messages.inc.php:1536
-#, fuzzy
msgid "Versions"
-msgstr "操作"
+msgstr "版本"
#: libraries/messages.inc.php:1537
msgid ""
"You can execute the dump by creating and using a temporary database. Please "
"ensure that you have the privileges to do so."
-msgstr ""
+msgstr "你可以通过创建一个临时数据库来执行这个转储。请确保你有足够的权限。"
#: libraries/messages.inc.php:1538
msgid "Traditional Chinese"
-msgstr ""
+msgstr "正体中文"
#: libraries/messages.inc.php:1539
msgid "Traditional Spanish"
-msgstr ""
+msgstr "传统西班牙语"
#: libraries/messages.inc.php:1540
msgid "Traffic"
-msgstr ""
+msgstr "流量"
#: libraries/messages.inc.php:1541
msgid "Transaction coordinator"
-msgstr ""
+msgstr "事务协调"
#: libraries/messages.inc.php:1542
msgid ""
@@ -6847,26 +6948,29 @@ msgid ""
"of a field which contains the filename. If you use the second option, you "
"need to set the first option to the empty string."
msgstr ""
+"字段中显示一个二进制数据的下载连接。第一个选项是文件名,或使用第二个选项,用"
+"表中的一个字段作为文件名。如果你使用第二个选项那么第一个选项必须留空。"
#: libraries/messages.inc.php:1543
msgid ""
"Displays hexadecimal representation of data. Optional first parameter "
"specifies how often space will be added (defaults to 2 nibbles)."
msgstr ""
+"显示十六进制的数据。第一个参数设置需要增加多少个空格 (默认值为一个字节宽度)。"
#: libraries/messages.inc.php:1544
msgid ""
"Displays a clickable thumbnail. The options are the maximum width and height "
"in pixels. The original aspect ratio is preserved."
-msgstr ""
+msgstr "显示可点击的缩略图。在原比例不变的情况下,可按像素指定最大宽度或高度。"
#: libraries/messages.inc.php:1545
msgid "Displays a link to download this image."
-msgstr ""
+msgstr "显示下载此图像的链接。"
#: libraries/messages.inc.php:1546
msgid "See image/jpeg: inline"
-msgstr ""
+msgstr "参见 image/jpeg: inline"
#: libraries/messages.inc.php:1547
msgid ""
@@ -6879,6 +6983,11 @@ msgid ""
"documentation for PHP's strftime() function and for \"utc\" it is done using "
"gmdate() function."
msgstr ""
+"将一个 TIME、TIMESTAMP、DATETIME 或数字 UNIX 时间戳字段格式化显示为日期。第一"
+"个选项是小时偏移量,该值将加到时间戳中 (默认:0)。第二个选项用于指定时间格式"
+"字符串。第三个选项决定显示本地时间还是 UTC 时间 (填入“local”或“utc”),所以"
+"填“local”(参见 PHP 的 strftime() 函数文档)和“utc”(参见 PHP 的 gmdate() 函数文"
+"档)所到的结果是不一样的。"
#: libraries/messages.inc.php:1548
msgid ""
@@ -6893,12 +7002,18 @@ msgid ""
"will prevent wrapping and ensure that the output appears all on one line "
"(Default 1)."
msgstr ""
+"仅 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。"
+"默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 "
+"libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工"
+"具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。第三个参数如"
+"果设为 1 的话将会用 htmlspecialchars() 转换其输出 (默认为 1)。第四个参数如果"
+"设为 1 的话,将禁止换行,确保所有内容显示在一行中 (默认为 1)"
#: libraries/messages.inc.php:1549
msgid ""
"Displays the contents of the field as-is, without running it through "
"htmlspecialchars(). That is, the field is assumed to contain valid HTML."
-msgstr ""
+msgstr "保留字段的原始格式。不进行转码。也就是假定字段中不包含 HTML 代码。"
#: libraries/messages.inc.php:1550
msgid ""
@@ -6906,6 +7021,8 @@ msgid ""
"option is a URL prefix like \"http://www.example.com/\". The second and "
"third options are the width and the height in pixels."
msgstr ""
+"显示图像和链接,字段内包含文件名。第一个选项是类似“http://www.example.com/”这"
+"样的 URL 前缀,第二和第三个选项是以像素为单位的宽度和高度。"
#: libraries/messages.inc.php:1551
msgid ""
@@ -6913,10 +7030,12 @@ msgid ""
"prefix like \"http://www.example.com/\". The second option is a title for "
"the link."
msgstr ""
+"显示链接,字段内包含文件名。第一个选项是类似“http://www.example.com/”这样的 "
+"URL 前缀,第二个选项是链接的标题 (title)。"
#: libraries/messages.inc.php:1552
msgid "Formats text as SQL query with syntax highlighting."
-msgstr ""
+msgstr "将文本以 SQL 语法高亮显示。"
#: libraries/messages.inc.php:1553
msgid ""
@@ -6926,14 +7045,17 @@ msgid ""
"option is the string to append and/or prepend when truncation occurs "
"(Default: \"...\")."
msgstr ""
+"显示部分字符串。第一个选项定义了文本开始输出的字数 (默认为 0)。第二个选项是要"
+"返回的字数 (默认直到结尾)。第三个选项是当发生截取的时候,将会加在字符串之前/"
+"后的输出 (默认为:“...”)。"
#: libraries/messages.inc.php:1554
msgid "Triggers"
-msgstr ""
+msgstr "触发器"
#: libraries/messages.inc.php:1555
msgid "Truncate Shown Queries"
-msgstr ""
+msgstr "截断显示的查询"
#: libraries/messages.inc.php:1556
msgid "Turkish"
@@ -6941,32 +7063,31 @@ msgstr "土耳其语"
#: libraries/messages.inc.php:1557
msgid "Type"
-msgstr ""
+msgstr "类型"
#: libraries/messages.inc.php:1559
msgid "Ukrainian"
msgstr "乌克兰语"
#: libraries/messages.inc.php:1560
-#, fuzzy
msgid "Uncheck All"
-msgstr "全选"
+msgstr "全不选"
#: libraries/messages.inc.php:1561
msgid "Unicode"
-msgstr ""
+msgstr "Unicode"
#: libraries/messages.inc.php:1562
msgid "Unique"
-msgstr ""
+msgstr "唯一"
#: libraries/messages.inc.php:1563
msgid "unknown"
-msgstr ""
+msgstr "未知"
#: libraries/messages.inc.php:1564
msgid "Unselect All"
-msgstr ""
+msgstr "全不选"
#: libraries/messages.inc.php:1565
#, php-format
@@ -6974,138 +7095,134 @@ msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
+"您正在载入不支持的压缩格式 (%s)。配置文件中没有对应这种格式的配置说明。"
#: libraries/messages.inc.php:1566
#, php-format
msgid "You have updated the privileges for %s."
-msgstr ""
+msgstr "您已更新了 %s 的权限。"
#: libraries/messages.inc.php:1567
-#, fuzzy
msgid "The profile has been updated."
-msgstr "已删除该行"
+msgstr "配置文件己更新。"
#: libraries/messages.inc.php:1568
msgid "Update Query"
-msgstr ""
+msgstr "更新查询"
#: libraries/messages.inc.php:1569
msgid ""
"Please see the documentation on how to update your column_comments table"
-msgstr ""
+msgstr "请参见文档中关于如何更新您的 column_comments 表"
#: libraries/messages.inc.php:1570
#, php-format
msgid "You should upgrade to %s %s or later."
-msgstr ""
+msgstr "您应升级到 %s %s 或更高版本。"
#: libraries/messages.inc.php:1571
msgid "Failed to write file to disk."
-msgstr ""
+msgstr "将文件写入磁盘失败。"
#: libraries/messages.inc.php:1572
msgid "File upload stopped by extension."
-msgstr ""
+msgstr "因扩展而停止文件上传。"
#: libraries/messages.inc.php:1573
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form."
-msgstr ""
+msgstr "上传文件的大小超过 HTML 表单中指定的 MAX_FILE_SIZE 值。"
#: libraries/messages.inc.php:1574
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
-msgstr ""
+msgstr "上传文件的大小超过 php.ini 文件中 upload_max_filesize 的限制。"
#: libraries/messages.inc.php:1575
msgid "Missing a temporary folder."
-msgstr ""
+msgstr "找不到临时文件夹。"
#: libraries/messages.inc.php:1576
msgid "The uploaded file was only partially uploaded."
-msgstr ""
+msgstr "仅上传了文件的一部分内容。"
#: libraries/messages.inc.php:1577
msgid "Unknown error in file upload."
-msgstr ""
+msgstr "上传文件时发生未知错误。"
#: libraries/messages.inc.php:1578
#, php-format
msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation%"
"s for ways to workaround this limit."
-msgstr ""
+msgstr "您可能正在上传很大的文件,请参考%s文档%s来寻找解决方法。"
#: libraries/messages.inc.php:1579
msgid "File uploads are not allowed on this server."
-msgstr ""
+msgstr "此服务器禁止了文件上传。"
#: libraries/messages.inc.php:1580
msgid "Usage"
-msgstr ""
+msgstr "已用"
#: libraries/messages.inc.php:1581
msgid "Enclose table and field names with backquotes"
-msgstr ""
+msgstr "给数据表名及字段名加上反引号"
#: libraries/messages.inc.php:1582
msgid "Use Host Table"
-msgstr ""
+msgstr "使用主机表"
#: libraries/messages.inc.php:1583
#, php-format
msgid "The user %s already exists!"
-msgstr ""
+msgstr "用户 %s 己存在!"
#: libraries/messages.inc.php:1584
-#, fuzzy
msgid "The user name is empty!"
-msgstr "主机名不能为空!"
+msgstr "用户名不能为空!"
#: libraries/messages.inc.php:1585
-#, fuzzy
msgid "User name"
-msgstr "用户名:"
+msgstr "用户名"
#: libraries/messages.inc.php:1586
msgid "The selected user was not found in the privilege table."
-msgstr ""
+msgstr "在权限表内找不到选中的用户。"
#: libraries/messages.inc.php:1587
msgid "User overview"
-msgstr ""
+msgstr "查看用户"
#: libraries/messages.inc.php:1588
-#, fuzzy
msgid "The selected users have been deleted successfully."
-msgstr "已成功删除 %s 个数据库。"
+msgstr "已成功删除选中的用户。"
#: libraries/messages.inc.php:1589
#, php-format
msgid "Users having access to "%s""
-msgstr ""
+msgstr "用户可以访问“%s”"
#: libraries/messages.inc.php:1590
msgid "User"
-msgstr ""
+msgstr "用户"
#: libraries/messages.inc.php:1591
msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
-msgstr ""
+msgstr "按 TAB 键跳到下一个数值,或 CTRL+方向键 作随意移动"
#: libraries/messages.inc.php:1592
-#, fuzzy
msgid "Use Tables"
-msgstr "数据表"
+msgstr "使用表"
#: libraries/messages.inc.php:1593
msgid "Use text field"
-msgstr ""
+msgstr "使用文本域"
#: libraries/messages.inc.php:1594
msgid "Use this value"
-msgstr ""
+msgstr "使用此值"
#: libraries/messages.inc.php:1597
#, php-format
@@ -7113,89 +7230,88 @@ msgid ""
"The SQL validator could not be initialized. Please check if you have "
"installed the necessary PHP extensions as described in the %sdocumentation%s."
msgstr ""
+"SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内说明的必需 PHP 扩展。"
#: libraries/messages.inc.php:1598
msgid "Value"
-msgstr ""
+msgstr "值"
#: libraries/messages.inc.php:1599
msgid "Variable"
-msgstr ""
+msgstr "变量"
#: libraries/messages.inc.php:1600
-#, fuzzy
msgid "Version information"
-msgstr "登录信息"
+msgstr "版本信息"
#: libraries/messages.inc.php:1601
msgid "View dump (schema) of databases"
-msgstr ""
+msgstr "查看数据库的转存(大纲)"
#: libraries/messages.inc.php:1602
msgid "View dump (schema) of database"
-msgstr ""
+msgstr "查看数据库的转存(大纲)。"
#: libraries/messages.inc.php:1603
msgid "View dump (schema) of table"
-msgstr ""
+msgstr "查看数据表的转存(大纲)。"
#: libraries/messages.inc.php:1604
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation%"
"s."
-msgstr ""
+msgstr "该视图最少包含的行数,参见%s文档%s。"
#: libraries/messages.inc.php:1605
-#, fuzzy, php-format
+#, php-format
msgid "View %s has been dropped"
-msgstr "已删除字段 %s "
+msgstr "已删除视图 %s"
#: libraries/messages.inc.php:1606
msgid "View image"
-msgstr ""
+msgstr "查看图像"
#: libraries/messages.inc.php:1607
msgid "VIEW name"
-msgstr ""
+msgstr "视图名"
#: libraries/messages.inc.php:1608
msgid "View video"
-msgstr ""
+msgstr "播放视频"
#: libraries/messages.inc.php:1609
msgid "View"
-msgstr ""
+msgstr "视图"
#: libraries/messages.inc.php:1611
msgid "The directory you set for upload work cannot be reached"
-msgstr ""
+msgstr "用于上传的文件夹出错,无法使用"
#: libraries/messages.inc.php:1612
msgid "web server upload directory"
-msgstr ""
+msgstr "网站服务器上传文件夹"
#: libraries/messages.inc.php:1613
msgid "Web server"
-msgstr ""
+msgstr "网站服务器"
#: libraries/messages.inc.php:1614
#, php-format
msgid "Welcome to %s"
-msgstr ""
+msgstr "欢迎使用 %s"
#: libraries/messages.inc.php:1615
-#, fuzzy
msgid "West European"
-msgstr "中欧"
+msgstr "西欧"
#: libraries/messages.inc.php:1616
msgid "Wiki"
-msgstr ""
+msgstr "维基 (Wiki) (外链,英文)"
#: libraries/messages.inc.php:1617
msgid "wildcard"
-msgstr ""
+msgstr "通配符"
#: libraries/messages.inc.php:1618
msgid ""
@@ -7203,70 +7319,70 @@ msgid ""
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
msgstr ""
+"无法更新目标浏览窗口。可能你已经关闭了父窗口或您浏览器的安全设置阻止了跨窗口"
+"更新。"
#: libraries/messages.inc.php:1619
msgid "With selected:"
-msgstr ""
+msgstr "选中项:"
#: libraries/messages.inc.php:1620
msgid "Write requests"
-msgstr ""
+msgstr "写请求"
#: libraries/messages.inc.php:1621
msgid "Wrong username/password. Access denied."
-msgstr ""
+msgstr "用户名/密码错误。拒绝访问。"
#: libraries/messages.inc.php:1623
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
-msgstr ""
+msgstr "该 XML 文件有错误或者不完整。请修复错误后重试。"
#: libraries/messages.inc.php:1624
msgid "Export contents"
-msgstr ""
+msgstr "导出内容"
#: libraries/messages.inc.php:1625
msgid "Export functions"
-msgstr ""
+msgstr "导出函数"
#: libraries/messages.inc.php:1626
msgid "Export procedures"
-msgstr ""
+msgstr "导出存储过程"
#: libraries/messages.inc.php:1627
msgid "Export Structure Schemas (recommended)"
-msgstr ""
+msgstr "导出结构大纲 (推荐)"
#: libraries/messages.inc.php:1628
-#, fuzzy
msgid "Export tables"
-msgstr "导入文件"
+msgstr "导出数据表"
#: libraries/messages.inc.php:1629
msgid "Export triggers"
-msgstr ""
+msgstr "导出触发器"
#: libraries/messages.inc.php:1630
msgid "Export views"
-msgstr ""
+msgstr "导出视图"
#: libraries/messages.inc.php:1631
msgid "XML"
-msgstr ""
+msgstr "XML"
#: libraries/messages.inc.php:1633
msgid "Yes"
-msgstr ""
+msgstr "是"
#: libraries/messages.inc.php:1635
msgid "Note: Setting these options to 0 (zero) removes the limit."
-msgstr ""
+msgstr "注意:若将这些选项设为 0(零) 即不限制。"
#: libraries/messages.inc.php:1636
-#, fuzzy
msgid "\"zipped\""
-msgstr "bzip 压缩"
+msgstr "zip 压缩"
#: server_privileges.php:1904
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
hooks/post-receive
--
phpMyAdmin
1
0