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

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 9b6695dff4470be94556776c0618ee4d8ff80e20
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via 9b6695dff4470be94556776c0618ee4d8ff80e20 (commit)
from b444c19d59bcfd37a222ddf7cda0e55b28c2e70d (commit)
- Log -----------------------------------------------------------------
commit 9b6695dff4470be94556776c0618ee4d8ff80e20
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 15:22:02 2010 +0200
Make also the title link to more options.
-----------------------------------------------------------------------
Summary of changes:
templates/_dlbox.tpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/_dlbox.tpl b/templates/_dlbox.tpl
index 79d2c5b..7725e27 100644
--- a/templates/_dlbox.tpl
+++ b/templates/_dlbox.tpl
@@ -1,7 +1,7 @@
<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
<!--! Download box content -->
-<span class="dlname">Download ${release.version}:</span>
+<span class="dlname"><a href="${base_url}downloads.${file_ext}" title="More download options">Download ${release.version}</a>:</span>
<ul class="dllist">
<py:for each="file in release.files"><py:if test="file.featured">
<li><a href="${file.url}#!md5!${file.md5}" title="Download ${file.ext} compressed release, ${file.humansize}" rel="quick-download" class="piwik_download">${file.ext}</a></li>
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. b444c19d59bcfd37a222ddf7cda0e55b28c2e70d
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via b444c19d59bcfd37a222ddf7cda0e55b28c2e70d (commit)
from 268db1a7e9d86141e4b3834606e8d3d0c1419ff7 (commit)
- Log -----------------------------------------------------------------
commit b444c19d59bcfd37a222ddf7cda0e55b28c2e70d
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 15:19:08 2010 +0200
This is actually the second most donwloaded file.
-----------------------------------------------------------------------
Summary of changes:
render.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/render.py b/render.py
index 6cc0378..10509d4 100755
--- a/render.py
+++ b/render.py
@@ -53,7 +53,7 @@ PROJECT_ID = 23067
PROJECT_NAME = 'phpmyadmin'
# Filtering
-FILES_REGEXP = re.compile(r'.*all-languages\.(zip|tar\.bz2).*')
+FILES_REGEXP = re.compile(r'.*all-languages\.(zip|tar\.gz).*')
BRANCH_REGEXP = re.compile('^([0-9]+\.[0-9]+)\.')
MAJOR_BRANCH_REGEXP = re.compile('^([0-9]+)\.')
TESTING_REGEXP = re.compile('.*(beta|alpha|rc).*')
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 268db1a7e9d86141e4b3834606e8d3d0c1419ff7
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via 268db1a7e9d86141e4b3834606e8d3d0c1419ff7 (commit)
from 52db94cab2c8a12ae9fb1956d63b24a9dd34fc4b (commit)
- Log -----------------------------------------------------------------
commit 268db1a7e9d86141e4b3834606e8d3d0c1419ff7
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 15:15:43 2010 +0200
Use text instead of symbol.
-----------------------------------------------------------------------
Summary of changes:
templates/_dlbox.tpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/_dlbox.tpl b/templates/_dlbox.tpl
index 666eba6..79d2c5b 100644
--- a/templates/_dlbox.tpl
+++ b/templates/_dlbox.tpl
@@ -6,7 +6,7 @@
<py:for each="file in release.files"><py:if test="file.featured">
<li><a href="${file.url}#!md5!${file.md5}" title="Download ${file.ext} compressed release, ${file.humansize}" rel="quick-download" class="piwik_download">${file.ext}</a></li>
</py:if></py:for>
- <li><a href="${release.notes}" title="Release notes">✍</a></li>
+ <li><a href="${release.notes}" title="Release notes">notes</a></li>
<li><a href="${base_url}downloads.${file_ext}" title="More download options">…</a></li>
</ul>
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 52db94cab2c8a12ae9fb1956d63b24a9dd34fc4b
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via 52db94cab2c8a12ae9fb1956d63b24a9dd34fc4b (commit)
via 07ef141550bfec7c7bacdccacab1c36e99ea7bec (commit)
via 40dde422021165dbf09dd4e19c291cf966b7830b (commit)
from 9bc654ae46fd9e12c276a11e4dbb7a0ca3642391 (commit)
- Log -----------------------------------------------------------------
commit 52db94cab2c8a12ae9fb1956d63b24a9dd34fc4b
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 15:13:15 2010 +0200
Separate link for release notes.
commit 07ef141550bfec7c7bacdccacab1c36e99ea7bec
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 15:01:35 2010 +0200
Add link to more download options.
commit 40dde422021165dbf09dd4e19c291cf966b7830b
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 14:59:47 2010 +0200
Limit list of featured donwloads.
-----------------------------------------------------------------------
Summary of changes:
render.py | 6 ++++--
templates/_dlbox.tpl | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/render.py b/render.py
index d17b94f..6cc0378 100755
--- a/render.py
+++ b/render.py
@@ -53,7 +53,7 @@ PROJECT_ID = 23067
PROJECT_NAME = 'phpmyadmin'
# Filtering
-FILES_MARK = 'all-languages.'
+FILES_REGEXP = re.compile(r'.*all-languages\.(zip|tar\.bz2).*')
BRANCH_REGEXP = re.compile('^([0-9]+\.[0-9]+)\.')
MAJOR_BRANCH_REGEXP = re.compile('^([0-9]+)\.')
TESTING_REGEXP = re.compile('.*(beta|alpha|rc).*')
@@ -295,7 +295,9 @@ class SFGenerator:
ext = os.path.splitext(filename)[1]
link = item.getElementsByTagName('link')[0].childNodes[0].data
pubdate = item.getElementsByTagName('pubDate')[0].childNodes[0].data
- featured = (filename.find(FILES_MARK) != -1)
+ featured = (FILES_REGEXP.match(filename) is not None)
+ if featured:
+ helper.log.dbg('Release is featured!')
dlcount = item.getElementsByTagName('files:download-count')[0].childNodes[0].data
try:
notes = item.getElementsByTagName('files:release-notes-url')[0].childNodes[0].data
diff --git a/templates/_dlbox.tpl b/templates/_dlbox.tpl
index 82537a5..666eba6 100644
--- a/templates/_dlbox.tpl
+++ b/templates/_dlbox.tpl
@@ -1,11 +1,13 @@
<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
<!--! Download box content -->
-<span class="dlname">Download <a href="${release.notes}" title="Release notes">${release.version}</a>:</span>
+<span class="dlname">Download ${release.version}:</span>
<ul class="dllist">
<py:for each="file in release.files"><py:if test="file.featured">
<li><a href="${file.url}#!md5!${file.md5}" title="Download ${file.ext} compressed release, ${file.humansize}" rel="quick-download" class="piwik_download">${file.ext}</a></li>
</py:if></py:for>
+ <li><a href="${release.notes}" title="Release notes">✍</a></li>
+ <li><a href="${base_url}downloads.${file_ext}" title="More download options">…</a></li>
</ul>
</html>
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 9bc654ae46fd9e12c276a11e4dbb7a0ca3642391
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via 9bc654ae46fd9e12c276a11e4dbb7a0ca3642391 (commit)
from 9f9a8ed8d643f306b2ffd8d4d3f112982258f63b (commit)
- Log -----------------------------------------------------------------
commit 9bc654ae46fd9e12c276a11e4dbb7a0ca3642391
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 14:43:24 2010 +0200
Make link to release just the version string.
-----------------------------------------------------------------------
Summary of changes:
templates/_dlbox.tpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/_dlbox.tpl b/templates/_dlbox.tpl
index 7f77815..82537a5 100644
--- a/templates/_dlbox.tpl
+++ b/templates/_dlbox.tpl
@@ -1,7 +1,7 @@
<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
<!--! Download box content -->
-<span class="dlname"><a href="${release.notes}" title="Release notes">Download ${release.version}</a>:</span>
+<span class="dlname">Download <a href="${release.notes}" title="Release notes">${release.version}</a>:</span>
<ul class="dllist">
<py:for each="file in release.files"><py:if test="file.featured">
<li><a href="${file.url}#!md5!${file.md5}" title="Download ${file.ext} compressed release, ${file.humansize}" rel="quick-download" class="piwik_download">${file.ext}</a></li>
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 9f9a8ed8d643f306b2ffd8d4d3f112982258f63b
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via 9f9a8ed8d643f306b2ffd8d4d3f112982258f63b (commit)
from 3db454e82158b34c40f7091daf41a5a2d1c13618 (commit)
- Log -----------------------------------------------------------------
commit 9f9a8ed8d643f306b2ffd8d4d3f112982258f63b
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 14:42:23 2010 +0200
Use view link for release notes.
-----------------------------------------------------------------------
Summary of changes:
render.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/render.py b/render.py
index 3e81c8e..d17b94f 100755
--- a/render.py
+++ b/render.py
@@ -388,7 +388,7 @@ class SFGenerator:
if not releases_dict.has_key(release['version']):
releases_dict[release['version']] = release
if file['ext'] == '.html':
- releases_dict[release['version']]['notes'] = file['url']
+ releases_dict[release['version']]['notes'] = file['url'].replace('/download', '/view')
else:
releases_dict[release['version']]['files'].append(file)
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1633-gca1506d
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via ca1506d3b0ebb739d34d799cd9e42f47a579b38d (commit)
from 9ec1ce03dd4a8172cb133176333da4d44411c055 (commit)
- Log -----------------------------------------------------------------
commit ca1506d3b0ebb739d34d799cd9e42f47a579b38d
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 13:58:52 2010 +0200
Update Czech translation.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 591079d..492fd16 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-19 07:48-0400\n"
-"PO-Revision-Date: 2010-04-16 16:28+0200\n"
+"PO-Revision-Date: 2010-04-19 13:58+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -7751,16 +7751,14 @@ msgid "ZIP"
msgstr "ZIP"
#: tbl_relation.php:405
-#, fuzzy
#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Interní relace"
#: tbl_relation.php:413
-#, fuzzy
#| msgid "Foreign key limit"
msgid "Foreign key constraint"
-msgstr "Nejvyšší počet cizích klíčů"
+msgstr "Omezení cizího klíče"
#~ msgid "SELECT *"
#~ msgstr "SELECT *"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1632-g9ec1ce0
by Marc Delisle 19 Apr '10
by Marc Delisle 19 Apr '10
19 Apr '10
The branch, master has been updated
via 9ec1ce03dd4a8172cb133176333da4d44411c055 (commit)
from ef0019cd909457d957920b7c31ec0b1097444652 (commit)
- Log -----------------------------------------------------------------
commit 9ec1ce03dd4a8172cb133176333da4d44411c055
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon Apr 19 07:48:40 2010 -0400
New message "Foreign key constraint"
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 13 +++++++++----
po/ar.po | 15 ++++++++++-----
po/az.po | 13 +++++++++----
po/be.po | 15 ++++++++++-----
po/be(a)latin.po | 15 ++++++++++-----
po/bg.po | 15 ++++++++++-----
po/bn.po | 15 ++++++++++-----
po/bs.po | 13 +++++++++----
po/ca.po | 17 ++++++++++++-----
po/cs.po | 17 ++++++++++++-----
po/da.po | 15 ++++++++++-----
po/de.po | 17 ++++++++++++-----
po/el.po | 17 ++++++++++++-----
po/en_GB.po | 17 ++++++++++++-----
po/es.po | 17 ++++++++++++-----
po/et.po | 15 ++++++++++-----
po/eu.po | 15 ++++++++++-----
po/fa.po | 13 +++++++++----
po/fi.po | 17 ++++++++++++-----
po/fr.po | 23 +++++++++++++++--------
po/gl.po | 17 ++++++++++++-----
po/he.po | 15 ++++++++++-----
po/hi.po | 12 ++++++++++--
po/hr.po | 15 ++++++++++-----
po/hu.po | 17 ++++++++++++-----
po/id.po | 17 +++++++++++------
po/it.po | 15 ++++++++++-----
po/ja.po | 15 ++++++++++-----
po/ka.po | 17 ++++++++++++-----
po/ko.po | 12 ++++++++++--
po/lt.po | 18 +++++++++++-------
po/lv.po | 15 ++++++++++-----
po/mk.po | 15 ++++++++++-----
po/mn.po | 15 ++++++++++-----
po/ms.po | 13 +++++++++----
po/nb.po | 17 ++++++++++++-----
po/nl.po | 17 ++++++++++++-----
po/phpmyadmin.pot | 12 ++++++++++--
po/pl.po | 15 ++++++++++-----
po/pt.po | 15 ++++++++++-----
po/pt_BR.po | 15 ++++++++++-----
po/ro.po | 15 ++++++++++-----
po/ru.po | 17 ++++++++++++-----
po/si.po | 15 ++++++++++-----
po/sk.po | 15 ++++++++++-----
po/sl.po | 15 ++++++++++-----
po/sq.po | 15 ++++++++++-----
po/sr.po | 15 ++++++++++-----
po/sr(a)latin.po | 15 ++++++++++-----
po/sv.po | 17 ++++++++++++-----
po/ta.po | 12 ++++++++++--
po/te.po | 15 ++++++++++-----
po/th.po | 15 ++++++++++-----
po/tr.po | 17 ++++++++++++-----
po/tt.po | 15 ++++++++++-----
po/uk.po | 15 ++++++++++-----
po/ur.po | 12 ++++++++++--
po/uz.po | 17 ++++++++++++-----
po/uz(a)latin.po | 17 ++++++++++++-----
po/zh_CN.po | 17 ++++++++++++-----
po/zh_TW.po | 15 ++++++++++-----
tbl_relation.php | 2 +-
62 files changed, 649 insertions(+), 292 deletions(-)
diff --git a/po/af.po b/po/af.po
index f879efa..e7f2d6a 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\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"
@@ -1989,7 +1989,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Algemene verwantskap funksies"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7339,9 +7339,14 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~ msgid "Internal relation"
-#~ msgstr "Algemene verwantskap funksies"
+msgid "Internal relation"
+msgstr "Algemene verwantskap funksies"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ar.po b/po/ar.po
index 5f7a423..292c5de 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -1971,7 +1971,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "العلاقات الداخلية"
@@ -7279,10 +7279,15 @@ msgstr ""
msgid "ZIP"
msgstr "زيب"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "العلاقات الداخلية"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "العلاقات الداخلية"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/az.po b/po/az.po
index 7ef471c..0a27f87 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ümumi elaqe variantları"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7417,9 +7417,14 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~ msgid "Internal relation"
-#~ msgstr "Ümumi elaqe variantları"
+msgid "Internal relation"
+msgstr "Ümumi elaqe variantları"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/be.po b/po/be.po
index 15a6453..6bf9745 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\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"
@@ -2026,7 +2026,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Унутраная сувязь дададзеная"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Унутраныя сувязі"
@@ -7695,10 +7695,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Унутраныя сувязі"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Унутраныя сувязі"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index a80564a..8bb75aa 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\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"
@@ -2015,7 +2015,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Unutranaja suviaź dadadzienaja"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Unutranyja suviazi"
@@ -7606,10 +7606,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Unutranyja suviazi"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Unutranyja suviazi"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/bg.po b/po/bg.po
index 2df3bfa..3561bb0 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -2018,7 +2018,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Вътрешни релации"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Вътрешни релации"
@@ -7455,10 +7455,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Вътрешни релации"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Вътрешни релации"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/bn.po b/po/bn.po
index 856e306..d5a7e54 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -2028,7 +2028,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relations"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Internal relations"
@@ -7610,10 +7610,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Internal relations"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Internal relations"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/bs.po b/po/bs.po
index 6a3b4b3..ab44b3a 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -2012,7 +2012,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Opšte osobine relacija"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7413,9 +7413,14 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~ msgid "Internal relation"
-#~ msgstr "Opšte osobine relacija"
+msgid "Internal relation"
+msgstr "Opšte osobine relacija"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ca.po b/po/ca.po
index 2d0f0ba..3ae65bc 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Afegida relació interna"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relacions internes"
@@ -7838,10 +7838,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relacions internes"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relacions internes"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Límit de claus externes"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/cs.po b/po/cs.po
index 445f28a..591079d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-16 16:28+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interní relace vytvořena"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interní relace"
@@ -7750,10 +7750,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interní relace"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interní relace"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Nejvyšší počet cizích klíčů"
#~ msgid "SELECT *"
#~ msgstr "SELECT *"
diff --git a/po/da.po b/po/da.po
index d97a1fe..ed9b086 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -2001,7 +2001,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Intern relation tilføjet"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interne relationer"
@@ -7519,10 +7519,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interne relationer"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interne relationer"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/de.po b/po/de.po
index fc462cd..9dc91ef 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-23 21:07+0200\n"
"Last-Translator: <me(a)michaelkeck.de>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -2041,7 +2041,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interne Verknüpfung hinzugefügt"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interne Beziehungen"
@@ -7808,10 +7808,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interne Beziehungen"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interne Beziehungen"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "FOREIGN KEY Limit"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/el.po b/po/el.po
index 12d8dec..b9e0b07 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:16+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -2031,7 +2031,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Η εσωτερική συσχέτιση προστέθηκε"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Εσωτερικές συσχετίσεις"
@@ -7922,10 +7922,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Εσωτερικές συσχετίσεις"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Εσωτερικές συσχετίσεις"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Όριο μη διακριτού κλειδιού"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/en_GB.po b/po/en_GB.po
index e0e8212..acb7a2a 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 16:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -2015,7 +2015,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relation added"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Internal relations"
@@ -7750,10 +7750,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Internal relations"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Internal relations"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Foreign key limit"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/es.po b/po/es.po
index 19a11ca..c5e4e84 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 11:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
@@ -2050,7 +2050,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Se añadió la relación interna"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relaciones internas"
@@ -7876,10 +7876,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relaciones internas"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relaciones internas"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Límite de las llaves extranjeras"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/et.po b/po/et.po
index 7ef968a..a9154d5 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
@@ -2018,7 +2018,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Sisemine suhe loodud"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Sisesed seosed"
@@ -7591,10 +7591,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Sisesed seosed"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Sisesed seosed"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/eu.po b/po/eu.po
index b31958f..6755a20 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-31 10:40+0200\n"
"Last-Translator: <hey_neken(a)mundurat.net>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -2016,7 +2016,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Barne-erlazioak"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Barne-erlazioak"
@@ -7440,10 +7440,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Barne-erlazioak"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Barne-erlazioak"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/fa.po b/po/fa.po
index 9ecd729..f997504 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -1990,7 +1990,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7316,9 +7316,14 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~ msgid "Internal relation"
-#~ msgstr "اروپای غربی"
+msgid "Internal relation"
+msgstr "اروپای غربی"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/fi.po b/po/fi.po
index 34edc83..b9cfdf4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Sisäinen relaatio luotu"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Sisäiset relaatiot"
@@ -7815,10 +7815,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Sisäiset relaatiot"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Sisäiset relaatiot"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Viiteavaimen rajoitus"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/fr.po b/po/fr.po
index b5091b6..f674f6f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-18 14:10+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -640,8 +640,8 @@ msgid ""
"Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
"extension. Please check your PHP configuration."
msgstr ""
-"PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation][em]%"
-"1$s[/em][/a]. Veuillez vérifier votre configuration de PHP."
+"PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation][em]%1$s"
+"[/em][/a]. Veuillez vérifier votre configuration de PHP."
#: libraries/messages.inc.php:136
msgid ""
@@ -2029,7 +2029,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relation interne ajoutée"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relations internes"
@@ -7860,10 +7860,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
+#, fuzzy
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relations internes"
+
+#: tbl_relation.php:413
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relations internes"
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Limite pour clé étrangère"
#~ msgid "SELECT *"
#~ msgstr "SELECT *"
diff --git a/po/gl.po b/po/gl.po
index cfa4c28..27c5cb1 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: galician <gl(a)li.org>\n"
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Engadiuse a relación interna"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relacións internas"
@@ -7869,10 +7869,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relacións internas"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relacións internas"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Límite das chaves alleas"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/he.po b/po/he.po
index 2d7292b..15fb691 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he(a)li.org>\n"
@@ -1994,7 +1994,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "יחסים פנימיים"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "יחסים פנימיים"
@@ -7342,10 +7342,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "יחסים פנימיים"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "יחסים פנימיים"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/hi.po b/po/hi.po
index 2c54929..93895c9 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hindi <hi(a)li.org>\n"
@@ -1943,7 +1943,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7199,6 +7199,14 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
+msgid "Internal relation"
+msgstr ""
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
+
#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
diff --git a/po/hr.po b/po/hr.po
index 3456563..44dcb02 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: croatian <hr(a)li.org>\n"
@@ -2019,7 +2019,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dodane interne relacije"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interne relacije"
@@ -7669,10 +7669,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interne relacije"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interne relacije"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/hu.po b/po/hu.po
index e431d04..946fa35 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hungarian <hu(a)li.org>\n"
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "A belső kapcsolat hozzáadása megtörtént"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Belső kapcsolatok"
@@ -7867,10 +7867,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Belső kapcsolatok"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Belső kapcsolatok"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Idegen kulcs korlátozása"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/id.po b/po/id.po
index 8d1d34a..640b72b 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-17 21:14+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
-"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -1999,7 +1999,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relasi internal"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relasi internal"
@@ -7463,10 +7463,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relasi internal"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relasi internal"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/it.po b/po/it.po
index a41bec0..862e25e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-11 11:19+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Aggiunte relazioni internet"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relazioni interne"
@@ -7709,7 +7709,12 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relazioni interne"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relazioni interne"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 7404904..10870bd 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: japanese <jp(a)li.org>\n"
@@ -2004,7 +2004,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "内部リレーションを追加しました"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "内部リレーション"
@@ -7505,10 +7505,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "内部リレーション"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "内部リレーション"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ka.po b/po/ka.po
index 9b4bc8b..c9c7d40 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka(a)li.org>\n"
@@ -2023,7 +2023,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relation added"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Internal relations"
@@ -7767,10 +7767,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Internal relations"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Internal relations"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Foreign key limit"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ko.po b/po/ko.po
index 1331795..8f7546b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: korean <ko(a)li.org>\n"
@@ -1994,7 +1994,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7344,6 +7344,14 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
+msgid "Internal relation"
+msgstr ""
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
+
#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
diff --git a/po/lt.po b/po/lt.po
index 0509c15..2c551ff 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-16 19:52+0200\n"
"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
-"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
"100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -61,7 +61,6 @@ msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1278
-#, fuzzy
#| msgid "Engines"
msgid "Inline"
msgstr ""
@@ -2014,7 +2013,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Vidiniai sąryšiai"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Vidiniai sąryšiai"
@@ -7468,10 +7467,15 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Vidiniai sąryšiai"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Vidiniai sąryšiai"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/lv.po b/po/lv.po
index 3feb298..8bf7b17 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv(a)li.org>\n"
@@ -2011,7 +2011,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Iekšējās relācijas"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Iekšējās relācijas"
@@ -7424,10 +7424,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Iekšējās relācijas"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Iekšējās relācijas"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/mk.po b/po/mk.po
index 1dd17a7..0ce06fa 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: macedonian_cyrillic <mk(a)li.org>\n"
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Внатрешни релации"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Внатрешни релации"
@@ -7472,10 +7472,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Внатрешни релации"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Внатрешни релации"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/mn.po b/po/mn.po
index 8cb33ca..3219085 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn(a)li.org>\n"
@@ -1985,7 +1985,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Дотоод холбоо нэмэгдэв"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Дотоод хамаарал"
@@ -7381,10 +7381,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Дотоод хамаарал"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Дотоод хамаарал"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ms.po b/po/ms.po
index 887731f..3c5ff6d 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms(a)li.org>\n"
@@ -1997,7 +1997,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ciri-ciri hubungan am"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7349,9 +7349,14 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~ msgid "Internal relation"
-#~ msgstr "Ciri-ciri hubungan am"
+msgid "Internal relation"
+msgstr "Ciri-ciri hubungan am"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/nb.po b/po/nb.po
index a642f48..597989f 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-06 14:28+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -2015,7 +2015,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Intern relasjon lagt til"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interne relasjoner"
@@ -7765,10 +7765,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interne relasjoner"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interne relasjoner"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Fremmednøkkelbegrensning"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/nl.po b/po/nl.po
index 614d7f3..f76b9a5 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-26 15:46+0200\n"
"Last-Translator: <rink(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)li.org>\n"
@@ -2036,7 +2036,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interne relatie toegevoegd"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interne relaties"
@@ -7883,10 +7883,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interne relaties"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interne relaties"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Vreemdesleutel limiet"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 94901ec..4d94101 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\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"
@@ -1946,7 +1946,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7195,3 +7195,11 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr ""
+
+#: tbl_relation.php:405
+msgid "Internal relation"
+msgstr ""
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 4e4096f..f0aafc7 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: polish <pl(a)li.org>\n"
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dodano wewnętrzne powiązanie"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Wewnętrzne relacje"
@@ -7749,10 +7749,15 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Wewnętrzne relacje"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Wewnętrzne relacje"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/pt.po b/po/pt.po
index e5607e8..b175777 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: portuguese <pt(a)li.org>\n"
@@ -2021,7 +2021,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relações internas"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relações internas"
@@ -7430,10 +7430,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relações internas"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relações internas"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b7719af..ad38bed 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-21 05:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Adicionado relacionamento Interno"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relações internas"
@@ -7626,10 +7626,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relações internas"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relações internas"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ro.po b/po/ro.po
index b1edeb2..a626565 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-13 00:41+0200\n"
"Last-Translator: <ronaldinia(a)yahoo.com>\n"
"Language-Team: romanian <ro(a)li.org>\n"
@@ -2029,7 +2029,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relație internă adăugată"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relații interne"
@@ -7661,10 +7661,15 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relații interne"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relații interne"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ru.po b/po/ru.po
index 0a9d4b9..8cd84f6 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: russian <ru(a)li.org>\n"
@@ -2027,7 +2027,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Добавлена внутренняя связь"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Внутренние связи"
@@ -7890,10 +7890,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Внутренние связи"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Внутренние связи"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Лимит внешних ключей"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/si.po b/po/si.po
index f7f5a87..6622800 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -2017,7 +2017,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relations"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Internal relations"
@@ -7595,10 +7595,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Internal relations"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Internal relations"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/sk.po b/po/sk.po
index e06b4ff..6508c14 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovak <sk(a)li.org>\n"
@@ -2016,7 +2016,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interné vzťahy"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interné vzťahy"
@@ -7602,10 +7602,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interné vzťahy"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interné vzťahy"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/sl.po b/po/sl.po
index 613c0bb..ab0f11f 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
@@ -2010,7 +2010,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Notranje relacije"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Notranje relacije"
@@ -7421,10 +7421,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Notranje relacije"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Notranje relacije"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/sq.po b/po/sq.po
index 7cdbfcb..1481e7e 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:08+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: albanian <sq(a)li.org>\n"
@@ -2013,7 +2013,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relacione të brendshme"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Relacione të brendshme"
@@ -7435,10 +7435,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Relacione të brendshme"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Relacione të brendshme"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/sr.po b/po/sr.po
index e23b291..1d941c4 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Додата интерна релација"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Унутрашње релације"
@@ -7602,10 +7602,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Унутрашње релације"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Унутрашње релације"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index ff3efed..83ab270 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dodata interna relacija"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Unutrašnje relacije"
@@ -7608,10 +7608,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Unutrašnje relacije"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Unutrašnje relacije"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/sv.po b/po/sv.po
index d636063..8624eee 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: swedish <sv(a)li.org>\n"
@@ -2027,7 +2027,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Intern relation tillagd"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Interna relationer"
@@ -7790,10 +7790,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Interna relationer"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Interna relationer"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Begränsning för främmande nyckel"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ta.po b/po/ta.po
index 9f557ff..fd56175 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
"Last-Translator: Sutharshan <sutharshan02(a)gmail.com>\n"
"Language-Team: Tamil <ta(a)li.org>\n"
@@ -1951,7 +1951,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7200,3 +7200,11 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr "ZIP"
+
+#: tbl_relation.php:405
+msgid "Internal relation"
+msgstr ""
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
diff --git a/po/te.po b/po/te.po
index cca4d20..4034b39 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-02 12:04+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -1973,7 +1973,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "అంతర్గత సంబంధాలు"
@@ -7264,10 +7264,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "అంతర్గత సంబంధాలు"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "అంతర్గత సంబంధాలు"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Delete"
diff --git a/po/th.po b/po/th.po
index 83715bc..27ace2a 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: thai <th(a)li.org>\n"
@@ -1991,7 +1991,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "รีเลชันภายใน"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "รีเลชันภายใน"
@@ -7347,10 +7347,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "รีเลชันภายใน"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "รีเลชันภายใน"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/tr.po b/po/tr.po
index 9aced86..04e8e08 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-03 11:44+0200\n"
"Last-Translator: <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -2024,7 +2024,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dahili ilişki eklendi"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Dahili ilişkiler"
@@ -7830,10 +7830,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Dahili ilişkiler"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Dahili ilişkiler"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Dış anahtar sınırı"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/tt.po b/po/tt.po
index 26606ff..bf1f5ad 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-30 23:14+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -2011,7 +2011,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Eçke bäyläneş"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Eçke bäyläneş"
@@ -7466,10 +7466,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Eçke bäyläneş"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Eçke bäyläneş"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/uk.po b/po/uk.po
index 3ce1c7d..4f5ec29 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: ukrainian <uk(a)li.org>\n"
@@ -1979,7 +1979,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7303,10 +7303,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "General relation features"
-#~ msgid "Internal relation"
-#~ msgstr "Загальні можливості"
+#| msgid "General relation features"
+msgid "Internal relation"
+msgstr "Загальні можливості"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/po/ur.po b/po/ur.po
index 6bb8d09..79770cb 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-09 14:02+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Urdu <ur(a)li.org>\n"
@@ -1946,7 +1946,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr ""
@@ -7195,3 +7195,11 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr ""
+
+#: tbl_relation.php:405
+msgid "Internal relation"
+msgstr ""
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
diff --git a/po/uz.po b/po/uz.po
index c82af56..ee7437a 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_cyrillic <uz(a)li.org>\n"
@@ -2035,7 +2035,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ички алоқа ўрнатилди"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Ички алоқалар"
@@ -7891,10 +7891,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Ички алоқалар"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "Ички алоқалар"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Ташқи калит чегаралари"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 56c1c76..675ca96 100644
--- a/po/uz(a)latin.po
+++ b/po/uz(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
@@ -2044,7 +2044,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ichki aloqa o‘rnatildi"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "Ichki aloqalar"
@@ -7955,10 +7955,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "Ichki aloqalar"
+#| msgid "Internal relations"
+msgi
d "Internal relation"
+msgstr "Ichki aloqalar"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "Tashqi kalit chegaralari"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b943910..b438d2b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-04-08 13:06+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -1973,7 +1973,7 @@ msgstr "不需要一个和外键关系一致的内联关系"
msgid "Internal relation added"
msgstr "已添加内联关系"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "内联"
@@ -7469,10 +7469,17 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "内联"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "内联"
+
+#: tbl_relation.php:413
+#, fuzzy
+#| msgid "Foreign key limit"
+msgid "Foreign key constraint"
+msgstr "外键限制"
#, fuzzy
#~| msgid "Select All"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 3fc0001..5919a17 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-18 08:42-0400\n"
+"POT-Creation-Date: 2010-04-19 07:48-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: chinese_traditional <zh_TW(a)li.org>\n"
@@ -1986,7 +1986,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "內部關聯"
-#: libraries/messages.inc.php:449 tbl_relation.php:405
+#: libraries/messages.inc.php:449
msgid "Internal relations"
msgstr "內部關聯"
@@ -7357,10 +7357,15 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#: tbl_relation.php:405
#, fuzzy
-#~| msgid "Internal relations"
-#~ msgid "Internal relation"
-#~ msgstr "內部關聯"
+#| msgid "Internal relations"
+msgid "Internal relation"
+msgstr "內部關聯"
+
+#: tbl_relation.php:413
+msgid "Foreign key constraint"
+msgstr ""
#, fuzzy
#~| msgid "Select All"
diff --git a/tbl_relation.php b/tbl_relation.php
index 19a85af..bacce4c 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -410,7 +410,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
}
if (PMA_foreignkey_supported($tbl_type)) {
// this does not have to be translated, it's part of the MySQL syntax
- echo '<th colspan="2">REFERENCES (' . $tbl_type . ')';
+ echo '<th colspan="2">' . __('Foreign key constraint') . ' (' . $tbl_type . ')';
echo '</th>';
}
?>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1631-gef0019c
by Michal Čihař 19 Apr '10
by Michal Čihař 19 Apr '10
19 Apr '10
The branch, master has been updated
via ef0019cd909457d957920b7c31ec0b1097444652 (commit)
via ed17ea17927b197a95952786f710592de31cf44a (commit)
via 3706e9a2fd08ca3512a66cac433d9dcd1dc50e4b (commit)
via a5b962a98122ffd05ad4837c163cc4b7badde19b (commit)
via 75fda0be6584ef1d4ca6bb54ef9abcc92e667c46 (commit)
via e6200bb19e12894a2a946e32414d178def3af15a (commit)
via 4c7406f8a0a9fe4b9766cfd29ecc437c062e619b (commit)
via 4a4f4abed1d6293d85b2972827588b046f442ce5 (commit)
via f3ef0ba5f2dd2ca84279adcca4e4e4512080aef4 (commit)
via 1f29aab41d00be52741f0d96e79b7a78759b2445 (commit)
via 2f49894c12f6b5be63e3b9008b78dfac3881bab6 (commit)
via faa5b053319a1c5d2f6316f82b74fcfc70f25af9 (commit)
via ae7cd4e3d1dd31350be82cce033790109a186380 (commit)
via 14f110ecdc9bc7cf0bd2a64df220ac930a9a90eb (commit)
via 9472f0e5e9e7dd9c4bc1fc3f790d8a32d0b31e5f (commit)
via f07a66ab90a7e13e24c0c713094d4c88126d09c4 (commit)
via fcbf24de9a7c4995985f72285254de83b924d252 (commit)
via 3ec29b69955464d4a0fc65f83a502e01373f6638 (commit)
from e537f8831377dcef9ae944dd782308ca817491a5 (commit)
- Log -----------------------------------------------------------------
commit ef0019cd909457d957920b7c31ec0b1097444652
Merge: ed17ea17927b197a95952786f710592de31cf44a e537f8831377dcef9ae944dd782308ca817491a5
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 19 10:08:22 2010 +0200
Merge remote branch 'origin/master'
Conflicts:
po/fr.po
po/id.po
po/lt.po
commit ed17ea17927b197a95952786f710592de31cf44a
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:10:25 2010 +0200
Translation update done using Pootle.
commit 3706e9a2fd08ca3512a66cac433d9dcd1dc50e4b
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:09:57 2010 +0200
Translation update done using Pootle.
commit a5b962a98122ffd05ad4837c163cc4b7badde19b
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:09:39 2010 +0200
Translation update done using Pootle.
commit 75fda0be6584ef1d4ca6bb54ef9abcc92e667c46
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:08:33 2010 +0200
Translation update done using Pootle.
commit e6200bb19e12894a2a946e32414d178def3af15a
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:07:42 2010 +0200
Translation update done using Pootle.
commit 4c7406f8a0a9fe4b9766cfd29ecc437c062e619b
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:07:12 2010 +0200
Translation update done using Pootle.
commit 4a4f4abed1d6293d85b2972827588b046f442ce5
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:05:46 2010 +0200
Translation update done using Pootle.
commit f3ef0ba5f2dd2ca84279adcca4e4e4512080aef4
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 14:05:32 2010 +0200
Translation update done using Pootle.
commit 1f29aab41d00be52741f0d96e79b7a78759b2445
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 13:55:44 2010 +0200
Translation update done using Pootle.
commit 2f49894c12f6b5be63e3b9008b78dfac3881bab6
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 13:54:52 2010 +0200
Translation update done using Pootle.
commit faa5b053319a1c5d2f6316f82b74fcfc70f25af9
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 13:53:22 2010 +0200
Translation update done using Pootle.
commit ae7cd4e3d1dd31350be82cce033790109a186380
Merge: 14f110ecdc9bc7cf0bd2a64df220ac930a9a90eb 5a75ca180ae0eb5c47a80428c7707cca6d5d1269
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Apr 18 02:40:27 2010 +0200
Merge remote branch 'origin/master'
commit 14f110ecdc9bc7cf0bd2a64df220ac930a9a90eb
Author: Azhari Harahap <azhari.harahap(a)yahoo.com>
Date: Sat Apr 17 21:14:38 2010 +0200
Translation update done using Pootle.
commit 9472f0e5e9e7dd9c4bc1fc3f790d8a32d0b31e5f
Merge: f07a66ab90a7e13e24c0c713094d4c88126d09c4 f3f41cbe78693781a9874c59a8ae736d324797bd
Author: Michal Čihař <michal(a)cihar.com>
Date: Sat Apr 17 20:40:25 2010 +0200
Merge remote branch 'origin/master'
commit f07a66ab90a7e13e24c0c713094d4c88126d09c4
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Fri Apr 16 19:52:41 2010 +0200
Translation update done using Pootle.
commit fcbf24de9a7c4995985f72285254de83b924d252
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Fri Apr 16 19:52:16 2010 +0200
Translation update done using Pootle.
commit 3ec29b69955464d4a0fc65f83a502e01373f6638
Author: Rytis Slatkevičius <rytis.s(a)gmail.com>
Date: Fri Apr 16 19:51:54 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/fr.po | 28 ++++++++++++++--------------
po/id.po | 6 +++---
po/lt.po | 12 ++++++------
3 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/po/fr.po b/po/fr.po
index 00a0009..b5091b6 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-18 08:42-0400\n"
-"PO-Revision-Date: 2010-04-10 16:00+0200\n"
+"PO-Revision-Date: 2010-04-18 14:10+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -277,7 +277,7 @@ msgstr "Ajouter des privilèges sur cette table"
#: libraries/messages.inc.php:48
msgid "Add search conditions (body of the \"where\" clause):"
-msgstr "Critères de recherche (pour l'énoncé \"where\"):"
+msgstr "Critères de recherche (pour l'énoncé \"where\") :"
#: libraries/messages.inc.php:49
#, php-format
@@ -640,8 +640,8 @@ msgid ""
"Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
"extension. Please check your PHP configuration."
msgstr ""
-"PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation][em]%1$s"
-"[/em][/a]. Veuillez vérifier votre configuration de PHP."
+"PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation][em]%"
+"1$s[/em][/a]. Veuillez vérifier votre configuration de PHP."
#: libraries/messages.inc.php:136
msgid ""
@@ -895,7 +895,7 @@ msgstr "La base de données %s a été copiée sur %s"
#: libraries/messages.inc.php:188
msgid "Copy table to (database<b>.</b>table):"
-msgstr "<b>Copier</b> la table vers (base<b>.</b>table) :"
+msgstr "Copier la table vers (base<b>.</b>table) :"
#: libraries/messages.inc.php:189
#, php-format
@@ -1281,7 +1281,7 @@ msgstr "<b>Afficher le schéma</b> en PDF"
#: libraries/messages.inc.php:276
msgid "Do a \"query by example\" (wildcard: \"%\")"
-msgstr "Recherche par valeur (passepartout: \"%\")"
+msgstr "Recherche par valeur (passepartout: \"%\") "
#: libraries/messages.inc.php:277
msgid "DocSQL"
@@ -2419,7 +2419,7 @@ msgstr "Déplacer le menu"
#: libraries/messages.inc.php:534
msgid "Move table to (database<b>.</b>table):"
-msgstr "<b>Déplacer</b> la table vers (base<b>.</b>table) :"
+msgstr "Déplacer la table vers (base<b>.</b>table) : "
#: libraries/messages.inc.php:535
#, php-format
@@ -3662,8 +3662,8 @@ msgid ""
"Only slaves started with the --report-host=host_name option are visible in "
"this list."
msgstr ""
-"Seuls les esclaves démarrés avec l'option --report-host=host_name option "
-"sont visibles sur cette liste."
+"Seuls les esclaves démarrés avec l'option --report-host=host_name sont "
+"visibles sur cette liste."
#: libraries/messages.inc.php:797
msgid "Show connected slaves"
@@ -5691,7 +5691,7 @@ msgid ""
"third options are the width and the height in pixels."
msgstr ""
"Affiche une image et un lien, le champ contient le nom du fichier. La "
-"première option est un préfixe URL tel que \"http://domaine.com/\". La "
+"première option est un préfixe URL tel que \"http://www.example.com/\". La "
"seconde option est la largeur en pixels et la troisième option est la "
"hauteur en pixels."
@@ -5702,8 +5702,8 @@ msgid ""
"the link."
msgstr ""
"Affiche un lien, le champ contient le nom du fichier; en première option, un "
-"préfixe comme \"http://domaine.com/\", en seconde option, un titre pour le "
-"lien."
+"préfixe comme \"http://www.example.com/\", en seconde option, un titre pour "
+"le lien."
#: libraries/messages.inc.php:1200
msgid "Formats text as SQL query with syntax highlighting."
@@ -6095,7 +6095,7 @@ msgstr "Préfixer avec \\ les passepartouts _ et % pour un usage littéral"
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
-msgstr "Configuration"
+msgstr "Configuration : %s"
#: setup/lib/messages.inc.php:16
msgid "Allow character set conversion"
diff --git a/po/id.po b/po/id.po
index 3e66105..8d1d34a 100644
--- a/po/id.po
+++ b/po/id.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-18 08:42-0400\n"
-"PO-Revision-Date: 2010-03-28 13:56+0200\n"
+"PO-Revision-Date: 2010-04-17 21:14+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
+"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -7437,7 +7437,7 @@ msgstr ""
#: setup/lib/messages.inc.php:377
msgid "Warning"
-msgstr ""
+msgstr "Peringatan"
#: setup/lib/messages.inc.php:378
msgid ""
diff --git a/po/lt.po b/po/lt.po
index 1449484..0509c15 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-18 08:42-0400\n"
-"PO-Revision-Date: 2010-04-02 18:26+0200\n"
-"Last-Translator: <edgaras.janusauskas(a)gmail.com>\n"
+"PO-Revision-Date: 2010-04-16 19:52+0200\n"
+"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
+"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
"100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -64,7 +64,7 @@ msgstr ""
#, fuzzy
#| msgid "Engines"
msgid "Inline"
-msgstr "Varikliai"
+msgstr ""
#: libraries/Message.class.php:282
#, php-format
@@ -415,7 +415,7 @@ msgstr "Didėjimo tvarka"
#: libraries/messages.inc.php:78
msgid "As defined:"
-msgstr ""
+msgstr "Kaip nurodyta:"
#: libraries/messages.inc.php:79
msgid "At Beginning of Table"
@@ -509,7 +509,7 @@ msgstr "Išjungti"
#: libraries/messages.inc.php:102
msgid "You are about to DISABLE a BLOB Repository!"
-msgstr ""
+msgstr "Jūs ruošiatės IŠJUNGTI BLOB saugyklą!"
#: libraries/messages.inc.php:103
msgctxt "$strBLOBRepositoryEnabled"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1613-ge537f88
by Marc Delisle 18 Apr '10
by Marc Delisle 18 Apr '10
18 Apr '10
The branch, master has been updated
via e537f8831377dcef9ae944dd782308ca817491a5 (commit)
from 5a75ca180ae0eb5c47a80428c7707cca6d5d1269 (commit)
- Log -----------------------------------------------------------------
commit e537f8831377dcef9ae944dd782308ca817491a5
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Apr 18 08:52:44 2010 -0400
rfe 2988629 Improve labels in relation view
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
po/af.po | 12 ++++++++----
po/ar.po | 13 +++++++++----
po/az.po | 12 ++++++++----
po/be.po | 13 +++++++++----
po/be(a)latin.po | 13 +++++++++----
po/bg.po | 13 +++++++++----
po/bn.po | 13 +++++++++----
po/bs.po | 12 ++++++++----
po/ca.po | 13 +++++++++----
po/cs.po | 14 +++++++++-----
po/da.po | 13 +++++++++----
po/de.po | 13 +++++++++----
po/el.po | 13 +++++++++----
po/en_GB.po | 13 +++++++++----
po/es.po | 13 +++++++++----
po/et.po | 13 +++++++++----
po/eu.po | 13 +++++++++----
po/fa.po | 12 ++++++++----
po/fi.po | 13 +++++++++----
po/fr.po | 13 +++++++++----
po/gl.po | 13 +++++++++----
po/he.po | 13 +++++++++----
po/hi.po | 8 ++++----
po/hr.po | 13 +++++++++----
po/hu.po | 13 +++++++++----
po/id.po | 13 +++++++++----
po/it.po | 13 +++++++++----
po/ja.po | 13 +++++++++----
po/ka.po | 13 +++++++++----
po/ko.po | 8 ++++----
po/lt.po | 13 +++++++++----
po/lv.po | 13 +++++++++----
po/mk.po | 13 +++++++++----
po/mn.po | 13 +++++++++----
po/ms.po | 12 ++++++++----
po/nb.po | 13 +++++++++----
po/nl.po | 13 +++++++++----
po/phpmyadmin.pot | 8 ++++----
po/pl.po | 13 +++++++++----
po/pt.po | 13 +++++++++----
po/pt_BR.po | 13 +++++++++----
po/ro.po | 13 +++++++++----
po/ru.po | 13 +++++++++----
po/si.po | 13 +++++++++----
po/sk.po | 13 +++++++++----
po/sl.po | 13 +++++++++----
po/sq.po | 13 +++++++++----
po/sr.po | 13 +++++++++----
po/sr(a)latin.po | 13 +++++++++----
po/sv.po | 13 +++++++++----
po/ta.po | 8 ++++----
po/te.po | 13 +++++++++----
po/th.po | 13 +++++++++----
po/tr.po | 13 +++++++++----
po/tt.po | 13 +++++++++----
po/uk.po | 13 +++++++++----
po/ur.po | 8 ++++----
po/uz.po | 13 +++++++++----
po/uz(a)latin.po | 13 +++++++++----
po/zh_CN.po | 13 +++++++++----
po/zh_TW.po | 13 +++++++++----
tbl_relation.php | 8 ++++----
63 files changed, 524 insertions(+), 249 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 57c1c8c..69d3472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,7 @@ $Id$
+ rfe #2964518 [interface] Allow to choose servers from configuration for
synchronisation.
+ rfe #2988633 [relation] Improve ON DELETE/ON UPDATE drop-downs
++ rfe #2988629 [relation] Improve labels in relation view
3.3.3.0 (not yet released)
- patch #2982480 [navi] Do not group if there would be one table in group,
diff --git a/po/af.po b/po/af.po
index 42b79b6..f879efa 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\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"
@@ -1989,7 +1989,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Algemene verwantskap funksies"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3350,7 +3350,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
#, fuzzy
msgid "Relations"
msgstr "Operasies"
@@ -5740,7 +5740,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7340,6 +7340,10 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~ msgid "Internal relation"
+#~ msgstr "Algemene verwantskap funksies"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ar.po b/po/ar.po
index 5873277..5f7a423 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -1971,7 +1971,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "العلاقات الداخلية"
@@ -3318,7 +3318,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "الروابط"
@@ -5699,7 +5699,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7280,6 +7280,11 @@ msgid "ZIP"
msgstr "زيب"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "العلاقات الداخلية"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/az.po b/po/az.po
index 2f068a3..7ef471c 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ümumi elaqe variantları"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3390,7 +3390,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relations"
@@ -5806,7 +5806,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7418,6 +7418,10 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~ msgid "Internal relation"
+#~ msgstr "Ümumi elaqe variantları"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/be.po b/po/be.po
index 458559e..15a6453 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\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"
@@ -2026,7 +2026,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Унутраная сувязь дададзеная"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Унутраныя сувязі"
@@ -3452,7 +3452,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "Сувязі ў табліцы"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Сувязі"
@@ -6055,7 +6055,7 @@ msgstr ""
"Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \\ для іх "
"літаральнага выкарыстаньня"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7696,6 +7696,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Унутраныя сувязі"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 7975dfa..a80564a 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\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"
@@ -2015,7 +2015,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Unutranaja suviaź dadadzienaja"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Unutranyja suviazi"
@@ -3442,7 +3442,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "Suviazi ŭ tablicy"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Suviazi"
@@ -6023,7 +6023,7 @@ msgstr ""
"Symbali padstanoŭki % i _ musiać być ekranavanymi symbalem \\ dla ich "
"litaralnaha vykarystańnia"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7607,6 +7607,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Unutranyja suviazi"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/bg.po b/po/bg.po
index b7c526f..2df3bfa 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -2018,7 +2018,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Вътрешни релации"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Вътрешни релации"
@@ -3403,7 +3403,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "РЕЛАЦИИ ЗА ТАБЛИЦА"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Релации"
@@ -5839,7 +5839,7 @@ msgstr "Календар"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7456,6 +7456,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Вътрешни релации"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/bn.po b/po/bn.po
index 6d2bac4..856e306 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -2028,7 +2028,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relations"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Internal relations"
@@ -3420,7 +3420,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relations"
@@ -5976,7 +5976,7 @@ msgstr "ক্যালেন্ডার"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7611,6 +7611,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Internal relations"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/bs.po b/po/bs.po
index c80d98e..6a3b4b3 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -2012,7 +2012,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Opšte osobine relacija"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3387,7 +3387,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacije"
@@ -5803,7 +5803,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7414,6 +7414,10 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~ msgid "Internal relation"
+#~ msgstr "Opšte osobine relacija"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ca.po b/po/ca.po
index 63add4e..2d0f0ba 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Afegida relació interna"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relacions internes"
@@ -3458,7 +3458,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACIONS DE LA TAULA"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacions"
@@ -6051,7 +6051,7 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Els comodins _ i % han de marcar-se amb una \\ per usar-los literalment"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7839,6 +7839,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relacions internes"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/cs.po b/po/cs.po
index 892c57f..445f28a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-16 16:28+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interní relace vytvořena"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interní relace"
@@ -3427,7 +3427,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACE PRO TABULKU"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relace"
@@ -5986,9 +5986,8 @@ msgstr ""
"Zástupné znaky _ a % by měly být escapovány pomocí \\, pokud je chcete "
"použít jako znak"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
-#| msgid "Configuration"
msgid "Configuration: %s"
msgstr "Konfigurace: %s"
@@ -7751,6 +7750,11 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interní relace"
+
#~ msgid "SELECT *"
#~ msgstr "SELECT *"
diff --git a/po/da.po b/po/da.po
index e6708d3..d97a1fe 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -2001,7 +2001,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Intern relation tilføjet"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interne relationer"
@@ -3389,7 +3389,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE (Relationer for tabellen)"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relationer"
@@ -5937,7 +5937,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7520,6 +7520,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interne relationer"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/de.po b/po/de.po
index 2e95aff..fc462cd 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-23 21:07+0200\n"
"Last-Translator: <me(a)michaelkeck.de>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -2041,7 +2041,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interne Verknüpfung hinzugefügt"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interne Beziehungen"
@@ -3475,7 +3475,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONEN DER TABELLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Tabellenverknüpfungen"
@@ -6099,7 +6099,7 @@ msgstr ""
"Platzhalter _ und % sollten mit einem \\ escaped werden, um das gewünschte "
"Sonderzeichen einzubinden"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7809,6 +7809,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interne Beziehungen"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/el.po b/po/el.po
index 7e00f9f..12d8dec 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:16+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -2031,7 +2031,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Η εσωτερική συσχέτιση προστέθηκε"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Εσωτερικές συσχετίσεις"
@@ -3473,7 +3473,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "ΣΥΣΧΕΤΙΣΕΙΣ ΓΙΑ ΠΙΝΑΚΑ"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Συσχετίσεις"
@@ -6120,7 +6120,7 @@ msgstr ""
"Οι χαρακτήρες μπαλαντέρ _ και % πρέπει να γραφούν μπροστά με \\ για να "
"χρησιμοποιηθούν"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7923,6 +7923,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Εσωτερικές συσχετίσεις"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/en_GB.po b/po/en_GB.po
index a6aecd7..e0e8212 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 16:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -2015,7 +2015,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relation added"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Internal relations"
@@ -3429,7 +3429,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relations"
@@ -5995,7 +5995,7 @@ msgstr "Clear"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7751,6 +7751,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Internal relations"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/es.po b/po/es.po
index d9330e8..19a11ca 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 11:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
@@ -2050,7 +2050,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Se añadió la relación interna"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relaciones internas"
@@ -3494,7 +3494,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACIONES PARA LA TABLA"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relaciones"
@@ -6120,7 +6120,7 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Los comodines _ y % deben acompañarse de \\ para usarlos de manera literal"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7877,6 +7877,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relaciones internas"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/et.po b/po/et.po
index 0c71dc8..7ef968a 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
@@ -2018,7 +2018,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Sisemine suhe loodud"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Sisesed seosed"
@@ -3408,7 +3408,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "SEOSED TABELILE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Suhted"
@@ -5957,7 +5957,7 @@ msgstr ""
"Metamärgid _ ja % peaksid olema varjestatud märgiga \\, kui soovite neid "
"sisestada"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7592,6 +7592,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Sisesed seosed"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/eu.po b/po/eu.po
index c4fcb53..b31958f 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-31 10:40+0200\n"
"Last-Translator: <hey_neken(a)mundurat.net>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -2016,7 +2016,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Barne-erlazioak"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Barne-erlazioak"
@@ -3401,7 +3401,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Erlazioak"
@@ -5830,7 +5830,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7441,6 +7441,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Barne-erlazioak"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/fa.po b/po/fa.po
index 61ab64e..9ecd729 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -1990,7 +1990,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3342,7 +3342,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
#, fuzzy
msgid "Relations"
msgstr "عمليات"
@@ -5720,7 +5720,7 @@ msgstr "تقویم"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7317,6 +7317,10 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~ msgid "Internal relation"
+#~ msgstr "اروپای غربی"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/fi.po b/po/fi.po
index ec536cd..34edc83 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Sisäinen relaatio luotu"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Sisäiset relaatiot"
@@ -3433,7 +3433,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELAATIOT TAULULLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relaatiot"
@@ -6037,7 +6037,7 @@ msgstr ""
"Korvausmerkkien _ ja % eteen on lisättävä \\-merkki, jotta ne näkyisivät "
"oikein"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7816,6 +7816,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Sisäiset relaatiot"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/fr.po b/po/fr.po
index cf61db2..00a0009 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-10 16:00+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -2029,7 +2029,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relation interne ajoutée"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relations internes"
@@ -3488,7 +3488,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS POUR LA TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relations"
@@ -6091,7 +6091,7 @@ msgstr "Vider"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Préfixer avec \\ les passepartouts _ et % pour un usage littéral"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7860,6 +7860,11 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relations internes"
+
#~ msgid "SELECT *"
#~ msgstr "SELECT *"
diff --git a/po/gl.po b/po/gl.po
index df03971..cfa4c28 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12
09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: galician <gl(a)li.org>\n"
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Engadiuse a relación interna"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relacións internas"
@@ -3452,7 +3452,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACIÓNS PARA A TÁBOA"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacións"
@@ -6058,7 +6058,7 @@ msgstr ""
"Os caracteres comodín _ e % deberíanse escapar con \\ para podelos usar "
"literalmente"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7870,6 +7870,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relacións internas"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/he.po b/po/he.po
index 0e77279..2d7292b 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he(a)li.org>\n"
@@ -1994,7 +1994,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "יחסים פנימיים"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "יחסים פנימיים"
@@ -3356,7 +3356,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "יחסים"
@@ -5729,7 +5729,7 @@ msgstr "לוח שנה"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "תווים כללים _ וגם % צריכים לבוא ביחד עם \\ על מנת להשתמש בהם באמת"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7343,6 +7343,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "יחסים פנימיים"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/hi.po b/po/hi.po
index 054ae66..2c54929 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hindi <hi(a)li.org>\n"
@@ -1943,7 +1943,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3276,7 +3276,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr ""
@@ -5621,7 +5621,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index ab998a0..3456563 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: croatian <hr(a)li.org>\n"
@@ -2019,7 +2019,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dodane interne relacije"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interne relacije"
@@ -3442,7 +3442,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACIJE TABLICE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacije"
@@ -6033,7 +6033,7 @@ msgstr ""
"Kako bi se mogli upotrebljavati u doslovnom smislu, džokerima \\_ i \\% mora "
"prethoditi znak \\"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7670,6 +7670,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interne relacije"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/hu.po b/po/hu.po
index 3f02055..e431d04 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hungarian <hu(a)li.org>\n"
@@ -2033,7 +2033,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "A belső kapcsolat hozzáadása megtörtént"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Belső kapcsolatok"
@@ -3461,7 +3461,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "TÁBLA KAPCSOLATAI"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Kapcsolatok"
@@ -6059,7 +6059,7 @@ msgstr ""
"A _ és a % karakterhelyettesítőt \\ jellel kell lezárni, hogy "
"szövegkonstansként lehessen őket használni"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7868,6 +7868,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Belső kapcsolatok"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/id.po b/po/id.po
index b52240a..3e66105 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-28 13:56+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
@@ -1999,7 +1999,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relasi internal"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relasi internal"
@@ -3405,7 +3405,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELASI UNTUK TABEL"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Tabel Relasi"
@@ -5849,7 +5849,7 @@ msgstr ""
"Wildcard _ dan % sebaiknya diakhiri dengan tanda \\ untuk mengunakannya "
"secara harfiah"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7464,6 +7464,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relasi internal"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/it.po b/po/it.po
index 683151d..a41bec0 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-11 11:19+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -2030,7 +2030,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Aggiunte relazioni internet"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relazioni interne"
@@ -3465,7 +3465,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relazioni"
@@ -6075,7 +6075,7 @@ msgstr ""
"I caratteri jolly _ e % dovrebbero essere preceduti da un \\ per l'utilizzo "
"letterale"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7708,3 +7708,8 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr ""
+
+#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relazioni interne"
diff --git a/po/ja.po b/po/ja.po
index a796d54..7404904 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: japanese <jp(a)li.org>\n"
@@ -2004,7 +2004,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "内部リレーションを追加しました"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "内部リレーション"
@@ -3403,7 +3403,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "リレーション"
@@ -5917,7 +5917,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7506,6 +7506,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "内部リレーション"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ka.po b/po/ka.po
index b9a56db..9b4bc8b 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka(a)li.org>\n"
@@ -2023,7 +2023,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relation added"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Internal relations"
@@ -3435,7 +3435,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relations"
@@ -6008,7 +6008,7 @@ msgstr "გაწმენდა"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7768,6 +7768,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Internal relations"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ko.po b/po/ko.po
index b808782..1331795 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: korean <ko(a)li.org>\n"
@@ -1994,7 +1994,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3353,7 +3353,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
#, fuzzy
msgid "Relations"
msgstr "테이블 작업"
@@ -5736,7 +5736,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 0597e87..1449484 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-02 18:26+0200\n"
"Last-Translator: <edgaras.janusauskas(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Vidiniai sąryšiai"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Vidiniai sąryšiai"
@@ -3401,7 +3401,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Sąryšiai"
@@ -5844,7 +5844,7 @@ msgstr "Išvalyti"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Norint naudoti _ ir % simblius, juos reikėtų eskeipinti su \\"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7469,6 +7469,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Vidiniai sąryšiai"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/lv.po b/po/lv.po
index 006f289..3feb298 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv(a)li.org>\n"
@@ -2011,7 +2011,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Iekšējās relācijas"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Iekšējās relācijas"
@@ -3390,7 +3390,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELĀCIJAS TABULAI"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relācijas"
@@ -5812,7 +5812,7 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Aizstājējzīmes _ un % jāaizsargā ar \\ priekšā, lai izmantotu tās burtiski"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7425,6 +7425,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Iekšējās relācijas"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/mk.po b/po/mk.po
index 05cb03a..1dd17a7 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: macedonian_cyrillic <mk(a)li.org>\n"
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Внатрешни релации"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Внатрешни релации"
@@ -3425,7 +3425,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "РЕЛАЦИИ НА ТАБЕЛИТЕ"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Релации"
@@ -5858,7 +5858,7 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Пред џокер знаците _ и % треба да стои знакот \\ ако ги користите самостојно"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7473,6 +7473,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Внатрешни релации"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/mn.po b/po/mn.po
index 545eeef..8cb33ca 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn(a)li.org>\n"
@@ -1985,7 +1985,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Дотоод холбоо нэмэгдэв"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Дотоод хамаарал"
@@ -3356,7 +3356,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "Хүснэгтийн хамаарал"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Хамаарал"
@@ -5799,7 +5799,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7382,6 +7382,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Дотоод хамаарал"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ms.po b/po/ms.po
index 1647cb4..887731f 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms(a)li.org>\n"
@@ -1997,7 +1997,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ciri-ciri hubungan am"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3358,7 +3358,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
#, fuzzy
msgid "Relations"
msgstr "Operasi"
@@ -5747,7 +5747,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7350,6 +7350,10 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~ msgid "Internal relation"
+#~ msgstr "Ciri-ciri hubungan am"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/nb.po b/po/nb.po
index abcf92e..a642f48 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-06 14:28+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -2015,7 +2015,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Intern relasjon lagt til"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interne relasjoner"
@@ -3434,7 +3434,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELASJONER FOR TABELLEN"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relasjoner"
@@ -6008,7 +6008,7 @@ msgstr "Fjern"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Jokertegnene _ og % må beskyttes med en \\ for å bruke dem direkte"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7766,6 +7766,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interne relasjoner"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/nl.po b/po/nl.po
index 94d3bb2..614d7f3 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-26 15:46+0200\n"
"Last-Translator: <rink(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)li.org>\n"
@@ -2036,7 +2036,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interne relatie toegevoegd"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interne relaties"
@@ -3474,7 +3474,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIES VOOR TABEL"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relaties"
@@ -6079,7 +6079,7 @@ msgstr ""
"Wildcards _ en % moeten worden ge-escaped met een \\ om ze letterlijk te "
"gebruiken"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7884,6 +7884,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interne relaties"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index b113ef5..94901ec 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\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"
@@ -1946,7 +1946,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3275,7 +3275,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr ""
@@ -5618,7 +5618,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, possible-php-format
msgid "Configuration: %s"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 5c367ba..4e4096f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: polish <pl(a)li.org>\n"
@@ -2022,7 +2022,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dodano wewnętrzne powiązanie"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Wewnętrzne relacje"
@@ -3435,7 +3435,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACJE TABELI"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacje"
@@ -6028,7 +6028,7 @@ msgstr ""
"Aby użyć symboli wieloznacznych _ i % w znaczeniu dosłownym, należy je "
"poprzedzić znakiem \\ "
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7750,6 +7750,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Wewnętrzne relacje"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/pt.po b/po/pt.po
index 7cb27ce..e5607e8 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: portuguese <pt(a)li.org>\n"
@@ -2021,7 +2021,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relações internas"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relações internas"
@@ -3400,7 +3400,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relações"
@@ -5808,7 +5808,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7431,6 +7431,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relações internas"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index ff394dd..b7719af 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-21 05:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
@@ -2014,7 +2014,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Adicionado relacionamento Interno"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relações internas"
@@ -3404,7 +3404,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELAÇÕES PARA A TABELA"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relações"
@@ -5987,7 +5987,7 @@ msgstr ""
"Coringas _ e % precisam ser precedidos com uma \\ para serem usados "
"literalmente"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7627,6 +7627,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relações internas"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ro.po b/po/ro.po
index e9c13e0..b1edeb2 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-13 00:41+0200\n"
"Last-Translator: <ronaldinia(a)yahoo.com>\n"
"Language-Team: romanian <ro(a)li.org>\n"
@@ -2029,7 +2029,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relație internă adăugată"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relații interne"
@@ -3459,7 +3459,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELAȚII PENTRU TABEL"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Legături"
@@ -6029,7 +6029,7 @@ msgstr "Calendar"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Metacaracterele _ și % trebuiesc însoțite de \\ pentru a le aplica"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7662,6 +7662,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relații interne"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ru.po b/po/ru.po
index 8b21062..0a9d4b9 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: russian <ru(a)li.org>\n"
@@ -2027,7 +2027,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Добавлена внутренняя связь"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Внутренние связи"
@@ -3459,7 +3459,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "Связи таблицы"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Связи"
@@ -6080,7 +6080,7 @@ msgstr ""
"процента (%), необходимо экранировать их символом обратной косой черты (\\), "
"в противном случае они будут интерпретированы как групповые символы"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7891,6 +7891,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Внутренние связи"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/si.po b/po/si.po
index 3c585b5..f7f5a87 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -2017,7 +2017,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Internal relations"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Internal relations"
@@ -3409,7 +3409,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relations"
@@ -5961,7 +5961,7 @@ msgstr "දින දර්ශනය"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7596,6 +7596,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Internal relations"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/sk.po b/po/sk.po
index 7b27b96..e06b4ff 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovak <sk(a)li.org>\n"
@@ -2016,7 +2016,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Interné vzťahy"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interné vzťahy"
@@ -3406,7 +3406,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "PREPOJENIA PRE TABUĽKU"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Prepojenia"
@@ -5971,7 +5971,7 @@ msgstr ""
"Náhradzujúcim znakom _ a % by mal predchádzať znak \\, pokiaľ ich nechcete "
"použiť doslovne"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7603,6 +7603,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interné vzťahy"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/sl.po b/po/sl.po
index aa2110b..613c0bb 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
@@ -2010,7 +2010,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Notranje relacije"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Notranje relacije"
@@ -3385,7 +3385,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACIJE ZA TABELO"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacije"
@@ -5810,7 +5810,7 @@ msgstr "Koledar"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7422,6 +7422,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Notranje relacije"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/sq.po b/po/sq.po
index efa1927..7cdbfcb 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:08+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: albanian <sq(a)li.org>\n"
@@ -2013,7 +2013,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Relacione të brendshme"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Relacione të brendshme"
@@ -3396,7 +3396,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACIONET PËR TABELËN"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacione"
@@ -5823,7 +5823,7 @@ msgstr "Kalendari"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7436,6 +7436,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Relacione të brendshme"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/sr.po b/po/sr.po
index 5fea7aa..e23b291 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Додата интерна релација"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Унутрашње релације"
@@ -3409,7 +3409,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "РЕЛАЦИЈЕ ТАБЕЛЕ"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Релације"
@@ -5968,7 +5968,7 @@ msgstr "Календар"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Пре џокера _ и % треба ставити знак \\ ако их користите самостално"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7603,6 +7603,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Унутрашње релације"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index c64ccff..ff3efed 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
@@ -2020,7 +2020,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dodata interna relacija"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Unutrašnje relacije"
@@ -3412,7 +3412,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELACIJE TABELE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relacije"
@@ -5974,7 +5974,7 @@ msgstr "Kalendar"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Pre džokera _ i % treba staviti znak \\ ako ih koristite samostalno"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7609,6 +7609,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Unutrašnje relacije"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/sv.po b/po/sv.po
index 232b94c..d636063 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: swedish <sv(a)li.org>\n"
@@ -2027,7 +2027,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Intern relation tillagd"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Interna relationer"
@@ -3443,7 +3443,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONER FÖR TABELL"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Relationer"
@@ -6021,7 +6021,7 @@ msgstr ""
"Jokertecknen _ och % måste föregås av ett \\ för att användas i egentlig "
"betydelse"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7791,6 +7791,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Interna relationer"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ta.po b/po/ta.po
index 9471169..9f557ff 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
"Last-Translator: Sutharshan <sutharshan02(a)gmail.com>\n"
"Language-Team: Tamil <ta(a)li.org>\n"
@@ -1951,7 +1951,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3280,7 +3280,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr ""
@@ -5623,7 +5623,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
diff --git a/po/te.po b/po/te.po
index 3f9db72..cca4d20 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-02 12:04+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -1973,7 +1973,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "అంతర్గత సంబంధాలు"
@@ -3312,7 +3312,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "సంబంధాలు"
@@ -5682,7 +5682,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Server configuration"
msgid "Configuration: %s"
@@ -7265,6 +7265,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "అంతర్గత సంబంధాలు"
+
+#, fuzzy
#~| msgid "Delete"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/th.po b/po/th.po
index b8d6602..83715bc 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: thai <th(a)li.org>\n"
@@ -1991,7 +1991,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "รีเลชันภายใน"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "รีเลชันภายใน"
@@ -3346,7 +3346,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "รีเลชัน"
@@ -5736,7 +5736,7 @@ msgstr "ปฏิทิน"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7348,6 +7348,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "รีเลชันภายใน"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/tr.po b/po/tr.po
index b4fe5a4..9aced86 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-03 11:44+0200\n"
"Last-Translator: <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -2024,7 +2024,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Dahili ilişki eklendi"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Dahili ilişkiler"
@@ -3456,7 +3456,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "TABLO İLİŞKİLERİ"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "İlişkiler"
@@ -6041,7 +6041,7 @@ msgstr "Temizle"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "_ ve % jokerleri harfi harfine kullanılmak için \\ ile doldurun."
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7831,6 +7831,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Dahili ilişkiler"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/tt.po b/po/tt.po
index e298d3e..26606ff 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-30 23:14+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -2011,7 +2011,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Eçke bäyläneş"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Eçke bäyläneş"
@@ -3397,7 +3397,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Bäyläneşlär"
@@ -5836,7 +5836,7 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"_ belän % bilgelären şul kileş kenä qullanu öçen \\ belän ütkärergä kiräk"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7467,6 +7467,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Eçke bäyläneş"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/uk.po b/po/uk.po
index d8fbc88..3ce1c7d 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: ukrainian <uk(a)li.org>\n"
@@ -1979,7 +1979,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3334,7 +3334,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Зв'язки"
@@ -5723,7 +5723,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7304,6 +7304,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "General relation features"
+#~ msgid "Internal relation"
+#~ msgstr "Загальні можливості"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/ur.po b/po/ur.po
index 2976b0d..6bb8d09 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-09 14:02+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Urdu <ur(a)li.org>\n"
@@ -1946,7 +1946,7 @@ msgstr ""
msgid "Internal relation added"
msgstr ""
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr ""
@@ -3275,7 +3275,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr ""
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr ""
@@ -5618,7 +5618,7 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
diff --git a/po/uz.po b/po/uz.po
index 3e714e0..c82af56 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_cyrillic <uz(a)li.org>\n"
@@ -2035,7 +2035,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ички алоқа ўрнатилди"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Ички алоқалар"
@@ -3477,7 +3477,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "Жадвал алоқалари"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Алоқалар"
@@ -6086,7 +6086,7 @@ msgstr ""
"Маълумотлар базалари номларида пастки чизиқ (_) ва фоиз (%) белгилари "
"ишлатилганда улар олдига тескари эгри чизиқ (\\) қўйиш керак."
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7892,6 +7892,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Ички алоқалар"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 301b799..56c1c76 100644
--- a/po/uz(a)latin.po
+++ b/po/uz(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
@@ -2044,7 +2044,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "Ichki aloqa o‘rnatildi"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "Ichki aloqalar"
@@ -3503,7 +3503,7 @@ msgstr ""
msgid "RELATIONS FOR TABLE"
msgstr "Jadval aloqalari"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "Aloqalar"
@@ -6135,7 +6135,7 @@ msgstr ""
"Ma`lumotlar bazalari nomlarida pastki chiziq (_) va foiz (%) belgilari "
"ishlatilganda ular oldiga teskari egri chiziq (\\) qo‘yish kerak."
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
msgid "Configuration: %s"
@@ -7956,6 +7956,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "Ichki aloqalar"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index cc695be..b943910 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-04-08 13:06+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -1973,7 +1973,7 @@ msgstr "不需要一个和外键关系一致的内联关系"
msgid "Internal relation added"
msgstr "已添加内联关系"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "内联"
@@ -3337,7 +3337,7 @@ msgstr "链接表的附加功能尚未激活。要查出原因,请点击%s此
msgid "RELATIONS FOR TABLE"
msgstr "表的关联"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "关系"
@@ -5794,7 +5794,7 @@ msgstr "清除"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "要使用通配符 _ 和 % 本身,应使用用 \\ 转义"
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
msgid "Configuration: %s"
@@ -7470,6 +7470,11 @@ msgid "ZIP"
msgstr "ZIP"
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "内联"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 77f762e..3fc0001 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-16 16:27+0200\n"
+"POT-Creation-Date: 2010-04-18 08:42-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: chinese_traditional <zh_TW(a)li.org>\n"
@@ -1986,7 +1986,7 @@ msgstr ""
msgid "Internal relation added"
msgstr "內部關聯"
-#: libraries/messages.inc.php:449
+#: libraries/messages.inc.php:449 tbl_relation.php:405
msgid "Internal relations"
msgstr "內部關聯"
@@ -3345,7 +3345,7 @@ msgstr "關聯資料表的附加功能未能啟動, %s請按此%s 查出問題
msgid "RELATIONS FOR TABLE"
msgstr "RELATIONS FOR TABLE"
-#: libraries/messages.inc.php:762
+#: libraries/messages.inc.php:762 tbl_relation.php:399
msgid "Relations"
msgstr "關聯"
@@ -5741,7 +5741,7 @@ msgstr "日曆"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "萬用符號 _ 及 % 應正確地加入 \\ "
-#: server_synchronize.php:1157
+#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
msgstr ""
@@ -7358,6 +7358,11 @@ msgid "ZIP"
msgstr ""
#, fuzzy
+#~| msgid "Internal relations"
+#~ msgid "Internal relation"
+#~ msgstr "內部關聯"
+
+#, fuzzy
#~| msgid "Select All"
#~ msgctxt "Create SELECT * query"
#~ msgid "Select all"
diff --git a/tbl_relation.php b/tbl_relation.php
index e1b3253..19a85af 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -396,13 +396,13 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
$saved_row_cnt = count($save_row);
?>
<fieldset>
- <legend><?php echo $strLinksTo; ?></legend>
+ <legend><?php echo __('Relations'); ?></legend>
<table>
- <tr><th></th>
+ <tr><th><?php echo $strField; ?></th>
<?php
if ($cfgRelation['relwork']) {
- echo '<th>' . $strInternalRelations;
+ echo '<th>' . __('Internal relation');
if (PMA_foreignkey_supported($tbl_type)) {
echo PMA_showHint($strInternalAndForeign);
}
@@ -410,7 +410,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
}
if (PMA_foreignkey_supported($tbl_type)) {
// this does not have to be translated, it's part of the MySQL syntax
- echo '<th colspan="2">FOREIGN KEY (' . $tbl_type . ')';
+ echo '<th colspan="2">REFERENCES (' . $tbl_type . ')';
echo '</th>';
}
?>
hooks/post-receive
--
phpMyAdmin
1
0