Git
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 39111 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0-461-gc74fad4
by Marc Delisle 16 May '11
by Marc Delisle 16 May '11
16 May '11
The branch, master has been updated
via c74fad43c4fb56c2e85aebc8ab036005d48d64df (commit)
via 71a533536b0b9b34e3bcf89bb9710006b7cd5d03 (commit)
from cc639dec22e6e596f0cae4f28442233cd4f51ccc (commit)
- Log -----------------------------------------------------------------
commit c74fad43c4fb56c2e85aebc8ab036005d48d64df
Merge: cc639dec22e6e596f0cae4f28442233cd4f51ccc 71a533536b0b9b34e3bcf89bb9710006b7cd5d03
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon May 16 12:53:25 2011 -0400
Merge branch 'QA_3_4'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
server_synchronize.php | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3492cd5..6d5d013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@
- Patch #3302313 Show a translated label
- bug #3300981 [navi] Table filter is case sensitive
- bug #3285929 [privileges] Revert temporary fix
+- bug #3302872 [synchronize] Synchronize and user name
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
diff --git a/server_synchronize.php b/server_synchronize.php
index d097059..fa3a959 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1184,7 +1184,7 @@ if (isset($_REQUEST['synchronize_db'])) {
</tr>
<tr class="odd toggler remote-server">
<td><?php echo __('User name'); ?></td>
- <td><input type="text" name="<?php echo $type; ?>_username" class="server-user" <?php echo $possibly_readonly; ?>/></td>
+ <td><input type="text" name="<?php echo $type; ?>_username" class="server-user" /></td>
</tr>
<tr class="even toggler remote-server">
<td><?php echo __('Password'); ?></td>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0-42-g71a5335
by Marc Delisle 16 May '11
by Marc Delisle 16 May '11
16 May '11
The branch, QA_3_4 has been updated
via 71a533536b0b9b34e3bcf89bb9710006b7cd5d03 (commit)
from d0b9caa050a8f2e056998c67e9a1a7468def275a (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
server_synchronize.php | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9a429f6..2d779a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
- Patch #3302313 Show a translated label
- bug #3300981 [navi] Table filter is case sensitive
- bug #3285929 [privileges] Revert temporary fix
+- bug #3302872 [synchronize] Synchronize and user name
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
diff --git a/server_synchronize.php b/server_synchronize.php
index d097059..fa3a959 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1184,7 +1184,7 @@ if (isset($_REQUEST['synchronize_db'])) {
</tr>
<tr class="odd toggler remote-server">
<td><?php echo __('User name'); ?></td>
- <td><input type="text" name="<?php echo $type; ?>_username" class="server-user" <?php echo $possibly_readonly; ?>/></td>
+ <td><input type="text" name="<?php echo $type; ?>_username" class="server-user" /></td>
</tr>
<tr class="even toggler remote-server">
<td><?php echo __('Password'); ?></td>
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0-459-gcc639de
by Marc Delisle 16 May '11
by Marc Delisle 16 May '11
16 May '11
The branch, master has been updated
via cc639dec22e6e596f0cae4f28442233cd4f51ccc (commit)
from f493cd776e54148d688b3b4615947339cb63a68c (commit)
- Log -----------------------------------------------------------------
commit cc639dec22e6e596f0cae4f28442233cd4f51ccc
Author: Marc Delisle <marc(a)infomarc.info>
Date: Mon May 16 10:31:32 2011 -0400
Refresh .po files
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 98 +++++++++++++++++-----------------
po/ar.po | 103 +++++++++++++++++++------------------
po/az.po | 103 +++++++++++++++++++------------------
po/be.po | 103 +++++++++++++++++++------------------
po/be(a)latin.po | 103 +++++++++++++++++++------------------
po/bg.po | 135 ++++++++++++++++++++++--------------------------
po/bn.po | 103 +++++++++++++++++++------------------
po/bs.po | 103 +++++++++++++++++++------------------
po/ca.po | 101 ++++++++++++++++++------------------
po/cs.po | 107 +++++++++++++++++++-------------------
po/cy.po | 98 +++++++++++++++++-----------------
po/da.po | 103 +++++++++++++++++++------------------
po/de.po | 101 ++++++++++++++++++------------------
po/el.po | 101 ++++++++++++++++++------------------
po/en_GB.po | 101 ++++++++++++++++++------------------
po/es.po | 101 ++++++++++++++++++------------------
po/et.po | 103 +++++++++++++++++++------------------
po/eu.po | 103 +++++++++++++++++++------------------
po/fa.po | 98 +++++++++++++++++-----------------
po/fi.po | 101 ++++++++++++++++++------------------
po/fr.po | 101 ++++++++++++++++++------------------
po/gl.po | 101 ++++++++++++++++++------------------
po/he.po | 103 +++++++++++++++++++------------------
po/hi.po | 101 ++++++++++++++++++------------------
po/hr.po | 103 +++++++++++++++++++------------------
po/hu.po | 105 +++++++++++++++++++-------------------
po/id.po | 103 +++++++++++++++++++------------------
po/it.po | 101 ++++++++++++++++++------------------
po/ja.po | 101 ++++++++++++++++++------------------
po/ka.po | 103 +++++++++++++++++++------------------
po/ko.po | 103 +++++++++++++++++++------------------
po/lt.po | 101 ++++++++++++++++++------------------
po/lv.po | 103 +++++++++++++++++++------------------
po/mk.po | 103 +++++++++++++++++++------------------
po/ml.po | 98 +++++++++++++++++-----------------
po/mn.po | 103 +++++++++++++++++++------------------
po/ms.po | 103 +++++++++++++++++++------------------
po/nb.po | 101 ++++++++++++++++++------------------
po/nl.po | 101 ++++++++++++++++++------------------
po/phpmyadmin.pot | 98 +++++++++++++++++-----------------
po/pl.po | 101 ++++++++++++++++++------------------
po/pt.po | 103 +++++++++++++++++++------------------
po/pt_BR.po | 103 +++++++++++++++++++------------------
po/ro.po | 103 +++++++++++++++++++------------------
po/ru.po | 101 ++++++++++++++++++------------------
po/si.po | 117 ++++++++++++++++++++---------------------
po/sk.po | 148 +++++++++++++++++++----------------------------------
po/sl.po | 101 ++++++++++++++++++------------------
po/sq.po | 103 +++++++++++++++++++------------------
po/sr.po | 103 +++++++++++++++++++------------------
po/sr(a)latin.po | 103 +++++++++++++++++++------------------
po/sv.po | 101 ++++++++++++++++++------------------
po/ta.po | 98 +++++++++++++++++-----------------
po/te.po | 98 +++++++++++++++++-----------------
po/th.po | 103 +++++++++++++++++++------------------
po/tr.po | 101 ++++++++++++++++++------------------
po/tt.po | 103 +++++++++++++++++++------------------
po/ug.po | 98 +++++++++++++++++-----------------
po/uk.po | 103 +++++++++++++++++++------------------
po/ur.po | 98 +++++++++++++++++-----------------
po/uz.po | 101 ++++++++++++++++++------------------
po/uz(a)latin.po | 101 ++++++++++++++++++------------------
po/zh_CN.po | 101 ++++++++++++++++++------------------
po/zh_TW.po | 129 +++++++++++++++++++++-------------------------
64 files changed, 3303 insertions(+), 3323 deletions(-)
diff --git a/po/af.po b/po/af.po
index cc08210..0da226c 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-15 13:41-0400\n"
+"POT-Creation-Date: 2011-05-16 10:31-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"
@@ -67,8 +67,8 @@ msgstr "Soek"
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1224 tbl_change.php:331
#: tbl_change.php:1102 tbl_change.php:1139 tbl_indexes.php:252
-#: tbl_operations.php:281 tbl_operations.php:318 tbl_operations.php:520
-#: tbl_operations.php:582 tbl_operations.php:764 tbl_select.php:290
+#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519
+#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:290
#: tbl_structure.php:656 tbl_structure.php:692 tbl_tracking.php:425
#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99
msgid "Go"
@@ -122,7 +122,7 @@ msgid "Database comment: "
msgstr "Tabel kommentaar"
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1213
-#: libraries/tbl_properties.inc.php:725 tbl_operations.php:363
+#: libraries/tbl_properties.inc.php:725 tbl_operations.php:362
#: tbl_printview.php:127
msgid "Table comments"
msgstr "Tabel kommentaar"
@@ -299,15 +299,15 @@ msgstr "Geen databasisse"
msgid "Copy database to"
msgstr "Geen databasisse"
-#: db_operations.php:494 tbl_operations.php:549 tbl_tracking.php:418
+#: db_operations.php:494 tbl_operations.php:548 tbl_tracking.php:418
msgid "Structure only"
msgstr "Slegs struktuur"
-#: db_operations.php:495 tbl_operations.php:550 tbl_tracking.php:420
+#: db_operations.php:495 tbl_operations.php:549 tbl_tracking.php:420
msgid "Structure and data"
msgstr "Struktuur en data"
-#: db_operations.php:496 tbl_operations.php:551 tbl_tracking.php:419
+#: db_operations.php:496 tbl_operations.php:550 tbl_tracking.php:419
msgid "Data only"
msgstr "Slegs Data"
@@ -317,17 +317,17 @@ msgstr ""
#: db_operations.php:507 libraries/config/messages.inc.php:124
#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:127
-#: libraries/config/messages.inc.php:132 tbl_operations.php:557
+#: libraries/config/messages.inc.php:132 tbl_operations.php:556
#, php-format
msgid "Add %s"
msgstr ""
#: db_operations.php:511 libraries/config/messages.inc.php:117
-#: tbl_operations.php:315 tbl_operations.php:559
+#: tbl_operations.php:314 tbl_operations.php:558
msgid "Add AUTO_INCREMENT value"
msgstr ""
-#: db_operations.php:515 tbl_operations.php:566
+#: db_operations.php:515 tbl_operations.php:565
msgid "Add constraints"
msgstr ""
@@ -339,7 +339,7 @@ msgstr ""
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
#: libraries/mysql_charsets.lib.php:116 libraries/tbl_properties.inc.php:106
#: libraries/tbl_properties.inc.php:731 server_collations.php:53
-#: server_collations.php:65 tbl_operations.php:379 tbl_select.php:114
+#: server_collations.php:65 tbl_operations.php:378 tbl_select.php:114
#: tbl_structure.php:200 tbl_structure.php:862 tbl_tracking.php:268
#: tbl_tracking.php:319
msgid "Collation"
@@ -439,14 +439,14 @@ msgstr "Sorteer"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:102
#: libraries/display_tbl.lib.php:505 libraries/display_tbl.lib.php:814
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:275
#: tbl_select.php:277
msgid "Ascending"
msgstr "Dalend"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:110
#: libraries/display_tbl.lib.php:510 libraries/display_tbl.lib.php:811
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:277
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
#: tbl_select.php:278
msgid "Descending"
msgstr "Dalend"
@@ -611,17 +611,17 @@ msgstr "Binne tabel(le):"
msgid "No tables found in database"
msgstr "Geen tabelle in databasis gevind nie."
-#: db_structure.php:277 tbl_operations.php:689
+#: db_structure.php:277 tbl_operations.php:688
#, php-format
msgid "Table %s has been emptied"
msgstr "Tabel %s is leeg gemaak"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, fuzzy, php-format
msgid "View %s has been dropped"
msgstr "Veld %s is verwyder"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "Table %s has been dropped"
msgstr "Tabel %s is verwyder"
@@ -711,20 +711,20 @@ msgstr "Maak Leeg"
msgid "Drop"
msgstr "Verwyder"
-#: db_structure.php:513 tbl_operations.php:605
+#: db_structure.php:513 tbl_operations.php:604
msgid "Check table"
msgstr "Kontroleer tabel"
-#: db_structure.php:515 tbl_operations.php:654 tbl_structure.php:804
+#: db_structure.php:515 tbl_operations.php:653 tbl_structure.php:804
#: tbl_structure.php:806
msgid "Optimize table"
msgstr "Optimaliseer tabel"
-#: db_structure.php:517 tbl_operations.php:641
+#: db_structure.php:517 tbl_operations.php:640
msgid "Repair table"
msgstr "Herstel tabel"
-#: db_structure.php:519 tbl_operations.php:628
+#: db_structure.php:519 tbl_operations.php:627
msgid "Analyze table"
msgstr "Analiseer tabel"
@@ -942,7 +942,7 @@ msgstr ""
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2074 libraries/sql_query_form.lib.php:140
-#: tbl_operations.php:229 tbl_relation.php:289 tbl_row_action.php:126
+#: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126
#: view_operations.php:60
msgid "Your SQL query has been executed successfully"
msgstr "Jou SQL-navraag is suksesvol uitgevoer"
@@ -1654,7 +1654,7 @@ msgstr "databasisse"
#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:593
#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:961
-#: tbl_operations.php:229 tbl_relation.php:287 view_operations.php:60
+#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60
msgid "Error"
msgstr "Fout"
@@ -6669,7 +6669,7 @@ msgid ""
msgstr ""
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
-#: tbl_operations.php:371
+#: tbl_operations.php:370
msgid "Storage Engine"
msgstr ""
@@ -7839,7 +7839,7 @@ msgstr ""
#: server_replication.php:72
#, php-format
-msgid "Master server changed succesfully to %s"
+msgid "Master server changed successfully to %s"
msgstr ""
#: server_replication.php:180
@@ -9377,104 +9377,104 @@ msgstr "Tabel %s is gekopieer na %s."
msgid "The table name is empty!"
msgstr "Die tabel naam is leeg!"
-#: tbl_operations.php:265
+#: tbl_operations.php:264
msgid "Alter table order by"
msgstr "Verander tabel sorteer volgens"
-#: tbl_operations.php:274
+#: tbl_operations.php:273
msgid "(singly)"
msgstr "(afsonderlik)"
-#: tbl_operations.php:294
+#: tbl_operations.php:293
msgid "Move table to (database<b>.</b>table):"
msgstr "Skuif tabel na (databasis<b>.</b>tabel):"
-#: tbl_operations.php:352
+#: tbl_operations.php:351
msgid "Table options"
msgstr ""
-#: tbl_operations.php:356
+#: tbl_operations.php:355
msgid "Rename table to"
msgstr "Hernoem tabel na"
-#: tbl_operations.php:532
+#: tbl_operations.php:531
msgid "Copy table to (database<b>.</b>table):"
msgstr "Kopieer tabel na (databasis<b>.</b>tabel):"
-#: tbl_operations.php:579
+#: tbl_operations.php:578
msgid "Switch to copied table"
msgstr ""
-#: tbl_operations.php:591
+#: tbl_operations.php:590
msgid "Table maintenance"
msgstr "Tabel instandhouding"
-#: tbl_operations.php:615
+#: tbl_operations.php:614
msgid "Defragment table"
msgstr ""
-#: tbl_operations.php:663
+#: tbl_operations.php:662
#, php-format
msgid "Table %s has been flushed"
msgstr "Tabel %s is geflush"
-#: tbl_operations.php:669
+#: tbl_operations.php:668
#, fuzzy
#| msgid "Flush the table (\"FLUSH\")"
msgid "Flush the table (FLUSH)"
msgstr "Spoel die tabel (\"FLUSH\")"
-#: tbl_operations.php:678
+#: tbl_operations.php:677
#, fuzzy
#| msgid "Dumping data for table"
msgid "Delete data or table"
msgstr "Stort data vir tabel"
-#: tbl_operations.php:693
+#: tbl_operations.php:692
msgid "Empty the table (TRUNCATE)"
msgstr ""
-#: tbl_operations.php:713
+#: tbl_operations.php:712
#, fuzzy
msgid "Delete the table (DROP)"
msgstr "Geen databasisse"
-#: tbl_operations.php:734
+#: tbl_operations.php:733
#, fuzzy
msgid "Partition maintenance"
msgstr "Tabel instandhouding"
-#: tbl_operations.php:742
+#: tbl_operations.php:741
#, php-format
msgid "Partition %s"
msgstr ""
-#: tbl_operations.php:745
+#: tbl_operations.php:744
msgid "Analyze"
msgstr ""
-#: tbl_operations.php:746
+#: tbl_operations.php:745
msgid "Check"
msgstr ""
-#: tbl_operations.php:747
+#: tbl_operations.php:746
msgid "Optimize"
msgstr ""
-#: tbl_operations.php:748
+#: tbl_operations.php:747
msgid "Rebuild"
msgstr ""
-#: tbl_operations.php:749
+#: tbl_operations.php:748
#, fuzzy
msgid "Repair"
msgstr "Herstel tabel"
-#: tbl_operations.php:761
+#: tbl_operations.php:760
msgid "Remove partitioning"
msgstr ""
-#: tbl_operations.php:787
+#: tbl_operations.php:786
msgid "Check referential integrity:"
msgstr "Toets referential integrity:"
@@ -9694,7 +9694,7 @@ msgid "Version %s snapshot (SQL code)"
msgstr ""
#: tbl_tracking.php:382
-msgid "Tracking data definition succesfully deleted"
+msgid "Tracking data definition successfully deleted"
msgstr ""
#: tbl_tracking.php:384 tbl_tracking.php:401
@@ -9704,7 +9704,7 @@ msgid "Query error"
msgstr "Navraag dmv Voorbeeld"
#: tbl_tracking.php:399
-msgid "Tracking data manipulation succesfully deleted"
+msgid "Tracking data manipulation successfully deleted"
msgstr ""
#: tbl_tracking.php:411
diff --git a/po/ar.po b/po/ar.po
index 67091a1..6502b9c 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-15 13:41-0400\n"
+"POT-Creation-Date: 2011-05-16 10:31-0400\n"
"PO-Revision-Date: 2011-04-21 13:56+0200\n"
"Last-Translator: <u4504712(a)anu.edu.au>\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -70,8 +70,8 @@ msgstr "ابحث"
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1224 tbl_change.php:331
#: tbl_change.php:1102 tbl_change.php:1139 tbl_indexes.php:252
-#: tbl_operations.php:281 tbl_operations.php:318 tbl_operations.php:520
-#: tbl_operations.php:582 tbl_operations.php:764 tbl_select.php:290
+#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519
+#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:290
#: tbl_structure.php:656 tbl_structure.php:692 tbl_tracking.php:425
#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99
msgid "Go"
@@ -125,7 +125,7 @@ msgid "Database comment: "
msgstr "ملاحظة قاعدة البيانات: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1213
-#: libraries/tbl_properties.inc.php:725 tbl_operations.php:363
+#: libraries/tbl_properties.inc.php:725 tbl_operations.php:362
#: tbl_printview.php:127
msgid "Table comments"
msgstr "تعليقات على الجدول"
@@ -296,15 +296,15 @@ msgstr "إزاله قاعدة البيانات"
msgid "Copy database to"
msgstr "إنسخ قاعدة البيانات إلى"
-#: db_operations.php:494 tbl_operations.php:549 tbl_tracking.php:418
+#: db_operations.php:494 tbl_operations.php:548 tbl_tracking.php:418
msgid "Structure only"
msgstr "البنية فقط"
-#: db_operations.php:495 tbl_operations.php:550 tbl_tracking.php:420
+#: db_operations.php:495 tbl_operations.php:549 tbl_tracking.php:420
msgid "Structure and data"
msgstr "البنية والبيانات"
-#: db_operations.php:496 tbl_operations.php:551 tbl_tracking.php:419
+#: db_operations.php:496 tbl_operations.php:550 tbl_tracking.php:419
msgid "Data only"
msgstr "بيانات فقط"
@@ -314,17 +314,17 @@ msgstr "إنشاء قاعدة البيانات قبل النسخ"
#: db_operations.php:507 libraries/config/messages.inc.php:124
#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:127
-#: libraries/config/messages.inc.php:132 tbl_operations.php:557
+#: libraries/config/messages.inc.php:132 tbl_operations.php:556
#, php-format
msgid "Add %s"
msgstr "أضف %s"
#: db_operations.php:511 libraries/config/messages.inc.php:117
-#: tbl_operations.php:315 tbl_operations.php:559
+#: tbl_operations.php:314 tbl_operations.php:558
msgid "Add AUTO_INCREMENT value"
msgstr "أضف قيمة AUTO_INCREMENT"
-#: db_operations.php:515 tbl_operations.php:566
+#: db_operations.php:515 tbl_operations.php:565
msgid "Add constraints"
msgstr "أضف قيودا"
@@ -336,7 +336,7 @@ msgstr ""
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
#: libraries/mysql_charsets.lib.php:116 libraries/tbl_properties.inc.php:106
#: libraries/tbl_properties.inc.php:731 server_collations.php:53
-#: server_collations.php:65 tbl_operations.php:379 tbl_select.php:114
+#: server_collations.php:65 tbl_operations.php:378 tbl_select.php:114
#: tbl_structure.php:200 tbl_structure.php:862 tbl_tracking.php:268
#: tbl_tracking.php:319
msgid "Collation"
@@ -435,14 +435,14 @@ msgstr "تصنيف"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:102
#: libraries/display_tbl.lib.php:505 libraries/display_tbl.lib.php:814
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:275
#: tbl_select.php:277
msgid "Ascending"
msgstr "تصاعديا"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:110
#: libraries/display_tbl.lib.php:510 libraries/display_tbl.lib.php:811
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:277
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
#: tbl_select.php:278
msgid "Descending"
msgstr "تنازليا"
@@ -615,17 +615,17 @@ msgstr "داخل الجدول)الجداول(:"
msgid "No tables found in database"
msgstr "لا توجد جداول متوفره في قاعدة البيانات هذه!."
-#: db_structure.php:277 tbl_operations.php:689
+#: db_structure.php:277 tbl_operations.php:688
#, php-format
msgid "Table %s has been emptied"
msgstr "جدول %s أفرغت محتوياتها"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "View %s has been dropped"
msgstr ""
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "Table %s has been dropped"
msgstr "جدول %s حذفت"
@@ -715,20 +715,20 @@ msgstr "إفراغ محتوى"
msgid "Drop"
msgstr "حذف"
-#: db_structure.php:513 tbl_operations.php:605
+#: db_structure.php:513 tbl_operations.php:604
msgid "Check table"
msgstr "التحقق من الجدول"
-#: db_structure.php:515 tbl_operations.php:654 tbl_structure.php:804
+#: db_structure.php:515 tbl_operations.php:653 tbl_structure.php:804
#: tbl_structure.php:806
msgid "Optimize table"
msgstr "ضغط الجدول"
-#: db_structure.php:517 tbl_operations.php:641
+#: db_structure.php:517 tbl_operations.php:640
msgid "Repair table"
msgstr "إصلاح الجدول"
-#: db_structure.php:519 tbl_operations.php:628
+#: db_structure.php:519 tbl_operations.php:627
msgid "Analyze table"
msgstr "تحليل الجدول"
@@ -945,7 +945,7 @@ msgstr ""
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2074 libraries/sql_query_form.lib.php:140
-#: tbl_operations.php:229 tbl_relation.php:289 tbl_row_action.php:126
+#: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126
#: view_operations.php:60
msgid "Your SQL query has been executed successfully"
msgstr "الخاص بك تم تنفيذه بنجاح SQL-استعلام"
@@ -1670,7 +1670,7 @@ msgstr "قاعدة بيانات"
#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:593
#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:961
-#: tbl_operations.php:229 tbl_relation.php:287 view_operations.php:60
+#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60
msgid "Error"
msgstr "خطأ"
@@ -6717,7 +6717,7 @@ msgid ""
msgstr "ليس هناك وصف متوفر لهذا التحويل.<br />رجاء اسأل الناشر، ما يفعله %s."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
-#: tbl_operations.php:371
+#: tbl_operations.php:370
msgid "Storage Engine"
msgstr ""
@@ -7935,9 +7935,10 @@ msgid "Unable to change master"
msgstr ""
#: server_replication.php:72
-#, php-format
-msgid "Master server changed succesfully to %s"
-msgstr ""
+#, fuzzy, php-format
+#| msgid "The privileges were reloaded successfully."
+msgid "Master server changed successfully to %s"
+msgstr "تم إعادة قراءة الصلاحيات بنجاح."
#: server_replication.php:180
msgid "This server is configured as master in a replication process."
@@ -9465,103 +9466,103 @@ msgstr "الجدول %s لقد تم نسخه إلى %s."
msgid "The table name is empty!"
msgstr "اسم الجدول فارغ!"
-#: tbl_operations.php:265
+#: tbl_operations.php:264
msgid "Alter table order by"
msgstr "تعديل ترتيب الجدول بـ"
-#: tbl_operations.php:274
+#: tbl_operations.php:273
msgid "(singly)"
msgstr "(فردي)"
-#: tbl_operations.php:294
+#: tbl_operations.php:293
msgid "Move table to (database<b>.</b>table):"
msgstr "نقل جدول إلى (قاعدة بيانات<b>.</b>جدول):"
-#: tbl_operations.php:352
+#: tbl_operations.php:351
msgid "Table options"
msgstr "خيارات الجدول"
-#: tbl_operations.php:356
+#: tbl_operations.php:355
msgid "Rename table to"
msgstr "تغيير اسم جدول إلى"
-#: tbl_operations.php:532
+#: tbl_operations.php:531
msgid "Copy table to (database<b>.</b>table):"
msgstr "نسخ الجدول إلى"
-#: tbl_operations.php:579
+#: tbl_operations.php:578
msgid "Switch to copied table"
msgstr "بدل إلى الجدول المنسوخ"
-#: tbl_operations.php:591
+#: tbl_operations.php:590
msgid "Table maintenance"
msgstr "صيانة الجدول"
-#: tbl_operations.php:615
+#: tbl_operations.php:614
msgid "Defragment table"
msgstr ""
-#: tbl_operations.php:663
+#: tbl_operations.php:662
#, php-format
msgid "Table %s has been flushed"
msgstr "لقد تم إعادة تحميل الجدول %s بنجاح"
-#: tbl_operations.php:669
+#: tbl_operations.php:668
#, fuzzy
#| msgid "Flush the table (\"FLUSH\")"
msgid "Flush the table (FLUSH)"
msgstr "إعادة تحميل الجدول (\"FLUSH\")"
-#: tbl_operations.php:678
+#: tbl_operations.php:677
#, fuzzy
#| msgid "Dumping data for table"
msgid "Delete data or table"
msgstr "إرجاع أو استيراد بيانات الجدول"
-#: tbl_operations.php:693
+#: tbl_operations.php:692
msgid "Empty the table (TRUNCATE)"
msgstr ""
-#: tbl_operations.php:713
+#: tbl_operations.php:712
#, fuzzy
#| msgid "Copy database to"
msgid "Delete the table (DROP)"
msgstr "إنسخ قاعدة البيانات إلى"
-#: tbl_operations.php:734
+#: tbl_operations.php:733
msgid "Partition maintenance"
msgstr ""
-#: tbl_operations.php:742
+#: tbl_operations.php:741
#, php-format
msgid "Partition %s"
msgstr ""
-#: tbl_operations.php:745
+#: tbl_operations.php:744
msgid "Analyze"
msgstr "حلل"
-#: tbl_operations.php:746
+#: tbl_operations.php:745
msgid "Check"
msgstr "تحقق"
-#: tbl_operations.php:747
+#: tbl_operations.php:746
msgid "Optimize"
msgstr ""
-#: tbl_operations.php:748
+#: tbl_operations.php:747
msgid "Rebuild"
msgstr ""
-#: tbl_operations.php:749
+#: tbl_operations.php:748
msgid "Repair"
msgstr "صلح"
-#: tbl_operations.php:761
+#: tbl_operations.php:760
msgid "Remove partitioning"
msgstr ""
-#: tbl_operations.php:787
+#: tbl_operations.php:786
msgid "Check referential integrity:"
msgstr "تحديد التكامل المرجعي:"
@@ -9785,7 +9786,7 @@ msgid "Version %s snapshot (SQL code)"
msgstr ""
#: tbl_tracking.php:382
-msgid "Tracking data definition succesfully deleted"
+msgid "Tracking data definition successfully deleted"
msgstr ""
#: tbl_tracking.php:384 tbl_tracking.php:401
@@ -9795,7 +9796,7 @@ msgid "Query error"
msgstr "أخطاء."
#: tbl_tracking.php:399
-msgid "Tracking data manipulation succesfully deleted"
+msgid "Tracking data manipulation successfully deleted"
msgstr ""
#: tbl_tracking.php:411
diff --git a/po/az.po b/po/az.po
index 12b14c7..645a5fe 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-15 13:41-0400\n"
+"POT-Creation-Date: 2011-05-16 10:31-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"
@@ -66,8 +66,8 @@ msgstr "Axtarış"
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1224 tbl_change.php:331
#: tbl_change.php:1102 tbl_change.php:1139 tbl_indexes.php:252
-#: tbl_operations.php:281 tbl_operations.php:318 tbl_operations.php:520
-#: tbl_operations.php:582 tbl_operations.php:764 tbl_select.php:290
+#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519
+#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:290
#: tbl_structure.php:656 tbl_structure.php:692 tbl_tracking.php:425
#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99
msgid "Go"
@@ -119,7 +119,7 @@ msgid "Database comment: "
msgstr "Baza qısa izahatı: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1213
-#: libraries/tbl_properties.inc.php:725 tbl_operations.php:363
+#: libraries/tbl_properties.inc.php:725 tbl_operations.php:362
#: tbl_printview.php:127
msgid "Table comments"
msgstr "Cedvel haqqında qısa izahat"
@@ -295,15 +295,15 @@ msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
msgid "Copy database to"
msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
-#: db_operations.php:494 tbl_operations.php:549 tbl_tracking.php:418
+#: db_operations.php:494 tbl_operations.php:548 tbl_tracking.php:418
msgid "Structure only"
msgstr "Sadece quruluş"
-#: db_operations.php:495 tbl_operations.php:550 tbl_tracking.php:420
+#: db_operations.php:495 tbl_operations.php:549 tbl_tracking.php:420
msgid "Structure and data"
msgstr "Quruluş ve me'lumat"
-#: db_operations.php:496 tbl_operations.php:551 tbl_tracking.php:419
+#: db_operations.php:496 tbl_operations.php:550 tbl_tracking.php:419
msgid "Data only"
msgstr "Sadece me'lumat"
@@ -313,17 +313,17 @@ msgstr ""
#: db_operations.php:507 libraries/config/messages.inc.php:124
#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:127
-#: libraries/config/messages.inc.php:132 tbl_operations.php:557
+#: libraries/config/messages.inc.php:132 tbl_operations.php:556
#, php-format
msgid "Add %s"
msgstr ""
#: db_operations.php:511 libraries/config/messages.inc.php:117
-#: tbl_operations.php:315 tbl_operations.php:559
+#: tbl_operations.php:314 tbl_operations.php:558
msgid "Add AUTO_INCREMENT value"
msgstr "AUTO_INCREMENT deyeri elave et"
-#: db_operations.php:515 tbl_operations.php:566
+#: db_operations.php:515 tbl_operations.php:565
msgid "Add constraints"
msgstr ""
@@ -336,7 +336,7 @@ msgstr "Kopyalanmış cedvele keç"
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
#: libraries/mysql_charsets.lib.php:116 libraries/tbl_properties.inc.php:106
#: libraries/tbl_properties.inc.php:731 server_collations.php:53
-#: server_collations.php:65 tbl_operations.php:379 tbl_select.php:114
+#: server_collations.php:65 tbl_operations.php:378 tbl_select.php:114
#: tbl_structure.php:200 tbl_structure.php:862 tbl_tracking.php:268
#: tbl_tracking.php:319
#, fuzzy
@@ -436,14 +436,14 @@ msgstr "Sırala"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:102
#: libraries/display_tbl.lib.php:505 libraries/display_tbl.lib.php:814
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:275
#: tbl_select.php:277
msgid "Ascending"
msgstr "Artan sırada"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:110
#: libraries/display_tbl.lib.php:510 libraries/display_tbl.lib.php:811
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:277
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
#: tbl_select.php:278
msgid "Descending"
msgstr "Azalan sırada"
@@ -608,17 +608,17 @@ msgstr "Inside table(s):"
msgid "No tables found in database"
msgstr "Me'lumat bazasında cedvel yoxdur."
-#: db_structure.php:277 tbl_operations.php:689
+#: db_structure.php:277 tbl_operations.php:688
#, php-format
msgid "Table %s has been emptied"
msgstr "%s cedveli boşaldıldı"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, fuzzy, php-format
msgid "View %s has been dropped"
msgstr "%s sahesi leğv edildi"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "Table %s has been dropped"
msgstr "%s cedveli leğv edildi"
@@ -709,20 +709,20 @@ msgstr "Boşalt"
msgid "Drop"
msgstr "Leğv et"
-#: db_structure.php:513 tbl_operations.php:605
+#: db_structure.php:513 tbl_operations.php:604
msgid "Check table"
msgstr "Cedveli yoxla"
-#: db_structure.php:515 tbl_operations.php:654 tbl_structure.php:804
+#: db_structure.php:515 tbl_operations.php:653 tbl_structure.php:804
#: tbl_structure.php:806
msgid "Optimize table"
msgstr "Cedveli optimallaşdır"
-#: db_structure.php:517 tbl_operations.php:641
+#: db_structure.php:517 tbl_operations.php:640
msgid "Repair table"
msgstr "Cedveli te'mir et"
-#: db_structure.php:519 tbl_operations.php:628
+#: db_structure.php:519 tbl_operations.php:627
msgid "Analyze table"
msgstr "Cedveli analiz et"
@@ -942,7 +942,7 @@ msgstr ""
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2074 libraries/sql_query_form.lib.php:140
-#: tbl_operations.php:229 tbl_relation.php:289 tbl_row_action.php:126
+#: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126
#: view_operations.php:60
msgid "Your SQL query has been executed successfully"
msgstr "SQL sorğunuz müveffeqiyyetle icra edilmişdir"
@@ -1672,7 +1672,7 @@ msgstr "Me'lumat Bazaları"
#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:593
#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:961
-#: tbl_operations.php:229 tbl_relation.php:287 view_operations.php:60
+#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60
msgid "Error"
msgstr "Xeta"
@@ -6763,7 +6763,7 @@ msgstr ""
"author, what %s does."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
-#: tbl_operations.php:371
+#: tbl_operations.php:370
msgid "Storage Engine"
msgstr "Depolama Motorları"
@@ -8005,9 +8005,10 @@ msgid "Unable to change master"
msgstr ""
#: server_replication.php:72
-#, php-format
-msgid "Master server changed succesfully to %s"
-msgstr ""
+#, fuzzy, php-format
+#| msgid "The privileges were reloaded successfully."
+msgid "Master server changed successfully to %s"
+msgstr "The privileges were reloaded successfully."
#: server_replication.php:180
msgid "This server is configured as master in a replication process."
@@ -9546,105 +9547,105 @@ msgstr "%s cedveli %s - e kopyalandı."
msgid "The table name is empty!"
msgstr "Cedveli adı boşdur!"
-#: tbl_operations.php:265
+#: tbl_operations.php:264
msgid "Alter table order by"
msgstr "Cedvel sırasına buna göre yeniden qur"
-#: tbl_operations.php:274
+#: tbl_operations.php:273
msgid "(singly)"
msgstr "(tek-tek)"
-#: tbl_operations.php:294
+#: tbl_operations.php:293
msgid "Move table to (database<b>.</b>table):"
msgstr "Cedveli daşı (me'lumat bazası<b>.</b>cedvel):"
-#: tbl_operations.php:352
+#: tbl_operations.php:351
#, fuzzy
msgid "Table options"
msgstr "Cedvel başlığı"
-#: tbl_operations.php:356
+#: tbl_operations.php:355
msgid "Rename table to"
msgstr "Cedveli yeniden adlandır"
-#: tbl_operations.php:532
+#: tbl_operations.php:531
msgid "Copy table to (database<b>.</b>table):"
msgstr "Cedveli kopyala (me'lumat bazası<b>.</b>cedvel):"
-#: tbl_operations.php:579
+#: tbl_operations.php:578
msgid "Switch to copied table"
msgstr "Kopyalanmış cedvele keç"
-#: tbl_operations.php:591
+#: tbl_operations.php:590
msgid "Table maintenance"
msgstr "Cedvel temizliyi"
-#: tbl_operations.php:615
+#: tbl_operations.php:614
msgid "Defragment table"
msgstr ""
-#: tbl_operations.php:663
+#: tbl_operations.php:662
#, php-format
msgid "Table %s has been flushed"
msgstr "%s cedveli flush-landı"
-#: tbl_operations.php:669
+#: tbl_operations.php:668
#, fuzzy
#| msgid "Flush the table (\"FLUSH\")"
msgid "Flush the table (FLUSH)"
msgstr "Cedveli flush-la (\"FLUSH\")"
-#: tbl_operations.php:678
+#: tbl_operations.php:677
#, fuzzy
#| msgid "Dumping data for table"
msgid "Delete data or table"
msgstr "Sxemi çıxarılan cedvel"
-#: tbl_operations.php:693
+#: tbl_operations.php:692
msgid "Empty the table (TRUNCATE)"
msgstr ""
-#: tbl_operations.php:713
+#: tbl_operations.php:712
#, fuzzy
msgid "Delete the table (DROP)"
msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
-#: tbl_operations.php:734
+#: tbl_operations.php:733
#, fuzzy
msgid "Partition maintenance"
msgstr "Cedvel temizliyi"
-#: tbl_operations.php:742
+#: tbl_operations.php:741
#, php-format
msgid "Partition %s"
msgstr ""
-#: tbl_operations.php:745
+#: tbl_operations.php:744
msgid "Analyze"
msgstr ""
-#: tbl_operations.php:746
+#: tbl_operations.php:745
msgid "Check"
msgstr ""
-#: tbl_operations.php:747
+#: tbl_operations.php:746
msgid "Optimize"
msgstr ""
-#: tbl_operations.php:748
+#: tbl_operations.php:747
msgid "Rebuild"
msgstr ""
-#: tbl_operations.php:749
+#: tbl_operations.php:748
#, fuzzy
msgid "Repair"
msgstr "Cedveli te'mir et"
-#: tbl_operations.php:761
+#: tbl_operations.php:760
msgid "Remove partitioning"
msgstr ""
-#: tbl_operations.php:787
+#: tbl_operations.php:786
msgid "Check referential integrity:"
msgstr "Check referential integrity:"
@@ -9866,7 +9867,7 @@ msgid "Version %s snapshot (SQL code)"
msgstr ""
#: tbl_tracking.php:382
-msgid "Tracking data definition succesfully deleted"
+msgid "Tracking data definition successfully deleted"
msgstr ""
#: tbl_tracking.php:384 tbl_tracking.php:401
@@ -9876,7 +9877,7 @@ msgid "Query error"
msgstr "Sorğu tipi"
#: tbl_tracking.php:399
-msgid "Tracking data manipulation succesfully deleted"
+msgid "Tracking data manipulation successfully deleted"
msgstr ""
#: tbl_tracking.php:411
diff --git a/po/be.po b/po/be.po
index 560c5e3..0d768f8 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-15 13:41-0400\n"
+"POT-Creation-Date: 2011-05-16 10:31-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"
@@ -69,8 +69,8 @@ msgstr "Пошук"
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1224 tbl_change.php:331
#: tbl_change.php:1102 tbl_change.php:1139 tbl_indexes.php:252
-#: tbl_operations.php:281 tbl_operations.php:318 tbl_operations.php:520
-#: tbl_operations.php:582 tbl_operations.php:764 tbl_select.php:290
+#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519
+#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:290
#: tbl_structure.php:656 tbl_structure.php:692 tbl_tracking.php:425
#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99
msgid "Go"
@@ -124,7 +124,7 @@ msgid "Database comment: "
msgstr "Камэнтар да базы дадзеных: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1213
-#: libraries/tbl_properties.inc.php:725 tbl_operations.php:363
+#: libraries/tbl_properties.inc.php:725 tbl_operations.php:362
#: tbl_printview.php:127
msgid "Table comments"
msgstr "Камэнтар да табліцы"
@@ -298,15 +298,15 @@ msgstr "Базы дадзеных адсутнічаюць"
msgid "Copy database to"
msgstr "Капіяваць базу дадзеных у"
-#: db_operations.php:494 tbl_operations.php:549 tbl_tracking.php:418
+#: db_operations.php:494 tbl_operations.php:548 tbl_tracking.php:418
msgid "Structure only"
msgstr "Толькі структуру"
-#: db_operations.php:495 tbl_operations.php:550 tbl_tracking.php:420
+#: db_operations.php:495 tbl_operations.php:549 tbl_tracking.php:420
msgid "Structure and data"
msgstr "Структуру і дадзеныя"
-#: db_operations.php:496 tbl_operations.php:551 tbl_tracking.php:419
+#: db_operations.php:496 tbl_operations.php:550 tbl_tracking.php:419
msgid "Data only"
msgstr "Толькі дадзеныя"
@@ -316,17 +316,17 @@ msgstr "выканаць CREATE DATABASE перад капіяваньнем"
#: db_operations.php:507 libraries/config/messages.inc.php:124
#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:127
-#: libraries/config/messages.inc.php:132 tbl_operations.php:557
+#: libraries/config/messages.inc.php:132 tbl_operations.php:556
#, php-format
msgid "Add %s"
msgstr "Дадаць %s"
#: db_operations.php:511 libraries/config/messages.inc.php:117
-#: tbl_operations.php:315 tbl_operations.php:559
+#: tbl_operations.php:314 tbl_operations.php:558
msgid "Add AUTO_INCREMENT value"
msgstr "Дадаць значэньне AUTO_INCREMENT"
-#: db_operations.php:515 tbl_operations.php:566
+#: db_operations.php:515 tbl_operations.php:565
msgid "Add constraints"
msgstr "Дадаць абмежаваньні"
@@ -338,7 +338,7 @@ msgstr "Перайсьці да скапіяванай базы дадзеных
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
#: libraries/mysql_charsets.lib.php:116 libraries/tbl_properties.inc.php:106
#: libraries/tbl_properties.inc.php:731 server_collations.php:53
-#: server_collations.php:65 tbl_operations.php:379 tbl_select.php:114
+#: server_collations.php:65 tbl_operations.php:378 tbl_select.php:114
#: tbl_structure.php:200 tbl_structure.php:862 tbl_tracking.php:268
#: tbl_tracking.php:319
msgid "Collation"
@@ -437,14 +437,14 @@ msgstr "Парадак"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:102
#: libraries/display_tbl.lib.php:505 libraries/display_tbl.lib.php:814
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:275
#: tbl_select.php:277
msgid "Ascending"
msgstr "прамы"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:110
#: libraries/display_tbl.lib.php:510 libraries/display_tbl.lib.php:811
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:277
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
#: tbl_select.php:278
msgid "Descending"
msgstr "адваротны"
@@ -609,17 +609,17 @@ msgstr "Унутры поля:"
msgid "No tables found in database"
msgstr "У базе дадзеных табліц ня выяўлена."
-#: db_structure.php:277 tbl_operations.php:689
+#: db_structure.php:277 tbl_operations.php:688
#, php-format
msgid "Table %s has been emptied"
msgstr "Табліца %s была ачышчаная"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "View %s has been dropped"
msgstr "Выгляд %s быў выдалены"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "Table %s has been dropped"
msgstr "Табліца %s была выдаленая"
@@ -713,20 +713,20 @@ msgstr "Ачысьціць"
msgid "Drop"
msgstr "Выдаліць"
-#: db_structure.php:513 tbl_operations.php:605
+#: db_structure.php:513 tbl_operations.php:604
msgid "Check table"
msgstr "Праверыць табліцу"
-#: db_structure.php:515 tbl_operations.php:654 tbl_structure.php:804
+#: db_structure.php:515 tbl_operations.php:653 tbl_structure.php:804
#: tbl_structure.php:806
msgid "Optimize table"
msgstr "Аптымізаваць табліцу"
-#: db_structure.php:517 tbl_operations.php:641
+#: db_structure.php:517 tbl_operations.php:640
msgid "Repair table"
msgstr "Рамантаваць табліцу"
-#: db_structure.php:519 tbl_operations.php:628
+#: db_structure.php:519 tbl_operations.php:627
msgid "Analyze table"
msgstr "Аналізаваць табліцу"
@@ -965,7 +965,7 @@ msgstr ""
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2074 libraries/sql_query_form.lib.php:140
-#: tbl_operations.php:229 tbl_relation.php:289 tbl_row_action.php:126
+#: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126
#: view_operations.php:60
msgid "Your SQL query has been executed successfully"
msgstr "Ваш SQL-запыт быў пасьпяхова выкананы"
@@ -1705,7 +1705,7 @@ msgstr "Базы дадзеных"
#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:593
#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:961
-#: tbl_operations.php:229 tbl_relation.php:287 view_operations.php:60
+#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60
msgid "Error"
msgstr "Памылка"
@@ -6940,7 +6940,7 @@ msgstr ""
"спытайце аўтара, што робіць %s."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
-#: tbl_operations.php:371
+#: tbl_operations.php:370
msgid "Storage Engine"
msgstr "Машына захаваньня дадзеных"
@@ -8240,9 +8240,10 @@ msgid "Unable to change master"
msgstr ""
#: server_replication.php:72
-#, php-format
-msgid "Master server changed succesfully to %s"
-msgstr ""
+#, fuzzy, php-format
+#| msgid "The privileges were reloaded successfully."
+msgid "Master server changed successfully to %s"
+msgstr "Прывілеі былі пасьпяхова перазагружаныя."
#: server_replication.php:180
msgid "This server is configured as master in a replication process."
@@ -9927,102 +9928,102 @@ msgstr "Табліца %s была скапіяваная ў %s."
msgid "The table name is empty!"
msgstr "Пустая назва табліцы!"
-#: tbl_operations.php:265
+#: tbl_operations.php:264
msgid "Alter table order by"
msgstr "Зьмяніць парадак табліцы"
-#: tbl_operations.php:274
+#: tbl_operations.php:273
msgid "(singly)"
msgstr "(асобна)"
-#: tbl_operations.php:294
+#: tbl_operations.php:293
msgid "Move table to (database<b>.</b>table):"
msgstr "Перанесьці табліцу ў (база дадзеных<b>.</b>табліца):"
-#: tbl_operations.php:352
+#: tbl_operations.php:351
msgid "Table options"
msgstr "Опцыі табліцы"
-#: tbl_operations.php:356
+#: tbl_operations.php:355
msgid "Rename table to"
msgstr "Перайменаваць табліцу ў"
-#: tbl_operations.php:532
+#: tbl_operations.php:531
msgid "Copy table to (database<b>.</b>table):"
msgstr "Скапіяваць табліцу ў (база дадзеных<b>.</b>табліца):"
-#: tbl_operations.php:579
+#: tbl_operations.php:578
msgid "Switch to copied table"
msgstr "Перайсьці да скапіяванай табліцы"
-#: tbl_operations.php:591
+#: tbl_operations.php:590
msgid "Table maintenance"
msgstr "Абслугоўваньне табліцы"
-#: tbl_operations.php:615
+#: tbl_operations.php:614
msgid "Defragment table"
msgstr "Дэфрагмэнтаваць табліцу"
-#: tbl_operations.php:663
+#: tbl_operations.php:662
#, php-format
msgid "Table %s has been flushed"
msgstr "Кэш табліцы %s быў ачышчаны"
-#: tbl_operations.php:669
+#: tbl_operations.php:668
#, fuzzy
#| msgid "Flush the table (\"FLUSH\")"
msgid "Flush the table (FLUSH)"
msgstr "Скінуць кэш табліцы (\"FLUSH\")"
-#: tbl_operations.php:678
+#: tbl_operations.php:677
#, fuzzy
#| msgid "Dumping data for table"
msgid "Delete data or table"
msgstr "Дамп дадзеных табліцы"
-#: tbl_operations.php:693
+#: tbl_operations.php:692
msgid "Empty the table (TRUNCATE)"
msgstr ""
-#: tbl_operations.php:713
+#: tbl_operations.php:712
#, fuzzy
msgid "Delete the table (DROP)"
msgstr "Базы дадзеных адсутнічаюць"
-#: tbl_operations.php:734
+#: tbl_operations.php:733
msgid "Partition maintenance"
msgstr "Падтрымка падзелаў"
-#: tbl_operations.php:742
+#: tbl_operations.php:741
#, php-format
msgid "Partition %s"
msgstr "Падзел %s"
-#: tbl_operations.php:745
+#: tbl_operations.php:744
msgid "Analyze"
msgstr "Прааналізаваць"
-#: tbl_operations.php:746
+#: tbl_operations.php:745
msgid "Check"
msgstr "Праверыць"
-#: tbl_operations.php:747
+#: tbl_operations.php:746
msgid "Optimize"
msgstr "Аптымізаваць"
-#: tbl_operations.php:748
+#: tbl_operations.php:747
msgid "Rebuild"
msgstr "Перабудаваць"
-#: tbl_operations.php:749
+#: tbl_operations.php:748
msgid "Repair"
msgstr "Адрамантаваць"
-#: tbl_operations.php:761
+#: tbl_operations.php:760
msgid "Remove partitioning"
msgstr "Скасаваць падзел на часткі"
-#: tbl_operations.php:787
+#: tbl_operations.php:786
msgid "Check referential integrity:"
msgstr "Праверыць цэласнасьць дадзеных:"
@@ -10248,7 +10249,7 @@ msgid "Version %s snapshot (SQL code)"
msgstr ""
#: tbl_tracking.php:382
-msgid "Tracking data definition succesfully deleted"
+msgid "Tracking data definition successfully deleted"
msgstr ""
#: tbl_tracking.php:384 tbl_tracking.php:401
@@ -10258,7 +10259,7 @@ msgid "Query error"
msgstr "Тып запыту"
#: tbl_tracking.php:399
-msgid "Tracking data manipulation succesfully deleted"
+msgid "Tracking data manipulation successfully deleted"
msgstr ""
#: tbl_tracking.php:411
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 0dea2f2..7637ac9 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-15 13:41-0400\n"
+"POT-Creation-Date: 2011-05-16 10:31-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"
@@ -71,8 +71,8 @@ msgstr "Pošuk"
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1224 tbl_change.php:331
#: tbl_change.php:1102 tbl_change.php:1139 tbl_indexes.php:252
-#: tbl_operations.php:281 tbl_operations.php:318 tbl_operations.php:520
-#: tbl_operations.php:582 tbl_operations.php:764 tbl_select.php:290
+#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519
+#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:290
#: tbl_structure.php:656 tbl_structure.php:692 tbl_tracking.php:425
#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99
msgid "Go"
@@ -126,7 +126,7 @@ msgid "Database comment: "
msgstr "Kamentar da bazy dadzienych: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1213
-#: libraries/tbl_properties.inc.php:725 tbl_operations.php:363
+#: libraries/tbl_properties.inc.php:725 tbl_operations.php:362
#: tbl_printview.php:127
msgid "Table comments"
msgstr "Kamentar da tablicy"
@@ -301,15 +301,15 @@ msgstr "Kapijavać bazu dadzienych u"
msgid "Copy database to"
msgstr "Kapijavać bazu dadzienych u"
-#: db_operations.php:494 tbl_operations.php:549 tbl_tracking.php:418
+#: db_operations.php:494 tbl_operations.php:548 tbl_tracking.php:418
msgid "Structure only"
msgstr "Tolki strukturu"
-#: db_operations.php:495 tbl_operations.php:550 tbl_tracking.php:420
+#: db_operations.php:495 tbl_operations.php:549 tbl_tracking.php:420
msgid "Structure and data"
msgstr "Strukturu i dadzienyja"
-#: db_operations.php:496 tbl_operations.php:551 tbl_tracking.php:419
+#: db_operations.php:496 tbl_operations.php:550 tbl_tracking.php:419
msgid "Data only"
msgstr "Tolki dadzienyja"
@@ -319,17 +319,17 @@ msgstr "vykanać CREATE DATABASE pierad kapijavańniem"
#: db_operations.php:507 libraries/config/messages.inc.php:124
#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:127
-#: libraries/config/messages.inc.php:132 tbl_operations.php:557
+#: libraries/config/messages.inc.php:132 tbl_operations.php:556
#, php-format
msgid "Add %s"
msgstr "Dadać %s"
#: db_operations.php:511 libraries/config/messages.inc.php:117
-#: tbl_operations.php:315 tbl_operations.php:559
+#: tbl_operations.php:314 tbl_operations.php:558
msgid "Add AUTO_INCREMENT value"
msgstr "Dadać značeńnie AUTO_INCREMENT"
-#: db_operations.php:515 tbl_operations.php:566
+#: db_operations.php:515 tbl_operations.php:565
msgid "Add constraints"
msgstr "Dadać abmiežavańni"
@@ -341,7 +341,7 @@ msgstr "Pierajści da skapijavanaj bazy dadzienych"
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
#: libraries/mysql_charsets.lib.php:116 libraries/tbl_properties.inc.php:106
#: libraries/tbl_properties.inc.php:731 server_collations.php:53
-#: server_collations.php:65 tbl_operations.php:379 tbl_select.php:114
+#: server_collations.php:65 tbl_operations.php:378 tbl_select.php:114
#: tbl_structure.php:200 tbl_structure.php:862 tbl_tracking.php:268
#: tbl_tracking.php:319
msgid "Collation"
@@ -441,14 +441,14 @@ msgstr "Paradak"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:102
#: libraries/display_tbl.lib.php:505 libraries/display_tbl.lib.php:814
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:275
#: tbl_select.php:277
msgid "Ascending"
msgstr "pramy"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:110
#: libraries/display_tbl.lib.php:510 libraries/display_tbl.lib.php:811
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:277
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
#: tbl_select.php:278
msgid "Descending"
msgstr "advarotny"
@@ -615,17 +615,17 @@ msgstr "Unutry pola:"
msgid "No tables found in database"
msgstr "U bazie dadzienych tablic nia vyjaŭlena."
-#: db_structure.php:277 tbl_operations.php:689
+#: db_structure.php:277 tbl_operations.php:688
#, php-format
msgid "Table %s has been emptied"
msgstr "Tablica %s była ačyščanaja"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "View %s has been dropped"
msgstr "Vyhlad %s byŭ vydaleny"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "Table %s has been dropped"
msgstr "Tablica %s była vydalenaja"
@@ -719,20 +719,20 @@ msgstr "Ačyścić"
msgid "Drop"
msgstr "Vydalić"
-#: db_structure.php:513 tbl_operations.php:605
+#: db_structure.php:513 tbl_operations.php:604
msgid "Check table"
msgstr "Pravieryć tablicu"
-#: db_structure.php:515 tbl_operations.php:654 tbl_structure.php:804
+#: db_structure.php:515 tbl_operations.php:653 tbl_structure.php:804
#: tbl_structure.php:806
msgid "Optimize table"
msgstr "Aptymizavać tablicu"
-#: db_structure.php:517 tbl_operations.php:641
+#: db_structure.php:517 tbl_operations.php:640
msgid "Repair table"
msgstr "Ramantavać tablicu"
-#: db_structure.php:519 tbl_operations.php:628
+#: db_structure.php:519 tbl_operations.php:627
msgid "Analyze table"
msgstr "Analizavać tablicu"
@@ -962,7 +962,7 @@ msgstr ""
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2074 libraries/sql_query_form.lib.php:140
-#: tbl_operations.php:229 tbl_relation.php:289 tbl_row_action.php:126
+#: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126
#: view_operations.php:60
msgid "Your SQL query has been executed successfully"
msgstr "Vaš SQL-zapyt byŭ paśpiachova vykanany"
@@ -1710,7 +1710,7 @@ msgstr "Bazy dadzienych"
#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:593
#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:961
-#: tbl_operations.php:229 tbl_relation.php:287 view_operations.php:60
+#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60
msgid "Error"
msgstr "Pamyłka"
@@ -6910,7 +6910,7 @@ msgstr ""
"spytajcie aŭtara, što robić %s."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
-#: tbl_operations.php:371
+#: tbl_operations.php:370
msgid "Storage Engine"
msgstr "Mašyna zachavańnia dadzienych"
@@ -8214,9 +8214,10 @@ msgid "Unable to change master"
msgstr ""
#: server_replication.php:72
-#, php-format
-msgid "Master server changed succesfully to %s"
-msgstr ""
+#, fuzzy, php-format
+#| msgid "The privileges were reloaded successfully."
+msgid "Master server changed successfully to %s"
+msgstr "Pryvilei byli paśpiachova pierazahružanyja."
#: server_replication.php:180
msgid "This server is configured as master in a replication process."
@@ -9888,103 +9889,103 @@ msgstr "Tablica %s była skapijavanaja ŭ %s."
msgid "The table name is empty!"
msgstr "Pustaja nazva tablicy!"
-#: tbl_operations.php:265
+#: tbl_operations.php:264
msgid "Alter table order by"
msgstr "Źmianić paradak tablicy"
-#: tbl_operations.php:274
+#: tbl_operations.php:273
msgid "(singly)"
msgstr "(asobna)"
-#: tbl_operations.php:294
+#: tbl_operations.php:293
msgid "Move table to (database<b>.</b>table):"
msgstr "Pieranieści tablicu ŭ (baza dadzienych.tablica):"
-#: tbl_operations.php:352
+#: tbl_operations.php:351
msgid "Table options"
msgstr "Opcyi tablicy"
-#: tbl_operations.php:356
+#: tbl_operations.php:355
msgid "Rename table to"
msgstr "Pierajmienavać tablicu ŭ"
-#: tbl_operations.php:532
+#: tbl_operations.php:531
msgid "Copy table to (database<b>.</b>table):"
msgstr "Skapijavać tablicu ŭ (baza dadzienych.tablica):"
-#: tbl_operations.php:579
+#: tbl_operations.php:578
msgid "Switch to copied table"
msgstr "Pierajści da skapijavanaj tablicy"
-#: tbl_operations.php:591
+#: tbl_operations.php:590
msgid "Table maintenance"
msgstr "Absłuhoŭvańnie tablicy"
-#: tbl_operations.php:615
+#: tbl_operations.php:614
msgid "Defragment table"
msgstr "Defrahmentavać tablicu"
-#: tbl_operations.php:663
+#: tbl_operations.php:662
#, php-format
msgid "Table %s has been flushed"
msgstr "Keš tablicy %s byŭ ačyščany"
-#: tbl_operations.php:669
+#: tbl_operations.php:668
#, fuzzy
#| msgid "Flush the table (\"FLUSH\")"
msgid "Flush the table (FLUSH)"
msgstr "Skinuć keš tablicy (\"FLUSH\")"
-#: tbl_operations.php:678
+#: tbl_operations.php:677
#, fuzzy
#| msgid "Dumping data for table"
msgid "Delete data or table"
msgstr "Damp dadzienych tablicy"
-#: tbl_operations.php:693
+#: tbl_operations.php:692
msgid "Empty the table (TRUNCATE)"
msgstr ""
-#: tbl_operations.php:713
+#: tbl_operations.php:712
#, fuzzy
#| msgid "Copy database to"
msgid "Delete the table (DROP)"
msgstr "Kapijavać bazu dadzienych u"
-#: tbl_operations.php:734
+#: tbl_operations.php:733
msgid "Partition maintenance"
msgstr "Padtrymka padziełaŭ"
-#: tbl_operations.php:742
+#: tbl_operations.php:741
#, php-format
msgid "Partition %s"
msgstr "Padzieł %s"
-#: tbl_operations.php:745
+#: tbl_operations.php:744
msgid "Analyze"
msgstr "Praanalizavać"
-#: tbl_operations.php:746
+#: tbl_operations.php:745
msgid "Check"
msgstr "Pravieryć"
-#: tbl_operations.php:747
+#: tbl_operations.php:746
msgid "Optimize"
msgstr "Aptymizavać"
-#: tbl_operations.php:748
+#: tbl_operations.php:747
msgid "Rebuild"
msgstr "Pierabudavać"
-#: tbl_operations.php:749
+#: tbl_operations.php:748
msgid "Repair"
msgstr "Adramantavać"
-#: tbl_operations.php:761
+#: tbl_operations.php:760
msgid "Remove partitioning"
msgstr "Skasavać padzieł na častki"
-#: tbl_operations.php:787
+#: tbl_operations.php:786
msgid "Check referential integrity:"
msgstr "Pravieryć cełasnaść dadzienych:"
@@ -10210,7 +10211,7 @@ msgid "Version %s snapshot (SQL code)"
msgstr ""
#: tbl_tracking.php:382
-msgid "Tracking data definition succesfully deleted"
+msgid "Tracking data definition successfully deleted"
msgstr ""
#: tbl_tracking.php:384 tbl_tracking.php:401
@@ -10220,7 +10221,7 @@ msgid "Query error"
msgstr "Typ zapytu"
#: tbl_tracking.php:399
-msgid "Tracking data manipulation succesfully deleted"
+msgid "Tracking data manipulation successfully deleted"
msgstr ""
#: tbl_tracking.php:411
diff --git a/po/bg.po b/po/bg.po
index 5ba4e8e..b8da300 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-15 13:41-0400\n"
+"POT-Creation-Date: 2011-05-16 10:31-0400\n"
"PO-Revision-Date: 2011-05-16 16:08+0200\n"
"Last-Translator: <stoyanster(a)gmail.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -70,8 +70,8 @@ msgstr "Търсене"
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1224 tbl_change.php:331
#: tbl_change.php:1102 tbl_change.php:1139 tbl_indexes.php:252
-#: tbl_operations.php:281 tbl_operations.php:318 tbl_operations.php:520
-#: tbl_operations.php:582 tbl_operations.php:764 tbl_select.php:290
+#: tbl_operations.php:280 tbl_operations.php:317 tbl_operations.php:519
+#: tbl_operations.php:581 tbl_operations.php:763 tbl_select.php:290
#: tbl_structure.php:656 tbl_structure.php:692 tbl_tracking.php:425
#: tbl_tracking.php:563 view_create.php:181 view_operations.php:99
msgid "Go"
@@ -125,7 +125,7 @@ msgid "Database comment: "
msgstr "Коментар към базата от данни: "
#: db_datadict.php:158 libraries/schema/Pdf_Relation_Schema.class.php:1213
-#: libraries/tbl_properties.inc.php:725 tbl_operations.php:363
+#: libraries/tbl_properties.inc.php:725 tbl_operations.php:362
#: tbl_printview.php:127
msgid "Table comments"
msgstr "Коментари към таблицата"
@@ -294,15 +294,15 @@ msgstr "Изтриване на база данни (DROP)"
msgid "Copy database to"
msgstr "Копиране на базата от данни в"
-#: db_operations.php:494 tbl_operations.php:549 tbl_tracking.php:418
+#: db_operations.php:494 tbl_operations.php:548 tbl_tracking.php:418
msgid "Structure only"
msgstr "Само структурата"
-#: db_operations.php:495 tbl_operations.php:550 tbl_tracking.php:420
+#: db_operations.php:495 tbl_operations.php:549 tbl_tracking.php:420
msgid "Structure and data"
msgstr "Структурата и данните"
-#: db_operations.php:496 tbl_operations.php:551 tbl_tracking.php:419
+#: db_operations.php:496 tbl_operations.php:550 tbl_tracking.php:419
msgid "Data only"
msgstr "Само данните"
@@ -312,17 +312,17 @@ msgstr "Изпълняване на CREATE DATABASE преди копиране
#: db_operations.php:507 libraries/config/messages.inc.php:124
#: libraries/config/messages.inc.php:125 libraries/config/messages.inc.php:127
-#: libraries/config/messages.inc.php:132 tbl_operations.php:557
+#: libraries/config/messages.inc.php:132 tbl_operations.php:556
#, php-format
msgid "Add %s"
msgstr "Добавяне на %s"
#: db_operations.php:511 libraries/config/messages.inc.php:117
-#: tbl_operations.php:315 tbl_operations.php:559
+#: tbl_operations.php:314 tbl_operations.php:558
msgid "Add AUTO_INCREMENT value"
msgstr "Добавяне на AUTO_INCREMENT"
-#: db_operations.php:515 tbl_operations.php:566
+#: db_operations.php:515 tbl_operations.php:565
msgid "Add constraints"
msgstr "Добавяне на ограничение"
@@ -334,7 +334,7 @@ msgstr "Прехвърляна към копираната база от дан
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
#: libraries/mysql_charsets.lib.php:116 libraries/tbl_properties.inc.php:106
#: libraries/tbl_properties.inc.php:731 server_collations.php:53
-#: server_collations.php:65 tbl_operations.php:379 tbl_select.php:114
+#: server_collations.php:65 tbl_operations.php:378 tbl_select.php:114
#: tbl_structure.php:200 tbl_structure.php:862 tbl_tracking.php:268
#: tbl_tracking.php:319
msgid "Collation"
@@ -425,14 +425,14 @@ msgstr "Сортиране"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:102
#: libraries/display_tbl.lib.php:505 libraries/display_tbl.lib.php:814
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:275
#: tbl_select.php:277
msgid "Ascending"
msgstr "Възходящо"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:110
#: libraries/display_tbl.lib.php:510 libraries/display_tbl.lib.php:811
-#: server_databases.php:148 server_databases.php:165 tbl_operations.php:277
+#: server_databases.php:148 server_databases.php:165 tbl_operations.php:276
#: tbl_select.php:278
msgid "Descending"
msgstr "Низходящо"
@@ -586,17 +586,17 @@ msgstr "В колона:"
msgid "No tables found in database"
msgstr "В базата данни няма таблици"
-#: db_structure.php:277 tbl_operations.php:689
+#: db_structure.php:277 tbl_operations.php:688
#, php-format
msgid "Table %s has been emptied"
msgstr "Таблицата %s беше изчистена"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "View %s has been dropped"
msgstr "Изглед %s беше изтрит"
-#: db_structure.php:286 tbl_operations.php:706
+#: db_structure.php:286 tbl_operations.php:705
#, php-format
msgid "Table %s has been dropped"
msgstr "Таблицата %s беше изтрита"
@@ -686,20 +686,20 @@ msgstr "Изчистване"
msgid "Drop"
msgstr "Унищожаване"
-#: db_structure.php:513 tbl_operations.php:605
+#: db_structure.php:513 tbl_operations.php:604
msgid "Check table"
msgstr "Проверка на таблицата"
-#: db_structure.php:515 tbl_operations.php:654 tbl_structure.php:804
+#: db_structure.php:515 tbl_operations.php:653 tbl_structure.php:804
#: tbl_structure.php:806
msgid "Optimize table"
msgstr "Оптимизация на таблицата"
-#: db_structure.php:517 tbl_operations.php:641
+#: db_structure.php:517 tbl_operations.php:640
msgid "Repair table"
msgstr "Поправяне на таблицата"
-#: db_structure.php:519 tbl_operations.php:628
+#: db_structure.php:519 tbl_operations.php:627
msgid "Analyze table"
msgstr "Анализиране на таблицата"
@@ -918,7 +918,7 @@ msgstr ""
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2074 libraries/sql_query_form.lib.php:140
-#: tbl_operations.php:229 tbl_relation.php:289 tbl_row_action.php:126
+#: tbl_operations.php:228 tbl_relation.php:289 tbl_row_action.php:126
#: view_operations.php:60
msgid "Your SQL query has been executed successfully"
msgstr "SQL заявката беше изпълнена успешно"
@@ -1565,7 +1565,7 @@ msgstr "Бази от данни"
#: libraries/Message.class.php:205 libraries/blobstreaming.lib.php:308
#: libraries/blobstreaming.lib.php:314 libraries/common.lib.php:593
#: libraries/core.lib.php:232 libraries/import.lib.php:136 tbl_change.php:961
-#: tbl_operations.php:229 tbl_relation.php:287 view_operations.php:60
+#: tbl_operations.php:228 tbl_relation.php:287 view_operations.php:60
msgid "Error"
msgstr "Грешка"
@@ -1893,11 +1893,11 @@ msgid ""
"is fine."
msgstr ""
"phpMyAdmin не може да прочете конфигурационния Ви файл!<br />Това се случва "
-"ако PHP открие синтактична грешка в него или не може да открие файла.<br "
-"/>Моля извикайте конфигурационния файл директно като използвате връзката "
-"по-долу и прочетете съобщение(я) за грешка което PHP връща. В повечето "
-"случаи, някъде липсват кавички или точка и запетая.<br />Ако бъде изведена "
-"празна страница, всичко е наред."
+"ако PHP открие синтактична грешка в него или не може да открие файла.<br /"
+">Моля извикайте конфигурационния файл директно като използвате връзката по-"
+"долу и прочетете съобщение(я) за грешка което PHP връща. В повечето случаи, "
+"някъде липсват кавички или точка и запетая.<br />Ако бъде изведена празна "
+"страница, всичко е наред."
#: libraries/common.inc.php:587
#, php-format
@@ -5226,7 +5226,6 @@ msgstr "Показване коментари"
#: libraries/export/latex.php:62 libraries/export/odt.php:48
#: libraries/export/sql.php:44
-#| msgid "Available MIME types"
msgid "Display MIME types"
msgstr "Показване MIME-типове"
@@ -6064,7 +6063,6 @@ msgid "Please choose a page to edit"
msgstr "Моля изберете страница за редакция"
#: libraries/schema/User_Schema.class.php:153
-#| msgid "Select Tables"
msgid "Select page"
msgstr "Избор страница"
@@ -6144,7 +6142,6 @@ msgid "Unknown language: %1$s."
msgstr ""
#: libraries/select_server.lib.php:38 libraries/select_server.lib.php:44
-#| msgid "Server"
msgid "Current Server"
msgstr "Текущ сървър"
@@ -6176,7 +6173,6 @@ msgid "Synchronize"
msgstr "Синхронизиране"
#: libraries/server_links.inc.php:99
-#| msgid "General relation features"
msgid "Settings"
msgstr "Настройки"
@@ -6219,7 +6215,6 @@ msgid "Clear"
msgstr "Изчистване"
#: libraries/sql_query_form.lib.php:302
-#| msgid "Column names"
msgid "Columns"
msgstr "Колони"
@@ -6352,10 +6347,10 @@ msgid ""
"a single quote (\"'\") amongst those values, precede it with a backslash "
"(for example '\\\\xyz' or 'a\\'b')."
msgstr ""
-"Ако типа на полето е \"enum\" или \"set\", моля въведете стойностите използвайки "
-"този формат: 'a','b','c'...<br />Ако е необходимо да сложите обратна черта "
-"(\"\\\") или апостроф (\"'\") между тези стойности, сложите обратна черта пред "
-"тях (например: '\\\\xyz' или 'a\\'b')."
+"Ако типа на полето е \"enum\" или \"set\", моля въведете стойностите "
+"използвайки този формат: 'a','b','c'...<br />Ако е необходимо да сложите "
+"обратна черта (\"\\\") или апостроф (\"'\") между тези стойности, сложите "
+"обратна черта пред тях (например: '\\\\xyz' или 'a\\'b')."
#: libraries/tbl_properties.inc.php:105
msgid ""
@@ -6406,7 +6401,6 @@ msgid "Get more editing space"
msgstr ""
#: libraries/tbl_properties.inc.php:396
-#| msgid "None"
msgctxt "for default"
msgid "None"
msgstr "Няма"
@@ -6435,7 +6429,7 @@ msgstr ""
"относно това какво прави %s."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
-#: tbl_operations.php:371
+#: tbl_operations.php:370
msgid "Storage Engine"
msgstr "Хранилище на данни"
@@ -6583,7 +6577,6 @@ msgid "Manage your settings"
msgstr "Общи възможности на релациите"
#: libraries/user_preferences.inc.php:47 prefs_manage.php:291
-#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
msgstr "Конфигурацията е запазена"
@@ -6628,7 +6621,6 @@ msgid "Appearance Settings"
msgstr ""
#: main.php:146 prefs_manage.php:274
-#| msgid "General relation features"
msgid "More settings"
msgstr "Още настройки"
@@ -6672,7 +6664,6 @@ msgid "Official Homepage"
msgstr "Официалната страница на phpMyAdmin"
#: main.php:214
-#| msgid "Attributes"
msgid "Contribute"
msgstr "Принос"
@@ -6681,7 +6672,6 @@ msgid "Get support"
msgstr ""
#: main.php:216
-#| msgid "No change"
msgid "List of changes"
msgstr "Списък с промените"
@@ -6776,7 +6766,6 @@ msgid "Filter"
msgstr ""
#: navigation.php:277
-#| msgid "table name"
msgid "filter tables by name"
msgstr "филтър по име на таблица"
@@ -6877,12 +6866,10 @@ msgstr "Експортиране"
#: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658
#: pmd_general.php:775
-#| msgid "in query"
msgid "subquery"
msgstr "подзаявка"
#: pmd_general.php:480 pmd_general.php:576
-#| msgid "Rename view to"
msgid "Rename to"
msgstr "Преименуване на"
@@ -7012,7 +6999,6 @@ msgid "Saved on: @DATE@"
msgstr ""
#: prefs_manage.php:239
-#| msgid "Import files"
msgid "Import from file"
msgstr "Импорт от файл"
@@ -7630,9 +7616,10 @@ msgid "Unable to change master"
msgstr ""
#: server_replication.php:72
-#, php-format
-msgid "Master server changed succesfully to %s"
-msgstr ""
+#, fuzzy, php-format
+#| msgid "The privileges were reloaded successfully."
+msgid "Master server changed successfully to %s"
+msgstr "Привилегиите бяха презаредени успешно."
#: server_replication.php:180
msgid "This server is configured as master in a replication process."
@@ -9173,99 +9160,99 @@ msgstr "Таблица %s беше копирана в %s."
msgid "The table name is empty!"
msgstr "Името на таблицата е празно!"
-#: tbl_operations.php:265
+#: tbl_operations.php:264
msgid "Alter table order by"
msgstr "Подреждане на таблицата по"
-#: tbl_operations.php:274
+#: tbl_operations.php:273
msgid "(singly)"
msgstr "(еднократно)"
-#: tbl_operations.php:294
+#: tbl_operations.php:293
msgid "Move table to (database<b>.</b>table):"
msgstr "Преместване на таблица към (база от данни<b>.</b>таблица):"
-#: tbl_operations.php:352
+#: tbl_operations.php:351
msgid "Table options"
msgstr "Опции на таблицата"
-#: tbl_operations.php:356
+#: tbl_operations.php:355
msgid "Rename table to"
msgstr "Преименуване на таблицата на"
-#: tbl_operations.php:532
+#: tbl_operations.php:531
msgid "Copy table to (database<b>.</b>table):"
msgstr "Копиране на таблица (база от данни<b>.</b>таблица):"
-#: tbl_operations.php:579
+#: tbl_operations.php:578
msgid "Switch to copied table"
msgstr "Превключване към копираната таблица"
-#: tbl_operations.php:591
+#: tbl_operations.php:590
msgid "Table maintenance"
msgstr "Поддръжка на таблицата"
-#: tbl_operations.php:615
+#: tbl_operations.php:614
msgid "Defragment table"
msgstr "Дефрагме� на таблицата"