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-265-g7838925
by Marc Delisle 25 Mar '10
by Marc Delisle 25 Mar '10
25 Mar '10
The branch, master has been updated
via 783892518ce82c32374a6a643396244eff4c0ad3 (commit)
from 719d6dd9f0c634fe49c121b4775f77a6953a954b (commit)
- Log -----------------------------------------------------------------
commit 783892518ce82c32374a6a643396244eff4c0ad3
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Mar 25 13:27:58 2010 -0400
Replace MooRainbow with a jQuery color picker
-----------------------------------------------------------------------
Summary of changes:
js/mooRainbow/images/blank.gif | Bin 43 -> 0 bytes
js/mooRainbow/images/moor_arrows.gif | Bin 94 -> 0 bytes
js/mooRainbow/images/moor_boverlay.png | Bin 799 -> 0 bytes
js/mooRainbow/images/moor_cursor.gif | Bin 80 -> 0 bytes
js/mooRainbow/images/moor_slider.png | Bin 590 -> 0 bytes
js/mooRainbow/images/moor_woverlay.png | Bin 768 -> 0 bytes
js/mooRainbow/images/rainbow.png | Bin 794 -> 0 bytes
js/mooRainbow/mooRainbow.css | 114 -------
js/mooRainbow/mooRainbow.js | 563 --------------------------------
js/mootools-domready-rainbow.js | 16 -
libraries/common.inc.php | 2 -
libraries/header_meta_style.inc.php | 11 +-
main.php | 39 ++-
13 files changed, 38 insertions(+), 707 deletions(-)
delete mode 100644 js/mooRainbow/images/blank.gif
delete mode 100644 js/mooRainbow/images/moor_arrows.gif
delete mode 100644 js/mooRainbow/images/moor_boverlay.png
delete mode 100644 js/mooRainbow/images/moor_cursor.gif
delete mode 100644 js/mooRainbow/images/moor_slider.png
delete mode 100644 js/mooRainbow/images/moor_woverlay.png
delete mode 100644 js/mooRainbow/images/rainbow.png
delete mode 100644 js/mooRainbow/mooRainbow.css
delete mode 100644 js/mooRainbow/mooRainbow.js
delete mode 100644 js/mootools-domready-rainbow.js
diff --git a/js/mooRainbow/images/blank.gif b/js/mooRainbow/images/blank.gif
deleted file mode 100644
index c9c195f..0000000
Binary files a/js/mooRainbow/images/blank.gif and /dev/null differ
diff --git a/js/mooRainbow/images/moor_arrows.gif b/js/mooRainbow/images/moor_arrows.gif
deleted file mode 100644
index c57addc..0000000
Binary files a/js/mooRainbow/images/moor_arrows.gif and /dev/null differ
diff --git a/js/mooRainbow/images/moor_boverlay.png b/js/mooRainbow/images/moor_boverlay.png
deleted file mode 100644
index 7ac228b..0000000
Binary files a/js/mooRainbow/images/moor_boverlay.png and /dev/null differ
diff --git a/js/mooRainbow/images/moor_cursor.gif b/js/mooRainbow/images/moor_cursor.gif
deleted file mode 100644
index 9515a38..0000000
Binary files a/js/mooRainbow/images/moor_cursor.gif and /dev/null differ
diff --git a/js/mooRainbow/images/moor_slider.png b/js/mooRainbow/images/moor_slider.png
deleted file mode 100644
index 9f4c47b..0000000
Binary files a/js/mooRainbow/images/moor_slider.png and /dev/null differ
diff --git a/js/mooRainbow/images/moor_woverlay.png b/js/mooRainbow/images/moor_woverlay.png
deleted file mode 100644
index c3f3e96..0000000
Binary files a/js/mooRainbow/images/moor_woverlay.png and /dev/null differ
diff --git a/js/mooRainbow/images/rainbow.png b/js/mooRainbow/images/rainbow.png
deleted file mode 100644
index a62ec90..0000000
Binary files a/js/mooRainbow/images/rainbow.png and /dev/null differ
diff --git a/js/mooRainbow/mooRainbow.css b/js/mooRainbow/mooRainbow.css
deleted file mode 100644
index 764664e..0000000
--- a/js/mooRainbow/mooRainbow.css
+++ /dev/null
@@ -1,114 +0,0 @@
-/***
- * - mooRainbow: defaultCSS
- * author: w00fz <w00fzIT(a)gmail.com>
- */
-
-#mooRainbow { font-size: 11px; color: #000; }
-
-.moor-box {
- width: 390px;
- height: 310px;
- border: 1px solid #636163;
- background-color: #f9f9f9;
-}
-.moor-overlayBox {
- width: 256px; /* Width and Height of the overlay must be setted here: default 256x256 */
- height: 256px;
- margin-top: 9px;
- margin-left: 9px;
- border: 1px solid #000;
-}
-.moor-slider {
- border: 1px solid #000;
- margin-top: 9px;
- margin-left: 280px;
- width: 19px; /* if you want a bigger or smaller slider... */
- height: 256px;
-}
-.moor-colorBox {
- border: 1px solid #000;
- width: 59px;
- height: 68px;
- margin-top: 20px;
- margin-left: 315px;
-}
-.moor-currentColor { /* Bottom Box Color, the backup one */
- margin-top: 55px;
- margin-left: 316px;
- width: 59px;
- height: 34px;
-}
-.moor-okButton {
- font-family: Tahoma;
- font-weight: bold;
- font-size: 11px;
- margin-top: 278px;
- margin-left: 8px;
- background: #e6e6e6;
- height: 23px;
- border: 1px solid #d6d6d6;
- border-left-color: #f5f5f5;
- border-top-color: #f5f5f5;
-}
-#mooRainbow label {
- font-family: mono;
-}
-/* Following are just <label> */
-.moor-rLabel {
- margin-top: 100px;
- margin-left: 315px;
-}
-.moor-gLabel {
- margin-top: 125px;
- margin-left: 315px;
-}
-.moor-bLabel {
- margin-top: 150px;
- margin-left: 315px;
-}
-.moor-HueLabel {
- margin-top: 190px;
- margin-left: 315px;
-}
-span.moor-ballino { /* Style hue � (degree) !! */
- margin-top: 190px;
- margin-left: 370px;
-}
-.moor-SatuLabel {
- margin-top: 215px;
- margin-left: 315px;
-}
-.moor-BrighLabel {
- margin-top: 240px;
- margin-left: 315px;
-}
-.moor-hexLabel {
- margin-top: 275px;
- margin-left: 280px;
-}
-
-/* <input> */
-.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput {
- width: 30px;
-}
-.moor-hexInput {
- width: 55px;
-}
-.moor-cursor {
- background-image: url(images/moor_cursor.gif);
- width: 12px;
- height: 12px;
-}
-.moor-arrows {
- background-image: url(images/moor_arrows.gif);
- top: 9px;
- left: 270px;
- width: 41px;
- height: 9px;
-}
-.moor-chooseColor { /* Top Box Color, the choosen one */
- margin-top: 21px;
- margin-left: 316px;
- width: 59px;
- height: 34px;
-}
\ No newline at end of file
diff --git a/js/mooRainbow/mooRainbow.js b/js/mooRainbow/mooRainbow.js
deleted file mode 100644
index c355a73..0000000
--- a/js/mooRainbow/mooRainbow.js
+++ /dev/null
@@ -1,563 +0,0 @@
-/***
- * MooRainbow
- *
- * @version 1.2b1
- * @license MIT-style license
- * @author Djamil Legato (w00fz) - < w00fzIT [at] gmail.com >
- * @infos http://moorainbow.woolly-sheep.net
- * @copyright Author
- *
- * includes a fix for mootools 1.2 by Piotr Przybylski
- */
-
-var MooRainbow = new Class({
- Implements: [Options, Events],
- options: {
- id: 'mooRainbow',
- prefix: 'moor-',
- imgPath: 'images/',
- startColor: [255, 0, 0],
- wheel: false,
- onComplete: Class.empty,
- onChange: Class.empty,
- selectText: 'Select'
- },
-
- initialize: function(el, options) {
- this.element = $(el); if (!this.element) return;
- this.setOptions(options);
-
- this.sliderPos = 0;
- this.pickerPos = {x: 0, y: 0};
- this.backupColor = this.options.startColor;
- this.currentColor = this.options.startColor;
- this.sets = {
- rgb: [],
- hsb: [],
- hex: []
- };
- this.pickerClick = this.sliderClick = false;
- if (!this.layout) this.doLayout();
- this.OverlayEvents();
- this.sliderEvents();
- this.backupEvent();
- if (this.options.wheel) this.wheelEvents();
- this.element.addEvent('click', function(e) { this.toggle(e); }.bind(this));
-
- this.layout.overlay.setStyle('background-color', this.options.startColor.rgbToHex());
- this.layout.backup.setStyle('background-color', this.backupColor.rgbToHex());
-
- this.pickerPos.x = this.snippet('curPos').l + this.snippet('curSize', 'int').w;
- this.pickerPos.y = this.snippet('curPos').t + this.snippet('curSize', 'int').h;
-
- this.manualSet(this.options.startColor);
-
- this.pickerPos.x = this.snippet('curPos').l + this.snippet('curSize', 'int').w;
- this.pickerPos.y = this.snippet('curPos').t + this.snippet('curSize', 'int').h;
- this.sliderPos = this.snippet('arrPos') - this.snippet('arrSize', 'int');
-
- if (Browser.Engine.webkit) this.hide();
- },
-
- toggle: function() {
- this[this.visible ? 'hide' : 'show']()
- },
-
- show: function() {
- this.rePosition();
- this.layout.setStyle('display', 'block');
- this.visible = true;
- },
-
- hide: function() {
- this.layout.setStyles({'display': 'none'});
- this.visible = false;
- },
-
- manualSet: function(color, type) {
- if (!type || (type != 'hsb' && type != 'hex')) type = 'rgb';
- var rgb, hsb, hex;
-
- if (type == 'rgb') { rgb = color; hsb = color.rgbToHsb(); hex = color.rgbToHex(); }
- else if (type == 'hsb') { hsb = color; rgb = color.hsbToRgb(); hex = rgb.rgbToHex(); }
- else { hex = color; rgb = color.hexToRgb(true); hsb = rgb.rgbToHsb(); }
-
- this.setMooRainbow(rgb);
- this.autoSet(hsb);
- },
-
- autoSet: function(hsb) {
- var curH = this.snippet('curSize', 'int').h;
- var curW = this.snippet('curSize', 'int').w;
- var oveH = this.layout.overlay.height;
- var oveW = this.layout.overlay.width;
- var sliH = this.layout.slider.height;
- var arwH = this.snippet('arrSize', 'int');
- var hue;
-
- var posx = Math.round(((oveW * hsb[1]) / 100) - curW);
- var posy = Math.round(- ((oveH * hsb[2]) / 100) + oveH - curH);
-
- var c = Math.round(((sliH * hsb[0]) / 360)); c = (c == 360) ? 0 : c;
- var position = sliH - c + this.snippet('slider') - arwH;
- hue = [this.sets.hsb[0], 100, 100].hsbToRgb().rgbToHex();
-
- this.layout.cursor.setStyles({'top': posy, 'left': posx});
- this.layout.arrows.setStyle('top', position);
- this.layout.overlay.setStyle('background-color', hue);
- this.sliderPos = this.snippet('arrPos') - arwH;
- this.pickerPos.x = this.snippet('curPos').l + curW;
- this.pickerPos.y = this.snippet('curPos').t + curH;
- },
-
- setMooRainbow: function(color, type) {
- if (!type || (type != 'hsb' && type != 'hex')) type = 'rgb';
- var rgb, hsb, hex;
-
- if (type == 'rgb') { rgb = color; hsb = color.rgbToHsb(); hex = color.rgbToHex(); }
- else if (type == 'hsb') { hsb = color; rgb = color.hsbToRgb(); hex = rgb.rgbToHex(); }
- else { hex = color; rgb = color.hexToRgb(); hsb = rgb.rgbToHsb(); }
-
- this.sets = {
- rgb: rgb,
- hsb: hsb,
- hex: hex
- };
-
- if (!$chk(this.pickerPos.x))
- this.autoSet(hsb);
-
- this.RedInput.value = rgb[0];
- this.GreenInput.value = rgb[1];
- this.BlueInput.value = rgb[2];
- this.HueInput.value = hsb[0];
- this.SatuInput.value = hsb[1];
- this.BrighInput.value = hsb[2];
- this.hexInput.value = hex;
-
- this.currentColor = rgb;
-
- this.chooseColor.setStyle('background-color', rgb.rgbToHex());
- },
-
- parseColors: function(x, y, z) {
- var s = Math.round((x * 100) / this.layout.overlay.width);
- var b = 100 - Math.round((y * 100) / this.layout.overlay.height);
- var h = 360 - Math.round((z * 360) / this.layout.slider.height) + this.snippet('slider') - this.snippet('arrSize', 'int');
- h -= this.snippet('arrSize', 'int');
- h = (h >= 360) ? 0 : (h < 0) ? 0 : h;
- s = (s > 100) ? 100 : (s < 0) ? 0 : s;
- b = (b > 100) ? 100 : (b < 0) ? 0 : b;
-
- return [h, s, b];
- },
-
- OverlayEvents: function() {
- var lim, curH, curW, inputs;
- curH = this.snippet('curSize', 'int').h;
- curW = this.snippet('curSize', 'int').w;
- inputs = $A(this.arrRGB).concat(this.arrHSB, this.hexInput);
-
- document.addEvent('click', function() {
- if(this.visible) this.hide(this.layout);
- }.bind(this));
-
- inputs.each(function(el) {
- if(el) {
- el.addEvent('keydown', this.eventKeydown.bindWithEvent(this, el));
- el.addEvent('keyup', this.eventKeyup.bindWithEvent(this, el));
- }
- }, this);
- [this.element, this.layout].each(function(el) {
- el.addEvents({
- 'click': function(e) { new Event(e).stop();},
- 'keyup': function(e) {
- e = new Event(e);
- if(e.key == 'esc' && this.visible) this.hide(this.layout);
- }.bind(this)
- }, this);
- }, this);
-
- lim = {
- x: [0 - curW, (this.layout.overlay.width - curW)],
- y: [0 - curH, (this.layout.overlay.height - curH)]
- };
-
- this.layout.drag = new Drag(this.layout.cursor, {
- limit: lim,
- onStart: this.overlayDrag.bind(this),
- onDrag: this.overlayDrag.bind(this),
- snap: 0
- });
-
- this.layout.overlay2.addEvent('mousedown', function(e){
- e = new Event(e);
- this.layout.cursor.setStyles({
- 'top': e.page.y - this.layout.overlay.getPosition().y - curH,
- 'left': e.page.x - this.layout.overlay.getPosition().x - curW
- });
- this.overlayDrag();
- this.layout.drag.start(e);
- }.bind(this));
-
- this.okButton.addEvent('click', function() {
- if(this.currentColor == this.options.startColor) {
- this.hide();
- this.fireEvent('onComplete', [this.sets, this]);
- }
- else {
- this.backupColor = this.currentColor;
- this.layout.backup.setStyle('background-color', this.backupColor.rgbToHex());
- this.hide();
- this.fireEvent('onComplete', [this.sets, this]);
- }
- }.bind(this));
- },
-
- overlayDrag: function() {
- var curH = this.snippet('curSize', 'int').h;
- var curW = this.snippet('curSize', 'int').w;
- this.pickerPos.x = this.snippet('curPos').l + curW;
- this.pickerPos.y = this.snippet('curPos').t + curH;
-
- this.setMooRainbow(this.parseColors(this.pickerPos.x, this.pickerPos.y, this.sliderPos), 'hsb');
- this.fireEvent('onChange', [this.sets, this]);
- },
-
- sliderEvents: function() {
- var arwH = this.snippet('arrSize', 'int'), lim;
-
- lim = [0 + this.snippet('slider') - arwH, this.layout.slider.height - arwH + this.snippet('slider')];
- this.layout.sliderDrag = new Drag(this.layout.arrows, {
- limit: {y: lim},
- modifiers: {x: false},
- onStart: this.sliderDrag.bind(this),
- onDrag: this.sliderDrag.bind(this),
- snap: 0
- });
-
- this.layout.slider.addEvent('mousedown', function(e){
- e = new Event(e);
-
- this.layout.arrows.setStyle(
- 'top', e.page.y - this.layout.slider.getPosition().y + this.snippet('slider') - arwH
- );
- this.sliderDrag();
- this.layout.sliderDrag.start(e);
- }.bind(this));
- },
-
- sliderDrag: function() {
- var arwH = this.snippet('arrSize', 'int'), hue;
-
- this.sliderPos = this.snippet('arrPos') - arwH;
- this.setMooRainbow(this.parseColors(this.pickerPos.x, this.pickerPos.y, this.sliderPos), 'hsb');
- hue = [this.sets.hsb[0], 100, 100].hsbToRgb().rgbToHex();
- this.layout.overlay.setStyle('background-color', hue);
- this.fireEvent('onChange', [this.sets, this]);
- },
-
- backupEvent: function() {
- this.layout.backup.addEvent('click', function() {
- this.manualSet(this.backupColor);
- this.fireEvent('onChange', [this.sets, this]);
- }.bind(this));
- },
-
- wheelEvents: function() {
- var arrColors = $A(this.arrRGB).extend(this.arrHSB);
-
- arrColors.each(function(el) {
- el.addEvents({
- 'mousewheel': this.eventKeys.bindWithEvent(this, el),
- 'keydown': this.eventKeys.bindWithEvent(this, el)
- });
- }, this);
-
- [this.layout.arrows, this.layout.slider].each(function(el) {
- el.addEvents({
- 'mousewheel': this.eventKeys.bindWithEvent(this, [this.arrHSB[0], 'slider']),
- 'keydown': this.eventKeys.bindWithEvent(this, [this.arrHSB[0], 'slider'])
- });
- }, this);
- },
-
- eventKeys: function(e, el, id) {
- var wheel, type;
- id = (!id) ? el.id : this.arrHSB[0];
-
- if (e.type == 'keydown') {
- if (e.key == 'up') wheel = 1;
- else if (e.key == 'down') wheel = -1;
- else return;
- } else if (e.type == Element.Events.mousewheel.base) wheel = (e.wheel > 0) ? 1 : -1;
-
- if (this.arrRGB.contains(el)) type = 'rgb';
- else if (this.arrHSB.contains(el)) type = 'hsb';
- else type = 'hsb';
-
- if (type == 'rgb') {
- var rgb = this.sets.rgb, hsb = this.sets.hsb, prefix = this.options.prefix, pass;
- var value = (el.value.toInt() || 0) + wheel;
- value = (value > 255) ? 255 : (value < 0) ? 0 : value;
-
- switch(el.className) {
- case prefix + 'rInput': pass = [value, rgb[1], rgb[2]]; break;
- case prefix + 'gInput': pass = [rgb[0], value, rgb[2]]; break;
- case prefix + 'bInput': pass = [rgb[0], rgb[1], value]; break;
- default : pass = rgb;
- }
- this.manualSet(pass);
- this.fireEvent('onChange', [this.sets, this]);
- } else {
- var rgb = this.sets.rgb, hsb = this.sets.hsb, prefix = this.options.prefix, pass;
- var value = (el.value.toInt() || 0) + wheel;
-
- if (el.className.test(/(HueInput)/)) value = (value > 359) ? 0 : (value < 0) ? 0 : value;
- else value = (value > 100) ? 100 : (value < 0) ? 0 : value;
-
- switch(el.className) {
- case prefix + 'HueInput': pass = [value, hsb[1], hsb[2]]; break;
- case prefix + 'SatuInput': pass = [hsb[0], value, hsb[2]]; break;
- case prefix + 'BrighInput': pass = [hsb[0], hsb[1], value]; break;
- default : pass = hsb;
- }
-
- this.manualSet(pass, 'hsb');
- this.fireEvent('onChange', [this.sets, this]);
- }
- e.stop();
- },
-
- eventKeydown: function(e, el) {
- var n = e.code, k = e.key;
-
- if ((!el.className.test(/hexInput/) && !(n >= 48 && n <= 57)) &&
- (k!='backspace' && k!='tab' && k !='delete' && k!='left' && k!='right'))
- e.stop();
- },
-
- eventKeyup: function(e, el) {
- var n = e.code, k = e.key, pass, prefix, chr = el.value.charAt(0);
-
- if (!$chk(el.value)) return;
- if (el.className.test(/hexInput/)) {
- if (chr != "#" && el.value.length != 6) return;
- if (chr == '#' && el.value.length != 7) return;
- } else {
- if (!(n >= 48 && n <= 57) && (!['backspace', 'tab', 'delete', 'left', 'right'].contains(k)) && el.value.length > 3) return;
- }
-
- prefix = this.options.prefix;
-
- if (el.className.test(/(rInput|gInput|bInput)/)) {
- if (el.value < 0 || el.value > 255) return;
- switch(el.className){
- case prefix + 'rInput': pass = [el.value, this.sets.rgb[1], this.sets.rgb[2]]; break;
- case prefix + 'gInput': pass = [this.sets.rgb[0], el.value, this.sets.rgb[2]]; break;
- case prefix + 'bInput': pass = [this.sets.rgb[0], this.sets.rgb[1], el.value]; break;
- default : pass = this.sets.rgb;
- }
- this.manualSet(pass);
- this.fireEvent('onChange', [this.sets, this]);
- }
- else if (!el.className.test(/hexInput/)) {
- if (el.className.test(/HueInput/) && el.value < 0 || el.value > 360) return;
- else if (el.className.test(/HueInput/) && el.value == 360) el.value = 0;
- else if (el.className.test(/(SatuInput|BrighInput)/) && el.value < 0 || el.value > 100) return;
- switch(el.className){
- case prefix + 'HueInput': pass = [el.value, this.sets.hsb[1], this.sets.hsb[2]]; break;
- case prefix + 'SatuInput': pass = [this.sets.hsb[0], el.value, this.sets.hsb[2]]; break;
- case prefix + 'BrighInput': pass = [this.sets.hsb[0], this.sets.hsb[1], el.value]; break;
- default : pass = this.sets.hsb;
- }
- this.manualSet(pass, 'hsb');
- this.fireEvent('onChange', [this.sets, this]);
- } else {
- pass = el.value.hexToRgb(true);
- if (isNaN(pass[0])||isNaN(pass[1])||isNaN(pass[2])) return;
-
- if ($chk(pass)) {
- this.manualSet(pass);
- this.fireEvent('onChange', [this.sets, this]);
- }
- }
-
- },
-
- doLayout: function() {
- var id = this.options.id, prefix = this.options.prefix;
- var idPrefix = id + ' .' + prefix;
-
- this.layout = new Element('div', {
- 'styles': {'display': 'block', 'position': 'absolute'},
- 'id': id
- }).inject(document.body);
-
- var box = new Element('div', {
- 'styles': {'position': 'relative'},
- 'class': prefix + 'box'
- }).inject(this.layout);
-
- var div = new Element('div', {
- 'styles': {'position': 'absolute', 'overflow': 'hidden'},
- 'class': prefix + 'overlayBox'
- }).inject(box);
-
- var ar = new Element('div', {
- 'styles': {'position': 'absolute', 'zIndex': 1},
- 'class': prefix + 'arrows'
- }).inject(box);
- ar.width = ar.getStyle('width').toInt();
- ar.height = ar.getStyle('height').toInt();
-
- var ov = new Element('img', {
- 'styles': {'background-color': '#fff', 'position': 'relative', 'zIndex': 2},
- 'src': this.options.imgPath + 'moor_woverlay.png',
- 'class': prefix + 'overlay'
- }).inject(div);
-
- var ov2 = new Element('img', {
- 'styles': {'position': 'absolute', 'top': 0, 'left': 0, 'zIndex': 2},
- 'src': this.options.imgPath + 'moor_boverlay.png',
- 'class': prefix + 'overlay'
- }).inject(div);
-
- if (Browser.Engine.trident4) {
- div.setStyle('overflow', '');
- var src = ov.src;
- ov.src = this.options.imgPath + 'blank.gif';
- ov.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='scale')";
- src = ov2.src;
- ov2.src = this.options.imgPath + 'blank.gif';
- ov2.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='scale')";
- }
- ov.width = ov2.width = div.getStyle('width').toInt();
- ov.height = ov2.height = div.getStyle('height').toInt();
-
- var cr = new Element('div', {
- 'styles': {'overflow': 'hidden', 'position': 'absolute', 'zIndex': 2},
- 'class': prefix + 'cursor'
- }).inject(div);
- cr.width = cr.getStyle('width').toInt();
- cr.height = cr.getStyle('height').toInt();
-
- var sl = new Element('img', {
- 'styles': {'position': 'absolute', 'z-index': 2},
- 'src': this.options.imgPath + 'moor_slider.png',
- 'class': prefix + 'slider'
- }).inject(box);
- this.layout.slider = sl;
- sl.width = sl.getStyle('width').toInt();
- sl.height = sl.getStyle('height').toInt();
-
- new Element('div', {
- 'styles': {'position': 'absolute'},
- 'class': prefix + 'colorBox'
- }).inject(box);
-
- new Element('div', {
- 'styles': {'zIndex': 2, 'position': 'absolute'},
- 'class': prefix + 'chooseColor'
- }).inject(box);
-
- this.layout.backup = new Element('div', {
- 'styles': {'zIndex': 2, 'position': 'absolute', 'cursor': 'pointer'},
- 'class': prefix + 'currentColor'
- }).inject(box);
-
- var R = new Element('label').inject(box).setStyle('position', 'absolute');
- var G = R.clone().inject(box).addClass(prefix + 'gLabel').set('html', 'G: ');
- var B = R.clone().inject(box).addClass(prefix + 'bLabel').set('html', 'B: ');
- R.set('html', 'R: ').addClass(prefix + 'rLabel');
-
- var inputR = new Element('input');
- var inputG = inputR.clone().inject(G).addClass(prefix + 'gInput');
- var inputB = inputR.clone().inject(B).addClass(prefix + 'bInput');
- inputR.inject(R).addClass(prefix + 'rInput');
-
- var HU = new Element('label').inject(box).setStyle('position', 'absolute');
- var SA = HU.clone().inject(box).addClass(prefix + 'SatuLabel').set('html', 'S: ');
- var BR = HU.clone().inject(box).addClass(prefix + 'BrighLabel').set('html', 'B: ');
- HU.set('html', 'H: ').addClass(prefix + 'HueLabel');
-
- var inputHU = new Element('input');
- var inputSA = inputHU.clone().inject(SA).addClass(prefix + 'SatuInput');
- var inputBR = inputHU.clone().inject(BR).addClass(prefix + 'BrighInput');
- inputHU.inject(HU).addClass(prefix + 'HueInput');
- SA.innerHTML += " %"; BR.innerHTML += " %";
- SP = new Element('span', {'styles': {'position': 'absolute'}, 'class': prefix + 'ballino'})
- SP.innerHTML = " °"
- SP.inject(HU,'after');
-
- var hex = new Element('label').inject(box).setStyle('position', 'absolute').addClass(prefix + 'hexLabel').set('html', '#hex: ').adopt(new Element('input').addClass(prefix + 'hexInput'));
-
- var ok = new Element('input', {
- 'styles': {'position': 'absolute'},
- 'type': 'button',
- 'value': this.options.selectText,
- 'class': prefix + 'okButton'
- }).inject(box);
-
- this.rePosition();
-
- var overlays = $$('#' + id + ' .' + prefix + 'overlay');
- this.layout.overlay = overlays[0];
- this.layout.overlay2 = overlays[1];
- this.layout.cursor = cr;
- this.layout.arrows = ar;
- this.chooseColor = this.layout.getElement('.' + prefix + 'chooseColor');
- this.RedInput = inputR;
- this.GreenInput = inputG;
- this.BlueInput = inputB;
- this.HueInput = inputHU;
- this.SatuInput = this.layout.getElement('.' + prefix + 'SatuInput');
- this.BrighInput = this.layout.getElement('.' + prefix + 'BrighInput');
- this.hexInput = this.layout.getElement('.' + prefix + 'hexInput');;
-
- this.arrRGB = [this.RedInput, this.GreenInput, this.BlueInput];
- this.arrHSB = [this.HueInput, this.SatuInput, this.BrighInput];
- this.okButton = ok;
-
- if (!Browser.Engine.webkit419) this.hide();
- },
- rePosition: function() {
- var coords = this.element.getCoordinates();
- this.layout.setStyles({
- 'left': coords.left,
- 'top': coords.top + coords.height + 1
- });
- },
-
- snippet: function(mode, type) {
- var size; type = (type) ? type : 'none';
-
- switch(mode) {
- case 'arrPos':
- var t = this.layout.arrows.getStyle('top').toInt();
- size = t;
- break;
- case 'arrSize':
- var h = this.layout.arrows.height;
- h = (type == 'int') ? (h/2).toInt() : h;
- size = h;
- break;
- case 'curPos':
- var l = this.layout.cursor.getStyle('left').toInt();
- var t = this.layout.cursor.getStyle('top').toInt();
- size = {'l': l, 't': t};
- break;
- case 'slider':
- var t = this.layout.slider.getStyle('marginTop').toInt();
- size = t;
- break;
- default :
- var h = this.layout.cursor.height;
- var w = this.layout.cursor.width;
- h = (type == 'int') ? (h/2).toInt() : h;
- w = (type == 'int') ? (w/2).toInt() : w;
- size = {w: w, h: h};
- };
- return size;
- }
-});
diff --git a/js/mootools-domready-rainbow.js b/js/mootools-domready-rainbow.js
deleted file mode 100644
index 40041df..0000000
--- a/js/mootools-domready-rainbow.js
+++ /dev/null
@@ -1,16 +0,0 @@
-window.addEvent('domready', function() {
- var r = new MooRainbow('myRainbow', {
- 'startColor': [58, 142, 246],
- 'imgPath': 'js/mooRainbow/images/',
- 'onChange': function(color) {
- top.frame_navigation.document.getElementById('body_leftFrame').style.backgroundColor = color.hex;
- top.frame_navigation.document.getElementById('pmalogo').style.backgroundColor = color.hex;
- top.frame_content.document.body.style.backgroundColor = color.hex;
- },
- 'onComplete': function(color) {
- top.frame_content.document.getElementById('rainbowform').custom_color.value = color.hex;
- top.frame_content.document.getElementById('rainbowform').custom_color_rgb.value = color.rgb;
- top.frame_content.document.getElementById('rainbowform').submit();
- }
- });
-});
diff --git a/libraries/common.inc.php b/libraries/common.inc.php
index 11c5f8b..5a4afc4 100644
--- a/libraries/common.inc.php
+++ b/libraries/common.inc.php
@@ -666,10 +666,8 @@ unset($default_server);
if (isset($_REQUEST['custom_color_reset'])) {
unset($_SESSION['tmp_user_values']['custom_color']);
- unset($_SESSION['tmp_user_values']['custom_color_rgb']);
} elseif (isset($_REQUEST['custom_color'])) {
$_SESSION['tmp_user_values']['custom_color'] = $_REQUEST['custom_color'];
- $_SESSION['tmp_user_values']['custom_color_rgb'] = $_REQUEST['custom_color_rgb'];
}
/**
* @global PMA_Theme_Manager $_SESSION['PMA_Theme_Manager']
diff --git a/libraries/header_meta_style.inc.php b/libraries/header_meta_style.inc.php
index 5413be6..c6c6f96 100644
--- a/libraries/header_meta_style.inc.php
+++ b/libraries/header_meta_style.inc.php
@@ -46,11 +46,14 @@ if ($GLOBALS['text_dir'] == 'ltr') {
echo 'phpMyAdmin';
}
?></title>
- <link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>&nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
-<?php if (defined('PMA_MOORAINBOW')) { ?>
- <link rel="stylesheet" type="text/css" href="js/mooRainbow/mooRainbow.css" />
+<?php
+// goes before our themed CSS
+ if (defined('PMA_COLORPICKER')) { ?>
+ <link rel="stylesheet" type="text/css" href="js/colorpicker/css/colorpicker.css" />
+ <link rel="stylesheet" media="screen" type="text/css" href="js/colorpicker/css/layout.css" />
<?php
- }
+ }
?>
+ <link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>&nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : ''; ?>print.css" media="print" />
<meta name="robots" content="noindex,nofollow" />
diff --git a/main.php b/main.php
index ef9c6b5..36a8125 100644
--- a/main.php
+++ b/main.php
@@ -9,11 +9,11 @@
/**
* Gets some core libraries and displays a top message if required
*/
-define('PMA_MOORAINBOW', true);
+define('PMA_COLORPICKER', true);
require_once './libraries/common.inc.php';
-$GLOBALS['js_include'][] = 'mootools-more.js';
-$GLOBALS['js_include'][] = 'mooRainbow/mooRainbow.js';
-$GLOBALS['js_include'][] = 'mootools-domready-rainbow.js';
+
+$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
+$GLOBALS['js_include'][] = 'colorpicker/js/colorpicker.js';
// Handles some variables that may have been sent by the calling script
$GLOBALS['db'] = '';
@@ -159,14 +159,37 @@ if ($GLOBALS['cfg']['ThemeManager']) {
//<![CDATA[
document.write('<li id="li_custom_color">');
document.write('<?php echo PMA_escapeJsString($strCustomColor) . ': '; ?>');
- document.write('<img id="myRainbow" src="js/mooRainbow/images/rainbow.png" alt="[r]" width="16" height="16" />');
- document.write('<form name="rainbowform" id="rainbowform" method="post" action="index.php" target="_parent">');
+ document.write('<form name="colorform" id="colorform" method="post" action="index.php" target="_parent">');
document.write('<?php echo PMA_generate_common_hidden_inputs(); ?>');
- document.write('<input type="hidden" name="custom_color" />');
- document.write('<input type="hidden" name="custom_color_rgb" />');
+ document.write('<input type="hidden" id="custom_color" name="custom_color" value="" />');
document.write('<input type="submit" name="custom_color_reset" value="<?php echo $strReset; ?>" />');
document.write('</form>');
+ document.write('<div id="colorSelector">');
+ document.write('</div>');
document.write('</li>');
+
+ $(document).ready(function() {
+ // Choosing another id does not work!
+ $('#colorSelector').ColorPicker({
+ color: '#0000ff',
+ onShow: function (colpkr) {
+ $(colpkr).fadeIn(500);
+ return false;
+ },
+ onHide: function (colpkr) {
+ $(colpkr).fadeOut(500);
+ return false;
+ },
+ onChange: function(hsb, hex, rgb) {
+ top.frame_content.document.body.style.backgroundColor = '#' + hex;
+ top.frame_navigation.document.body.style.backgroundColor = '#' + hex;
+ },
+ onSubmit: function(hsb, hex, rgb) {
+ $('#custom_color').val('#' + hex);
+ $('#colorform').submit();
+ }
+ });
+ });
//]]>
</script>
<?php
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-839-g9608b08
by Michal Čihař 25 Mar '10
by Michal Čihař 25 Mar '10
25 Mar '10
The branch, gettext has been updated
via 9608b0805e0c928904069277c3b7958d4c50c8d8 (commit)
from bc0251c0a0556ae38e93b9a3f338d870f843a02d (commit)
- Log -----------------------------------------------------------------
commit 9608b0805e0c928904069277c3b7958d4c50c8d8
Author: veeven <veeven(a)gmail.com>
Date: Wed Mar 24 16:47:29 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/te.po | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/po/te.po b/po/te.po
index cda7558..d7c175d 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 19:10+0200\n"
-"Last-Translator: చక్రవర్తి <varthy(a)gmail.com>\n"
+"PO-Revision-Date: 2010-03-24 16:47+0200\n"
+"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
"Language: te\n"
"MIME-Version: 1.0\n"
@@ -166,7 +166,7 @@ msgstr "డిసెం"
#. l10n: See http://www.php.net/manual/en/function.strftime.php to define the format string
#: libraries/messages.inc.php:26
msgid "%B %d, %Y at %I:%M %p"
-msgstr ""
+msgstr "%B %d, %Y at %I:%M %p"
#: libraries/messages.inc.php:27
#, possible-php-format
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. c43dbf32dfc211e5364191e085fc645b50d9932a
by Michal Čihař 25 Mar '10
by Michal Čihař 25 Mar '10
25 Mar '10
The branch, master has been updated
via c43dbf32dfc211e5364191e085fc645b50d9932a (commit)
from 147c31cd9c80b622835c5bc886e111fc27bdb842 (commit)
- Log -----------------------------------------------------------------
commit c43dbf32dfc211e5364191e085fc645b50d9932a
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: Thu Mar 25 02:09:48 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/pt_BR.po | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3c4ca71..d518235 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-22 23:58+0100\n"
-"PO-Revision-Date: 2010-03-12 01:10+0200\n"
+"PO-Revision-Date: 2010-03-25 02:09+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: none\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"
@@ -9628,13 +9628,12 @@ msgstr ""
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:4346
-#, fuzzy
msgid ""
"<tt>git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/"
"phpmyadmin</tt>"
msgstr ""
-"<tt>svn co https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/"
-"phpMyAdmin</tt>"
+"<tt>git clone "
+"git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt>"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:4349
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-264-g719d6dd
by Michal Čihař 24 Mar '10
by Michal Čihař 24 Mar '10
24 Mar '10
The branch, master has been updated
via 719d6dd9f0c634fe49c121b4775f77a6953a954b (commit)
via 459fe9e905be784bcb0d3ce8ad54486c906be938 (commit)
via cdef72f707e0f2a5ebf0a6a897811795f7dea165 (commit)
via c70bd771719efa2fd1711f163e2aabb6bb304325 (commit)
via 9f155b618c65ba2bf49f8a6dbf51d7e6f562087c (commit)
from f9e1592958310191f97def4306d27f695de40245 (commit)
- Log -----------------------------------------------------------------
commit 719d6dd9f0c634fe49c121b4775f77a6953a954b
Merge: f9e1592958310191f97def4306d27f695de40245 459fe9e905be784bcb0d3ce8ad54486c906be938
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 11:10:52 2010 +0100
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes:
lang/belarusian_latin-utf-8.inc.php | 66 ++++++++++++++--------------------
1 files changed, 27 insertions(+), 39 deletions(-)
diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php
index 4ac9ed6..b17405d 100644
--- a/lang/belarusian_latin-utf-8.inc.php
+++ b/lang/belarusian_latin-utf-8.inc.php
@@ -21,18 +21,6 @@ $month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier',
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
-kali łaska, praviercie kanfihuracyju PHP';
-Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł.
-Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj.
-Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
-
-Kali łaska, spytajcie aŭtara, što robić %s.';
-Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
-
-Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
-
-hetaje pole nia moža być adredagavanaje ';
-
$strAbortedClients = 'Spyniena';
$strAccessDeniedCreateConfig = 'Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera MySQL, ale server adchiliŭ złučeńnie. Praviercie imia chostu, karystalnika i parol u config.inc.php i ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar MySQL-servera.';
@@ -124,7 +112,7 @@ $strCancel = 'Skasavać';
$strCanNotLoadExportPlugins = 'Niemahčyma zahruzić płahiny ekspartavańnia, kali łaska, praviercie ŭstalavanyja fajły!';
$strCanNotLoadImportPlugins = 'Niemahčyma zahruzić płahiny impartavańnia, kali łaska, praviercie ŭstaloŭku!';
$strCannotLogin = 'Niemahčyma załahavacca na server MySQL';
-$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;
+$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju PHP';
$strCantLoadRecodeIconv = 'Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Niemahčyma pierajmienavać indeks u PRIMARY!';
$strCantUseRecodeIconv = 'Niemahčyma vykarystać ni funkcyju iconv, ni libiconvr, ni recode_string u toj čas, jak pašyreńnie paviedamlaje, što jano zahružanaje. Praviercie vašuju kanfihuracyju PHP.';
@@ -164,7 +152,7 @@ $strCompleteInserts = 'Poŭnaja ŭstaŭka';
$strCompression = 'Ścisk';
$strCompressionWillBeDetected = 'Metad ścisku impartavanaha fajła budzie vyznačanaja aŭtamatyčna z: %s';
$strConfigDefaultFileError = 'Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: "%1$s"';
-$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł!
+$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł! Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł. Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj. Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
$strConfigureTableCoord = 'Kali łaska, skanfihurujcie kaardynaty dla tablicy %s';
$strConnectionError = 'Niemahčyma padłučycca: niapravilnyja nałady.';
$strConnections = 'Padłučeńni';
@@ -352,13 +340,13 @@ $strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravań
$strHebrew = 'Habrejskaja';
$strHelp = 'Dapamoha';
$strHexForBLOB = 'Šasnaccatkovyja značeńni dla polaŭ typu BLOB';
-$strHide = 'Schavać';
$strHideShowAll = 'Schavać/pakazać usie tablicy';
$strHideShowNoRelation = 'Schavać/pakazać tablicy biaz suviaziaŭ';
+$strHide = 'Schavać';
$strHome = 'Da pačatku';
$strHomepageOfficial = 'Aficyjnaja staronka phpMyAdmin';
-$strHost = 'Chost';
$strHostEmpty = 'Pustoje imia chostu!';
+$strHost = 'Chost';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Vuhorskaja';
@@ -387,8 +375,8 @@ $strInnoDBAutoextendIncrementDesc = ' Pamier pryraščeńnia dla pašyreńnia pa
$strInnoDBBufferPoolSizeDesc = 'Pamier buferu ŭ pamiaci, jaki InnoDB vykarystoŭvaje dla kešavańnia dadzienych i indeksaŭ tablic.';
$strInnoDBBufferPoolSize = 'Pamier pułu buferu';
$strInnoDBDataFilePath = 'Fajły dadzienych';
-$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBDataHomeDirDesc = 'Ahulnaja častka šlachu tečki da ŭsich fajłaŭ dadzienych InnoDB.';
+$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBPages = 'staronak';
$strInnodbStat = 'Stan InnoDB';
$strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.';
@@ -431,7 +419,6 @@ $strKorean = 'Karejskaja';
$strLandscape = 'Krajavid';
$strLanguage = 'Mova';
$strLanguageUnknown = 'Nieviadomaja mova: %1$s.';
-$strLatchedPages = 'Fiksavanyja staronki';
$strLatexCaption = 'Zahałovak tablicy';
$strLatexContent = 'Źmieściva tablicy __TABLE__';
$strLatexContinuedCaption = 'Praciahnuty zahałovak tablicy';
@@ -440,6 +427,7 @@ $strLatexIncludeCaption = 'Uklučyć zahałovak tablicy';
$strLatexLabel = 'Kluč mietki';
$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tablicy __TABLE__';
+$strLatchedPages = 'Fiksavanyja staronki';
$strLatvian = 'Łatvijskaja';
$strLDI = 'CSV z vykarystańniem LOAD DATA';
$strLDILocal = 'Vykarystoŭvać klučavoje słova LOCAL';
@@ -468,9 +456,9 @@ $strMIME_available_mime = 'Dastupnyja MIME-typy';
$strMIME_available_transform = 'Dastupnyja pieraŭtvareńni';
$strMIME_description = 'Apisańnie';
$strMIME_MIMEtype = 'MIME-typ';
-$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.
+$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia. Kali łaska, spytajcie aŭtara, što robić %s.';
$strMIME_transformation_note = 'Dla atrymańnia śpisu dastupnych opcyjaŭ transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %sapisańni pieraŭtvareńniaŭ%s';
-$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'...
+$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'... Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strMIME_transformation_options = 'Opcyi pieraŭtvareńnia';
$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
$strMIMETypesForTable = 'MIME-typy tablicy';
@@ -776,7 +764,7 @@ $strServerVars = 'Nałady i źmiennyja servera';
$strServerVersion = 'Versija servera';
$strSessionStartupErrorGeneral = 'Niemahčyma biez pamyłak raspačać sesiju. Kali łaska, praviercie pamyłki ŭ vašym łogu PHP i, mahčyma, taksama ŭ łogu web-servera i skanfihurujcie PHP pravilna.';
$strSessionValue = 'Značeńnie sesii';
-$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...
+$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'... Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strShowAll = 'Pakazać usie';
$strShowColor = 'Pakazać koler';
$strShowDatadictAs = 'Farmat słoŭnika dadzienych';
@@ -928,9 +916,9 @@ $strSQPBugInvalidIdentifer = 'Niapravilny identyfikatar';
$strSQPBugUnclosedQuote = 'Niezakrytaje dvukośsie';
$strSQPBugUnknownPunctuation = 'Nieviadomy symbal punktuacyi';
$strStandInStructureForView = 'Zamianialnaja struktura dla prahladu';
-$strStatCheckTime = 'Apošniaja pravierka';
$strStatCreateTime = 'Stvoranaja';
$strStatement = 'Vyrazy';
+$strStatCheckTime = 'Apošniaja pravierka';
$strStatisticsOverrun = 'Na zahružanym servery bajtavyja ličylniki mohuć pieraskokvać koła, tamu statystyka, jakuju pakazvaje MySQL-server, moža być niapravilnaj.';
$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$strStatus = 'Stan';
@@ -975,7 +963,7 @@ $strTable = 'Tablica';
$strTakeIt = 'hetaja';
$strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy';
$strTempData = 'Časovyja dadzienyja';
-$strTextAreaLength = ' Z-za vialikaj daŭžyni,
+$strTextAreaLength = ' Z-za vialikaj daŭžyni, hetaje pole nia moža być adredagavanaje ';
$strTexyText = 'Tekst Texy!';
$strThai = 'Tajlandzkaja';
$strThemeDefaultNotFound = 'Tema pa zmoŭčańni %s nia znojdzienaja!';
@@ -1111,7 +1099,7 @@ $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCurrentServer = 'Current server'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
$strDatabase_src = 'Source database'; //to translate
$strDatabase_trg = 'Target database'; //to translate
$strDataDiff = 'Data Difference'; //to translate
@@ -1166,11 +1154,11 @@ $strRemoteServer = 'Remote server'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
@@ -1183,10 +1171,10 @@ $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-
$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveReset = 'Reset slave'; //to translate
@@ -1225,13 +1213,6 @@ $strSetupBZipDump_name = 'Bzip2'; //to translate
$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
$strSetupClear = 'Clear'; //to translate
$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
@@ -1273,12 +1254,12 @@ $strSetuperror_nan_p = 'Not a positive number'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
$strSetupExport_compression_name = 'Compression'; //to translate
$strSetupExport_file_template_database_name = 'Database name template'; //to translate
$strSetupExport_file_template_server_name = 'Server name template'; //to translate
$strSetupExport_file_template_table_name = 'Table name template'; //to translate
$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
$strSetupExport_onserver_name = 'Save on server'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
@@ -1341,6 +1322,13 @@ $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] c
$strSetupGZipDump_name = 'GZip'; //to translate
$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreErrors = 'Ignore errors'; //to translate
$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
@@ -1388,10 +1376,10 @@ $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
@@ -1498,20 +1486,20 @@ $strSetupServers_table_info_desc = 'Table to describe the display fields, leave
$strSetupServers_table_info_name = 'Display fields table'; //to translate
$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
$strSetupSetValue = 'Set value: %s'; //to translate
$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
$strSetupShowCreateDb_name = 'Show create database form'; //to translate
$strSetupShowForm = 'Show form'; //to translate
$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-838-gbc0251c
by Michal Čihař 24 Mar '10
by Michal Čihař 24 Mar '10
24 Mar '10
The branch, gettext has been updated
via bc0251c0a0556ae38e93b9a3f338d870f843a02d (commit)
via 18db851bb5f3d075cd86e6dd9f280b8090d2a090 (commit)
via 459fe9e905be784bcb0d3ce8ad54486c906be938 (commit)
via cdef72f707e0f2a5ebf0a6a897811795f7dea165 (commit)
via c70bd771719efa2fd1711f163e2aabb6bb304325 (commit)
via 9f155b618c65ba2bf49f8a6dbf51d7e6f562087c (commit)
from a069d4f4af3bc61f9d831e054e1f64522c4e587c (commit)
- Log -----------------------------------------------------------------
commit bc0251c0a0556ae38e93b9a3f338d870f843a02d
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 11:15:08 2010 +0100
Fix import of be@latin locales
The original import was messed up because of broken php file.
commit 18db851bb5f3d075cd86e6dd9f280b8090d2a090
Merge: a069d4f4af3bc61f9d831e054e1f64522c4e587c 459fe9e905be784bcb0d3ce8ad54486c906be938
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 11:10:58 2010 +0100
Merge branch 'QA_3_3' into gettext
-----------------------------------------------------------------------
Summary of changes:
lang/belarusian_latin-utf-8.inc.php | 66 +++----
po/be(a)latin.po | 386 ++++++++++++-----------------------
2 files changed, 162 insertions(+), 290 deletions(-)
diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php
index 4ac9ed6..b17405d 100644
--- a/lang/belarusian_latin-utf-8.inc.php
+++ b/lang/belarusian_latin-utf-8.inc.php
@@ -21,18 +21,6 @@ $month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier',
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
-kali łaska, praviercie kanfihuracyju PHP';
-Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł.
-Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj.
-Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
-
-Kali łaska, spytajcie aŭtara, što robić %s.';
-Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
-
-Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
-
-hetaje pole nia moža być adredagavanaje ';
-
$strAbortedClients = 'Spyniena';
$strAccessDeniedCreateConfig = 'Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera MySQL, ale server adchiliŭ złučeńnie. Praviercie imia chostu, karystalnika i parol u config.inc.php i ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar MySQL-servera.';
@@ -124,7 +112,7 @@ $strCancel = 'Skasavać';
$strCanNotLoadExportPlugins = 'Niemahčyma zahruzić płahiny ekspartavańnia, kali łaska, praviercie ŭstalavanyja fajły!';
$strCanNotLoadImportPlugins = 'Niemahčyma zahruzić płahiny impartavańnia, kali łaska, praviercie ŭstaloŭku!';
$strCannotLogin = 'Niemahčyma załahavacca na server MySQL';
-$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;
+$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju PHP';
$strCantLoadRecodeIconv = 'Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Niemahčyma pierajmienavać indeks u PRIMARY!';
$strCantUseRecodeIconv = 'Niemahčyma vykarystać ni funkcyju iconv, ni libiconvr, ni recode_string u toj čas, jak pašyreńnie paviedamlaje, što jano zahružanaje. Praviercie vašuju kanfihuracyju PHP.';
@@ -164,7 +152,7 @@ $strCompleteInserts = 'Poŭnaja ŭstaŭka';
$strCompression = 'Ścisk';
$strCompressionWillBeDetected = 'Metad ścisku impartavanaha fajła budzie vyznačanaja aŭtamatyčna z: %s';
$strConfigDefaultFileError = 'Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: "%1$s"';
-$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł!
+$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł! Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł. Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj. Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
$strConfigureTableCoord = 'Kali łaska, skanfihurujcie kaardynaty dla tablicy %s';
$strConnectionError = 'Niemahčyma padłučycca: niapravilnyja nałady.';
$strConnections = 'Padłučeńni';
@@ -352,13 +340,13 @@ $strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravań
$strHebrew = 'Habrejskaja';
$strHelp = 'Dapamoha';
$strHexForBLOB = 'Šasnaccatkovyja značeńni dla polaŭ typu BLOB';
-$strHide = 'Schavać';
$strHideShowAll = 'Schavać/pakazać usie tablicy';
$strHideShowNoRelation = 'Schavać/pakazać tablicy biaz suviaziaŭ';
+$strHide = 'Schavać';
$strHome = 'Da pačatku';
$strHomepageOfficial = 'Aficyjnaja staronka phpMyAdmin';
-$strHost = 'Chost';
$strHostEmpty = 'Pustoje imia chostu!';
+$strHost = 'Chost';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Vuhorskaja';
@@ -387,8 +375,8 @@ $strInnoDBAutoextendIncrementDesc = ' Pamier pryraščeńnia dla pašyreńnia pa
$strInnoDBBufferPoolSizeDesc = 'Pamier buferu ŭ pamiaci, jaki InnoDB vykarystoŭvaje dla kešavańnia dadzienych i indeksaŭ tablic.';
$strInnoDBBufferPoolSize = 'Pamier pułu buferu';
$strInnoDBDataFilePath = 'Fajły dadzienych';
-$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBDataHomeDirDesc = 'Ahulnaja častka šlachu tečki da ŭsich fajłaŭ dadzienych InnoDB.';
+$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBPages = 'staronak';
$strInnodbStat = 'Stan InnoDB';
$strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.';
@@ -431,7 +419,6 @@ $strKorean = 'Karejskaja';
$strLandscape = 'Krajavid';
$strLanguage = 'Mova';
$strLanguageUnknown = 'Nieviadomaja mova: %1$s.';
-$strLatchedPages = 'Fiksavanyja staronki';
$strLatexCaption = 'Zahałovak tablicy';
$strLatexContent = 'Źmieściva tablicy __TABLE__';
$strLatexContinuedCaption = 'Praciahnuty zahałovak tablicy';
@@ -440,6 +427,7 @@ $strLatexIncludeCaption = 'Uklučyć zahałovak tablicy';
$strLatexLabel = 'Kluč mietki';
$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tablicy __TABLE__';
+$strLatchedPages = 'Fiksavanyja staronki';
$strLatvian = 'Łatvijskaja';
$strLDI = 'CSV z vykarystańniem LOAD DATA';
$strLDILocal = 'Vykarystoŭvać klučavoje słova LOCAL';
@@ -468,9 +456,9 @@ $strMIME_available_mime = 'Dastupnyja MIME-typy';
$strMIME_available_transform = 'Dastupnyja pieraŭtvareńni';
$strMIME_description = 'Apisańnie';
$strMIME_MIMEtype = 'MIME-typ';
-$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.
+$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia. Kali łaska, spytajcie aŭtara, što robić %s.';
$strMIME_transformation_note = 'Dla atrymańnia śpisu dastupnych opcyjaŭ transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %sapisańni pieraŭtvareńniaŭ%s';
-$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'...
+$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'... Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strMIME_transformation_options = 'Opcyi pieraŭtvareńnia';
$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
$strMIMETypesForTable = 'MIME-typy tablicy';
@@ -776,7 +764,7 @@ $strServerVars = 'Nałady i źmiennyja servera';
$strServerVersion = 'Versija servera';
$strSessionStartupErrorGeneral = 'Niemahčyma biez pamyłak raspačać sesiju. Kali łaska, praviercie pamyłki ŭ vašym łogu PHP i, mahčyma, taksama ŭ łogu web-servera i skanfihurujcie PHP pravilna.';
$strSessionValue = 'Značeńnie sesii';
-$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...
+$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'... Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strShowAll = 'Pakazać usie';
$strShowColor = 'Pakazać koler';
$strShowDatadictAs = 'Farmat słoŭnika dadzienych';
@@ -928,9 +916,9 @@ $strSQPBugInvalidIdentifer = 'Niapravilny identyfikatar';
$strSQPBugUnclosedQuote = 'Niezakrytaje dvukośsie';
$strSQPBugUnknownPunctuation = 'Nieviadomy symbal punktuacyi';
$strStandInStructureForView = 'Zamianialnaja struktura dla prahladu';
-$strStatCheckTime = 'Apošniaja pravierka';
$strStatCreateTime = 'Stvoranaja';
$strStatement = 'Vyrazy';
+$strStatCheckTime = 'Apošniaja pravierka';
$strStatisticsOverrun = 'Na zahružanym servery bajtavyja ličylniki mohuć pieraskokvać koła, tamu statystyka, jakuju pakazvaje MySQL-server, moža być niapravilnaj.';
$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$strStatus = 'Stan';
@@ -975,7 +963,7 @@ $strTable = 'Tablica';
$strTakeIt = 'hetaja';
$strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy';
$strTempData = 'Časovyja dadzienyja';
-$strTextAreaLength = ' Z-za vialikaj daŭžyni,
+$strTextAreaLength = ' Z-za vialikaj daŭžyni, hetaje pole nia moža być adredagavanaje ';
$strTexyText = 'Tekst Texy!';
$strThai = 'Tajlandzkaja';
$strThemeDefaultNotFound = 'Tema pa zmoŭčańni %s nia znojdzienaja!';
@@ -1111,7 +1099,7 @@ $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCurrentServer = 'Current server'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
$strDatabase_src = 'Source database'; //to translate
$strDatabase_trg = 'Target database'; //to translate
$strDataDiff = 'Data Difference'; //to translate
@@ -1166,11 +1154,11 @@ $strRemoteServer = 'Remote server'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
@@ -1183,10 +1171,10 @@ $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-
$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveReset = 'Reset slave'; //to translate
@@ -1225,13 +1213,6 @@ $strSetupBZipDump_name = 'Bzip2'; //to translate
$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
$strSetupClear = 'Clear'; //to translate
$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
@@ -1273,12 +1254,12 @@ $strSetuperror_nan_p = 'Not a positive number'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
$strSetupExport_compression_name = 'Compression'; //to translate
$strSetupExport_file_template_database_name = 'Database name template'; //to translate
$strSetupExport_file_template_server_name = 'Server name template'; //to translate
$strSetupExport_file_template_table_name = 'Table name template'; //to translate
$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
$strSetupExport_onserver_name = 'Save on server'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
@@ -1341,6 +1322,13 @@ $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] c
$strSetupGZipDump_name = 'GZip'; //to translate
$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreErrors = 'Ignore errors'; //to translate
$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
@@ -1388,10 +1376,10 @@ $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
@@ -1498,20 +1486,20 @@ $strSetupServers_table_info_desc = 'Table to describe the display fields, leave
$strSetupServers_table_info_name = 'Display fields table'; //to translate
$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
$strSetupSetValue = 'Set value: %s'; //to translate
$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
$strSetupShowCreateDb_name = 'Show create database form'; //to translate
$strSetupShowForm = 'Show form'; //to translate
$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 3ab7721..2fa3569 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -35,17 +35,15 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "Adpraŭlena"
+msgstr ""
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
-#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr "Adpraŭlena"
+msgstr ""
#. l10n: Text direction, use either ltr or rtl
#: libraries/messages.inc.php:15
@@ -315,9 +313,8 @@ msgid "And"
msgstr "I"
#: libraries/messages.inc.php:61
-#, fuzzy
msgid "and"
-msgstr "I"
+msgstr ""
#: libraries/messages.inc.php:62
msgid "and then"
@@ -457,40 +454,35 @@ msgid "Are you sure you want to disable all BLOB references for database %s?"
msgstr ""
#: libraries/messages.inc.php:96
-#, fuzzy
msgctxt "$strBLOBRepositoryDisabled"
msgid "Disabled"
-msgstr "Adklučana"
+msgstr ""
#: libraries/messages.inc.php:97
-#, fuzzy
msgid "Disable"
-msgstr "Adklučana"
+msgstr ""
#: libraries/messages.inc.php:98
msgid "You are about to DISABLE a BLOB Repository!"
msgstr ""
#: libraries/messages.inc.php:99
-#, fuzzy
msgctxt "$strBLOBRepositoryEnabled"
msgid "Enabled"
-msgstr "Uklučana"
+msgstr ""
#: libraries/messages.inc.php:100
-#, fuzzy
msgid "Enable"
-msgstr "Uklučana"
+msgstr ""
#: libraries/messages.inc.php:101
msgid "Remove BLOB Repository Reference"
msgstr ""
#: libraries/messages.inc.php:102
-#, fuzzy
msgctxt "$strBLOBRepositoryRepair"
msgid "Repair"
-msgstr "Adramantavać"
+msgstr ""
#: libraries/messages.inc.php:103
msgid "Upload to BLOB repository"
@@ -610,11 +602,7 @@ msgid ""
"Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
"extension. Please check your PHP configuration."
msgstr ""
-"niemahčyma zahruzić pašyreńnie %s;\n"
-"$strCantLoadRecodeIconv = 'Niemahčyma zahruzić pašyreńnie iconv abo "
-"pašyreńnie recode, nieabchodnyja dla pierakadavańnia symbalaŭ. Naładźcie PHP "
-"na vykarystańnie hetych pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie "
-"symbalaŭ u phpMyAdmin."
+"niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju PHP"
#: libraries/messages.inc.php:132
msgid ""
@@ -622,6 +610,9 @@ msgid ""
"Either configure PHP to enable these extensions or disable charset "
"conversion in phpMyAdmin."
msgstr ""
+"Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja "
+"dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych "
+"pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin."
#: libraries/messages.inc.php:133
msgid "Can't rename index to PRIMARY!"
@@ -811,14 +802,17 @@ msgid ""
"semicolon is missing somewhere.<br />If you receive a blank page, everything "
"is fine."
msgstr ""
-"phpMyAdmin nia moža pračytać kanfihuracyjny fajł!\n"
-"$strConfigureTableCoord = 'Kali łaska, skanfihurujcie kaardynaty dla tablicy "
-"%s"
+"phpMyAdmin nia moža pračytać kanfihuracyjny fajł! Heta moža adbycca ŭ "
+"vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža "
+"znajści fajł. Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, "
+"vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni "
+"PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka "
+"z koskaj. Kali vy atrymajecie čystuju staronku, značyć, usio dobra."
#: libraries/messages.inc.php:175
#, php-format
msgid "Please configure the coordinates for table %s"
-msgstr ""
+msgstr "Kali łaska, skanfihurujcie kaardynaty dla tablicy %s"
#: libraries/messages.inc.php:176
msgid "Cannot connect: invalid settings."
@@ -925,10 +919,9 @@ msgid "Create table"
msgstr "Stvaryć tablicu"
#: libraries/messages.inc.php:200
-#, fuzzy
msgctxt "$strCreateTableShort"
msgid "Create table"
-msgstr "Stvaryć tablicu"
+msgstr ""
#: libraries/messages.inc.php:201
msgid "Database for user"
@@ -943,12 +936,12 @@ msgstr ""
#, fuzzy
msgctxt "$strCreateUserDatabaseNone"
msgid "None"
-msgstr "Niama"
+msgstr "Nijakaja"
#: libraries/messages.inc.php:204
-#, fuzzy, php-format
+#, php-format
msgid "Grant all privileges on database "%s""
-msgstr "Pravieryć pryvilei dla bazy \"%s\"."
+msgstr ""
#: libraries/messages.inc.php:205
msgid "Grant all privileges on wildcard name (username\\_%)"
@@ -1032,9 +1025,8 @@ msgid "%s databases have been dropped successfully."
msgstr "%s bazaŭ dadzienych byli paśpiachova vydalenyja."
#: libraries/messages.inc.php:225
-#, fuzzy
msgid "Source database"
-msgstr "Pošuk u bazie dadzienych"
+msgstr ""
#: libraries/messages.inc.php:226
msgid "Databases statistics"
@@ -1057,9 +1049,8 @@ msgstr ""
"kolkaść trafiku pamiž web-serveram i serveram MySQL."
#: libraries/messages.inc.php:230
-#, fuzzy
msgid "Target database"
-msgstr "Pošuk u bazie dadzienych"
+msgstr ""
#: libraries/messages.inc.php:231
msgid "Data"
@@ -1070,9 +1061,8 @@ msgid "Data Dictionary"
msgstr "Słoŭnik dadzienych"
#: libraries/messages.inc.php:233
-#, fuzzy
msgid "Data Difference"
-msgstr "Struktura dla prahladu"
+msgstr ""
#: libraries/messages.inc.php:234
msgid "Data only"
@@ -1586,14 +1576,12 @@ msgid "Free pages"
msgstr "Volnych staronak"
#: libraries/messages.inc.php:351
-#, fuzzy
msgid "Full start"
-msgstr "Poŭnatekstekstavaje"
+msgstr ""
#: libraries/messages.inc.php:352
-#, fuzzy
msgid "Full stop"
-msgstr "Poŭnatekstekstavaje"
+msgstr ""
#: libraries/messages.inc.php:353
msgid "Full Texts"
@@ -1656,14 +1644,12 @@ msgid "Go"
msgstr "Paniesłasia"
#: libraries/messages.inc.php:369
-#, fuzzy
msgid "Go to database"
-msgstr "Bazy dadzienych adsutničajuć"
+msgstr ""
#: libraries/messages.inc.php:370
-#, fuzzy
msgid "Go to table"
-msgstr "Bazy dadzienych adsutničajuć"
+msgstr ""
#: libraries/messages.inc.php:371
msgid "Go to view"
@@ -2308,12 +2294,13 @@ msgid "MIME type"
msgstr "MIME-typ"
#: libraries/messages.inc.php:519
-#, php-format, fuzzy
+#, php-format
msgid ""
"No description is available for this transformation.<br />Please ask the "
"author what %s does."
msgstr ""
-"Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.\n"
+"Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia. Kali łaska, "
+"spytajcie aŭtara, što robić %s."
#: libraries/messages.inc.php:520
msgid "Browser transformation"
@@ -2324,9 +2311,9 @@ msgstr "Pieraŭtvareńnie MIME-typu braŭzeram"
msgid ""
"For a list of available transformation options and their MIME type "
"transformations, click on %stransformation descriptions%s"
-msgstr "Dla atrymańnia śpisu dastupnych opcyjaŭ "
-"transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %"
-"sapisańni pieraŭtvareńniaŭ%s"
+msgstr ""
+"Dla atrymańnia śpisu dastupnych opcyjaŭ transfarmacyi i pieraŭtvareńniaŭ "
+"ichnych MIME-typaŭ, naciśnicie na %sapisańni pieraŭtvareńniaŭ%s"
#: libraries/messages.inc.php:522
msgid ""
@@ -2336,13 +2323,13 @@ msgid ""
"'\\\\xyz' or 'a\\'b')."
msgstr ""
"Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety "
-"farmat: 'a', 100, b,'c'...\n"
-"$strMIME_transformation_options = 'Opcyi pieraŭtvareńnia"
+"farmat: 'a', 100, b,'c'... Kali vam treba ŭžyć zvarotny słeš (\"\\\") abo "
+"apostraf (\"'\") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi "
+"(naprykład, '\\\\xyz' abo 'a\\'b')."
#: libraries/messages.inc.php:523
-#, fuzzy
msgid "Transformation options"
-msgstr "Hety farmat nia maje opcyjaŭ"
+msgstr "Opcyi pieraŭtvareńnia"
#: libraries/messages.inc.php:524
msgid "MIME TYPES FOR TABLE"
@@ -2499,14 +2486,12 @@ msgid "Name"
msgstr "Nazva"
#: libraries/messages.inc.php:554
-#, fuzzy
msgid "Filter"
-msgstr "Fajły"
+msgstr ""
#: libraries/messages.inc.php:555
-#, fuzzy
msgid "New table"
-msgstr "Niama tablic"
+msgstr ""
#: libraries/messages.inc.php:556
msgid "Next"
@@ -2576,14 +2561,13 @@ msgid "No change"
msgstr "Niama źmienaŭ"
#: libraries/messages.inc.php:570
-#, fuzzy
msgctxt "$strNoneDefault"
msgid "None"
-msgstr "Niama"
+msgstr ""
#: libraries/messages.inc.php:571
msgid "None"
-msgstr "Niama"
+msgstr "Nijakaja"
#: libraries/messages.inc.php:572
msgid "No"
@@ -2962,9 +2946,8 @@ msgid "No tables"
msgstr "Niama tablic"
#: libraries/messages.inc.php:651
-#, fuzzy
msgid "Page has been created"
-msgstr "Tablica %1$s stvoranaja."
+msgstr ""
#: libraries/messages.inc.php:652
msgid "Page creation failed"
@@ -3066,9 +3049,8 @@ msgid "Polish"
msgstr "Polskaja"
#: libraries/messages.inc.php:675
-#, fuzzy
msgid "Port"
-msgstr "Paradak"
+msgstr ""
#: libraries/messages.inc.php:676
msgid "Portrait"
@@ -3452,9 +3434,8 @@ msgid "Reload"
msgstr "Abnavić"
#: libraries/messages.inc.php:765
-#, fuzzy
msgid "Remote server"
-msgstr "Web-server"
+msgstr ""
#: libraries/messages.inc.php:766
msgid "Remove CRLF characters within fields"
@@ -3483,9 +3464,8 @@ msgid "Rename table to"
msgstr "Pierajmienavać tablicu ŭ"
#: libraries/messages.inc.php:772
-#, fuzzy
msgid "Rename view to"
-msgstr "Pierajmienavać tablicu ŭ"
+msgstr ""
#: libraries/messages.inc.php:773
msgid "Repair"
@@ -3573,9 +3553,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:791
-#, fuzzy
msgid "Please select databases:"
-msgstr "Kali łaska, vybierycie bazu dadzienych"
+msgstr ""
#: libraries/messages.inc.php:792
#, php-format
@@ -3678,19 +3657,16 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:813
-#, fuzzy
msgid "Master status"
-msgstr "Pakazać stan zaležnych serveraŭ"
+msgstr ""
#: libraries/messages.inc.php:814
-#, fuzzy
msgid "Replication status"
-msgstr "Replikacyja"
+msgstr ""
#: libraries/messages.inc.php:815
-#, fuzzy
msgid "Slave status"
-msgstr "Pakazać stan zaležnych serveraŭ"
+msgstr ""
#: libraries/messages.inc.php:816
msgid "Synchronize databases with master"
@@ -4014,8 +3990,9 @@ msgid ""
"(for example '\\\\xyz' or 'a\\'b')."
msgstr ""
"Kali typ pola \"enum\" abo \"set\", kali łaska, uvodźcie značeńni "
-"vykarystoŭvajučy hety farmat: 'a','b','c'...\n"
-"$strShowAll = 'Pakazać usie"
+"vykarystoŭvajučy hety farmat: 'a','b','c'... Kali vam patrebna ŭžyć zvarotny "
+"słeš (\"\\\") abo apostraf (\"'\") siarod hetych značeńniaŭ, pastaŭcie "
+"pierad imi zvarotny słeš (naprykład, '\\\\xyz' abo 'a\\'b')."
#: libraries/messages.inc.php:889
msgid "settings"
@@ -4041,9 +4018,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:893
-#, fuzzy
msgid "Allow login to any MySQL server"
-msgstr "Niemahčyma załahavacca na server MySQL"
+msgstr ""
#: libraries/messages.inc.php:894
msgid "Show "Drop database" link to normal users"
@@ -4151,9 +4127,8 @@ msgid "Check config file permissions"
msgstr ""
#: libraries/messages.inc.php:916
-#, fuzzy
msgid "Clear"
-msgstr "Kalandar"
+msgstr ""
#: libraries/messages.inc.php:917
msgid ""
@@ -4200,27 +4175,24 @@ msgid "Tab that is displayed when entering a database"
msgstr ""
#: libraries/messages.inc.php:927
-#, fuzzy
msgid "Default database tab"
-msgstr "Pierajmienavać bazu dadzienych u"
+msgstr ""
#: libraries/messages.inc.php:928
msgid "Tab that is displayed when entering a server"
msgstr ""
#: libraries/messages.inc.php:929
-#, fuzzy
msgid "Default server tab"
-msgstr "Pierajmienavać bazu dadzienych u"
+msgstr ""
#: libraries/messages.inc.php:930
msgid "Tab that is displayed when entering a table"
msgstr ""
#: libraries/messages.inc.php:931
-#, fuzzy
msgid "Default table tab"
-msgstr "Pierajmienavać bazu dadzienych u"
+msgstr ""
#: libraries/messages.inc.php:932
msgid ""
@@ -4249,9 +4221,8 @@ msgid "Display servers as a list"
msgstr ""
#: libraries/messages.inc.php:938
-#, fuzzy
msgid "Donate"
-msgstr "Dadzienyja"
+msgstr ""
#: libraries/messages.inc.php:939
msgid "Download"
@@ -4326,33 +4297,28 @@ msgid "Maximum execution time"
msgstr ""
#: libraries/messages.inc.php:957
-#, fuzzy
msgid "Character set of the file"
-msgstr "Kadyroŭka fajła:"
+msgstr ""
#: libraries/messages.inc.php:959
-#, fuzzy
msgid "Database name template"
-msgstr "Šablon nazvy fajła"
+msgstr ""
#: libraries/messages.inc.php:960
-#, fuzzy
msgid "Server name template"
-msgstr "Šablon nazvy fajła"
+msgstr ""
#: libraries/messages.inc.php:961
-#, fuzzy
msgid "Table name template"
-msgstr "Šablon nazvy fajła"
+msgstr ""
#: libraries/messages.inc.php:963
msgid "Save on server"
msgstr ""
#: libraries/messages.inc.php:965
-#, fuzzy
msgid "Remember file name template"
-msgstr "Šablon nazvy fajła"
+msgstr ""
#: libraries/messages.inc.php:966
msgid "no"
@@ -4407,23 +4373,20 @@ msgid "Edit mode"
msgstr ""
#: libraries/messages.inc.php:978
-#, fuzzy
msgid "Customize default export options"
-msgstr "Nałady ekspartu bazy dadzienych"
+msgstr ""
#: libraries/messages.inc.php:979
-#, fuzzy
msgid "Export defaults"
-msgstr "Impartavać fajły"
+msgstr ""
#: libraries/messages.inc.php:980
msgid "Customize default common import options"
msgstr ""
#: libraries/messages.inc.php:981
-#, fuzzy
msgid "Import defaults"
-msgstr "Impartavać fajły"
+msgstr ""
#: libraries/messages.inc.php:982
msgid "Set import and export directories and compression options"
@@ -4434,9 +4397,8 @@ msgid "Import / export"
msgstr ""
#: libraries/messages.inc.php:985
-#, fuzzy
msgid "Databases display options"
-msgstr "Nałady ekspartu bazy dadzienych"
+msgstr ""
#: libraries/messages.inc.php:986
msgid "Customize appearance of the navigation frame"
@@ -4447,14 +4409,12 @@ msgid "Navigation frame"
msgstr ""
#: libraries/messages.inc.php:988
-#, fuzzy
msgid "Servers display options"
-msgstr "Nałady ekspartu bazy dadzienych"
+msgstr ""
#: libraries/messages.inc.php:990
-#, fuzzy
msgid "Tables display options"
-msgstr "Nałady ekspartu bazy dadzienych"
+msgstr ""
#: libraries/messages.inc.php:992
msgid "Main frame"
@@ -4469,9 +4429,8 @@ msgid "Other core settings"
msgstr ""
#: libraries/messages.inc.php:995
-#, fuzzy
msgid "Customize query window options"
-msgstr "Nałady ekspartu bazy dadzienych"
+msgstr ""
#: libraries/messages.inc.php:997
msgid ""
@@ -4526,18 +4485,16 @@ msgid "Customization"
msgstr ""
#: libraries/messages.inc.php:1008
-#, fuzzy
msgid "Customize export options"
-msgstr "Nałady ekspartu bazy dadzienych"
+msgstr ""
#: libraries/messages.inc.php:1009
msgid "Features"
msgstr ""
#: libraries/messages.inc.php:1010
-#, fuzzy
msgid "Customize import defaults"
-msgstr "Nałady ekspartu bazy dadzienych"
+msgstr ""
#: libraries/messages.inc.php:1011
msgid "Customize navigation frame"
@@ -4552,9 +4509,8 @@ msgid "Customize links shown in SQL Query boxes"
msgstr ""
#: libraries/messages.inc.php:1014
-#, fuzzy
msgid "SQL Query box"
-msgstr "SQL-zapyt"
+msgstr ""
#: libraries/messages.inc.php:1015
msgid ""
@@ -4563,27 +4519,24 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1016
-#, fuzzy
msgid "SQL queries"
-msgstr "SQL-zapyt"
+msgstr ""
#: libraries/messages.inc.php:1017
msgid "Customize startup page"
msgstr ""
#: libraries/messages.inc.php:1018
-#, fuzzy
msgid "Startup"
-msgstr "Stan"
+msgstr ""
#: libraries/messages.inc.php:1019
msgid "Choose how you want tabs to work"
msgstr ""
#: libraries/messages.inc.php:1020
-#, fuzzy
msgid "Tabs"
-msgstr "Tablica"
+msgstr ""
#: libraries/messages.inc.php:1021
msgid ""
@@ -4604,9 +4557,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1024
-#, fuzzy
msgid "phpMyAdmin homepage"
-msgstr "Dakumentacyja pa phpMyAdmin"
+msgstr ""
#: libraries/messages.inc.php:1025
msgid "Extra parameters for iconv"
@@ -4627,15 +4579,11 @@ msgid "Ignore multiple statement errors"
msgstr ""
#: libraries/messages.inc.php:1029
-#, fuzzy
msgid ""
"Allow interrupt of import in case script detects it is close to time limit. "
"This might be good way to import large files, however it can break "
"transactions."
msgstr ""
-"Dazvolić spynieńnie impartavańnia ŭ vypadku, kali skrypt vyśvietlić, što "
-"skončvajecca čas vykanańnia. Heta moža być dobrym sposabam impartavańnia "
-"vialikich fajłaŭ, adnak, heta moža pierapynić tranzakcyi."
#: libraries/messages.inc.php:1030
msgid "Partial import: allow interrupt"
@@ -4677,9 +4625,8 @@ msgid "How many rows can be inserted at one time"
msgstr ""
#: libraries/messages.inc.php:1039
-#, fuzzy
msgid "Number of inserted rows"
-msgstr "Kolkaść adsartavanych radkoŭ."
+msgstr ""
#: libraries/messages.inc.php:1040
msgid "Target for quick access icon"
@@ -4706,9 +4653,8 @@ msgid "String that separates databases into different tree levels"
msgstr ""
#: libraries/messages.inc.php:1046
-#, fuzzy
msgid "Database tree separator"
-msgstr "Šablon nazvy fajła"
+msgstr ""
#: libraries/messages.inc.php:1047
msgid ""
@@ -4725,9 +4671,8 @@ msgid "Disable this if you want to see all databases at once"
msgstr ""
#: libraries/messages.inc.php:1050
-#, fuzzy
msgid "Use light version"
-msgstr "Versija klijenta MySQL"
+msgstr ""
#: libraries/messages.inc.php:1051
msgid "Maximum table tree depth"
@@ -4776,9 +4721,8 @@ msgid "Light tabs"
msgstr ""
#: libraries/messages.inc.php:1062
-#, fuzzy
msgid "Load"
-msgstr "Lakalny"
+msgstr ""
#: libraries/messages.inc.php:1063
msgid ""
@@ -4841,9 +4785,8 @@ msgid "Maximum number of databases displayed in left frame and database list"
msgstr ""
#: libraries/messages.inc.php:1075
-#, fuzzy
msgid "Maximum databases"
-msgstr "Bazy dadzienych adsutničajuć"
+msgstr ""
#: libraries/messages.inc.php:1076
msgid ""
@@ -4871,9 +4814,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1081
-#, fuzzy
msgid "Memory limit"
-msgstr "Abmiežavańni resursaŭ"
+msgstr ""
#: libraries/messages.inc.php:1082 libraries/messages.inc.php:1094
msgid "Use only icons, only text or both"
@@ -4884,9 +4826,8 @@ msgid "Iconic navigation bar"
msgstr ""
#: libraries/messages.inc.php:1084
-#, fuzzy
msgid "New server"
-msgstr "Web-server"
+msgstr ""
#: libraries/messages.inc.php:1085
msgid "There are no configured servers"
@@ -4985,9 +4926,8 @@ msgid "Directory where exports can be saved on server"
msgstr ""
#: libraries/messages.inc.php:1109
-#, fuzzy
msgid "Save directory"
-msgstr "Chatniaja tečka dadzienych"
+msgstr ""
#: libraries/messages.inc.php:1110
#, php-format
@@ -5008,27 +4948,24 @@ msgid "You allow for connecting to the server without a password."
msgstr ""
#: libraries/messages.inc.php:1113
-#, fuzzy
msgid "Add a new server"
-msgstr "Dadać novaha karystalnika"
+msgstr ""
#: libraries/messages.inc.php:1114
msgid "Leave blank if not used"
msgstr ""
#: libraries/messages.inc.php:1115
-#, fuzzy
msgid "Host authentication order"
-msgstr "Aparatnaja aŭtentyfikacyja skončyłasia niaŭdała"
+msgstr ""
#: libraries/messages.inc.php:1116
msgid "Leave blank for defaults"
msgstr ""
#: libraries/messages.inc.php:1117
-#, fuzzy
msgid "Host authentication rules"
-msgstr "Aparatnaja aŭtentyfikacyja skončyłasia niaŭdała"
+msgstr ""
#: libraries/messages.inc.php:1118
msgid "Allow logins without a password"
@@ -5058,14 +4995,12 @@ msgid "SweKey config file"
msgstr ""
#: libraries/messages.inc.php:1124
-#, fuzzy
msgid "Authentication method to use"
-msgstr "Aŭtentyfikacyja..."
+msgstr ""
#: libraries/messages.inc.php:1125
-#, fuzzy
msgid "Authentication type"
-msgstr "Aŭtentyfikacyja..."
+msgstr ""
#: libraries/messages.inc.php:1126
msgid ""
@@ -5100,9 +5035,8 @@ msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgstr ""
#: libraries/messages.inc.php:1133
-#, fuzzy
msgid "Connection type"
-msgstr "Padłučeńni"
+msgstr ""
#: libraries/messages.inc.php:1134
msgid "Control user password"
@@ -5123,9 +5057,8 @@ msgid "Count tables when showing database list"
msgstr ""
#: libraries/messages.inc.php:1138
-#, fuzzy
msgid "Count tables"
-msgstr "Niama tablic"
+msgstr ""
#: libraries/messages.inc.php:1139
msgid ""
@@ -5134,9 +5067,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1140
-#, fuzzy
msgid "Designer table"
-msgstr "Defrahmentavać tablicu"
+msgstr ""
#: libraries/messages.inc.php:1141
msgid ""
@@ -5160,27 +5092,24 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1144
-#, fuzzy
msgid "Edit server"
-msgstr "Web-server"
+msgstr ""
#: libraries/messages.inc.php:1145
msgid "What PHP extension to use; you should use mysqli if supported"
msgstr ""
#: libraries/messages.inc.php:1146
-#, fuzzy
msgid "PHP extension to use"
-msgstr "Pašyreńnie PHP"
+msgstr ""
#: libraries/messages.inc.php:1147
msgid "Hide databases matching regular expression (PCRE)"
msgstr ""
#: libraries/messages.inc.php:1148
-#, fuzzy
msgid "Hide databases"
-msgstr "Bazy dadzienych adsutničajuć"
+msgstr ""
#: libraries/messages.inc.php:1149
msgid ""
@@ -5197,9 +5126,8 @@ msgid "Hostname where MySQL server is running"
msgstr ""
#: libraries/messages.inc.php:1152
-#, fuzzy
msgid "Server hostname"
-msgstr "imia servera"
+msgstr ""
#: libraries/messages.inc.php:1153
msgid "Logout URL"
@@ -5252,9 +5180,8 @@ msgid "Port on which MySQL server is listening, leave empty for default"
msgstr ""
#: libraries/messages.inc.php:1165
-#, fuzzy
msgid "Server port"
-msgstr "ID servera"
+msgstr ""
#: libraries/messages.inc.php:1166
msgid ""
@@ -5263,9 +5190,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1167
-#, fuzzy
msgid "Relation table"
-msgstr "Ramantavać tablicu"
+msgstr ""
#: libraries/messages.inc.php:1168
msgid "SQL command to fetch available databases"
@@ -5298,9 +5224,8 @@ msgid "Socket on which MySQL server is listening, leave empty for default"
msgstr ""
#: libraries/messages.inc.php:1175
-#, fuzzy
msgid "Server socket"
-msgstr "Vybar servera"
+msgstr ""
#: libraries/messages.inc.php:1176
msgid "Enable SSL for connection to MySQL server"
@@ -5383,9 +5308,8 @@ msgid "Show create database form"
msgstr ""
#: libraries/messages.inc.php:1194
-#, fuzzy
msgid "Show form"
-msgstr "Pakazać koler"
+msgstr ""
#: libraries/messages.inc.php:1195
msgid "Display the function fields in edit/insert mode"
@@ -5418,18 +5342,16 @@ msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed"
msgstr ""
#: libraries/messages.inc.php:1202
-#, fuzzy
msgid "Show SQL queries"
-msgstr "Pakazać poŭnyja zapyty"
+msgstr ""
#: libraries/messages.inc.php:1203
msgid "Allow to display database and table statistics (eg. space usage)"
msgstr ""
#: libraries/messages.inc.php:1204
-#, fuzzy
msgid "Show statistics"
-msgstr "Statystyka radku"
+msgstr ""
#: libraries/messages.inc.php:1205
msgid ""
@@ -5463,9 +5385,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1211
-#, fuzzy
msgid "Skip locked tables"
-msgstr "Pakazać adkrytyja tablicy"
+msgstr ""
#: libraries/messages.inc.php:1216 libraries/messages.inc.php:1596
msgid "Validate SQL"
@@ -5482,9 +5403,8 @@ msgid "Suggest new database name"
msgstr ""
#: libraries/messages.inc.php:1219
-#, fuzzy
msgid "yes"
-msgstr "Tak"
+msgstr ""
#: libraries/messages.inc.php:1220
msgid ""
@@ -5503,9 +5423,8 @@ msgid "Directory on server where you can upload files for import"
msgstr ""
#: libraries/messages.inc.php:1223
-#, fuzzy
msgid "Upload directory"
-msgstr "Chatniaja tečka dadzienych"
+msgstr ""
#: libraries/messages.inc.php:1224
msgid "Allow for searching inside the entire database"
@@ -5600,9 +5519,8 @@ msgid "ZIP"
msgstr ""
#: libraries/messages.inc.php:1242
-#, fuzzy
msgid "Show all"
-msgstr "Pakazać tablicy"
+msgstr "Pakazać usie"
#: libraries/messages.inc.php:1243
msgid "Show binary contents as HEX"
@@ -5653,9 +5571,8 @@ msgid "Showing SQL query"
msgstr "U vyhladzie SQL-zapytu"
#: libraries/messages.inc.php:1255
-#, fuzzy
msgid "Show insert query"
-msgstr "U vyhladzie SQL-zapytu"
+msgstr ""
#: libraries/messages.inc.php:1256
msgid "Only show keys"
@@ -6496,9 +6413,8 @@ msgid "Stand-in structure for view"
msgstr "Zamianialnaja struktura dla prahladu"
#: libraries/messages.inc.php:1402
-#, fuzzy
msgid "Start"
-msgstr "Sub"
+msgstr ""
#: libraries/messages.inc.php:1403
msgid "Last check"
@@ -6570,18 +6486,16 @@ msgid "Propose table structure"
msgstr "Prapanavanaja struktura tablicy"
#: libraries/messages.inc.php:1419
-#, fuzzy
msgid "Structure Difference"
-msgstr "Struktura dla prahladu"
+msgstr ""
#: libraries/messages.inc.php:1420
msgid "Structure for view"
msgstr "Struktura dla prahladu"
#: libraries/messages.inc.php:1421
-#, fuzzy
msgid "structure"
-msgstr "Struktura"
+msgstr ""
#: libraries/messages.inc.php:1422
msgid "Structure"
@@ -6780,13 +6694,11 @@ msgstr "Časovyja dadzienyja"
#: libraries/messages.inc.php:1468
msgid " Because of its length,<br /> this field might not be editable "
-msgstr ""
-" Z-za vialikaj daŭžyni,\n"
-"$strTexyText = 'Tekst Texy!"
+msgstr " Z-za vialikaj daŭžyni, hetaje pole nia moža być adredagavanaje "
#: libraries/messages.inc.php:1469
msgid "Texy! text"
-msgstr ""
+msgstr "Tekst Texy!"
#: libraries/messages.inc.php:1470
msgid "Thai"
@@ -6906,9 +6818,8 @@ msgid "Comment out these two lines if you do not need them."
msgstr ""
#: libraries/messages.inc.php:1494
-#, fuzzy
msgid "Create version"
-msgstr "Stvaryć suviaź"
+msgstr ""
#: libraries/messages.inc.php:1495
#, php-format
@@ -6916,9 +6827,8 @@ msgid "Create version %s of %s.%s"
msgstr ""
#: libraries/messages.inc.php:1496
-#, fuzzy
msgid "Database Log"
-msgstr "Baza dadzienych"
+msgstr ""
#: libraries/messages.inc.php:1497
msgid "Data definition statement"
@@ -6929,9 +6839,8 @@ msgid "Data manipulation statement"
msgstr ""
#: libraries/messages.inc.php:1499
-#, fuzzy
msgid "Date"
-msgstr "Dadzienyja"
+msgstr ""
#: libraries/messages.inc.php:1500
msgid "Deactivate now"
@@ -6943,9 +6852,9 @@ msgid "Deactivate tracking for %s.%s"
msgstr ""
#: libraries/messages.inc.php:1502
-#, fuzzy, php-format
+#, php-format
msgid "Export as %s"
-msgstr "Typ ekspartu"
+msgstr ""
#: libraries/messages.inc.php:1503
msgid "Tracking is active."
@@ -7018,28 +6927,24 @@ msgid "not active"
msgstr ""
#: libraries/messages.inc.php:1520
-#, fuzzy
msgid "Structure snapshot"
-msgstr "Tolki strukturu"
+msgstr ""
#: libraries/messages.inc.php:1521
-#, fuzzy
msgid "Created"
-msgstr "Stvaryć"
+msgstr ""
#: libraries/messages.inc.php:1522
-#, fuzzy
msgid "Last version"
-msgstr "Stvaryć suviaź"
+msgstr ""
#: libraries/messages.inc.php:1523
msgid "Updated"
msgstr ""
#: libraries/messages.inc.php:1524
-#, fuzzy
msgid "Version"
-msgstr "Persydzkaja"
+msgstr ""
#: libraries/messages.inc.php:1525
msgid "Track these data definition statements:"
@@ -7050,28 +6955,24 @@ msgid "Track these data manipulation statements:"
msgstr ""
#: libraries/messages.inc.php:1527
-#, fuzzy
msgid "Tracked tables"
-msgstr "Pravieryć tablicu"
+msgstr ""
#: libraries/messages.inc.php:1528
msgid "Tracking"
msgstr ""
#: libraries/messages.inc.php:1529
-#, fuzzy
msgid "Track table"
-msgstr "Pravieryć tablicu"
+msgstr ""
#: libraries/messages.inc.php:1530
-#, fuzzy
msgid "Untracked tables"
-msgstr "Pravieryć tablicu"
+msgstr ""
#: libraries/messages.inc.php:1531
-#, fuzzy
msgid "Username"
-msgstr "Imia karystalnika:"
+msgstr ""
#: libraries/messages.inc.php:1532
#, php-format
@@ -7094,9 +6995,8 @@ msgid "Version %s snapshot (SQL code)"
msgstr ""
#: libraries/messages.inc.php:1536
-#, fuzzy
msgid "Versions"
-msgstr "Persydzkaja"
+msgstr ""
#: libraries/messages.inc.php:1537
msgid ""
@@ -7560,9 +7460,8 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1624
-#, fuzzy
msgid "Export contents"
-msgstr "Typ ekspartu"
+msgstr ""
#: libraries/messages.inc.php:1625
msgid "Export functions"
@@ -7577,19 +7476,16 @@ msgid "Export Structure Schemas (recommended)"
msgstr ""
#: libraries/messages.inc.php:1628
-#, fuzzy
msgid "Export tables"
-msgstr "Typ ekspartu"
+msgstr ""
#: libraries/messages.inc.php:1629
-#, fuzzy
msgid "Export triggers"
-msgstr "Typ ekspartu"
+msgstr ""
#: libraries/messages.inc.php:1630
-#, fuzzy
msgid "Export views"
-msgstr "Typ ekspartu"
+msgstr ""
#: libraries/messages.inc.php:1631
msgid "XML"
@@ -7610,17 +7506,5 @@ msgstr "archivavany ŭ zip"
#: server_privileges.php:1904
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-"Symbali padstanoŭki _ i % musiać być ekranavanymi symbalem \\ dla ich "
+"Symbali padstanoŭki % i _ musiać być ekranavanymi symbalem \\ dla ich "
"litaralnaha vykarystańnia"
-
-#~ msgid "utf-8"
-#~ msgstr "utf-8"
-
-#~ msgid "Jan0"
-#~ msgstr "Stu0"
-
-#~ msgid "Jan1"
-#~ msgstr "Stu1"
-
-#~ msgid "Jan2"
-#~ msgstr "Stu2"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-74-g459fe9e
by Michal Čihař 24 Mar '10
by Michal Čihař 24 Mar '10
24 Mar '10
The branch, QA_3_3 has been updated
via 459fe9e905be784bcb0d3ce8ad54486c906be938 (commit)
via cdef72f707e0f2a5ebf0a6a897811795f7dea165 (commit)
via c70bd771719efa2fd1711f163e2aabb6bb304325 (commit)
via 9f155b618c65ba2bf49f8a6dbf51d7e6f562087c (commit)
from e8d86a5869d45a5e019bf9460d5fb0c9b398216f (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
lang/belarusian_latin-utf-8.inc.php | 66 ++++++++++++++--------------------
1 files changed, 27 insertions(+), 39 deletions(-)
diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php
index de2985e..bb0bc70 100644
--- a/lang/belarusian_latin-utf-8.inc.php
+++ b/lang/belarusian_latin-utf-8.inc.php
@@ -21,18 +21,6 @@ $month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier',
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
-kali łaska, praviercie kanfihuracyju PHP';
-Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł.
-Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj.
-Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
-
-Kali łaska, spytajcie aŭtara, što robić %s.';
-Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
-
-Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
-
-hetaje pole nia moža być adredagavanaje ';
-
$strAbortedClients = 'Spyniena';
$strAccessDeniedCreateConfig = 'Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera MySQL, ale server adchiliŭ złučeńnie. Praviercie imia chostu, karystalnika i parol u config.inc.php i ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar MySQL-servera.';
@@ -124,7 +112,7 @@ $strCancel = 'Skasavać';
$strCanNotLoadExportPlugins = 'Niemahčyma zahruzić płahiny ekspartavańnia, kali łaska, praviercie ŭstalavanyja fajły!';
$strCanNotLoadImportPlugins = 'Niemahčyma zahruzić płahiny impartavańnia, kali łaska, praviercie ŭstaloŭku!';
$strCannotLogin = 'Niemahčyma załahavacca na server MySQL';
-$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;
+$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s; kali łaska, praviercie kanfihuracyju PHP';
$strCantLoadRecodeIconv = 'Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Niemahčyma pierajmienavać indeks u PRIMARY!';
$strCantUseRecodeIconv = 'Niemahčyma vykarystać ni funkcyju iconv, ni libiconvr, ni recode_string u toj čas, jak pašyreńnie paviedamlaje, što jano zahružanaje. Praviercie vašuju kanfihuracyju PHP.';
@@ -164,7 +152,7 @@ $strCompleteInserts = 'Poŭnaja ŭstaŭka';
$strCompression = 'Ścisk';
$strCompressionWillBeDetected = 'Metad ścisku impartavanaha fajła budzie vyznačanaja aŭtamatyčna z: %s';
$strConfigDefaultFileError = 'Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: "%1$s"';
-$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł!
+$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł! Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł. Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj. Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
$strConfigureTableCoord = 'Kali łaska, skanfihurujcie kaardynaty dla tablicy %s';
$strConnectionError = 'Niemahčyma padłučycca: niapravilnyja nałady.';
$strConnections = 'Padłučeńni';
@@ -352,13 +340,13 @@ $strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravań
$strHebrew = 'Habrejskaja';
$strHelp = 'Dapamoha';
$strHexForBLOB = 'Šasnaccatkovyja značeńni dla polaŭ typu BLOB';
-$strHide = 'Schavać';
$strHideShowAll = 'Schavać/pakazać usie tablicy';
$strHideShowNoRelation = 'Schavać/pakazać tablicy biaz suviaziaŭ';
+$strHide = 'Schavać';
$strHome = 'Da pačatku';
$strHomepageOfficial = 'Aficyjnaja staronka phpMyAdmin';
-$strHost = 'Chost';
$strHostEmpty = 'Pustoje imia chostu!';
+$strHost = 'Chost';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHungarian = 'Vuhorskaja';
@@ -387,8 +375,8 @@ $strInnoDBAutoextendIncrementDesc = ' Pamier pryraščeńnia dla pašyreńnia pa
$strInnoDBBufferPoolSizeDesc = 'Pamier buferu ŭ pamiaci, jaki InnoDB vykarystoŭvaje dla kešavańnia dadzienych i indeksaŭ tablic.';
$strInnoDBBufferPoolSize = 'Pamier pułu buferu';
$strInnoDBDataFilePath = 'Fajły dadzienych';
-$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBDataHomeDirDesc = 'Ahulnaja častka šlachu tečki da ŭsich fajłaŭ dadzienych InnoDB.';
+$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBPages = 'staronak';
$strInnodbStat = 'Stan InnoDB';
$strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.';
@@ -431,7 +419,6 @@ $strKorean = 'Karejskaja';
$strLandscape = 'Krajavid';
$strLanguage = 'Mova';
$strLanguageUnknown = 'Nieviadomaja mova: %1$s.';
-$strLatchedPages = 'Fiksavanyja staronki';
$strLatexCaption = 'Zahałovak tablicy';
$strLatexContent = 'Źmieściva tablicy __TABLE__';
$strLatexContinuedCaption = 'Praciahnuty zahałovak tablicy';
@@ -440,6 +427,7 @@ $strLatexIncludeCaption = 'Uklučyć zahałovak tablicy';
$strLatexLabel = 'Kluč mietki';
$strLaTeX = 'LaTeX';
$strLatexStructure = 'Struktura tablicy __TABLE__';
+$strLatchedPages = 'Fiksavanyja staronki';
$strLatvian = 'Łatvijskaja';
$strLDI = 'CSV z vykarystańniem LOAD DATA';
$strLDILocal = 'Vykarystoŭvać klučavoje słova LOCAL';
@@ -468,9 +456,9 @@ $strMIME_available_mime = 'Dastupnyja MIME-typy';
$strMIME_available_transform = 'Dastupnyja pieraŭtvareńni';
$strMIME_description = 'Apisańnie';
$strMIME_MIMEtype = 'MIME-typ';
-$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.
+$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia. Kali łaska, spytajcie aŭtara, što robić %s.';
$strMIME_transformation_note = 'Dla atrymańnia śpisu dastupnych opcyjaŭ transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %sapisańni pieraŭtvareńniaŭ%s';
-$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'...
+$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\', 100, b,\'c\'... Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strMIME_transformation_options = 'Opcyi pieraŭtvareńnia';
$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
$strMIMETypesForTable = 'MIME-typy tablicy';
@@ -776,7 +764,7 @@ $strServerVars = 'Nałady i źmiennyja servera';
$strServerVersion = 'Versija servera';
$strSessionStartupErrorGeneral = 'Niemahčyma biez pamyłak raspačać sesiju. Kali łaska, praviercie pamyłki ŭ vašym łogu PHP i, mahčyma, taksama ŭ łogu web-servera i skanfihurujcie PHP pravilna.';
$strSessionValue = 'Značeńnie sesii';
-$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...
+$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'... Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strShowAll = 'Pakazać usie';
$strShowColor = 'Pakazać koler';
$strShowDatadictAs = 'Farmat słoŭnika dadzienych';
@@ -928,9 +916,9 @@ $strSQPBugInvalidIdentifer = 'Niapravilny identyfikatar';
$strSQPBugUnclosedQuote = 'Niezakrytaje dvukośsie';
$strSQPBugUnknownPunctuation = 'Nieviadomy symbal punktuacyi';
$strStandInStructureForView = 'Zamianialnaja struktura dla prahladu';
-$strStatCheckTime = 'Apošniaja pravierka';
$strStatCreateTime = 'Stvoranaja';
$strStatement = 'Vyrazy';
+$strStatCheckTime = 'Apošniaja pravierka';
$strStatisticsOverrun = 'Na zahružanym servery bajtavyja ličylniki mohuć pieraskokvać koła, tamu statystyka, jakuju pakazvaje MySQL-server, moža być niapravilnaj.';
$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$strStatus = 'Stan';
@@ -975,7 +963,7 @@ $strTable = 'Tablica';
$strTakeIt = 'hetaja';
$strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy';
$strTempData = 'Časovyja dadzienyja';
-$strTextAreaLength = ' Z-za vialikaj daŭžyni,
+$strTextAreaLength = ' Z-za vialikaj daŭžyni, hetaje pole nia moža być adredagavanaje ';
$strTexyText = 'Tekst Texy!';
$strThai = 'Tajlandzkaja';
$strThemeDefaultNotFound = 'Tema pa zmoŭčańni %s nia znojdzienaja!';
@@ -1111,7 +1099,7 @@ $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
$strCreateUserDatabasePrivileges = 'Grant all privileges on database "%s"'; //to translate
$strCurrentServer = 'Current server'; //to translate
-$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
+$strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
$strDatabase_src = 'Source database'; //to translate
$strDatabase_trg = 'Target database'; //to translate
$strDataDiff = 'Data Difference'; //to translate
@@ -1166,11 +1154,11 @@ $strRemoteServer = 'Remote server'; //to translate
$strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
$strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
-$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
$strReplicationControlSlave = 'Control slave:'; //to translate
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
+$strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
@@ -1183,10 +1171,10 @@ $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-
$strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
-$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
+$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
$strReplicationSlaveReset = 'Reset slave'; //to translate
@@ -1225,13 +1213,6 @@ $strSetupBZipDump_name = 'Bzip2'; //to translate
$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
-$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
-$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
-$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
-$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
-$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
-$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
$strSetupClear = 'Clear'; //to translate
$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
@@ -1273,12 +1254,12 @@ $strSetuperror_nan_p = 'Not a positive number'; //to translate
$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
$strSetupExport_asfile_name = 'Save as file'; //to translate
-$strSetupExport_charset_name = 'Character set of the file'; //to translate
$strSetupExport_compression_name = 'Compression'; //to translate
$strSetupExport_file_template_database_name = 'Database name template'; //to translate
$strSetupExport_file_template_server_name = 'Server name template'; //to translate
$strSetupExport_file_template_table_name = 'Table name template'; //to translate
$strSetupExport_format_name = 'Format'; //to translate
+$strSetupExport_charset_name = 'Character set of the file'; //to translate
$strSetupExport_onserver_name = 'Save on server'; //to translate
$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
@@ -1341,6 +1322,13 @@ $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] c
$strSetupGZipDump_name = 'GZip'; //to translate
$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
+$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
+$strSetupCharEditing_name = 'CHAR fields editing'; //to translate
+$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
+$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
+$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
+$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
$strSetupIgnoreErrors = 'Ignore errors'; //to translate
$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
@@ -1388,10 +1376,10 @@ $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
-$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
$strSetupMaxDbList_name = 'Maximum databases'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
+$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate
$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
@@ -1498,20 +1486,20 @@ $strSetupServers_table_info_desc = 'Table to describe the display fields, leave
$strSetupServers_table_info_name = 'Display fields table'; //to translate
$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
$strSetupServers_user_name = 'User for config auth'; //to translate
+$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
$strSetupServers_verbose_check_name = 'Verbose check'; //to translate
-$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
$strSetupSetValue = 'Set value: %s'; //to translate
$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate
$strSetupShowAll_name = 'Allow to display all the rows'; //to translate
-$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
-$strSetupShowChgPassword_name = 'Show password change form'; //to translate
$strSetupShowCreateDb_name = 'Show create database form'; //to translate
$strSetupShowForm = 'Show form'; //to translate
$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
$strSetupShowFunctionFields_name = 'Show function fields'; //to translate
$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
+$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
+$strSetupShowChgPassword_name = 'Show password change form'; //to translate
$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-832-ga069d4f
by Michal Čihař 24 Mar '10
by Michal Čihař 24 Mar '10
24 Mar '10
The branch, gettext has been updated
via a069d4f4af3bc61f9d831e054e1f64522c4e587c (commit)
via f9e1592958310191f97def4306d27f695de40245 (commit)
via e438f0ce7068e7af2c1f82e72607eceb09d4f17d (commit)
from f0329dca46ae09e7320fc118dc9364199fd9870d (commit)
- Log -----------------------------------------------------------------
commit a069d4f4af3bc61f9d831e054e1f64522c4e587c
Merge: f0329dca46ae09e7320fc118dc9364199fd9870d f9e1592958310191f97def4306d27f695de40245
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 10:50:11 2010 +0100
Merge branch 'master' into gettext
-----------------------------------------------------------------------
Summary of changes:
scripts/create-release.sh | 53 ++++++++++++++++++++++++++++++++------------
1 files changed, 38 insertions(+), 15 deletions(-)
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 88ea442..3fee3e1 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -29,6 +29,24 @@ then
fi
+# Checks whether remote branch has local tracking branch
+ensure_local_branch() {
+ if ! git branch | grep -q '^..'"$1"'$' ; then
+ git branch --track $1 origin/$1
+ fi
+}
+
+# Marks current head of given branch as head of other branch
+# Used for STABLE/TESTING tracking
+mark_as_release() {
+ branch=$1
+ rel_branch=$2
+ echo "* Marking release as $rel_branch"
+ ensure_local_branch $rel_branch
+ git checkout $rel_branch
+ git merge $branch
+}
+
# Read required parameters
version=$1
shift
@@ -57,7 +75,21 @@ if [ "$do_release" != 'y' ]; then
exit 100
fi
+# Ensure we have tracking branch
+ensure_local_branch $branch
+
+# Create working copy
+mkdir -p release
+workdir=release/phpMyAdmin-$version
+if [ -d $workdir ] ; then
+ echo "Working directory '$workdir' already exists, please move it out of way"
+ exit 1
+fi
+git clone --local . $workdir
+cd $workdir
+
# Checkout branch
+ensure_local_branch $branch
git checkout $branch
# Check release version
@@ -78,16 +110,6 @@ if ! grep -q "Version $version\$" README ; then
exit 2
fi
-# Create working copy
-mkdir -p release
-workdir=release/phpMyAdmin-$version
-if [ -d $workdir ] ; then
- echo "Working directory '$workdir' already exists, please move it out of way"
- exit 1
-fi
-git clone --local . $workdir
-cd $workdir
-
# Cleanup release dir
LC_ALL=C date -u > RELEASE-DATE-${version}
@@ -192,11 +214,12 @@ if [ $# -gt 0 ] ; then
echo "* Tagging release as $tagname"
git tag -a -m "Released $version" $tagname $branch
if echo $version | grep '[a-z_-]' ; then
- echo "* Tagging release as TESTING"
- git tag -a -f -m "Released $version" TESTING $branch
+ mark_as_release $branch TESTING
else
- echo "* Tagging release as STABLE"
- git tag -a -f -m "Released $version" STABLE $branch
+ # We update both branches here
+ # As it does not make sense to have older testing than stable
+ mark_as_release $branch TESTING
+ mark_as_release $branch STABLE
fi
echo " Dont forget to push tags using: git push --tags"
;;
@@ -215,7 +238,7 @@ cat <<END
Todo now:
---------
-1. If not already done, tag the repository with the new revision number
+1. If not already done, tag the repository with the new revision number
for a plain release or a release candidate:
version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-259-gf9e1592
by Michal Čihař 24 Mar '10
by Michal Čihař 24 Mar '10
24 Mar '10
The branch, master has been updated
via f9e1592958310191f97def4306d27f695de40245 (commit)
via e438f0ce7068e7af2c1f82e72607eceb09d4f17d (commit)
from 58ebfd4591d905958d0fe2f7694bceedecf78f6b (commit)
- Log -----------------------------------------------------------------
commit f9e1592958310191f97def4306d27f695de40245
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 10:25:56 2010 +0100
Avoid messing up with working copy more than needed.
commit e438f0ce7068e7af2c1f82e72607eceb09d4f17d
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 10:10:56 2010 +0100
Switch to using branch for STABLE/TESTING.
-----------------------------------------------------------------------
Summary of changes:
scripts/create-release.sh | 53 ++++++++++++++++++++++++++++++++------------
1 files changed, 38 insertions(+), 15 deletions(-)
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 9e5b0a1..22dfa88 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -29,6 +29,24 @@ then
fi
+# Checks whether remote branch has local tracking branch
+ensure_local_branch() {
+ if ! git branch | grep -q '^..'"$1"'$' ; then
+ git branch --track $1 origin/$1
+ fi
+}
+
+# Marks current head of given branch as head of other branch
+# Used for STABLE/TESTING tracking
+mark_as_release() {
+ branch=$1
+ rel_branch=$2
+ echo "* Marking release as $rel_branch"
+ ensure_local_branch $rel_branch
+ git checkout $rel_branch
+ git merge $branch
+}
+
# Read required parameters
version=$1
shift
@@ -57,7 +75,21 @@ if [ "$do_release" != 'y' ]; then
exit 100
fi
+# Ensure we have tracking branch
+ensure_local_branch $branch
+
+# Create working copy
+mkdir -p release
+workdir=release/phpMyAdmin-$version
+if [ -d $workdir ] ; then
+ echo "Working directory '$workdir' already exists, please move it out of way"
+ exit 1
+fi
+git clone --local . $workdir
+cd $workdir
+
# Checkout branch
+ensure_local_branch $branch
git checkout $branch
# Check release version
@@ -78,16 +110,6 @@ if ! grep -q "Version $version\$" README ; then
exit 2
fi
-# Create working copy
-mkdir -p release
-workdir=release/phpMyAdmin-$version
-if [ -d $workdir ] ; then
- echo "Working directory '$workdir' already exists, please move it out of way"
- exit 1
-fi
-git clone --local . $workdir
-cd $workdir
-
# Cleanup release dir
LC_ALL=C date -u > RELEASE-DATE-${version}
@@ -179,11 +201,12 @@ if [ $# -gt 0 ] ; then
echo "* Tagging release as $tagname"
git tag -a -m "Released $version" $tagname $branch
if echo $version | grep '[a-z_-]' ; then
- echo "* Tagging release as TESTING"
- git tag -a -f -m "Released $version" TESTING $branch
+ mark_as_release $branch TESTING
else
- echo "* Tagging release as STABLE"
- git tag -a -f -m "Released $version" STABLE $branch
+ # We update both branches here
+ # As it does not make sense to have older testing than stable
+ mark_as_release $branch TESTING
+ mark_as_release $branch STABLE
fi
echo " Dont forget to push tags using: git push --tags"
;;
@@ -202,7 +225,7 @@ cat <<END
Todo now:
---------
-1. If not already done, tag the repository with the new revision number
+1. If not already done, tag the repository with the new revision number
for a plain release or a release candidate:
version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-829-gf0329dc
by Michal Čihař 24 Mar '10
by Michal Čihař 24 Mar '10
24 Mar '10
The branch, gettext has been updated
via f0329dca46ae09e7320fc118dc9364199fd9870d (commit)
via 61c40fa95175bd76ce59b1ea0b7db4f4a8449cc1 (commit)
via c7441a5a544f63f922ea139124d9713744e18813 (commit)
via aa73d6d69e2e051f924c154304aa029cb0a009ae (commit)
via e41c93d31e1b1ac6ba3da9f626c052195506bd9d (commit)
via 935d12373e197356690fb58737c8b01c3c00e24c (commit)
via ee14a4622ab919eb4a20d7558c675bb5d605fc15 (commit)
via 2c6a284cc4f5f36615933bd3049922042cae1fd2 (commit)
via 7aabeb64fdfa089be7b6cd5d99cfd8c38e9057de (commit)
via 0be95e43a94b28f3fead93fb1d7c458ff930fcbc (commit)
via 65eef99faf0d3fe8317c79bee64cff23f52fc648 (commit)
via d439c1a15c2e1325c050e360ec851517509bef47 (commit)
via 5d88448c8df6f009692ad92a5eb1c1e0b5318a09 (commit)
via 8aec210135569720a751df0dcbb0574d084ee77f (commit)
via 58ebfd4591d905958d0fe2f7694bceedecf78f6b (commit)
via fa74f11d8df4bf756fb82dd8faa364feb8849bdf (commit)
via 524e7b884bef45b70aa2259424e0ece4d123a8b9 (commit)
via 1bc0dfedb94eb3b1d59271fad6d7021d27549d63 (commit)
via 250a77e8c99f1b4fba4c351ef53d996b55749f44 (commit)
via b7d301aa487b9a8d544e570395f6c30ff4d1c06e (commit)
via 881b21c9b2363b17ffd77881147d804127d0111a (commit)
via ee59c9898e13f345b9c1b1133a56fe64cf26315a (commit)
via 40d1541b462beb037f7367ce1400dfd7f1d51dc8 (commit)
via 684e53236d42f7b1db518601691739b41aac0634 (commit)
via e8d86a5869d45a5e019bf9460d5fb0c9b398216f (commit)
from 237c009be876bb2e7563f76cdae30a6ffa610ef8 (commit)
- Log -----------------------------------------------------------------
commit f0329dca46ae09e7320fc118dc9364199fd9870d
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 10:47:17 2010 +0100
Fix wrong format strings in translations.
commit 61c40fa95175bd76ce59b1ea0b7db4f4a8449cc1
Merge: c7441a5a544f63f922ea139124d9713744e18813 aa73d6d69e2e051f924c154304aa029cb0a009ae
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 09:40:13 2010 +0100
Merge remote branch 'pootle/gettext' into gettext
commit c7441a5a544f63f922ea139124d9713744e18813
Merge: 237c009be876bb2e7563f76cdae30a6ffa610ef8 58ebfd4591d905958d0fe2f7694bceedecf78f6b
Author: Michal Čihař <michal(a)cihar.com>
Date: Wed Mar 24 09:39:30 2010 +0100
Merge branch 'master' into gettext
commit aa73d6d69e2e051f924c154304aa029cb0a009ae
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:59:38 2010 +0200
Translation update done using Pootle.
commit e41c93d31e1b1ac6ba3da9f626c052195506bd9d
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:57:58 2010 +0200
Translation update done using Pootle.
commit 935d12373e197356690fb58737c8b01c3c00e24c
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:57:33 2010 +0200
Translation update done using Pootle.
commit ee14a4622ab919eb4a20d7558c675bb5d605fc15
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:57:13 2010 +0200
Translation update done using Pootle.
commit 2c6a284cc4f5f36615933bd3049922042cae1fd2
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:56:51 2010 +0200
Translation update done using Pootle.
commit 7aabeb64fdfa089be7b6cd5d99cfd8c38e9057de
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:55:56 2010 +0200
Translation update done using Pootle.
commit 0be95e43a94b28f3fead93fb1d7c458ff930fcbc
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:55:32 2010 +0200
Translation update done using Pootle.
commit 65eef99faf0d3fe8317c79bee64cff23f52fc648
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:55:09 2010 +0200
Translation update done using Pootle.
commit d439c1a15c2e1325c050e360ec851517509bef47
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:54:03 2010 +0200
Translation update done using Pootle.
commit 5d88448c8df6f009692ad92a5eb1c1e0b5318a09
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:53:38 2010 +0200
Translation update done using Pootle.
commit 8aec210135569720a751df0dcbb0574d084ee77f
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Wed Mar 24 04:49:48 2010 +0200
Translation update done using Pootle.
commit fa74f11d8df4bf756fb82dd8faa364feb8849bdf
Merge: 524e7b884bef45b70aa2259424e0ece4d123a8b9 237c009be876bb2e7563f76cdae30a6ffa610ef8
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Mar 23 20:20:05 2010 +0100
Merge remote branch 'origin/gettext' into gettext
commit 524e7b884bef45b70aa2259424e0ece4d123a8b9
Author: me <me(a)michaelkeck.de>
Date: Tue Mar 23 21:07:19 2010 +0200
Translation update done using Pootle.
commit 1bc0dfedb94eb3b1d59271fad6d7021d27549d63
Author: me <me(a)michaelkeck.de>
Date: Tue Mar 23 21:06:54 2010 +0200
Translation update done using Pootle.
commit 250a77e8c99f1b4fba4c351ef53d996b55749f44
Author: me <me(a)michaelkeck.de>
Date: Tue Mar 23 21:06:24 2010 +0200
Translation update done using Pootle.
commit b7d301aa487b9a8d544e570395f6c30ff4d1c06e
Author: me <me(a)michaelkeck.de>
Date: Tue Mar 23 21:05:22 2010 +0200
Translation update done using Pootle.
commit 881b21c9b2363b17ffd77881147d804127d0111a
Author: me <me(a)michaelkeck.de>
Date: Tue Mar 23 21:05:08 2010 +0200
Translation update done using Pootle.
commit ee59c9898e13f345b9c1b1133a56fe64cf26315a
Author: me <me(a)michaelkeck.de>
Date: Tue Mar 23 21:04:53 2010 +0200
Translation update done using Pootle.
commit 40d1541b462beb037f7367ce1400dfd7f1d51dc8
Author: me <me(a)michaelkeck.de>
Date: Tue Mar 23 21:02:56 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
db_structure.php | 3 +-
js/{jquery.js => jquery/jquery-1.4.2-min.js} | 0
js/jquery/jquery-ui-1.8.custom.min.js | 42 ++++++++++++++++++++++++++
libraries/common.lib.php | 4 ++-
libraries/db_events.inc.php | 2 +-
po/az.po | 4 +-
po/be(a)latin.po | 9 ++---
po/de.po | 24 +++++++-------
po/hi.po | 2 +-
po/id.po | 29 ++++++++---------
po/mn.po | 8 ++--
po/te.po | 2 +-
po/uk.po | 4 +-
sql.php | 3 +-
tbl_select.php | 3 +-
tbl_structure.php | 3 +-
16 files changed, 94 insertions(+), 48 deletions(-)
rename js/{jquery.js => jquery/jquery-1.4.2-min.js} (100%)
create mode 100644 js/jquery/jquery-ui-1.8.custom.min.js
diff --git a/db_structure.php b/db_structure.php
index a4d99cb..f5b5639 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -12,7 +12,8 @@
require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
-$GLOBALS['js_include'][] = 'jquery.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
/**
* Prepares the tables list if the user where not redirected to this script
diff --git a/js/jquery.js b/js/jquery/jquery-1.4.2-min.js
similarity index 100%
rename from js/jquery.js
rename to js/jquery/jquery-1.4.2-min.js
diff --git a/js/jquery/jquery-ui-1.8.custom.min.js b/js/jquery/jquery-ui-1.8.custom.min.js
new file mode 100644
index 0000000..71d28f5
--- /dev/null
+++ b/js/jquery/jquery-ui-1.8.custom.min.js
@@ -0,0 +1,42 @@
+/*
+ * jQuery UI Effects 1.8
+ *
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
+ * and GPL (GPL-LICENSE.txt) licenses.
+ *
+ * http://docs.jquery.com/UI/Effects/
+ */
jQuery.effects||(function(g){g.effects={};g.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(l,k){g.fx.step[k]=function(m){if(!m.colorInit){m.start=j(m.elem,k);m.end=i(m.end);m.colorInit=true}m.elem.style[k]="rgb("+Math.max(Math.min(parseInt((m.pos*(m.end[0]-m.start[0]))+m.start[0],10),255),0)+","+Math.max(Math.min(parseInt((m.pos*(m.end[1]-m.start[1]))+m.start[1],10),255),0)+","+Math.max(Math.min(parseInt((m.pos*(m.end[2]-m.start[2]))+m.start[2],10),255),0)+")"}});function i(l){var k;if(l&&l.constructor==Array&&l.length==3){return l}if(k=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(l)){return[parseInt(k[1],10),parseInt(k[2],10),parseInt(k[3],10)]}if(k=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(l)){return[parseFloat(k[1])*2.55,parseFloat(k[2])*2.55,parseFloat(k[3])*2.55]}if(k=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(l)){return[parseInt(k[1],16),parseInt(k[2],16),parseInt(k[3],16)]}if(k=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(l)){return[parseInt(k[1]+k[1],16),parseInt(k[2]+k[2],16),parseInt(k[3]+k[3],16)]}if(k=/rgba\(0, 0, 0, 0\)/.exec(l)){return a.transparent}return a[g.trim(l).toLowerCase()]}function j(m,k){var l;do{l=g.curCSS(m,k);if(l!=""&&l!="transparent"||g.nodeName(m,"body")){break}k="backgroundColor"}while(m=m.parentNode);return i(l)}var a={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211]
ghtpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};var e=["add","remove","toggle"],c={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};function f(){var n=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,o={},l,m;if(n&&n.length&&n[0]&&n[n[0]]){var k=n.length;while(k--){l=n[k];if(typeof n[l]=="string"){m=l.replace(/\-(\w)/g,function(p,q){return q.toUpperCase()});o[m]=n[l]}}}else{for(l in n){if(typeof n[l]==="string"){o[l]=n[l]}}}return o}function b(l){var k,m;for(k in l){m=l[k];if(m==null||g.isFunction(m)||k in c||(/scrollbar/).test(k)||(!(/color/i).test(k)&&isNaN(parseFloat(m)))){delete l[k]}}return l}function h(k,m){var n={_:0},l;for(l in m){if(k[l]!=m[l]){n[l]=m[l]}}return n}g.effects.animateClass=function(k,l,n,m){if(g.isFunction(n)){m=n;n=null}return this.each(function(){var r=g(this),o=r.attr("style")||" ",s=b(f.call(this)),q,p=r.attr("className");g.each(e,function(t,u){if(k[u]){r[u+"Class"](k[u])}});q=b(f.call(this));r.attr("className",p);r.animate(h(s,q),l,n,function(){g.each(e,function(t,u){if(k[u]){r[u+"Class"](k[u])}});if(typeof r.attr("style")=="object"){r.attr("style").cssText="";r.attr("style").cssText=o}else{r.attr("style",o)}if(m){m.apply(this,arguments)}})})};g.fn.extend({_addClass:g.fn.addClass,addClass:function(l,k,n,m){return k?g.effects.animateClass.apply(this,[{add:l},k,n,m]):this._addClass(l)},_removeClass:g.fn.removeClass,removeClass:function(l,k,n,m){return k?g.effects.animateClass.apply(this,[{remove:l},k,n,m]):this._removeClass(l)},_toggleClass:g.fn.toggleClass,toggleClass:function(m,l,k,o,n){if(typeof l=="boolean"||l===undefined){if(!k){return this._toggleClass(m,l)}else{return g.effects.animateClass.apply(this,[(l?{add:m}:{remove:
,k,o,n])}}else{return g.effects.animateClass.apply(this,[{toggle:m},l,k,o])}},switchClass:function(k,m,l,o,n){return g.effects.animateClass.apply(this,[{add:m,remove:k},l,o,n])}});g.extend(g.effects,{version:"1.8",save:function(l,m){for(var k=0;k<m.length;k++){if(m[k]!==null){l.data("ec.storage."+m[k],l[0].style[m[k]])}}},restore:function(l,m){for(var k=0;k<m.length;k++){if(m[k]!==null){l.css(m[k],l.data("ec.storage."+m[k]))}}},setMode:function(k,l){if(l=="toggle"){l=k.is(":hidden")?"show":"hide"}return l},getBaseline:function(l,m){var n,k;switch(l[0]){case"top":n=0;break;case"middle":n=0.5;break;case"bottom":n=1;break;default:n=l[0]/m.height}switch(l[1]){case"left":k=0;break;case"center":k=0.5;break;case"right":k=1;break;default:k=l[1]/m.width}return{x:k,y:n}},createWrapper:function(k){if(k.parent().is(".ui-effects-wrapper")){return k.parent()}var l={width:k.outerWidth(true),height:k.outerHeight(true),"float":k.css("float")},m=g("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});k.wrap(m);m=k.parent();if(k.css("position")=="static"){m.css({position:"relative"});k.css({position:"relative"})}else{g.extend(l,{position:k.css("position"),zIndex:k.css("z-index")});g.each(["top","left","bottom","right"],function(n,o){l[o]=k.css(o);if(isNaN(parseInt(l[o],10))){l[o]="auto"}});k.css({position:"relative",top:0,left:0})}return m.css(l).show()},removeWrapper:function(k){if(k.parent().is(".ui-effects-wrapper")){return k.parent().replaceWith(k)}return k},setTransition:function(l,n,k,m){m=m||{};g.each(n,function(p,o){unit=l.cssUnit(o);if(unit[0]>0){m[o]=unit[0]*k+unit[1]}});return m}});function d(l,k,m,n){if(typeof l=="object"){n=k;m=null;k=l;l=k.effect}if(g.isFunction(k)){n=k;m=null;k={}}if(g.isFunction(m)){n=m;m=null}if(typeof k=="number"||g.fx.speeds[k]){n=m;m=k;k={}}k=k||{};m=m||k.duration;m=g.fx.off?0:typeof m=="number"?m:g.fx.speeds[m]||g.fx.speeds._default;n=n||k.complete;return[l,k,m,n]}g.fn.extend({effect:function(n,m,p,q){var l=d.apply(this
guments),o={options:l[1],duration:l[2],callback:l[3]},k=g.effects[n];return k&&!g.fx.off?k.call(this,o):this},_show:g.fn.show,show:function(l){if(!l||typeof l=="number"||g.fx.speeds[l]){return this._show.apply(this,arguments)}else{var k=d.apply(this,arguments);k[1].mode="show";return this.effect.apply(this,k)}},_hide:g.fn.hide,hide:function(l){if(!l||typeof l=="number"||g.fx.speeds[l]){return this._hide.apply(this,arguments)}else{var k=d.apply(this,arguments);k[1].mode="hide";return this.effect.apply(this,k)}},__toggle:g.fn.toggle,toggle:function(l){if(!l||typeof l=="number"||g.fx.speeds[l]||typeof l=="boolean"||g.isFunction(l)){return this.__toggle.apply(this,arguments)}else{var k=d.apply(this,arguments);k[1].mode="toggle";return this.effect.apply(this,k)}},cssUnit:function(k){var l=this.css(k),m=[];g.each(["em","px","%","pt"],function(n,o){if(l.indexOf(o)>0){m=[parseFloat(l),o]}});return m}});g.easing.jswing=g.easing.swing;g.extend(g.easing,{def:"easeOutQuad",swing:function(l,m,k,o,n){return g.easing[g.easing.def](l,m,k,o,n)},easeInQuad:function(l,m,k,o,n){return o*(m/=n)*m+k},easeOutQuad:function(l,m,k,o,n){return -o*(m/=n)*(m-2)+k},easeInOutQuad:function(l,m,k,o,n){if((m/=n/2)<1){return o/2*m*m+k}return -o/2*((--m)*(m-2)-1)+k},easeInCubic:function(l,m,k,o,n){return o*(m/=n)*m*m+k},easeOutCubic:function(l,m,k,o,n){return o*((m=m/n-1)*m*m+1)+k},easeInOutCubic:function(l,m,k,o,n){if((m/=n/2)<1){return o/2*m*m*m+k}return o/2*((m-=2)*m*m+2)+k},easeInQuart:function(l,m,k,o,n){return o*(m/=n)*m*m*m+k},easeOutQuart:function(l,m,k,o,n){return -o*((m=m/n-1)*m*m*m-1)+k},easeInOutQuart:function(l,m,k,o,n){if((m/=n/2)<1){return o/2*m*m*m*m+k}return -o/2*((m-=2)*m*m*m-2)+k},easeInQuint:function(l,m,k,o,n){return o*(m/=n)*m*m*m*m+k},easeOutQuint:function(l,m,k,o,n){return o*((m=m/n-1)*m*m*m*m+1)+k},easeInOutQuint:function(l,m,k,o,n){if((m/=n/2)<1){return o/2*m*m*m*m*m+k}return o/2*((m-=2)*m*m*m*m+2)+k},easeInSine:function(l,m,k,o,n){return -o*Math.cos(m/n*(Math.PI/2))+o+k},easeOutSine:function(l,m,k,o,n){return o*Math.si
/n*(Math.PI/2))+k},easeInOutSine:function(l,m,k,o,n){return -o/2*(Math.cos(Math.PI*m/n)-1)+k},easeInExpo:function(l,m,k,o,n){return(m==0)?k:o*Math.pow(2,10*(m/n-1))+k},easeOutExpo:function(l,m,k,o,n){return(m==n)?k+o:o*(-Math.pow(2,-10*m/n)+1)+k},easeInOutExpo:function(l,m,k,o,n){if(m==0){return k}if(m==n){return k+o}if((m/=n/2)<1){return o/2*Math.pow(2,10*(m-1))+k}return o/2*(-Math.pow(2,-10*--m)+2)+k},easeInCirc:function(l,m,k,o,n){return -o*(Math.sqrt(1-(m/=n)*m)-1)+k},easeOutCirc:function(l,m,k,o,n){return o*Math.sqrt(1-(m=m/n-1)*m)+k},easeInOutCirc:function(l,m,k,o,n){if((m/=n/2)<1){return -o/2*(Math.sqrt(1-m*m)-1)+k}return o/2*(Math.sqrt(1-(m-=2)*m)+1)+k},easeInElastic:function(l,n,k,u,r){var o=1.70158;var q=0;var m=u;if(n==0){return k}if((n/=r)==1){return k+u}if(!q){q=r*0.3}if(m<Math.abs(u)){m=u;var o=q/4}else{var o=q/(2*Math.PI)*Math.asin(u/m)}return -(m*Math.pow(2,10*(n-=1))*Math.sin((n*r-o)*(2*Math.PI)/q))+k},easeOutElastic:function(l,n,k,u,r){var o=1.70158;var q=0;var m=u;if(n==0){return k}if((n/=r)==1){return k+u}if(!q){q=r*0.3}if(m<Math.abs(u)){m=u;var o=q/4}else{var o=q/(2*Math.PI)*Math.asin(u/m)}return m*Math.pow(2,-10*n)*Math.sin((n*r-o)*(2*Math.PI)/q)+u+k},easeInOutElastic:function(l,n,k,u,r){var o=1.70158;var q=0;var m=u;if(n==0){return k}if((n/=r/2)==2){return k+u}if(!q){q=r*(0.3*1.5)}if(m<Math.abs(u)){m=u;var o=q/4}else{var o=q/(2*Math.PI)*Math.asin(u/m)}if(n<1){return -0.5*(m*Math.pow(2,10*(n-=1))*Math.sin((n*r-o)*(2*Math.PI)/q))+k}return m*Math.pow(2,-10*(n-=1))*Math.sin((n*r-o)*(2*Math.PI)/q)*0.5+u+k},easeInBack:function(l,m,k,p,o,n){if(n==undefined){n=1.70158}return p*(m/=o)*m*((n+1)*m-n)+k},easeOutBack:function(l,m,k,p,o,n){if(n==undefined){n=1.70158}return p*((m=m/o-1)*m*((n+1)*m+n)+1)+k},easeInOutBack:function(l,m,k,p,o,n){if(n==undefined){n=1.70158}if((m/=o/2)<1){return p/2*(m*m*(((n*=(1.525))+1)*m-n))+k}return p/2*((m-=2)*m*(((n*=(1.525))+1)*m+n)+2)+k},easeInBounce:function(l,m,k,o,n){return o-g.easing.easeOutBounce(l,n-m,0,o,n)+k},easeOutBounce:function(l,m,k,o,n){if((m/=n)<(1/2.7
{return o*(7.5625*m*m)+k}else{if(m<(2/2.75)){return o*(7.5625*(m-=(1.5/2.75))*m+0.75)+k}else{if(m<(2.5/2.75)){return o*(7.5625*(m-=(2.25/2.75))*m+0.9375)+k}else{return o*(7.5625*(m-=(2.625/2.75))*m+0.984375)+k}}}},easeInOutBounce:function(l,m,k,o,n){if(m<n/2){return g.easing.easeInBounce(l,m*2,0,o,n)*0.5+k}return g.easing.easeOutBounce(l,m*2-n,0,o,n)*0.5+o*0.5+k}})})(jQuery);;/*
+ * jQuery UI Effects Clip 1.8
+ *
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
+ * and GPL (GPL-LICENSE.txt) licenses.
+ *
+ * http://docs.jquery.com/UI/Effects/Clip
+ *
+ * Depends:
+ * jquery.effects.core.js
+ */
(function(a){a.effects.clip=function(b){return this.queue(function(){var f=a(this),j=["position","top","left","height","width"];var i=a.effects.setMode(f,b.options.mode||"hide");var k=b.options.direction||"vertical";a.effects.save(f,j);f.show();var c=a.effects.createWrapper(f).css({overflow:"hidden"});var e=f[0].tagName=="IMG"?c:f;var g={size:(k=="vertical")?"height":"width",position:(k=="vertical")?"top":"left"};var d=(k=="vertical")?e.height():e.width();if(i=="show"){e.css(g.size,0);e.css(g.position,d/2)}var h={};h[g.size]=i=="show"?d:0;h[g.position]=i=="show"?0:d/2;e.animate(h,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){f.hide()}a.effects.restore(f,j);a.effects.removeWrapper(f);if(b.callback){b.callback.apply(f[0],arguments)}f.dequeue()}})})}})(jQuery);;/*
+ * jQuery UI Effects Drop 1.8
+ *
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
+ * and GPL (GPL-LICENSE.txt) licenses.
+ *
+ * http://docs.jquery.com/UI/Effects/Drop
+ *
+ * Depends:
+ * jquery.effects.core.js
+ */
(function(a){a.effects.drop=function(b){return this.queue(function(){var e=a(this),d=["position","top","left","opacity"];var i=a.effects.setMode(e,b.options.mode||"hide");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e);var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(i=="show"){e.css("opacity",0).css(f,c=="pos"?-j:j)}var g={opacity:i=="show"?1:0};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;/*
+ * jQuery UI Effects Slide 1.8
+ *
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
+ * and GPL (GPL-LICENSE.txt) licenses.
+ *
+ * http://docs.jquery.com/UI/Effects/Slide
+ *
+ * Depends:
+ * jquery.effects.core.js
+ */
(function(a){a.effects.slide=function(b){return this.queue(function(){var e=a(this),d=["position","top","left"];var i=a.effects.setMode(e,b.options.mode||"show");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e).css({overflow:"hidden"});var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(i=="show"){e.css(f,c=="pos"?-j:j)}var g={};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);;
\ No newline at end of file
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index da25301..d103d06 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -2462,7 +2462,9 @@ function PMA_generate_slider_effect($id, $message)
$('<a href="#" id="anchor_<?php echo $id; ?>"><?php echo htmlspecialchars($message); ?></a>')
.insertBefore('#<?php echo $id; ?>')
.click(function() {
- $('#<?php echo $id; ?>').slideToggle('normal', function() {
+ // the callback should be the 4th parameter but
+ // it only works as the second parameter
+ $('#<?php echo $id; ?>').toggle('drop', function() {
PMA_set_status_label_<?php echo $id; ?>();
});
});
diff --git a/libraries/db_events.inc.php b/libraries/db_events.inc.php
index 5f99a8b..9ff5f76 100644
--- a/libraries/db_events.inc.php
+++ b/libraries/db_events.inc.php
@@ -51,7 +51,7 @@ if ($events) {
($ct%2 == 0) ? 'even' : 'odd',
$event['EVENT_NAME'],
! empty($definition) ? PMA_linkOrButton('db_sql.php?' . $url_query . '&sql_query=' . urlencode($definition) . '&show_query=1&delimiter=' . urlencode($delimiter), $titles['Structure']) : ' ',
- '<a href="sql.php?' . $url_query . '&sql_query=' . urlencode($sqlDrop) . '" onclick="return confirmLink(this, \'' . PMA_jsFormat($sqlDrop, false) . '\')">' . $titles['Drop'] . '</a>',
+ '<a href="sql.php?' . $url_query . '&sql_query=' . urlencode($sqlDrop) . '" onclick="return confirmLink(this, \'' . PMA_jsFormat($sqlDrop, false) . '\')">' . $titles['Drop'] . '</a>',
$event['EVENT_TYPE']);
$ct++;
}
diff --git a/po/az.po b/po/az.po
index cc49af5..ff82cbd 100644
--- a/po/az.po
+++ b/po/az.po
@@ -1532,7 +1532,7 @@ msgid "File to import"
msgstr ""
#: libraries/messages.inc.php:341
-#, php-format
+#, php-format, fuzzy
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
@@ -1542,7 +1542,7 @@ msgstr ""
"Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaşa MySQL-in selahiyyetler "
"cedvellerinden almaqdadır. Eger elle nizamlamalar edilmişse, bu cedvellerin "
"içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu "
-"halda, davam etmeden evvel, selahiyyetleri yeniden yüklemelisiniz."
+"halda, davam etmeden evvel, selahiyyetleri %syeniden yüklemelisiniz%s."
#: libraries/messages.inc.php:342
msgid "Flush query cache"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 1ad797b..3ab7721 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -2308,15 +2308,12 @@ msgid "MIME type"
msgstr "MIME-typ"
#: libraries/messages.inc.php:519
-#, php-format
+#, php-format, fuzzy
msgid ""
"No description is available for this transformation.<br />Please ask the "
"author what %s does."
msgstr ""
"Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.\n"
-"$strMIME_transformation_note = 'Dla atrymańnia śpisu dastupnych opcyjaŭ "
-"transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %"
-"sapisańni pieraŭtvareńniaŭ%s"
#: libraries/messages.inc.php:520
msgid "Browser transformation"
@@ -2327,7 +2324,9 @@ msgstr "Pieraŭtvareńnie MIME-typu braŭzeram"
msgid ""
"For a list of available transformation options and their MIME type "
"transformations, click on %stransformation descriptions%s"
-msgstr ""
+msgstr "Dla atrymańnia śpisu dastupnych opcyjaŭ "
+"transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %"
+"sapisańni pieraŭtvareńniaŭ%s"
#: libraries/messages.inc.php:522
msgid ""
diff --git a/po/de.po b/po/de.po
index 741b7a5..5df7146 100644
--- a/po/de.po
+++ b/po/de.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 11:16+0200\n"
-"Last-Translator: Michal <michal(a)cihar.com>\n"
+"PO-Revision-Date: 2010-03-23 21:07+0200\n"
+"Last-Translator: <me(a)michaelkeck.de>\n"
"Language-Team: german <de(a)li.org>\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -1042,10 +1042,10 @@ msgstr "Datenbanken"
msgid "%s databases have been dropped successfully."
msgstr "Es wurden %s Datenbanken gelöscht."
+# source != search / Source != Suche
#: libraries/messages.inc.php:225
-#, fuzzy
msgid "Source database"
-msgstr "Durchsuche die Datenbank"
+msgstr "Quell-Datenbank"
#: libraries/messages.inc.php:226
msgid "Databases statistics"
@@ -1668,18 +1668,16 @@ msgid "Go"
msgstr "OK"
#: libraries/messages.inc.php:369
-#, fuzzy
msgid "Go to database"
-msgstr "Keine Datenbanken"
+msgstr "Gehe zur Datenbank"
#: libraries/messages.inc.php:370
-#, fuzzy
msgid "Go to table"
-msgstr "Keine Datenbanken"
+msgstr "Gehe zur Tabelle"
#: libraries/messages.inc.php:371
msgid "Go to view"
-msgstr ""
+msgstr "Gehe zum View"
#: libraries/messages.inc.php:372
msgid "Grant"
@@ -1721,17 +1719,19 @@ msgstr "Hilfe"
msgid "Use hexadecimal for BLOB"
msgstr "Benutze hexadecimal für BLOB"
+# Hide heist im deutschen in der EDV ausblenden
#: libraries/messages.inc.php:383
+#, fuzzy
msgid "Hide"
msgstr "Verstecken"
#: libraries/messages.inc.php:384
msgid "Hide/Show all"
-msgstr "Zeige/Verstecke alles"
+msgstr "Alles ein-/ausblenden"
#: libraries/messages.inc.php:385
msgid "Hide/Show Tables with no relation"
-msgstr "Zeige/Verstecke Tabellen ohne Verknüpfung"
+msgstr "Tabellen ohne Verknüpfung aus-/einblenden"
#: libraries/messages.inc.php:386
msgid "Home"
diff --git a/po/hi.po b/po/hi.po
index f1a96f6..e2741a5 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -870,7 +870,7 @@ msgid "Create new database"
msgstr " नया डाटाबेस बनाओ"
#: libraries/messages.inc.php:195
-#, php-format
+#, php-format, fuzzy
msgid "Create table on database %s"
msgstr " डाटाबेस मे नया टेबल बनाओ"
diff --git a/po/id.po b/po/id.po
index fc4fc37..fa1e604 100644
--- a/po/id.po
+++ b/po/id.po
@@ -4,7 +4,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-19 00:28+0100\n"
-"PO-Revision-Date: 2010-03-19 13:17+0200\n"
+"PO-Revision-Date: 2010-03-24 04:59+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
"Language: id\n"
@@ -999,7 +999,7 @@ msgstr "Pilihan cara untuk mengekspor Database"
#: libraries/messages.inc.php:220
#, php-format
msgid "Database %1$s has been created."
-msgstr "Database %1%s telah dibuat."
+msgstr "Database %1$s telah dibuat."
#: libraries/messages.inc.php:221
#, php-format
@@ -6690,41 +6690,38 @@ msgid "Comment out these two lines if you do not need them."
msgstr ""
#: libraries/messages.inc.php:1494
-#, fuzzy
msgid "Create version"
-msgstr "Versi Server"
+msgstr "Membuat versi"
#: libraries/messages.inc.php:1495
#, php-format
msgid "Create version %s of %s.%s"
-msgstr ""
+msgstr "Membuat versi %s dari %s.%s"
#: libraries/messages.inc.php:1496
-#, fuzzy
msgid "Database Log"
-msgstr "Database"
+msgstr "Log Database"
#: libraries/messages.inc.php:1497
msgid "Data definition statement"
-msgstr ""
+msgstr "Pernyataan definisi data"
#: libraries/messages.inc.php:1498
msgid "Data manipulation statement"
-msgstr ""
+msgstr "Penyataan manipulasi data"
#: libraries/messages.inc.php:1499
-#, fuzzy
msgid "Date"
-msgstr "Data"
+msgstr "Tanggal"
#: libraries/messages.inc.php:1500
msgid "Deactivate now"
-msgstr ""
+msgstr "Nonaktifkan sekarang"
#: libraries/messages.inc.php:1501
#, php-format
msgid "Deactivate tracking for %s.%s"
-msgstr ""
+msgstr "Nonaktifkan pelacakan untuk %s.%s"
#: libraries/messages.inc.php:1502
#, php-format
@@ -6895,7 +6892,7 @@ msgstr "Lalu-Lintas"
#: libraries/messages.inc.php:1541
msgid "Transaction coordinator"
-msgstr ""
+msgstr "Koordinator transaksi"
#: libraries/messages.inc.php:1542
msgid ""
@@ -6914,6 +6911,8 @@ msgid ""
"Displays hexadecimal representation of data. Optional first parameter "
"specifies how often space will be added (defaults to 2 nibbles)."
msgstr ""
+"Tampilkan representasi hexadecimal dari data. Parameter opsional pertama "
+"menentukan seberapa sering space akan ditambahkan (default 2 nibble)"
#: libraries/messages.inc.php:1544
msgid ""
@@ -7016,7 +7015,7 @@ msgstr ""
#: libraries/messages.inc.php:1554
msgid "Triggers"
-msgstr ""
+msgstr "Trigger"
#: libraries/messages.inc.php:1555
msgid "Truncate Shown Queries"
diff --git a/po/mn.po b/po/mn.po
index 69443fe..1a79822 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -1516,7 +1516,7 @@ msgstr ""
"Тэмдэглэл: phpMyAdmin нь MySQL-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн "
"онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн "
"агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин "
-"дуудаж үргэлжлүүлнэ үү."
+"дуудаж%s үргэлжлүүлнэ үү."
#: libraries/messages.inc.php:342
msgid "Flush query cache"
@@ -1535,9 +1535,9 @@ msgid "Font size"
msgstr "Үсгийн хэмжээ"
#: libraries/messages.inc.php:346
-#, php-format
+#, php-format, fuzzy
msgid "Error creating foreign key on %1$s (check data types)"
-msgstr "Гадаад түлхүүр үүсгэхэд алдаа гарлаа (өгөгдлийн төрлөө шалга)"
+msgstr "Гадаад түлхүүр үүсгэхэд алдаа гарлаа %1$s (өгөгдлийн төрлөө шалга)"
#: libraries/messages.inc.php:347
msgid "FOREIGN KEY relation added"
@@ -6994,7 +6994,7 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1566
-#, php-format
+#, php-format, fuzzy
msgid "You have updated the privileges for %s."
msgstr "Онцгой эрх шинэчлэгдлээ"
diff --git a/po/te.po b/po/te.po
index d436ae2..cda7558 100644
--- a/po/te.po
+++ b/po/te.po
@@ -9,7 +9,7 @@ msgstr ""
"POT-Creation-Date: 2010-03-12 09:48+0100\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-Team: Telugu <te(a)li.org>\n"
"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/uk.po b/po/uk.po
index 89871f4..9622b29 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3698,7 +3698,7 @@ msgstr ""
#: libraries/messages.inc.php:845
#, php-format
msgid "Run SQL query/queries on database %s"
-msgstr "Виконати SQL запит(и) до БД %і"
+msgstr "Виконати SQL запит(и) до БД %s"
#: libraries/messages.inc.php:846
msgid "Russian"
@@ -6925,7 +6925,7 @@ msgid ""
msgstr ""
#: libraries/messages.inc.php:1566
-#, php-format
+#, php-format, fuzzy
msgid "You have updated the privileges for %s."
msgstr "Було змінено привілеї для"
diff --git a/sql.php b/sql.php
index 5ff9605..4da90d1 100644
--- a/sql.php
+++ b/sql.php
@@ -15,7 +15,8 @@ require_once './libraries/Table.class.php';
require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php';
-$GLOBALS['js_include'][] = 'jquery.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.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 0f98b1a..874502e 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -19,7 +19,8 @@ require_once './libraries/relation.lib.php'; // foreign keys
require_once './libraries/mysql_charsets.lib.php';
$GLOBALS['js_include'][] = 'tbl_change.js';
-$GLOBALS['js_include'][] = 'jquery.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
if ($GLOBALS['cfg']['PropertiesIconic'] == true) {
$titles['Browse'] =
diff --git a/tbl_structure.php b/tbl_structure.php
index b1bff16..01c12a5 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -14,7 +14,8 @@ require_once './libraries/common.inc.php';
require_once './libraries/mysql_charsets.lib.php';
require_once './libraries/relation.lib.php';
-$GLOBALS['js_include'][] = 'jquery.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
/**
* handle multiple field commands if required
hooks/post-receive
--
phpMyAdmin
1
0

24 Mar '10
The branch, STABLE has been created
at 123c3c3656565babbb8cb4442d1e2feb43e6c503 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
phpMyAdmin
1
0