Git
Threads by month
- ----- 2026 -----
- February
- January
- ----- 2025 -----
- December
- November
- October
- 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
- 6 participants
- 38809 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16992-gda6c5b7
by Piotr Przybylski 23 Aug '11
by Piotr Przybylski 23 Aug '11
23 Aug '11
The branch, master has been updated
via da6c5b71294892dda8da09ce8886ce35abf48a78 (commit)
from cae0366d212bef81d3cef345b02c3e00f681602d (commit)
- Log -----------------------------------------------------------------
commit da6c5b71294892dda8da09ce8886ce35abf48a78
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Tue Aug 23 22:19:21 2011 +0200
Inline PMA_DBI_get_default_engine(), this one-liner is used only once
-----------------------------------------------------------------------
Summary of changes:
db_structure.php | 2 +-
libraries/database_interface.lib.php | 10 ----------
2 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/db_structure.php b/db_structure.php
index 9c2e045..c0c1d33 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -444,7 +444,7 @@ if ($is_show_stats) {
<th class="value tbl_rows"><?php echo $sum_row_count_pre . PMA_formatNumber($sum_entries, 0); ?></th>
<?php
if (!($cfg['PropertiesNumColumns'] > 1)) {
- $default_engine = PMA_DBI_get_default_engine();
+ $default_engine = PMA_DBI_fetch_value('SHOW VARIABLES LIKE \'storage_engine\';', 0, 1);
echo ' <th align="center">' . "\n"
. ' <dfn title="'
. sprintf(__('%s is the default storage engine on this MySQL server.'), $default_engine) . '">' .$default_engine . '</dfn></th>' . "\n";
diff --git a/libraries/database_interface.lib.php b/libraries/database_interface.lib.php
index 58307fe..3db1b49 100644
--- a/libraries/database_interface.lib.php
+++ b/libraries/database_interface.lib.php
@@ -1175,16 +1175,6 @@ function PMA_DBI_fetch_result($result, $key = null, $value = null,
}
/**
- * return default table engine for given database
- *
- * @return string default table engine
- */
-function PMA_DBI_get_default_engine()
-{
- return PMA_DBI_fetch_value('SHOW VARIABLES LIKE \'storage_engine\';', 0, 1);
-}
-
-/**
* Get supported SQL compatibility modes
*
* @return array supported SQL compatibility modes
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16991-gcae0366
by Madhura Jayaratne 23 Aug '11
by Madhura Jayaratne 23 Aug '11
23 Aug '11
The branch, master has been updated
via cae0366d212bef81d3cef345b02c3e00f681602d (commit)
via d837b705a5cd34eb4119a7a556b71b7bd419a918 (commit)
via 486638281a9b17144915dbc743256429ad34bf45 (commit)
via 8b3f1b0247c50de4af178f7fa0f014eedbbc9de1 (commit)
from c2e7d4be68ac792720eefa9fa5298f0d0014ba5a (commit)
- Log -----------------------------------------------------------------
commit cae0366d212bef81d3cef345b02c3e00f681602d
Merge: d837b70 c2e7d4b
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed Aug 24 00:13:18 2011 +0530
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit d837b705a5cd34eb4119a7a556b71b7bd419a918
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Wed Aug 24 00:11:39 2011 +0530
Test cases for PMA_GIS_Geometry class
commit 486638281a9b17144915dbc743256429ad34bf45
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Aug 23 22:47:34 2011 +0530
Abstract class PMA_GIS_GeometryTest renamed to PMA_GIS_GeomTest to make room for tests for functions in PMA_GIS_Geometry class
commit 8b3f1b0247c50de4af178f7fa0f014eedbbc9de1
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Aug 23 22:40:22 2011 +0530
tests for PMA_GIS_Linestring::scaleRow() method
-----------------------------------------------------------------------
Summary of changes:
...GIS_Geometry_test.php => PMA_GIS_Geom_test.php} | 2 +-
test/classes/gis/PMA_GIS_Geometry_test.php | 249 +++++++++++++++++---
test/classes/gis/PMA_GIS_Linestring_test.php | 38 +++-
test/classes/gis/PMA_GIS_Multilinestring_test.php | 4 +-
test/classes/gis/PMA_GIS_Multipoint_test.php | 4 +-
test/classes/gis/PMA_GIS_Multipolygon_test.php | 4 +-
test/classes/gis/PMA_GIS_Point_test.php | 4 +-
test/classes/gis/PMA_GIS_Polygon_test.php | 4 +-
8 files changed, 265 insertions(+), 44 deletions(-)
copy test/classes/gis/{PMA_GIS_Geometry_test.php => PMA_GIS_Geom_test.php} (95%)
diff --git a/test/classes/gis/PMA_GIS_Geometry_test.php b/test/classes/gis/PMA_GIS_Geom_test.php
similarity index 95%
copy from test/classes/gis/PMA_GIS_Geometry_test.php
copy to test/classes/gis/PMA_GIS_Geom_test.php
index 37d4c42..d7637eb 100644
--- a/test/classes/gis/PMA_GIS_Geometry_test.php
+++ b/test/classes/gis/PMA_GIS_Geom_test.php
@@ -10,7 +10,7 @@ require_once 'libraries/gis/pma_gis_geometry.php';
/**
* Abstract parent class for all PMA_GIS_<Geom_type> test classes
*/
-abstract class PMA_GIS_GeometryTest extends PHPUnit_Framework_TestCase
+abstract class PMA_GIS_GeomTest extends PHPUnit_Framework_TestCase
{
/**
* test generateWkt method
diff --git a/test/classes/gis/PMA_GIS_Geometry_test.php b/test/classes/gis/PMA_GIS_Geometry_test.php
index 37d4c42..b5d4732 100644
--- a/test/classes/gis/PMA_GIS_Geometry_test.php
+++ b/test/classes/gis/PMA_GIS_Geometry_test.php
@@ -1,6 +1,6 @@
<?php
/**
- * Abstract parent class for all PMA_GIS_<Geom_type> test classes
+ * Test for PMA_GIS_Geometry
*
* @package phpMyAdmin-test
*/
@@ -8,53 +8,240 @@
require_once 'libraries/gis/pma_gis_geometry.php';
/**
- * Abstract parent class for all PMA_GIS_<Geom_type> test classes
+ * Tests for PMA_GIS_Geometry class
*/
-abstract class PMA_GIS_GeometryTest extends PHPUnit_Framework_TestCase
+class PMA_GIS_GeometryTest extends PHPUnit_Framework_TestCase
{
/**
- * test generateWkt method
+ * @access protected
+ */
+ protected $object;
+
+ /**
+ * Sets up the fixture, for example, opens a network connection.
+ * This method is called before a test is executed.
*
- * @param array $gis_data array of GIS data
- * @param int $index index
- * @param string $empty string to be insterted in place of missing values
- * @param string $wkt expected WKT
+ * @access protected
+ * @return nothing
+ */
+ protected function setUp()
+ {
+ $this->object = $this->getMockForAbstractClass('PMA_GIS_Geometry');
+ }
+
+ /**
+ * Tears down the fixture, for example, closes a network connection.
+ * This method is called after a test is executed.
*
+ * @access protected
* @return nothing
- * @dataProvider providerForTestGenerateWkt
*/
- public function testGenerateWkt($gis_data, $index, $empty, $wkt)
+ protected function tearDown()
+ {
+ unset($this->object);
+ }
+
+ /**
+ * Call protected functions by making the visibitlity to public.
+ *
+ * @param string $name method name
+ * @param array $params parameters for the invocation
+ *
+ * @return the output from the protected method.
+ */
+ private function _callProtectedFunction($name, $params)
+ {
+ $class = new ReflectionClass('PMA_GIS_Geometry');
+ $method = $class->getMethod($name);
+ $method->setAccessible(true);
+ return $method->invokeArgs($this->object, $params);
+ }
+
+ /**
+ * tests setMinMax method
+ *
+ * @param string $point_set Point set
+ * @param array $min_max Existing min, max values
+ * @param array $output Expected output array
+ *
+ * @dataProvider providerForTestSetMinMax
+ * @return nothing
+ */
+ public function testSetMinMax($point_set, $min_max, $output)
+ {
+ $this->assertEquals(
+ $this->_callProtectedFunction(
+ 'setMinMax',
+ array($point_set, $min_max)
+ ),
+ $output
+ );
+ }
+
+ /**
+ * data provider for testSetMinMax
+ *
+ * @return data for testSetMinMax
+ */
+ public function providerForTestSetMinMax()
{
- if ($empty == null) {
- $this->assertEquals($this->object->generateWkt($gis_data, $index), $wkt);
- } else {
- $this->assertEquals(
- $this->object->generateWkt($gis_data, $index, $empty),
- $wkt
- );
- }
+ return array(
+ array(
+ '12 35,48 75,69 23,25 45,14 53,35 78',
+ array(),
+ array(
+ 'minX' => 12,
+ 'maxX' => 69,
+ 'minY' => 23,
+ 'maxY' => 78
+ )
+ ),
+ array(
+ '12 35,48 75,69 23,25 45,14 53,35 78',
+ array(
+ 'minX' => 2,
+ 'maxX' => 29,
+ 'minY' => 23,
+ 'maxY' => 128
+ ),
+ array(
+ 'minX' => 2,
+ 'maxX' => 69,
+ 'minY' => 23,
+ 'maxY' => 128
+ )
+ )
+ );
}
/**
- * test generateParams method
+ * tests generateParams method
*
- * @param string $wkt point in WKT form
- * @param index $index index
- * @param array $params expected output array
+ * @param string $value Geometry data
+ * @param string $output Expected output
*
* @dataProvider providerForTestGenerateParams
* @return nothing
*/
- public function testGenerateParams($wkt, $index, $params)
+ public function testGenerateParams($value, $output)
+ {
+ $this->assertEquals(
+ $this->_callProtectedFunction(
+ 'generateParams',
+ array($value)
+ ),
+ $output
+ );
+ }
+
+ /**
+ * data provider for testGenerateParams
+ *
+ * @return data for testGenerateParams
+ */
+ public function providerForTestGenerateParams()
+ {
+ return array(
+ array(
+ "'MULTIPOINT(125 50,156 25,178 43,175 80)',125",
+ array(
+ 'srid' => '125',
+ 'wkt' => 'MULTIPOINT(125 50,156 25,178 43,175 80)',
+ ),
+ ),
+ array(
+ 'MULTIPOINT(125 50,156 25,178 43,175 80)',
+ array(
+ 'srid' => '0',
+ 'wkt' => 'MULTIPOINT(125 50,156 25,178 43,175 80)',
+ ),
+ ),
+ array(
+ "foo",
+ array(
+ 'srid' => '0',
+ 'wkt' => '',
+ ),
+ ),
+ );
+ }
+
+ /**
+ * tests extractPoints method
+ *
+ * @param string $point_set String of comma sperated points
+ * @param array $scale_data Data related to scaling
+ * @param boolean $linear If true, as a 1D array, else as a 2D array
+ * @param array $output Expected output
+ *
+ * @dataProvider providerForTestExtractPoints
+ * @return nothing
+ */
+ public function testExtractPoints($point_set, $scale_data, $linear, $output)
+ {
+ $this->assertEquals(
+ $this->_callProtectedFunction(
+ 'extractPoints',
+ array($point_set, $scale_data, $linear)
+ ),
+ $output
+ );
+ }
+
+ /**
+ * data provider for testExtractPoints
+ *
+ * @return data for testExtractPoints
+ */
+ public function providerForTestExtractPoints()
{
- if ($index == null) {
- $this->assertEquals($this->object->generateParams($wkt), $params);
- } else {
- $this->assertEquals(
- $this->object->generateParams($wkt, $index),
- $params
- );
- }
+ return array(
+ // with no scale data
+ array(
+ '12 35,48 75,69 23',
+ null,
+ false,
+ array(
+ 0 => array(12, 35),
+ 1 => array(48, 75),
+ 2 => array(69, 23),
+ ),
+ ),
+ // with scale data
+ array(
+ '12 35,48 75,69 23',
+ array(
+ 'x' => 5,
+ 'y' => 5,
+ 'scale' => 2,
+ 'height' => 200,
+ ),
+ false,
+ array(
+ 0 => array(14, 140),
+ 1 => array(86, 60),
+ 2 => array(128, 164),
+ ),
+ ),
+ // linear output
+ array(
+ '12 35,48 75,69 23',
+ null,
+ true,
+ array(12, 35, 48, 75, 69, 23),
+ ),
+ // if a single part of a coordinate is empty
+ array(
+ '12 35,48 75,69 ',
+ null,
+ false,
+ array(
+ 0 => array(12, 35),
+ 1 => array(48, 75),
+ 2 => array('', ''),
+ ),
+ ),
+ );
}
}
?>
\ No newline at end of file
diff --git a/test/classes/gis/PMA_GIS_Linestring_test.php b/test/classes/gis/PMA_GIS_Linestring_test.php
index 4bef75c..05413e1 100644
--- a/test/classes/gis/PMA_GIS_Linestring_test.php
+++ b/test/classes/gis/PMA_GIS_Linestring_test.php
@@ -5,14 +5,14 @@
* @package phpMyAdmin-test
*/
-require_once 'PMA_GIS_Geometry_test.php';
+require_once 'PMA_GIS_Geom_test.php';
require_once 'libraries/gis/pma_gis_geometry.php';
require_once 'libraries/gis/pma_gis_linestring.php';
/**
* Tests for PMA_GIS_Linestring class
*/
-class PMA_GIS_LinestringTest extends PMA_GIS_GeometryTest
+class PMA_GIS_LinestringTest extends PMA_GIS_GeomTest
{
/**
* @var PMA_GIS_Linestring
@@ -138,5 +138,39 @@ class PMA_GIS_LinestringTest extends PMA_GIS_GeometryTest
)
);
}
+
+ /**
+ * test scaleRow method
+ *
+ * @param string $spatial spatial data of a row
+ * @param array $min_max expected results
+ *
+ * @dataProvider providerForTestScaleRow
+ * @return nothing
+ */
+ public function testScaleRow($spatial, $min_max)
+ {
+ $this->assertEquals($this->object->scaleRow($spatial), $min_max);
+ }
+
+ /**
+ * data provider for testScaleRow
+ *
+ * @return data for testScaleRow
+ */
+ public function providerForTestScaleRow()
+ {
+ return array(
+ array(
+ 'LINESTRING(12 35,48 75,69 23,25 45,14 53,35 78)',
+ array(
+ 'minX' => 12,
+ 'maxX' => 69,
+ 'minY' => 23,
+ 'maxY' => 78
+ )
+ )
+ );
+ }
}
?>
\ No newline at end of file
diff --git a/test/classes/gis/PMA_GIS_Multilinestring_test.php b/test/classes/gis/PMA_GIS_Multilinestring_test.php
index d7b8132..a0ab50f 100644
--- a/test/classes/gis/PMA_GIS_Multilinestring_test.php
+++ b/test/classes/gis/PMA_GIS_Multilinestring_test.php
@@ -5,14 +5,14 @@
* @package phpMyAdmin-test
*/
-require_once 'PMA_GIS_Geometry_test.php';
+require_once 'PMA_GIS_Geom_test.php';
require_once 'libraries/gis/pma_gis_geometry.php';
require_once 'libraries/gis/pma_gis_multilinestring.php';
/**
* Tests for PMA_GIS_Multilinestring class
*/
-class PMA_GIS_MultilinestringTest extends PMA_GIS_GeometryTest
+class PMA_GIS_MultilinestringTest extends PMA_GIS_GeomTest
{
/**
* @var PMA_GIS_Multilinestring
diff --git a/test/classes/gis/PMA_GIS_Multipoint_test.php b/test/classes/gis/PMA_GIS_Multipoint_test.php
index 8ab0aef..1d5fcdf 100644
--- a/test/classes/gis/PMA_GIS_Multipoint_test.php
+++ b/test/classes/gis/PMA_GIS_Multipoint_test.php
@@ -5,14 +5,14 @@
* @package phpMyAdmin-test
*/
-require_once 'PMA_GIS_Geometry_test.php';
+require_once 'PMA_GIS_Geom_test.php';
require_once 'libraries/gis/pma_gis_geometry.php';
require_once 'libraries/gis/pma_gis_multipoint.php';
/**
* Tests for PMA_GIS_Multipoint class
*/
-class PMA_GIS_MultipointTest extends PMA_GIS_GeometryTest
+class PMA_GIS_MultipointTest extends PMA_GIS_GeomTest
{
/**
* @var PMA_GIS_Multipoint
diff --git a/test/classes/gis/PMA_GIS_Multipolygon_test.php b/test/classes/gis/PMA_GIS_Multipolygon_test.php
index 500cbae..1589f9d 100644
--- a/test/classes/gis/PMA_GIS_Multipolygon_test.php
+++ b/test/classes/gis/PMA_GIS_Multipolygon_test.php
@@ -5,14 +5,14 @@
* @package phpMyAdmin-test
*/
-require_once 'PMA_GIS_Geometry_test.php';
+require_once 'PMA_GIS_Geom_test.php';
require_once 'libraries/gis/pma_gis_geometry.php';
require_once 'libraries/gis/pma_gis_multipolygon.php';
/**
* Tests for PMA_GIS_Multipolygon class
*/
-class PMA_GIS_MultipolygonTest extends PMA_GIS_GeometryTest
+class PMA_GIS_MultipolygonTest extends PMA_GIS_GeomTest
{
/**
* @var PMA_GIS_Multipolygon
diff --git a/test/classes/gis/PMA_GIS_Point_test.php b/test/classes/gis/PMA_GIS_Point_test.php
index a25a66a..9f9ef21 100644
--- a/test/classes/gis/PMA_GIS_Point_test.php
+++ b/test/classes/gis/PMA_GIS_Point_test.php
@@ -5,14 +5,14 @@
* @package phpMyAdmin-test
*/
-require_once 'PMA_GIS_Geometry_test.php';
+require_once 'PMA_GIS_Geom_test.php';
require_once 'libraries/gis/pma_gis_geometry.php';
require_once 'libraries/gis/pma_gis_point.php';
/**
* Tests for PMA_GIS_Point class.
*/
-class PMA_GIS_PointTest extends PMA_GIS_GeometryTest
+class PMA_GIS_PointTest extends PMA_GIS_GeomTest
{
/**
* @var PMA_GIS_Point
diff --git a/test/classes/gis/PMA_GIS_Polygon_test.php b/test/classes/gis/PMA_GIS_Polygon_test.php
index 9a27e34..e4941d3 100644
--- a/test/classes/gis/PMA_GIS_Polygon_test.php
+++ b/test/classes/gis/PMA_GIS_Polygon_test.php
@@ -5,14 +5,14 @@
* @package phpMyAdmin-test
*/
-require_once 'PMA_GIS_Geometry_test.php';
+require_once 'PMA_GIS_Geom_test.php';
require_once 'libraries/gis/pma_gis_geometry.php';
require_once 'libraries/gis/pma_gis_polygon.php';
/**
* Tests for PMA_GIS_Polygon class
*/
-class PMA_GIS_PolygonTest extends PMA_GIS_GeometryTest
+class PMA_GIS_PolygonTest extends PMA_GIS_GeomTest
{
/**
* @var PMA_GIS_Polygon
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16987-gc2e7d4b
by Marc Delisle 23 Aug '11
by Marc Delisle 23 Aug '11
23 Aug '11
The branch, master has been updated
via c2e7d4be68ac792720eefa9fa5298f0d0014ba5a (commit)
from 42341de5e8dbc88345c583229375cf9943788a02 (commit)
- Log -----------------------------------------------------------------
commit c2e7d4be68ac792720eefa9fa5298f0d0014ba5a
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Aug 23 13:09:31 2011 -0400
Remove tab characters; coding style (first part)
-----------------------------------------------------------------------
Summary of changes:
tbl_zoom_select.php | 329 ++++++++++++++++++++++++---------------------------
1 files changed, 152 insertions(+), 177 deletions(-)
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 2352fc1..ad90043 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -36,14 +36,13 @@ $GLOBALS['js_include'][] = 'jquery/timepicker.js';
*/
if (isset($_REQUEST['get_data_row']) && $_REQUEST['get_data_row'] == true) {
-
$extra_data = array();
$row_info_query = 'SELECT * FROM `' . $_REQUEST['db'] . '`.`' . $_REQUEST['table'] . '` WHERE ' . $_REQUEST['where_clause'];
$result = PMA_DBI_query( $row_info_query . ";" , null, PMA_DBI_QUERY_STORE);
$fields_meta = PMA_DBI_get_fields_meta($result);
- while ($row = PMA_DBI_fetch_assoc($result))
- $extra_data['row_info'] = $row;
-
+ while ($row = PMA_DBI_fetch_assoc($result)) {
+ $extra_data['row_info'] = $row;
+ }
PMA_ajaxResponse(NULL, true, $extra_data);
}
@@ -52,44 +51,41 @@ $titles['Browse'] = PMA_tbl_setTitle($GLOBALS['cfg']['PropertiesIconic'], $pmaTh
* Not selection yet required -> displays the selection form
*/
- // Gets some core libraries
- require_once './libraries/tbl_common.php';
- //$err_url = 'tbl_select.php' . $err_url;
- $url_query .= '&goto=tbl_select.php&back=tbl_select.php';
-
- /**
- * Gets tables informations
- */
- require_once './libraries/tbl_info.inc.php';
-
- /**
- * Displays top menu links
- */
- require_once './libraries/tbl_links.inc.php';
+// Gets some core libraries
+require_once './libraries/tbl_common.php';
+$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
- if (! isset($goto)) {
- $goto = $GLOBALS['cfg']['DefaultTabTable'];
- }
- // Defines the url to return to in case of error in the next sql statement
- $err_url = $goto . '?' . PMA_generate_common_url($db, $table);
-
- // Gets the list and number of fields
-
- list($fields_list, $fields_type, $fields_collation, $fields_null) = PMA_tbl_getFields($table,$db);
- $fields_cnt = count($fields_list);
-
- // retrieve keys into foreign fields, if any
- // check also foreigners even if relwork is FALSE (to get
- // foreign keys from innodb)
- $foreigners = PMA_getForeigners($db, $table);
- $flag = 1;
- $tbl_fields_type = $tbl_fields_collation = $tbl_fields_null = array();
- if(!isset($zoom_submit) && !isset($inputs))
- $dataLabel = PMA_getDisplayField($db,$table);
-
- ?>
+/**
+ * Gets tables informations
+ */
+require_once './libraries/tbl_info.inc.php';
+/**
+ * Displays top menu links
+ */
+require_once './libraries/tbl_links.inc.php';
+if (! isset($goto)) {
+ $goto = $GLOBALS['cfg']['DefaultTabTable'];
+}
+// Defines the url to return to in case of error in the next sql statement
+$err_url = $goto . '?' . PMA_generate_common_url($db, $table);
+
+// Gets the list and number of fields
+
+list($fields_list, $fields_type, $fields_collation, $fields_null) = PMA_tbl_getFields($table,$db);
+$fields_cnt = count($fields_list);
+
+// retrieve keys into foreign fields, if any
+// check also foreigners even if relwork is FALSE (to get
+// foreign keys from innodb)
+$foreigners = PMA_getForeigners($db, $table);
+$flag = 1;
+$tbl_fields_type = $tbl_fields_collation = $tbl_fields_null = array();
+if (! isset($zoom_submit) && ! isset($inputs)) {
+ $dataLabel = PMA_getDisplayField($db,$table);
+}
+?>
<div id="sqlqueryresults"></div>
<fieldset id="fieldset_subtab">
<?php
@@ -101,27 +97,18 @@ echo PMA_generate_html_tabs(PMA_tbl_getSubTabs(), $url_params);
/**
* Set the field name,type,collation and whether null on select of a coulmn
*/
-if(isset($inputs) && ($inputs[0] != 'pma_null' || $inputs[1] != 'pma_null'))
-{
+if (isset($inputs) && ($inputs[0] != 'pma_null' || $inputs[1] != 'pma_null')) {
$flag = 2;
- for($i = 0 ; $i < 4 ; $i++)
- {
- if($inputs[$i] != 'pma_null')
- {
- $key = array_search($inputs[$i],$fields_list);
- $tbl_fields_type[$i] = $fields_type[$key];
- $tbl_fields_collation[$i] = $fields_collation[$key];
- $tbl_fields_null[$i] = $fields_null[$key];
- }
-
+ for ($i = 0 ; $i < 4 ; $i++) {
+ if ($inputs[$i] != 'pma_null') {
+ $key = array_search($inputs[$i], $fields_list);
+ $tbl_fields_type[$i] = $fields_type[$key];
+ $tbl_fields_collation[$i] = $fields_collation[$key];
+ $tbl_fields_null[$i] = $fields_null[$key];
+ }
}
}
-
-?>
-
-<?php
-
/*
* Form for input criteria
*/
@@ -133,9 +120,6 @@ if(isset($inputs) && ($inputs[0] != 'pma_null' || $inputs[1] != 'pma_null'))
<input type="hidden" name="back" value="tbl_zoom_select.php" />
<input type="hidden" name="flag" id="id_flag" value=<?php echo $flag; ?> />
-
-
-
<fieldset id="inputSection">
<legend><?php echo __('Do a "query by example" (wildcard: "%") for two different columns') ?></legend>
@@ -145,112 +129,105 @@ if(isset($inputs) && ($inputs[0] != 'pma_null' || $inputs[1] != 'pma_null'))
<?php
$odd_row = true;
-for($i = 0 ; $i < 4 ; $i++){
-
- if($i == 2){
- echo "<tr><td>";
+for ($i = 0; $i < 4; $i++) {
+ if ($i == 2) {
+ echo "<tr><td>";
echo __("Additional search criteria");
- echo "</td><tr>";
+ echo "</td><tr>";
}
-
?>
<tr class="noclick <?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<th><select name="inputs[]" id=<?php echo 'tableid_' . $i?> >
<option value= <?php echo 'pma_null'?>><?php echo __('None'); ?> </option>
- <?php
- for ($j = 0 ; $j < $fields_cnt ; $j++){
- if(isset($inputs[$i]) && $inputs[$i] == htmlspecialchars($fields_list[$j])){?>
+ <?php
+ for ($j = 0 ; $j < $fields_cnt ; $j++) {
+ if (isset($inputs[$i]) && $inputs[$i] == htmlspecialchars($fields_list[$j])) {?>
<option value=<?php echo htmlspecialchars($fields_list[$j]);?> Selected> <?php echo htmlspecialchars($fields_list[$j]);?></option>
<?php
- }
- else{ ?>
+ } else { ?>
<option value=<?php echo htmlspecialchars($fields_list[$j]);?> > <?php echo htmlspecialchars($fields_list[$j]);?></option>
<?php
- }
- } ?>
+ }
+ } ?>
</select></th>
<td><?php if(isset($tbl_fields_type[$i]))echo $tbl_fields_type[$i]; ?></td>
<td><?php if(isset($tbl_fields_collation[$i]))echo $tbl_fields_collation[$i]; ?></td>
- <td>
- <?php if(isset($inputs) && $inputs[$i] != 'pma_null'){ ?>
- <select name="zoomFunc[]">
- <?php
-
- if (strncasecmp($tbl_fields_type[$i], 'enum', 4) == 0) {
- foreach ($GLOBALS['cfg']['EnumOperators'] as $fc) {
- if(isset($zoomFunc[$i]) && $zoomFunc[$i] == htmlspecialchars($fc)){
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '" Selected>'
- . htmlspecialchars($fc) . '</option>';
- }
- else {
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '">'
- . htmlspecialchars($fc) . '</option>';
- }
- }
- } elseif (preg_match('@char|blob|text|set@i', $tbl_fields_type[$i])) {
- foreach ($GLOBALS['cfg']['TextOperators'] as $fc) {
- if(isset($zoomFunc[$i]) && $zoomFunc[$i] == $fc){
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '" Selected>'
- . htmlspecialchars($fc) . '</option>';
- }
- else {
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '">'
- . htmlspecialchars($fc) . '</option>';
- }
- }
- } else {
- foreach ($GLOBALS['cfg']['NumOperators'] as $fc) {
- if(isset($zoomFunc[$i]) && $zoomFunc[$i] == $fc){
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '" Selected>'
- . htmlspecialchars($fc) . '</option>';
- }
- else {
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '">'
- . htmlspecialchars($fc) . '</option>';
- }
- }
- } // end if... else...
-
- if ($tbl_fields_null[$i]) {
- foreach ($GLOBALS['cfg']['NullOperators'] as $fc) {
- if(isset($zoomFunc[$i]) && $zoomFunc[$i] == $fc){
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '" Selected>'
- . htmlspecialchars($fc) . '</option>';
- }
- else {
- echo "\n" . ' '
- . '<option value="' . htmlspecialchars($fc) . '">'
- . htmlspecialchars($fc) . '</option>';
- }
- }
- }
+<td>
+<?php
+ if (isset($inputs) && $inputs[$i] != 'pma_null') { ?>
+ <select name="zoomFunc[]">
+ <?php
+ if (strncasecmp($tbl_fields_type[$i], 'enum', 4) == 0) {
+ foreach ($GLOBALS['cfg']['EnumOperators'] as $fc) {
+ if (isset($zoomFunc[$i]) && $zoomFunc[$i] == htmlspecialchars($fc)) {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '" Selected>'
+ . htmlspecialchars($fc) . '</option>';
+ } else {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '">'
+ . htmlspecialchars($fc) . '</option>';
+ }
+ }
+ } elseif (preg_match('@char|blob|text|set@i', $tbl_fields_type[$i])) {
+ foreach ($GLOBALS['cfg']['TextOperators'] as $fc) {
+ if (isset($zoomFunc[$i]) && $zoomFunc[$i] == $fc) {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '" Selected>'
+ . htmlspecialchars($fc) . '</option>';
+ } else {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '">'
+ . htmlspecialchars($fc) . '</option>';
+ }
+ }
+ } else {
+ foreach ($GLOBALS['cfg']['NumOperators'] as $fc) {
+ if (isset($zoomFunc[$i]) && $zoomFunc[$i] == $fc) {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '" Selected>'
+ . htmlspecialchars($fc) . '</option>';
+ } else {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '">'
+ . htmlspecialchars($fc) . '</option>';
+ }
+ }
+ } // end if... else...
+
+ if ($tbl_fields_null[$i]) {
+ foreach ($GLOBALS['cfg']['NullOperators'] as $fc) {
+ if (isset($zoomFunc[$i]) && $zoomFunc[$i] == $fc) {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '" Selected>'
+ . htmlspecialchars($fc) . '</option>';
+ } else {
+ echo "\n" . ' '
+ . '<option value="' . htmlspecialchars($fc) . '">'
+ . htmlspecialchars($fc) . '</option>';
+ }
+ }
+ }
?>
</select>
</td>
<td>
- <?php
- $field = $inputs[$i];
-
- $foreignData = PMA_getForeignData($foreigners, $field, false, '', '');
- if (isset($fields))
- echo PMA_getForeignFields_Values($foreigners, $foreignData, $field, $tbl_fields_type, $i ,$db, $table, $titles, $GLOBALS['cfg']['ForeignKeyMaxLimit'], $fields);
- else
- echo PMA_getForeignFields_Values($foreigners, $foreignData, $field, $tbl_fields_type, $i ,$db, $table, $titles, $GLOBALS['cfg']['ForeignKeyMaxLimit'], '');
+ <?php
+ $field = $inputs[$i];
+ $foreignData = PMA_getForeignData($foreigners, $field, false, '', '');
+ if (isset($fields)) {
+ echo PMA_getForeignFields_Values($foreigners, $foreignData, $field, $tbl_fields_type, $i ,$db, $table, $titles, $GLOBALS['cfg']['ForeignKeyMaxLimit'], $fields);
+ } else {
+ echo PMA_getForeignFields_Values($foreigners, $foreignData, $field, $tbl_fields_type, $i ,$db, $table, $titles, $GLOBALS['cfg']['ForeignKeyMaxLimit'], '');
}
- else{ ?>
+ } else { ?>
</td><td></td>
- <?php } ?>
+ <?php
+ } ?>
</td>
</tr>
@@ -260,22 +237,20 @@ for($i = 0 ; $i < 4 ; $i++){
<input type="hidden" name="collations[<?php echo $i; ?>]"
value="<?php if(isset($tbl_fields_collation[$i]))echo $tbl_fields_collation[$i]; ?>" />
-
-
<?php
- }//end for
+}//end for
?>
</table>
- <?php
- /*
- * Other inputs like data label and mode go after selection of column criteria
- */
+<?php
+/*
+ * Other inputs like data label and mode go after selection of column criteria
+ */
- //Set default datalabel if not selected
+//Set default datalabel if not selected
if(isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null') {
if ($dataLabel == '')
- $dataLabel = PMA_getDisplayField($db,$table);
+ $dataLabel = PMA_getDisplayField($db,$table);
}
?>
<table class="data">
@@ -302,9 +277,9 @@ for($i = 0 ; $i < 4 ; $i++){
<?php
}
else { ?>
- <input type="text" name="maxPlotLimit" value="<?php echo $GLOBALS['cfg']['maxRowPlotLimit']; ?>" /></td></tr>
+<input type="text" name="maxPlotLimit" value="<?php echo $GLOBALS['cfg']['maxRowPlotLimit']; ?>" /></td></tr>
<?php
- } ?>
+} ?>
</table>
</fieldset>
@@ -334,7 +309,7 @@ if(isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null' &
$sql_query .= ' FROM ' . PMA_backquote($table);
for($i = 0 ; $i < 4 ; $i++){
if($inputs[$i] == 'pma_null')
- continue;
+ continue;
$tmp = array();
// The where clause
$charsets = array();
@@ -350,7 +325,7 @@ if(isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null' &
if ($w) {
$sql_query .= ' WHERE ' . implode(' AND ', $w);
}
- $sql_query .= ' LIMIT ' . $maxPlotLimit;
+$sql_query .= ' LIMIT ' . $maxPlotLimit;
/*
* Query execution part
@@ -359,19 +334,19 @@ if(isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null' &
$fields_meta = PMA_DBI_get_fields_meta($result);
while ($row = PMA_DBI_fetch_assoc($result)) {
//Need a row with indexes as 0,1,2 for the PMA_getUniqueCondition hence using a temporary array
- $tmpRow = array();
- foreach($row as $val)
- $tmpRow[] = $val;
+$tmpRow = array();
+foreach($row as $val)
+ $tmpRow[] = $val;
//Get unique conditon on each row (will be needed for row update)
- $uniqueCondition = PMA_getUniqueCondition($result, $fields_cnt, $fields_meta, $tmpRow, true);
+$uniqueCondition = PMA_getUniqueCondition($result, $fields_cnt, $fields_meta, $tmpRow, true);
- //Append it to row array as where_clause
- $row['where_clause'] = $uniqueCondition[0];
- if($dataLabel == $inputs[0] || $dataLabel == $inputs[1])
+//Append it to row array as where_clause
+$row['where_clause'] = $uniqueCondition[0];
+if($dataLabel == $inputs[0] || $dataLabel == $inputs[1])
$data[] = array($inputs[0] => $row[$inputs[0]], $inputs[1] => $row[$inputs[1]], 'where_clause' => $uniqueCondition[0]);
- else if($dataLabel)
+else if($dataLabel)
$data[] = array($inputs[0] => $row[$inputs[0]], $inputs[1] => $row[$inputs[1]], $dataLabel => $row[$dataLabel], 'where_clause' => $uniqueCondition[0]);
- else
+else
$data[] = array($inputs[0] => $row[$inputs[0]], $inputs[1] => $row[$inputs[1]], $dataLabel => '', 'where_clause' => $uniqueCondition[0]);
}
@@ -389,45 +364,45 @@ if(isset($zoom_submit) && $inputs[0] != 'pma_null' && $inputs[1] != 'pma_null' &
<fieldset id="displaySection">
<legend><?php echo __('Browse/Edit the points') ?></legend>
- <center>
+<center>
<?php
//JSON encode the data(query result)
if(isset($zoom_submit) && !empty($data)){ ?>
<div id='resizer' style="width:600px;height:400px">
- <?php if (isset($data)) ?><center> <a href="#" onClick="displayHelp();"><?php echo __('How to use'); ?></a> </center>
+ <?php if (isset($data)) ?><center> <a href="#" onClick="displayHelp();"><?php echo __('How to use'); ?></a> </center>
<div id="querydata" style="display:none">
<?php if(isset($data)) echo json_encode($data); ?>
</div>
- <div id="querychart" style="float:right"></div>
+ <div id="querychart" style="float:right"></div>
</div>
<?php
- } ?>
+ } ?>
</center>
<fieldset id='dataDisplay' style="display:none">
<fieldset>
<table class="data">
<thead>
<tr>
- <th> <?php echo __('Column'); ?> </th>
- <th> <?php echo __('Null'); ?> </th>
+<th> <?php echo __('Column'); ?> </th>
+<th> <?php echo __('Null'); ?> </th>
<th> <?php echo __('Value'); ?> </th>
- </tr>
+</tr>
</thead>
<tbody>
<?php
$odd_row = true;
- for ($i = 4; $i < $fields_cnt + 4 ; $i++) {
- $tbl_fields_type[$i] = $fields_type[$i - 4];
- $fieldpopup = $fields_list[$i - 4];
- $foreignData = PMA_getForeignData($foreigners, $fieldpopup, false, '', '');
+ for ($i = 4; $i < $fields_cnt + 4 ; $i++) {
+ $tbl_fields_type[$i] = $fields_type[$i - 4];
+ $fieldpopup = $fields_list[$i - 4];
+ $foreignData = PMA_getForeignData($foreigners, $fieldpopup, false, '', '');
?>
<tr class="noclick <?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<th><?php echo htmlspecialchars($fields_list[$i - 4]); ?></th>
- <th><?php echo '<input type="checkbox" class="checkbox_null" name="fields_null[ ' . $i . ' ]" id="fields_null_id_' . $i . '" />'; ?></th>
+ <th><?php echo '<input type="checkbox" class="checkbox_null" name="fields_null[ ' . $i . ' ]" id="fields_null_id_' . $i . '" />'; ?></th>
<th><?php echo PMA_getForeignFields_Values($foreigners, $foreignData, $fieldpopup, $tbl_fields_type, $i, $db, $table, $titles,$GLOBALS['cfg']['ForeignKeyMaxLimit'], '' ); ?> </th>
</tr>
<?php
- } ?>
+} ?>
</tbody>
</table>
</fieldset>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16986-g42341de
by Piotr Przybylski 23 Aug '11
by Piotr Przybylski 23 Aug '11
23 Aug '11
The branch, master has been updated
via 42341de5e8dbc88345c583229375cf9943788a02 (commit)
from b072a8d47cc80e346c31ccd8d6e6c0e58f39d390 (commit)
- Log -----------------------------------------------------------------
commit 42341de5e8dbc88345c583229375cf9943788a02
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Tue Aug 23 17:43:37 2011 +0200
Fix datepicker initialization
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 022cb80..1c1dddb 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -684,8 +684,9 @@ $(document).ready(function() {
/**
* Add a date/time picker to each element that needs it
+ * (only when timepicker.js is loaded)
*/
- if ($.datetimepicker != undefined) {
+ if ($.timepicker != undefined) {
$('.datefield, .datetimefield').each(function() {
PMA_addDatepicker($(this));
});
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16985-gb072a8d
by Madhura Jayaratne 23 Aug '11
by Madhura Jayaratne 23 Aug '11
23 Aug '11
The branch, master has been updated
via b072a8d47cc80e346c31ccd8d6e6c0e58f39d390 (commit)
via b0465744fb17798c30ff552a508ee44af667c02a (commit)
via 624a742054f7b2484c3c1e28f13757234377c710 (commit)
from a8be4eb8c7a55ba6d3731c6fc6f3b65609ddec3d (commit)
- Log -----------------------------------------------------------------
commit b072a8d47cc80e346c31ccd8d6e6c0e58f39d390
Merge: b046574 a8be4eb
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Aug 23 19:37:07 2011 +0530
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit b0465744fb17798c30ff552a508ee44af667c02a
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Aug 23 19:20:22 2011 +0530
Coding style improvements
commit 624a742054f7b2484c3c1e28f13757234377c710
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue Aug 23 19:13:55 2011 +0530
Test case for PMA_GIS_Multipolygon::getShape()
-----------------------------------------------------------------------
Summary of changes:
libraries/gis/pma_gis_multipolygon.php | 14 ++++--
test/classes/gis/PMA_GIS_Multipolygon_test.php | 58 ++++++++++++++++++++++++
2 files changed, 67 insertions(+), 5 deletions(-)
diff --git a/libraries/gis/pma_gis_multipolygon.php b/libraries/gis/pma_gis_multipolygon.php
index b5765ef..d04ccde 100644
--- a/libraries/gis/pma_gis_multipolygon.php
+++ b/libraries/gis/pma_gis_multipolygon.php
@@ -374,7 +374,7 @@ class PMA_GIS_Multipolygon extends PMA_GIS_Geometry
// Determines whether each line ring is an inner ring or an outer ring.
// If it's an inner ring get a point on the surface which can be used to
// correctly classify inner rings to their respective outer rings.
- require_once './libraries/gis/pma_gis_polygon.php';
+ include_once './libraries/gis/pma_gis_polygon.php';
foreach ($row_data['parts'] as $i => $ring) {
$row_data['parts'][$i]['isOuter'] = PMA_GIS_Polygon::isOuterRing($ring['points']);
}
@@ -382,7 +382,8 @@ class PMA_GIS_Multipolygon extends PMA_GIS_Geometry
// Find points on surface for inner rings
foreach ($row_data['parts'] as $i => $ring) {
if (! $ring['isOuter']) {
- $row_data['parts'][$i]['pointOnSurface'] = PMA_GIS_Polygon::getPointOnSurface($ring['points']);
+ $row_data['parts'][$i]['pointOnSurface']
+ = PMA_GIS_Polygon::getPointOnSurface($ring['points']);
}
}
@@ -391,8 +392,11 @@ class PMA_GIS_Multipolygon extends PMA_GIS_Geometry
if (! $ring1['isOuter']) {
foreach ($row_data['parts'] as $k => $ring2) {
if ($ring2['isOuter']) {
- // If the pointOnSurface of the inner ring is also inside the outer ring
- if (PMA_GIS_Polygon::isPointInsidePolygon($ring1['pointOnSurface'], $ring2['points'])) {
+ // If the pointOnSurface of the inner ring
+ // is also inside the outer ring
+ if (PMA_GIS_Polygon::isPointInsidePolygon(
+ $ring1['pointOnSurface'], $ring2['points']
+ )) {
if (! isset($ring2['inner'])) {
$row_data['parts'][$k]['inner'] = array();
}
@@ -410,7 +414,7 @@ class PMA_GIS_Multipolygon extends PMA_GIS_Geometry
$wkt .= '('; // start of polygon
$wkt .= '('; // start of outer ring
- foreach($ring['points'] as $point) {
+ foreach ($ring['points'] as $point) {
$wkt .= $point['x'] . ' ' . $point['y'] . ',';
}
$wkt = substr($wkt, 0, strlen($wkt) - 1);
diff --git a/test/classes/gis/PMA_GIS_Multipolygon_test.php b/test/classes/gis/PMA_GIS_Multipolygon_test.php
index 3281b4f..500cbae 100644
--- a/test/classes/gis/PMA_GIS_Multipolygon_test.php
+++ b/test/classes/gis/PMA_GIS_Multipolygon_test.php
@@ -168,5 +168,63 @@ class PMA_GIS_MultipolygonTest extends PMA_GIS_GeometryTest
)
);
}
+
+ /**
+ * test getShape method
+ *
+ * @param array $row_data array of GIS data
+ * @param string $shape expected shape in WKT
+ *
+ * @dataProvider providerForTestGetShape
+ * @return nothing
+ */
+ public function testGetShape($row_data, $shape)
+ {
+ $this->assertEquals($this->object->getShape($row_data), $shape);
+ }
+
+ /**
+ * data provider for testGetShape
+ *
+ * @return data for testGetShape
+ */
+ public function providerForTestGetShape()
+ {
+ return array(
+ array(
+ array(
+ 'parts' => array(
+ 0 => array(
+ 'points' => array(
+ 0 => array('x' => 10, 'y' => 10),
+ 1 => array('x' => 10, 'y' => 40),
+ 2 => array('x' => 50, 'y' => 40),
+ 3 => array('x' => 50, 'y' => 10),
+ 4 => array('x' => 10, 'y' => 10),
+ ),
+ ),
+ 1 => array(
+ 'points' => array(
+ 0 => array('x' => 60, 'y' => 40),
+ 1 => array('x' => 75, 'y' => 65),
+ 2 => array('x' => 90, 'y' => 40),
+ 3 => array('x' => 60, 'y' => 40),
+ ),
+ ),
+ 2 => array(
+ 'points' => array(
+ 0 => array('x' => 20, 'y' => 20),
+ 1 => array('x' => 40, 'y' => 20),
+ 2 => array('x' => 25, 'y' => 30),
+ 3 => array('x' => 20, 'y' => 20),
+ ),
+ ),
+ ),
+ ),
+ 'MULTIPOLYGON(((10 10,10 40,50 40,50 10,10 10),(20 20,40 20,25 30'
+ . ',20 20)),((60 40,75 65,90 40,60 40)))'
+ )
+ );
+ }
}
?>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16982-ga8be4eb
by Michal Čihař 23 Aug '11
by Michal Čihař 23 Aug '11
23 Aug '11
The branch, master has been updated
via a8be4eb8c7a55ba6d3731c6fc6f3b65609ddec3d (commit)
via b99420e2aef859ff4c266fa7b31b90d80edbd8e2 (commit)
from ebb47823a235c64c4f0200204cf5dfcb8b9f6604 (commit)
- Log -----------------------------------------------------------------
commit a8be4eb8c7a55ba6d3731c6fc6f3b65609ddec3d
Merge: b99420e ebb4782
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Aug 23 15:09:49 2011 +0200
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit b99420e2aef859ff4c266fa7b31b90d80edbd8e2
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Aug 23 15:02:18 2011 +0200
Remove some unused variables
-----------------------------------------------------------------------
Summary of changes:
libraries/schema/Pdf_Relation_Schema.class.php | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php
index aa08a6a..6108375 100644
--- a/libraries/schema/Pdf_Relation_Schema.class.php
+++ b/libraries/schema/Pdf_Relation_Schema.class.php
@@ -798,8 +798,6 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
/**
* Defines properties
*/
- private $_tables = array();
- private $_relations = array();
private $_ff = PMA_PDF_FONT;
private $_xMax = 0;
private $_yMax = 0;
@@ -823,7 +821,7 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
*/
function __construct()
{
- global $pdf,$db,$cfgRelation;
+ global $pdf, $db;
$this->setPageNumber($_POST['pdf_page_number']);
$this->setShowGrid(isset($_POST['show_grid']));
@@ -1115,7 +1113,7 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
*/
private function _showOutput($pageNumber)
{
- global $pdf, $db, $cfgRelation;
+ global $pdf, $cfgRelation;
// Get the name of this pdfpage to use as filename
$_name_sql = 'SELECT page_descr FROM '
@@ -1165,7 +1163,6 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
// 'L', 0, $pdf->PMA_links['doc'][$table][$field_name]
//);
}
- $lasttable = $table;
$i++;
}
$pdf->PMA_links['RT']['-'] = $pdf->AddLink();
@@ -1206,9 +1203,6 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
* Gets table informations
*/
$showtable = PMA_Table::sGetStatusInfo($db, $table);
- $num_rows = isset($showtable['Rows'])
- ? $showtable['Rows']
- : 0;
$show_comment = isset($showtable['Comment'])
? $showtable['Comment']
: '';
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16980-gebb4782
by Marc Delisle 23 Aug '11
by Marc Delisle 23 Aug '11
23 Aug '11
The branch, master has been updated
via ebb47823a235c64c4f0200204cf5dfcb8b9f6604 (commit)
via e10a42596109034a19901e37e188ed47c3b2abce (commit)
via 2b4acfa534835b7e41eaeb583c761c4312fd8488 (commit)
via f82ad2318cc90bcff6e3624af704a769738e3e99 (commit)
from dbb1b8a17ffd362339bb9697e7fb9def7df250d2 (commit)
- Log -----------------------------------------------------------------
commit ebb47823a235c64c4f0200204cf5dfcb8b9f6604
Merge: dbb1b8a e10a425
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue Aug 23 08:11:51 2011 -0400
Merge commit 'e10a42596109034a19901e37e188ed47c3b2abce'
commit e10a42596109034a19901e37e188ed47c3b2abce
Merge: 2b4acfa 56b8c5b
Author: Aris Feryanto <aris_feryanto(a)yahoo.com>
Date: Tue Aug 23 15:00:51 2011 +0800
Merge remote-tracking branch 'origin/master' into aris
commit 2b4acfa534835b7e41eaeb583c761c4312fd8488
Merge: f82ad23 af5c63a
Author: Aris Feryanto <aris_feryanto(a)yahoo.com>
Date: Tue Aug 23 02:26:57 2011 +0800
Merge remote-tracking branch 'origin/master' into aris
commit f82ad2318cc90bcff6e3624af704a769738e3e99
Author: Aris Feryanto <aris_feryanto(a)yahoo.com>
Date: Tue Aug 23 02:10:58 2011 +0800
Grid edit: fix bug - show NULL checkbox for normal grid-editable text
-----------------------------------------------------------------------
Summary of changes:
js/makegrid.js | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/js/makegrid.js b/js/makegrid.js
index e7f2d32..f559677 100644
--- a/js/makegrid.js
+++ b/js/makegrid.js
@@ -806,7 +806,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
$editArea.find('select').live('change', function(e) {
$(g.cEdit).find('.edit_box').val($(this).val());
})
- $editArea.show();
}
else if($td.is('.enum')) {
//handle enum fields
@@ -835,7 +834,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
$editArea.find('select').live('change', function(e) {
$(g.cEdit).find('.edit_box').val($(this).val());
})
- $editArea.show();
}
else if($td.is('.set')) {
//handle set fields
@@ -865,7 +863,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
$editArea.find('select').live('change', function(e) {
$(g.cEdit).find('.edit_box').val($(this).val());
})
- $editArea.show();
}
else if($td.is('.truncated, .transformed')) {
if ($td.is('.to_be_saved')) { // cell has been edited
@@ -929,7 +926,6 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
}) // end $.post()
}
g.isEditCellTextEditable = true;
- $editArea.show();
} else if ($td.is('.datefield, .datetimefield, .timestampfield')) {
var $input_field = $(g.cEdit).find('.edit_box');
@@ -962,9 +958,16 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
} else {
$input_field.val('');
}
- $editArea.show();
+ $editArea.append('<div class="cell_edit_hint">' + g.cellEditHint + '</div>');
} else {
g.isEditCellTextEditable = true;
+ // only append edit area hint if there is a null checkbox
+ if ($editArea.children().length > 0) {
+ $editArea.append('<div class="cell_edit_hint">' + g.cellEditHint + '</div>');
+ }
+ }
+ if ($editArea.children().length > 0) {
+ $editArea.show();
}
}
},
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16965-g41d061a
by Michal Čihař 23 Aug '11
by Michal Čihař 23 Aug '11
23 Aug '11
The branch, master has been updated
via 41d061ab0a627f6bdbff652c9db24cc5602f3b8c (commit)
via f4d2f96e71c5c71b4f68cb139647888985371e5b (commit)
via 6d28fe5faf02906f86b8b82f86283376858d7235 (commit)
via 0c55b9ef2a4ca5ff72c7ec821fa9cd240112a1d8 (commit)
via 318af17c653ae4401d3fd8555de55fd3a580bb1d (commit)
via 93ea6cd618f59e92ffc6866e4b2b35768ab362c2 (commit)
via 16332a1dd573a6c37adfa995450a1f397372b34a (commit)
via 0115ff0e71093234da8547bb8aa26116c53b6762 (commit)
via e24c45901afd26ea6ec50dad8151d1666f6769f8 (commit)
via 365f8c80a383f6a72b5c240c25e4e58d8899b542 (commit)
via 2fbd5e53074d80417bcfb3882ef9dc3530e34948 (commit)
via a49dabe0989d55a2d0addee91bddb3d0d99666f5 (commit)
via 695821f3d5acb1888f5a1eef3a0adaa374ea5e07 (commit)
via c6afe0501372daa83f8fe3781bc55f3a44c112be (commit)
via 24400a6f2745c4e9659901c4ce4fb12e0901fe57 (commit)
via 1a7c24f999e16c4e1433f18b63a4dd31ffccc7a2 (commit)
via 8567db0fd1fc4855082a98644ba1c6ef72d5bf1e (commit)
via 592da54ec19a81a857b78ce1828f7797b52f44a3 (commit)
from 1433b4c3319a58c05e46ed8aca851ef0f8b76266 (commit)
- Log -----------------------------------------------------------------
commit 41d061ab0a627f6bdbff652c9db24cc5602f3b8c
Merge: 1433b4c f4d2f96
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Aug 23 12:05:40 2011 +0200
Merge remote-tracking branch 'pootle/master'
commit f4d2f96e71c5c71b4f68cb139647888985371e5b
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 12:01:29 2011 +0200
Translation update done using Pootle.
commit 6d28fe5faf02906f86b8b82f86283376858d7235
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 12:01:05 2011 +0200
Translation update done using Pootle.
commit 0c55b9ef2a4ca5ff72c7ec821fa9cd240112a1d8
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 12:00:50 2011 +0200
Translation update done using Pootle.
commit 318af17c653ae4401d3fd8555de55fd3a580bb1d
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 12:00:41 2011 +0200
Translation update done using Pootle.
commit 93ea6cd618f59e92ffc6866e4b2b35768ab362c2
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:59:53 2011 +0200
Translation update done using Pootle.
commit 16332a1dd573a6c37adfa995450a1f397372b34a
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:51:26 2011 +0200
Translation update done using Pootle.
commit 0115ff0e71093234da8547bb8aa26116c53b6762
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:51:08 2011 +0200
Translation update done using Pootle.
commit e24c45901afd26ea6ec50dad8151d1666f6769f8
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:50:38 2011 +0200
Translation update done using Pootle.
commit 365f8c80a383f6a72b5c240c25e4e58d8899b542
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:49:25 2011 +0200
Translation update done using Pootle.
commit 2fbd5e53074d80417bcfb3882ef9dc3530e34948
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:47:08 2011 +0200
Translation update done using Pootle.
commit a49dabe0989d55a2d0addee91bddb3d0d99666f5
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:45:47 2011 +0200
Translation update done using Pootle.
commit 695821f3d5acb1888f5a1eef3a0adaa374ea5e07
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:41:57 2011 +0200
Translation update done using Pootle.
commit c6afe0501372daa83f8fe3781bc55f3a44c112be
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:40:21 2011 +0200
Translation update done using Pootle.
commit 24400a6f2745c4e9659901c4ce4fb12e0901fe57
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:38:02 2011 +0200
Translation update done using Pootle.
commit 1a7c24f999e16c4e1433f18b63a4dd31ffccc7a2
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:32:16 2011 +0200
Translation update done using Pootle.
commit 8567db0fd1fc4855082a98644ba1c6ef72d5bf1e
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:31:08 2011 +0200
Translation update done using Pootle.
commit 592da54ec19a81a857b78ce1828f7797b52f44a3
Author: Yuichiro <yuichiro(a)pop07.odn.ne.jp>
Date: Tue Aug 23 11:30:45 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/ja.po | 40 ++++++++++++++++++----------------------
1 files changed, 18 insertions(+), 22 deletions(-)
diff --git a/po/ja.po b/po/ja.po
index b4c9511..45c3ea9 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-08-23 11:03+0200\n"
-"PO-Revision-Date: 2011-08-22 12:15+0200\n"
+"PO-Revision-Date: 2011-08-23 12:01+0200\n"
"Last-Translator: Yuichiro <yuichiro(a)pop07.odn.ne.jp>\n"
"Language-Team: japanese <jp(a)li.org>\n"
"Language: ja\n"
@@ -868,24 +868,23 @@ msgstr "空間データ"
#: gis_data_editor.php:172 gis_data_editor.php:194 gis_data_editor.php:240
#: gis_data_editor.php:290 js/messages.php:288
msgid "Point"
-msgstr ""
+msgstr "座標"
#: gis_data_editor.php:173 gis_data_editor.php:195 gis_data_editor.php:241
#: gis_data_editor.php:291 js/messages.php:286
msgid "X"
-msgstr ""
+msgstr "X"
#: gis_data_editor.php:175 gis_data_editor.php:197 gis_data_editor.php:243
#: gis_data_editor.php:293 js/messages.php:287
msgid "Y"
-msgstr ""
+msgstr "Y"
#: gis_data_editor.php:202 gis_data_editor.php:246 gis_data_editor.php:296
#: js/messages.php:294
-#, fuzzy
#| msgid "Add routine"
msgid "Add a point"
-msgstr "ルーチンを追加する"
+msgstr "座標を追加する"
#: gis_data_editor.php:218 js/messages.php:289
#, fuzzy
@@ -1766,19 +1765,19 @@ msgstr "検索"
#: js/messages.php:264
msgid "Each point represents a data row."
-msgstr ""
+msgstr "プロット点は、それぞれの行のデータを表します。"
#: js/messages.php:266
msgid "Hovering over a point will show its label."
-msgstr ""
+msgstr "プロット点にマウスカーソルを重ねると、そのラベルが表示されます。"
#: js/messages.php:268
msgid "Use mousewheel to zoom in or out of the plot."
-msgstr ""
+msgstr "マウスホイールでズームの調整ができます。"
#: js/messages.php:270
msgid "Click and drag the mouse to navigate the plot."
-msgstr ""
+msgstr "ドラッグすることでプロットのスクロールが行えます。"
#: js/messages.php:272
msgid "Click reset zoom link to come back to original state."
@@ -1786,25 +1785,24 @@ msgstr ""
#: js/messages.php:274
msgid "Click a data point to view and possibly edit the data row."
-msgstr ""
+msgstr "プロット点をクリックすることで、行のデータの閲覧と編集が可能です。"
#: js/messages.php:276
msgid "The plot can be resized by dragging it along the bottom right corner."
-msgstr ""
+msgstr "グラフの右下をドラッグすることで、大きさの調整が行えます。"
#: js/messages.php:278
msgid "Strings are converted into integer for plotting"
-msgstr ""
+msgstr "文字列データは、数値に変換されてからプロットされます。"
#: js/messages.php:280
-#, fuzzy
#| msgid "Add/Delete columns"
msgid "Select two columns"
-msgstr "カラムを追加・削除する"
+msgstr "カラムを 2 つ選択してください"
#: js/messages.php:281
msgid "Select two different columns"
-msgstr ""
+msgstr "異なるカラムを 2 つ選択してください"
#: js/messages.php:284 tbl_change.php:316 tbl_indexes.php:211
#: tbl_indexes.php:238
@@ -8023,10 +8021,9 @@ msgid "Table Search"
msgstr "テーブル検索"
#: libraries/tbl_select.lib.php:208 tbl_change.php:993
-#, fuzzy
#| msgid "Insert"
msgid "Edit/Insert"
-msgstr "挿入"
+msgstr "編集/挿入"
#: libraries/transformations/application_octetstream__download.inc.php:10
msgid ""
@@ -11275,7 +11272,7 @@ msgstr "行のサイズ "
#: tbl_printview.php:388 tbl_structure.php:900
msgid "Next autoindex"
-msgstr ""
+msgstr "次の自動付番"
#: tbl_relation.php:276
#, php-format
@@ -11301,7 +11298,7 @@ msgstr "外部キー制約"
#: tbl_select.php:92
msgid "Do a \"query by example\" (wildcard: \"%\")"
-msgstr "\"query by example\"を実行 (ワイルドカード: \"%\")"
+msgstr "定型問い合わせ (ワイルドカード: \"%\")"
#: tbl_select.php:186
msgid "Select columns (at least one):"
@@ -11569,10 +11566,9 @@ msgid "Create version"
msgstr "バージョンを作成"
#: tbl_zoom_select.php:141
-#, fuzzy
#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
-msgstr "\"query by example\"を実行 (ワイルドカード: \"%\")"
+msgstr "異なる 2 つのカラムによる定型問い合わせ (ワイルドカード: \"%\")"
#: tbl_zoom_select.php:152
msgid "Additional search criteria"
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16947-g1433b4c
by Michal Čihař 23 Aug '11
by Michal Čihař 23 Aug '11
23 Aug '11
The branch, master has been updated
via 1433b4c3319a58c05e46ed8aca851ef0f8b76266 (commit)
from 67ebda8d6c311251e12e4c28649f8ee0324286b4 (commit)
- Log -----------------------------------------------------------------
commit 1433b4c3319a58c05e46ed8aca851ef0f8b76266
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Aug 23 11:59:43 2011 +0200
Fixed and simplified type detection on editing
Fixes bug#3392824 and cleans up the code.
-----------------------------------------------------------------------
Summary of changes:
libraries/tbl_properties.inc.php | 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php
index 3a4bf96..cdc2c55 100644
--- a/libraries/tbl_properties.inc.php
+++ b/libraries/tbl_properties.inc.php
@@ -289,21 +289,10 @@ for ($i = 0; $i < $num_fields; $i++) {
// creating a column
$row['Type'] = '';
$type = '';
+ $length = '';
} else {
- $type = $row['Type'];
- }
-
- if (! empty($row['Type'])) {
$type = $extracted_fieldspec['type'];
- if ('set' == $extracted_fieldspec['type'] || 'enum' == $extracted_fieldspec['type']) {
- $length = $extracted_fieldspec['spec_in_brackets'];
- } else {
- $type = $extracted_fieldspec['print_type'];
- $length = $extracted_fieldspec['spec_in_brackets'];
- } // end if else
- } else {
- // creating a column
- $length = '';
+ $length = $extracted_fieldspec['spec_in_brackets'];
}
// some types, for example longtext, are reported as
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16946-g67ebda8
by Michal Čihař 23 Aug '11
by Michal Čihař 23 Aug '11
23 Aug '11
The branch, master has been updated
via 67ebda8d6c311251e12e4c28649f8ee0324286b4 (commit)
from 6400d00580494586dd92ee10a5716e2a918cf0cd (commit)
- Log -----------------------------------------------------------------
commit 67ebda8d6c311251e12e4c28649f8ee0324286b4
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Aug 23 11:04:07 2011 +0200
Update po files
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 10 +++-------
po/ar.po | 10 +++-------
po/az.po | 10 +++-------
po/be.po | 10 +++-------
po/be(a)latin.po | 10 +++-------
po/bg.po | 10 +++-------
po/bn.po | 10 +++-------
po/br.po | 15 +++++++--------
po/bs.po | 10 +++-------
po/ca.po | 10 +++-------
po/cs.po | 46 ++++++++++------------------------------------
po/cy.po | 10 +++-------
po/da.po | 15 +++++++--------
po/de.po | 19 +++++++++----------
po/el.po | 13 ++++++-------
po/en_GB.po | 15 +++++++--------
po/es.po | 15 +++++++--------
po/et.po | 10 +++-------
po/eu.po | 10 +++-------
po/fa.po | 10 +++-------
po/fi.po | 10 +++-------
po/fr.po | 10 +++-------
po/gl.po | 10 +++-------
po/he.po | 10 +++-------
po/hi.po | 10 +++-------
po/hr.po | 10 +++-------
po/hu.po | 10 +++-------
po/id.po | 10 +++-------
po/it.po | 10 +++-------
po/ja.po | 10 +++-------
po/ka.po | 10 +++-------
po/ko.po | 10 +++-------
po/lt.po | 10 +++-------
po/lv.po | 10 +++-------
po/mk.po | 10 +++-------
po/ml.po | 10 +++-------
po/mn.po | 10 +++-------
po/ms.po | 10 +++-------
po/nb.po | 10 +++-------
po/nl.po | 10 +++-------
po/phpmyadmin.pot | 10 +++-------
po/pl.po | 10 +++-------
po/pt.po | 10 +++-------
po/pt_BR.po | 10 +++-------
po/ro.po | 10 +++-------
po/ru.po | 10 +++-------
po/si.po | 10 +++-------
po/sk.po | 10 +++-------
po/sl.po | 15 +++++++--------
po/sq.po | 10 +++-------
po/sr.po | 10 +++-------
po/sr(a)latin.po | 10 +++-------
po/sv.po | 10 +++-------
po/ta.po | 16 +++++++---------
po/te.po | 10 +++-------
po/th.po | 10 +++-------
po/tr.po | 15 +++++++--------
po/tt.po | 10 +++-------
po/ug.po | 10 +++-------
po/uk.po | 10 +++-------
po/ur.po | 10 +++-------
po/uz.po | 10 +++-------
po/uz(a)latin.po | 10 +++-------
po/zh_CN.po | 10 +++-------
po/zh_TW.po | 10 +++-------
65 files changed, 239 insertions(+), 495 deletions(-)
diff --git a/po/af.po b/po/af.po
index 0e6960a..89ed0d9 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -926,8 +926,8 @@ msgstr "Voeg 'n nuwe veld by"
msgid "Linestring"
msgstr "Lyne beeindig deur"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1869,10 +1869,6 @@ msgstr "Ignoreer"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
msgid "Add columns"
diff --git a/po/ar.po b/po/ar.po
index a7f74e8..7930cbd 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-07 03:51+0200\n"
"Last-Translator: Abdullah Al-Saedi <abdullah.10(a)windowslive.com>\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -905,8 +905,8 @@ msgstr "إضافة حقل جديد"
msgid "Linestring"
msgstr "أسطر تنتهي بـ"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1826,10 +1826,6 @@ msgstr "تجاهل"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add into comments"
diff --git a/po/az.po b/po/az.po
index e417033..18dcd8d 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -931,8 +931,8 @@ msgstr "Yeni sahe elave et"
msgid "Linestring"
msgstr "Setir leğvedicisi (Lines terminated by)"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1893,10 +1893,6 @@ msgstr "Diqqete Alma"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
msgid "Add columns"
diff --git a/po/be.po b/po/be.po
index 12ab8ae..ed3ef15 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be(a)li.org>\n"
@@ -937,8 +937,8 @@ msgstr "Дадаць новае поле"
msgid "Linestring"
msgstr "Радкі падзеленыя"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1931,10 +1931,6 @@ msgstr "Ігнараваць"
msgid "Copy"
msgstr "Скапіяваць"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 7f5d899..7da1e36 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -934,8 +934,8 @@ msgstr "Dadać novaje pole"
msgid "Linestring"
msgstr "Radki padzielenyja"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1939,10 +1939,6 @@ msgstr "Ignaravać"
msgid "Copy"
msgstr "Skapijavać"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/bg.po b/po/bg.po
index 35ab880..477ebcf 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-18 14:54+0200\n"
"Last-Translator: <stoyanster(a)gmail.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -897,8 +897,8 @@ msgstr "Нова процедура"
msgid "Linestring"
msgstr "Редовете завършват с"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1843,10 +1843,6 @@ msgstr "Игнориране"
msgid "Copy"
msgstr "Копиране"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/bn.po b/po/bn.po
index feb91de..d014347 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
"Last-Translator: Nobin নবীন <nobin(a)cyberbogra.com>\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -929,8 +929,8 @@ msgstr "%s ক্ষেত্রসমূহ যোগ কর"
msgid "Linestring"
msgstr "Lines terminated by"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1915,10 +1915,6 @@ msgstr "Ignore"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/br.po b/po/br.po
index c2b60b9..3a09a07 100644
--- a/po/br.po
+++ b/po/br.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-22 20:10+0200\n"
"Last-Translator: Fulup <fulup.jakez(a)ofis-bzh.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -896,9 +896,9 @@ msgstr "Ouzhpennañ ur poent"
msgid "Linestring"
msgstr "Aradennad linennoù"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
-msgstr "Kelc'h diavaez :"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
+msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
msgid "Inner Ring"
@@ -1805,10 +1805,6 @@ msgstr "Na ober van"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add/Delete columns"
@@ -12182,6 +12178,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#~ msgid "Outer Ring:"
+#~ msgstr "Kelc'h diavaez :"
+
#, fuzzy
#~ msgid "% open files"
#~ msgstr "N'eus ket bet gallet digeriñ ar restr : %s"
diff --git a/po/bs.po b/po/bs.po
index 6aa3a4a..39751ea 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -931,8 +931,8 @@ msgstr "Dodaj novo polje"
msgid "Linestring"
msgstr "Linije se završavaju sa"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1888,10 +1888,6 @@ msgstr "Ignoriši"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
msgid "Add columns"
diff --git a/po/ca.po b/po/ca.po
index 648e1eb..12c1c06 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-02-23 09:57+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -907,8 +907,8 @@ msgstr "Afegir índex"
msgid "Linestring"
msgstr "Línies acabades amb"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1885,10 +1885,6 @@ msgstr "Ignora"
msgid "Copy"
msgstr "Còpia"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/cs.po b/po/cs.po
index 9f0a9cb..a08848b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-23 11:01+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -856,7 +856,6 @@ msgstr "Výpis byl uložen do souboru %s."
#: gis_data_editor.php:84
#, php-format
-#| msgid "Values for the column \"%s\""
msgid "Value for the column \"%s\""
msgstr "Hodnota pro sloupec „%s“"
@@ -890,7 +889,6 @@ msgstr "Y"
#: gis_data_editor.php:202 gis_data_editor.php:246 gis_data_editor.php:296
#: js/messages.php:294
-#| msgid "Add routine"
msgid "Add a point"
msgstr "Přidat bod"
@@ -900,9 +898,9 @@ msgstr "Přidat bod"
msgid "Linestring"
msgstr "Řádky ukončené"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
-msgstr "Vnější obrys:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
+msgstr "Vnější obrys"
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
msgid "Inner Ring"
@@ -925,12 +923,10 @@ msgid "Polygon"
msgstr "Polygon"
#: gis_data_editor.php:300 js/messages.php:296
-#| msgid "Add column"
msgid "Add a polygon"
msgstr "Přidat polygon"
#: gis_data_editor.php:304
-#| msgid "Geometry"
msgid "Add geometry"
msgstr "Přidat geometrii"
@@ -1214,7 +1210,6 @@ msgid "Query statistics"
msgstr "Statistika dotazů"
#: js/messages.php:93
-#| msgid "Local monitor configuration icompatible"
msgid "Local monitor configuration incompatible"
msgstr "Vaše nastavení monitoru není kompatibilní"
@@ -1500,7 +1495,6 @@ msgstr ""
#. l10n: A collection of available filters
#: js/messages.php:173
-#| msgid "Tables display options"
msgid "Log table filter options"
msgstr "Nastavení filtrování logovacích tabulek"
@@ -1780,7 +1774,6 @@ msgid "Strings are converted into integer for plotting"
msgstr ""
#: js/messages.php:280
-#| msgid "Add/Delete columns"
msgid "Select two columns"
msgstr "Zvolte dva sloupce"
@@ -1797,10 +1790,6 @@ msgstr "Ignorovat"
msgid "Copy"
msgstr "Kopírovat"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr "Vnější obrys"
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Přidat sloupce"
@@ -1872,7 +1861,6 @@ msgstr ""
"Většinu sloupců můžete také přímo upravit<br />kliknutím na jejich obsah."
#: js/messages.php:321
-#| msgid "Go to view"
msgid "Go to link"
msgstr "Přejít na odkaz"
@@ -2379,8 +2367,8 @@ msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
-"Selhalo vyčištění tabulky s nastavením procházení (viz "
-"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)"
+"Selhalo vyčištění tabulky s nastavením procházení (viz $cfg['Servers'][$i]"
+"['MaxTableUiprefs'] %s)"
#: libraries/Theme.class.php:145
#, php-format
@@ -4557,7 +4545,6 @@ msgid ""
msgstr ""
#: libraries/config/messages.inc.php:399
-#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of records saved in \"table_uiprefs\" table"
msgstr "Nejvyšší počet záznamů uložený v tabulkce „table_uiprefs“"
@@ -6686,7 +6673,6 @@ msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr ""
#: libraries/import/shp.php:371
-#| msgid "This page does not contain any tables!"
msgid "The imported file does not contain any data"
msgstr "Nahraný soubor neobsahuje žádná data!"
@@ -8004,12 +7990,10 @@ msgid "Operator"
msgstr "Operátor"
#: libraries/tbl_select.lib.php:131
-#| msgid "Search"
msgid "Table Search"
msgstr "Vyhledávání v tabulce"
#: libraries/tbl_select.lib.php:208 tbl_change.php:993
-#| msgid "Insert"
msgid "Edit/Insert"
msgstr "Upravit/Vložit"
@@ -9552,8 +9536,7 @@ msgid ""
"The number of connections that were aborted because the client died without "
"closing the connection properly."
msgstr ""
-"Počet spojení, která byla ukončena bez korektního ukončení ze strany "
-"klienta."
+"Počet spojení, která byla ukončena bez korektního ukončení ze strany klienta."
#: server_status.php:1250
msgid "The number of failed attempts to connect to the MySQL server."
@@ -10260,7 +10243,6 @@ msgid ""
msgstr ""
#: server_status.php:1568
-#| msgid "Pause monitor"
msgid "Using the monitor:"
msgstr "Používání monitoru:"
@@ -10293,7 +10275,6 @@ msgid ""
msgstr ""
#: server_status.php:1593
-#| msgid "Remove chart"
msgid "Preset chart"
msgstr "Předdefinované grafy"
@@ -11510,13 +11491,11 @@ msgid "Create version"
msgstr "Vytvořit verzi"
#: tbl_zoom_select.php:141
-#| msgid "Do a \"query by example\" (wildcard: \"%\")"
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr ""
"Provést „dotaz podle příkladu“ (zástupný znak: „%“) pro dva různé sloupce"
#: tbl_zoom_select.php:152
-#| msgid "Hide search criteria"
msgid "Additional search criteria"
msgstr "Další parametr vyhledávání"
@@ -11537,7 +11516,6 @@ msgid "Browse/Edit the points"
msgstr "Projít/Upravit body"
#: tbl_zoom_select.php:397
-#| msgid "Control user"
msgid "How to use"
msgstr "Návod k použití"
@@ -11599,7 +11577,6 @@ msgid "The uptime is only %s"
msgstr "Server běží jen %s"
#: po/advisory_rules.php:10
-#| msgid "Questions"
msgid "Questions below 1,000"
msgstr "Méně než 1000 dotazů"
@@ -11617,12 +11594,10 @@ msgstr ""
#: po/advisory_rules.php:13
#, php-format
-#| msgid "Current connection"
msgid "Current amount of Questions: %s"
msgstr "Aktuální počet dotazů: %s"
#: po/advisory_rules.php:15
-#| msgid "Show SQL queries"
msgid "Percentage of slow queries"
msgstr "Procento pomalých dotazů"
@@ -11723,7 +11698,6 @@ msgstr ""
#: po/advisory_rules.php:38 po/advisory_rules.php:43 po/advisory_rules.php:48
#, php-format
-#| msgid "Create version"
msgid "Current version: %s"
msgstr "Aktuální verze: %s"
@@ -11754,7 +11728,6 @@ msgid "You should upgrade, to a stable version of MySQL 5.5"
msgstr "Měli byste aktualizovat %s na verzi %s nebo vyšší."
#: po/advisory_rules.php:50 po/advisory_rules.php:55
-#| msgid "Description"
msgid "Distribution"
msgstr "Distribuce"
@@ -11788,7 +11761,6 @@ msgid "'percona' found in version_comment"
msgstr ""
#: po/advisory_rules.php:60
-#| msgid "MySQL charset"
msgid "MySQL Architecture"
msgstr "Architektura MySQL"
@@ -11809,7 +11781,6 @@ msgid "Available memory on this host: %s"
msgstr ""
#: po/advisory_rules.php:65
-#| msgid "Query cache"
msgid "Query cache disabled"
msgstr "Vyrovnávací paměť dotazů je vypnutá"
@@ -12706,6 +12677,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#~ msgid "Outer Ring:"
+#~ msgstr "Vnější obrys:"
+
#~ msgid "Filters"
#~ msgstr "Filtry"
diff --git a/po/cy.po b/po/cy.po
index fee281a..a707ce5 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-05-19 21:21+0200\n"
"Last-Translator: <ardavies(a)tiscali.co.uk>\n"
"Language-Team: Welsh <cy(a)li.org>\n"
@@ -906,8 +906,8 @@ msgstr "Rheolweithiau"
msgid "Linestring"
msgstr "Terfynwyd llinellau gan"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1907,10 +1907,6 @@ msgstr "Anwybyddu"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s column(s)"
diff --git a/po/da.po b/po/da.po
index 11ba757..d3c152f 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-20 19:20+0200\n"
"Last-Translator: Jørgen Thomsen <opensource(a)jth.net>\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -890,9 +890,9 @@ msgstr "Tilføj et punkt"
msgid "Linestring"
msgstr "Linjestreng"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
-msgstr "Ydre ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
+msgstr "Ydre ring"
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
msgid "Inner Ring"
@@ -1805,10 +1805,6 @@ msgstr "Ignorer"
msgid "Copy"
msgstr "Kopi"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr "Ydre ring"
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Tilføj kolonner"
@@ -12803,6 +12799,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#~ msgid "Outer Ring:"
+#~ msgstr "Ydre ring:"
+
#~ msgid "Filters"
#~ msgstr "Filtre"
diff --git a/po/de.po b/po/de.po
index 16fb377..e195c1e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-18 18:36+0200\n"
"Last-Translator: Sven Strickroth <email(a)cs-ware.de>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -898,11 +898,9 @@ msgstr "Punkt hinzufügen"
msgid "Linestring"
msgstr "Linestring"
-# ist hiermit der Umkreis gemeint? http://de.wikipedia.org/wiki/Umkreis
-#: gis_data_editor.php:221 gis_data_editor.php:275
-#, fuzzy
-msgid "Outer Ring:"
-msgstr "Außenring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
+msgstr "Aussenring"
# Ist hiermit der Inkreis gemeint? http://de.wikipedia.org/wiki/Inkreis
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1834,10 +1832,6 @@ msgstr "Ignorieren"
msgid "Copy"
msgstr "Kopieren"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr "Aussenring"
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Spalten hinzufügen"
@@ -13000,6 +12994,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+# ist hiermit der Umkreis gemeint? http://de.wikipedia.org/wiki/Umkreis
+#, fuzzy
+#~ msgid "Outer Ring:"
+#~ msgstr "Außenring:"
+
#~ msgid "Filters"
#~ msgstr "Filter"
diff --git a/po/el.po b/po/el.po
index 4cf68d1..d324493 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-23 08:34+0200\n"
"Last-Translator: Panagiotis Papazoglou <papaz_p(a)yahoo.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -893,8 +893,8 @@ msgstr "Προσθήκη σημείου"
msgid "Linestring"
msgstr "Κείμενο γραμμής"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr "Εξωτερικός δακτύλιος"
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1811,10 +1811,6 @@ msgstr "Παράληψη"
msgid "Copy"
msgstr "Αντιγραφή"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr "Εξωτερικός δακτύλιος"
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Προσθήκη στηλών"
@@ -13081,6 +13077,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#~ msgid "Outer Ring:"
+#~ msgstr "Εξωτερικός δακτύλιος"
+
#~ msgid "Filters"
#~ msgstr "Φίλτρα"
diff --git a/po/en_GB.po b/po/en_GB.po
index 8a50c11..451d18c 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-18 22:40+0200\n"
"Last-Translator: Robert Readman <robert_readman(a)hotmail.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -891,9 +891,9 @@ msgstr "Add a point"
msgid "Linestring"
msgstr "Linestring"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
-msgstr "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
+msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
msgid "Inner Ring"
@@ -1806,10 +1806,6 @@ msgstr "Ignore"
msgid "Copy"
msgstr "Copy"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Add columns"
@@ -12844,6 +12840,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#~ msgid "Outer Ring:"
+#~ msgstr "Outer Ring:"
+
#~ msgid "Filters"
#~ msgstr "Filters"
diff --git a/po/es.po b/po/es.po
index 574bb31..5d4a2db 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-22 22:01+0200\n"
"Last-Translator: Matías Bellone <matiasbellone(a)gmail.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
@@ -897,9 +897,9 @@ msgstr "Agregar un punto"
msgid "Linestring"
msgstr "Cadena de líneas"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
-msgstr "Círculo exterior:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
+msgstr "Círculo exterior"
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
msgid "Inner Ring"
@@ -1814,10 +1814,6 @@ msgstr "Ignorar"
msgid "Copy"
msgstr "Copiar"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr "Círculo exterior"
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Agregar columnas"
@@ -13147,6 +13143,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "«concurrent_insert» está definido como 0"
+#~ msgid "Outer Ring:"
+#~ msgstr "Círculo exterior:"
+
#~ msgid "Filters"
#~ msgstr "Filtros"
diff --git a/po/et.po b/po/et.po
index e652725..6d8f535 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
@@ -931,8 +931,8 @@ msgstr "Lisa uus väli"
msgid "Linestring"
msgstr "Read lõpetatud"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1919,10 +1919,6 @@ msgstr "Ignoreeri"
msgid "Copy"
msgstr "Kopeeri"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/eu.po b/po/eu.po
index 2a03550..5e4b29d 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-07-21 14:53+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -932,8 +932,8 @@ msgstr "Gehitu %s zutabe"
msgid "Linestring"
msgstr "Honetan bukatutako lerroak: "
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1893,10 +1893,6 @@ msgstr "Ezikusi"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/fa.po b/po/fa.po
index ece746a..664eb2a 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007(a)yahoo.com>\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -905,8 +905,8 @@ msgstr "افزودن ستون جديد"
msgid "Linestring"
msgstr "خطوط منتهي به"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1853,10 +1853,6 @@ msgstr "Ignore"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
msgid "Add columns"
diff --git a/po/fi.po b/po/fi.po
index 3fd8096..7b19bd5 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-11-26 21:29+0200\n"
"Last-Translator: <asdfsdf(a)asdfasdfasdf.com>\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -908,8 +908,8 @@ msgstr "Käytä indeksiä/indeksejä"
msgid "Linestring"
msgstr "Rivien erotinmerkki"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1879,10 +1879,6 @@ msgstr "Älä huomioi"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column(s)"
diff --git a/po/fr.po b/po/fr.po
index c6a41cf..58863ed 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-04 21:49+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -901,8 +901,8 @@ msgstr "Ajouter une procédure"
msgid "Linestring"
msgstr "Lignes terminées par"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1833,10 +1833,6 @@ msgstr "Ignorer"
msgid "Copy"
msgstr "Copier"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Ajouter des colonnes"
diff --git a/po/gl.po b/po/gl.po
index b97cc37..d1064ec 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-07-21 14:50+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: galician <gl(a)li.org>\n"
@@ -931,8 +931,8 @@ msgstr "Aplicar índice(s)"
msgid "Linestring"
msgstr "As liñas rematan por"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1943,10 +1943,6 @@ msgstr "Ignorar"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column(s)"
diff --git a/po/he.po b/po/he.po
index 09cae2b..2b11c01 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-03-02 20:17+0200\n"
"Last-Translator: <zippoxer(a)gmail.com>\n"
"Language-Team: hebrew <he(a)li.org>\n"
@@ -922,8 +922,8 @@ msgstr "הוספת שדה חדש"
msgid "Linestring"
msgstr "שורות מסתיימות ע\"י"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1889,10 +1889,6 @@ msgstr "התעלמות"
msgid "Copy"
msgstr "העתקה"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/hi.po b/po/hi.po
index 4d78863..2104d42 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-07-24 19:04+0200\n"
"Last-Translator: <deadefy(a)nepalimail.com>\n"
"Language-Team: hindi <hi(a)li.org>\n"
@@ -894,8 +894,8 @@ msgstr "अनुक्रमणिका जोड़"
msgid "Linestring"
msgstr "लाईन समाप्त होता है"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1862,10 +1862,6 @@ msgstr "ध्यान न देना"
msgid "Copy"
msgstr "अनुकृति"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/hr.po b/po/hr.po
index a4d128a..b7c3334e 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-07-21 14:54+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: croatian <hr(a)li.org>\n"
@@ -936,8 +936,8 @@ msgstr "Dodaj %s polja"
msgid "Linestring"
msgstr "Redovi završeni s"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1931,10 +1931,6 @@ msgstr "Ignoriraj"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/hu.po b/po/hu.po
index 100d51e..766fe51 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-05-27 18:52+0200\n"
"Last-Translator: <slygyor(a)gmail.com>\n"
"Language-Team: hungarian <hu(a)li.org>\n"
@@ -903,8 +903,8 @@ msgstr "Index hozzáadása"
msgid "Linestring"
msgstr "Sorok vége"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1877,10 +1877,6 @@ msgstr "Kihagyás"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/id.po b/po/id.po
index 55ec779..6b703b5 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-06-18 11:34+0200\n"
"Last-Translator: <udin.mx(a)gmail.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
@@ -903,8 +903,8 @@ msgstr "Tambah kolom"
msgid "Linestring"
msgstr "Garis diputuskan oleh"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1859,10 +1859,6 @@ msgstr "Abaikan"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/it.po b/po/it.po
index be69f50..7d9e96c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-07-22 19:13+0200\n"
"Last-Translator: Rouslan Placella <rouslan(a)placella.com>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -900,8 +900,8 @@ msgstr "Aggiungi una routine"
msgid "Linestring"
msgstr "Linee terminate da"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1871,10 +1871,6 @@ msgstr "Ignora"
msgid "Copy"
msgstr "Copia"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/ja.po b/po/ja.po
index 9170d6e..b4c9511 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-22 12:15+0200\n"
"Last-Translator: Yuichiro <yuichiro(a)pop07.odn.ne.jp>\n"
"Language-Team: japanese <jp(a)li.org>\n"
@@ -893,8 +893,8 @@ msgstr "ルーチンを追加する"
msgid "Linestring"
msgstr "行の終端記号"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1815,10 +1815,6 @@ msgstr "無視"
msgid "Copy"
msgstr "コピー"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
msgid "Add columns"
msgstr "カラムを追加する"
diff --git a/po/ka.po b/po/ka.po
index cc2c6b4..a6fb5d7 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka(a)li.org>\n"
@@ -934,8 +934,8 @@ msgstr "ახალი ველის დამატება"
msgid "Linestring"
msgstr "Lines terminated by"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1940,10 +1940,6 @@ msgstr "იგნორირება"
msgid "Copy"
msgstr "ასლი"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/ko.po b/po/ko.po
index 0f4c7d5..811aba0 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-05 14:17+0200\n"
"Last-Translator: Chung-Ook Lee <hantip(a)gmail.com>\n"
"Language-Team: korean <ko(a)li.org>\n"
@@ -913,8 +913,8 @@ msgstr "필드 추가하기"
msgid "Linestring"
msgstr "줄(열) 구분자"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1882,10 +1882,6 @@ msgstr "Ignore"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
msgid "Add columns"
diff --git a/po/lt.po b/po/lt.po
index f846b45..b49a655 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-08 18:05+0200\n"
"Last-Translator: Kęstutis <forkik(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -901,8 +901,8 @@ msgstr "Pridėti apribojimą"
msgid "Linestring"
msgstr "Eilutės baigiasi"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1824,10 +1824,6 @@ msgstr "Ignoruoti"
msgid "Copy"
msgstr "Kopijuoti"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
msgid "Add columns"
msgstr "Pridėti stulpelį(-ius)"
diff --git a/po/lv.po b/po/lv.po
index df3bbfb..dd25d30 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv(a)li.org>\n"
@@ -928,8 +928,8 @@ msgstr "Pievienot jaunu lauku"
msgid "Linestring"
msgstr "Rindas atdalītas ar"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1896,10 +1896,6 @@ msgstr "Ignorēt"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/mk.po b/po/mk.po
index 9a0375c..3875cc9 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-05-19 17:04+0200\n"
"Last-Translator: <sjanevski(a)gmail.com>\n"
"Language-Team: macedonian_cyrillic <mk(a)li.org>\n"
@@ -922,8 +922,8 @@ msgstr "Додади ново поле"
msgid "Linestring"
msgstr "Линиите се завршуваат со"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1893,10 +1893,6 @@ msgstr "Игнорирај"
msgid "Copy"
msgstr "Копирај"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/ml.po b/po/ml.po
index 55c55a2..f067c94 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-02-10 14:03+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: Malayalam <ml(a)li.org>\n"
@@ -882,8 +882,8 @@ msgstr ""
msgid "Linestring"
msgstr ""
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1745,10 +1745,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
msgid "Add columns"
msgstr ""
diff --git a/po/mn.po b/po/mn.po
index 94cb0f1..b59b68b 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn(a)li.org>\n"
@@ -921,8 +921,8 @@ msgstr "Шинэ талбар нэмэх"
msgid "Linestring"
msgstr "Шугамыг төгсгөгч"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1907,10 +1907,6 @@ msgstr "Үл тоох"
msgid "Copy"
msgstr "Хуулах"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/ms.po b/po/ms.po
index f18469c..c6e78d4 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms(a)li.org>\n"
@@ -926,8 +926,8 @@ msgstr "Tambah medan baru"
msgid "Linestring"
msgstr "Baris ditamatkan oleh"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1877,10 +1877,6 @@ msgstr "Abai"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
msgid "Add columns"
diff --git a/po/nb.po b/po/nb.po
index 1b352b2..febc60a 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-03-07 11:21+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -905,8 +905,8 @@ msgstr "Utfør indeks(er)"
msgid "Linestring"
msgstr "Linker avsluttet med"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1881,10 +1881,6 @@ msgstr "Ignorer"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/nl.po b/po/nl.po
index 4de89f3..93ba7d2 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-06-04 15:19+0200\n"
"Last-Translator: Dieter Adriaenssens <ruleant(a)users.sourceforge.net>\n"
"Language-Team: dutch <nl(a)li.org>\n"
@@ -902,8 +902,8 @@ msgstr "Voeg index toe"
msgid "Linestring"
msgstr "Regels beëindigd door"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1868,10 +1868,6 @@ msgstr "Negeer"
msgid "Copy"
msgstr "Kopiëren"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 90787ae..7288f68 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -885,8 +885,8 @@ msgstr ""
msgid "Linestring"
msgstr ""
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1748,10 +1748,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
msgid "Add columns"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 3b7ac72..a03e5f0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-02-24 16:21+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: polish <pl(a)li.org>\n"
@@ -913,8 +913,8 @@ msgstr "Dołącz indeks(y)"
msgid "Linestring"
msgstr "Linie zakończone przez"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1899,10 +1899,6 @@ msgstr "Ignoruj"
msgid "Copy"
msgstr "Kopiuj"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/pt.po b/po/pt.po
index 97b7c8d..637e549 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-08-13 19:21+0200\n"
"Last-Translator: <ldplopes(a)hotmail.com>\n"
"Language-Team: portuguese <pt(a)li.org>\n"
@@ -903,8 +903,8 @@ msgstr "Adiciona novo campo"
msgid "Linestring"
msgstr "Linhas terminadas por"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1863,10 +1863,6 @@ msgstr "Ignora"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
msgid "Add columns"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 109b672..f97bc0d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-07-30 02:20+0200\n"
"Last-Translator: Julio Cesar Zuppa <juliozuppa(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
@@ -898,8 +898,8 @@ msgstr "Adicionar índice"
msgid "Linestring"
msgstr "Linhas terminadas por"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1854,10 +1854,6 @@ msgstr "Ignorar"
msgid "Copy"
msgstr "Copiar"
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add column"
diff --git a/po/ro.po b/po/ro.po
index 295a098..4700efb 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2010-07-22 02:28+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: romanian <ro(a)li.org>\n"
@@ -936,8 +936,8 @@ msgstr "Adaugă %s cîmp(uri)"
msgid "Linestring"
msgstr "Linii terminate de"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/messages.php:292
@@ -1934,10 +1934,6 @@ msgstr "Ignoră"
msgid "Copy"
msgstr ""
-#: js/messages.php:293
-msgid "Outer Ring"
-msgstr ""
-
#: js/messages.php:299
#, fuzzy
#| msgid "Add %s field(s)"
diff --git a/po/ru.po b/po/ru.po
index f8573d2..961b883 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-08-23 10:38+0200\n"
+"POT-Creation-Date: 2011-08-23 11:03+0200\n"
"PO-Revision-Date: 2011-07-03 19:50+0200\n"
"Last-Translator: Victor Volkov <hanut(a)php-myadmin.ru>\n"
"Language-Team: russian <ru(a)li.org>\n"
@@ -903,8 +903,8 @@ msgstr "Добавить процедуру"
msgid "Linestring"
msgstr "Разделитель строк"
-#: gis_data_editor.php:221 gis_data_editor.php:275
-msgid "Outer Ring:"
+#: gis_data_editor.php:221 gis_data_editor.php:275 js/messages.php:293
+msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:277 js/ essages.php:293 ება"