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
March 2010
- 4 participants
- 212 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-250-g16886bc
by Marc Delisle 22 Mar '10
by Marc Delisle 22 Mar '10
22 Mar '10
The branch, master has been updated
via 16886bc3fb49d357fb583d7e28c51de99103280a (commit)
from 975d4650de7606de6218d5cc4fd97cc7cc825071 (commit)
- Log -----------------------------------------------------------------
commit 16886bc3fb49d357fb583d7e28c51de99103280a
Author: bhdouglass <dougboybhd(a)users.sourceforge.net>
Date: Mon Mar 22 17:40:04 2010 -0400
Patch #2974341 In db Structure, clicking on table name should Browse if possible
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
db_structure.php | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f9ec21d..69a860d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ [lang] Uzbek update, thanks to Orzu Samarqandiy
+ rfe #2958013 [import] After import, also list uploaded filename, thanks
to Pavel Konnikov and Herman van Rink
++ patch #2974341 [structure] Clicking on table name in db Structure should
+ Browse the table if possible, thanks to bhdouglass - dougboybhd
3.3.2.0 (not yet released)
- patch #2969449 [core] Name for MERGE engine varies depending on the
diff --git a/db_structure.php b/db_structure.php
index 2111edd..a4d99cb 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -300,9 +300,11 @@ foreach ($tables as $keyname => $each_table) {
if ($each_table['TABLE_ROWS'] > 0) {
$browse_table = '<a href="sql.php?' . $tbl_url_query . '&pos=0">' . $titles['Browse'] . '</a>';
$search_table = '<a href="tbl_select.php?' . $tbl_url_query . '">' . $titles['Search'] . '</a>';
+ $browse_table_label = '<a href="sql.php?' . $tbl_url_query . '&pos=0">' . $truename . '</a>';
} else {
$browse_table = $titles['NoBrowse'];
$search_table = $titles['NoSearch'];
+ $browse_table_label = '<a href="tbl_structure.php?' . $tbl_url_query . '">' . $truename . '</a>';
}
if (! $db_is_information_schema) {
@@ -382,8 +384,7 @@ foreach ($tables as $keyname => $each_table) {
<input type="checkbox" name="selected_tbl[]"
value="<?php echo htmlspecialchars($each_table['TABLE_NAME']); ?>"
id="checkbox_tbl_<?php echo $i; ?>"<?php echo $checked; ?> /></td>
- <th><label for="checkbox_tbl_<?php echo $i; ?>"
- title="<?php echo $alias; ?>" style="<?php echo $ignored ? ' ignored' : ''; ?>"><?php echo $truename; ?></label>
+ <th><?php echo $browse_table_label; ?>
<?php echo (! empty($tracking_icon) ? $tracking_icon : ''); ?>
</th>
<?php if ($server_slave_status) { ?><td align="center"><?php echo $ignored ? ' <img class="icon" src="' . $pmaThemeImage . 's_cancel.png" width="16" height="16" alt="NOT REPLICATED" />' : ''. $do ? ' <img class="icon" src="' . $pmaThemeImage . 's_success.png" width="16" height="16" alt="REPLICATED" />' : ''; ?></td><?php } ?>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-249-g975d465
by Marc Delisle 22 Mar '10
by Marc Delisle 22 Mar '10
22 Mar '10
The branch, master has been updated
via 975d4650de7606de6218d5cc4fd97cc7cc825071 (commit)
via 0f6215f70ed47a1c26743dab636fb74042d98833 (commit)
via e859e311496ae25e1c6de6412084bc336f0798b9 (commit)
via cdfc277bb7bd3b8fad0e45d9317fdd4578282206 (commit)
from f8fa3b4ede1e056be9ac903eb8900d1bb18db086 (commit)
- Log -----------------------------------------------------------------
commit 975d4650de7606de6218d5cc4fd97cc7cc825071
Merge: f8fa3b4ede1e056be9ac903eb8900d1bb18db086 0f6215f70ed47a1c26743dab636fb74042d98833
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Mar 22 13:25:07 2010 -0400
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes:
tbl_row_action.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tbl_row_action.php b/tbl_row_action.php
index d72c7d5..efcc74d 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -43,7 +43,7 @@ if (isset($_REQUEST['submit_mult'])) {
$submit_mult = 'row_export';
}
-// garvin: If the 'Ask for confirmation' button was pressed, this can only come
+// If the 'Ask for confirmation' button was pressed, this can only come
// from 'delete' mode, so we set it straight away.
if (isset($_REQUEST['mult_btn'])) {
$submit_mult = 'row_delete';
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-67-g0f6215f
by Marc Delisle 22 Mar '10
by Marc Delisle 22 Mar '10
22 Mar '10
The branch, QA_3_3 has been updated
via 0f6215f70ed47a1c26743dab636fb74042d98833 (commit)
from e859e311496ae25e1c6de6412084bc336f0798b9 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
tbl_row_action.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tbl_row_action.php b/tbl_row_action.php
index d72c7d5..efcc74d 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -43,7 +43,7 @@ if (isset($_REQUEST['submit_mult'])) {
$submit_mult = 'row_export';
}
-// garvin: If the 'Ask for confirmation' button was pressed, this can only come
+// If the 'Ask for confirmation' button was pressed, this can only come
// from 'delete' mode, so we set it straight away.
if (isset($_REQUEST['mult_btn'])) {
$submit_mult = 'row_delete';
hooks/post-receive
--
phpMyAdmin
1
0

[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