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
June 2011
- 7 participants
- 281 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-5779-ga04169f
by Marc Delisle 26 Jun '11
by Marc Delisle 26 Jun '11
26 Jun '11
The branch, master has been updated
via a04169f97d73d735cf9c9bff2d226b2c28c49498 (commit)
from 5403fc13ced5e245632ba1b4f237ff5f1a52785f (commit)
- Log -----------------------------------------------------------------
commit a04169f97d73d735cf9c9bff2d226b2c28c49498
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sun Jun 26 07:33:09 2011 -0400
"Add a new" is redundant"
-----------------------------------------------------------------------
Summary of changes:
libraries/db_events.inc.php | 2 +-
libraries/display_triggers.inc.php | 2 +-
libraries/tbl_properties.inc.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libraries/db_events.inc.php b/libraries/db_events.inc.php
index b4ca2e5..4aa68a8 100644
--- a/libraries/db_events.inc.php
+++ b/libraries/db_events.inc.php
@@ -138,7 +138,7 @@ if ($es_state === 'ON' || $es_state === 'OFF') {
*/
echo $tableStart . '<fieldset style="margin: 1em 0;">' . "\n"
. ' <a href="db_events.php?' . $url_query . '&addevent=1" ' . $conditional_class_add . '>' . "\n"
- . PMA_getIcon('b_event_add.png') . __('Add a new Event') . '</a>' . "\n"
+ . PMA_getIcon('b_event_add.png') . __('Add an event') . '</a>' . "\n"
. '</fieldset>' . "\n";
/**
diff --git a/libraries/display_triggers.inc.php b/libraries/display_triggers.inc.php
index aa4583e..fcadfba 100644
--- a/libraries/display_triggers.inc.php
+++ b/libraries/display_triggers.inc.php
@@ -117,7 +117,7 @@ echo '</fieldset>';
*/
echo '<fieldset>' . "\n"
. ' <a href="tbl_triggers.php?' . $url_query . '&addtrigger=1" class="' . $conditional_class_add . '">' . "\n"
- . PMA_getIcon('b_trigger_add.png') . __('Add a new Trigger') . '</a>' . "\n"
+ . PMA_getIcon('b_trigger_add.png') . __('Add a trigger') . '</a>' . "\n"
. '</fieldset>' . "\n";
?>
diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php
index 8edc3ea..4cfd48a 100644
--- a/libraries/tbl_properties.inc.php
+++ b/libraries/tbl_properties.inc.php
@@ -773,7 +773,7 @@ if ($action == 'tbl_create.php') {
<h3><?php printf(__('Values for the column "%s"'), isset($row['Field']) ? htmlspecialchars($row['Field']) : ""); ?></h3>
<p><?php echo __('Enter each value in a separate field.'); ?></p>
<div id="values"></div>
-<p><a class="add_value"><?php echo __('+ Add a new value'); ?></a></p>
+<p><a class="add_value"><?php echo __('+ Add a value'); ?></a></p>
<input type="submit" value="<?php echo __('Go'); ?>" /> <a class="cancel_enum_editor"><?php echo __('Cancel'); ?></a>
</div>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-5778-g5403fc1
by Piotr Przybylski 25 Jun '11
by Piotr Przybylski 25 Jun '11
25 Jun '11
The branch, master has been updated
via 5403fc13ced5e245632ba1b4f237ff5f1a52785f (commit)
from 67224c407e95f5f1ba937d670f8e148da66afd39 (commit)
- Log -----------------------------------------------------------------
commit 5403fc13ced5e245632ba1b4f237ff5f1a52785f
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sat Jun 25 00:49:41 2011 +0200
PMA_MYSQL_INT_VERSION is at least 50001 (MySQL 5.0.1)
-----------------------------------------------------------------------
Summary of changes:
db_operations.php | 51 +++++++++++++++++++++++++--------------------------
1 files changed, 25 insertions(+), 26 deletions(-)
diff --git a/db_operations.php b/db_operations.php
index 94f8575..c5c0fc2 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -69,37 +69,36 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) {
$GLOBALS['pma']->databases->build();
}
- if (PMA_MYSQL_INT_VERSION >= 50000) {
- // here I don't use DELIMITER because it's not part of the
- // language; I have to send each statement one by one
-
- // to avoid selecting alternatively the current and new db
- // we would need to modify the CREATE definitions to qualify
- // the db name
- $procedure_names = PMA_DBI_get_procedures_or_functions($db, 'PROCEDURE');
- if ($procedure_names) {
- foreach($procedure_names as $procedure_name) {
- PMA_DBI_select_db($db);
- $tmp_query = PMA_DBI_get_definition($db, 'PROCEDURE', $procedure_name);
- // collect for later display
- $GLOBALS['sql_query'] .= "\n" . $tmp_query;
- PMA_DBI_select_db($newname);
- PMA_DBI_query($tmp_query);
- }
+ // here I don't use DELIMITER because it's not part of the
+ // language; I have to send each statement one by one
+
+ // to avoid selecting alternatively the current and new db
+ // we would need to modify the CREATE definitions to qualify
+ // the db name
+ $procedure_names = PMA_DBI_get_procedures_or_functions($db, 'PROCEDURE');
+ if ($procedure_names) {
+ foreach($procedure_names as $procedure_name) {
+ PMA_DBI_select_db($db);
+ $tmp_query = PMA_DBI_get_definition($db, 'PROCEDURE', $procedure_name);
+ // collect for later display
+ $GLOBALS['sql_query'] .= "\n" . $tmp_query;
+ PMA_DBI_select_db($newname);
+ PMA_DBI_query($tmp_query);
}
+ }
- $function_names = PMA_DBI_get_procedures_or_functions($db, 'FUNCTION');
- if ($function_names) {
- foreach($function_names as $function_name) {
- PMA_DBI_select_db($db);
- $tmp_query = PMA_DBI_get_definition($db, 'FUNCTION', $function_name);
- // collect for later display
- $GLOBALS['sql_query'] .= "\n" . $tmp_query;
- PMA_DBI_select_db($newname);
- PMA_DBI_query($tmp_query);
- }
+ $function_names = PMA_DBI_get_procedures_or_functions($db, 'FUNCTION');
+ if ($function_names) {
+ foreach($function_names as $function_name) {
+ PMA_DBI_select_db($db);
+ $tmp_query = PMA_DBI_get_definition($db, 'FUNCTION', $function_name);
+ // collect for later display
+ $GLOBALS['sql_query'] .= "\n" . $tmp_query;
+ PMA_DBI_select_db($newname);
+ PMA_DBI_query($tmp_query);
}
}
+
// go back to current db, just in case
PMA_DBI_select_db($db);
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-5777-g67224c4
by Michal Čihař 24 Jun '11
by Michal Čihař 24 Jun '11
24 Jun '11
The branch, master has been updated
via 67224c407e95f5f1ba937d670f8e148da66afd39 (commit)
via d12105d99f774ce56c2e094ded2c0caaa88cf70a (commit)
via bf6971c15dfe9c9a0a3fe00ec6d88b93a0150e4c (commit)
via 9b6406c00810ec046c037f4180c480e81b81a439 (commit)
via a4259d0cba2c8b3bfb71998b012c21a541c94ba6 (commit)
via acf8b3f005b971cad4876f00f9ac2b1d2d665d74 (commit)
via 76bba21f9214696f2b7c90aa331d97ab66c7a470 (commit)
via b791bd49aea2963b8b565d57f7c79cb84dd04c80 (commit)
via 9792add6e833173fd6f6ba6d1303035f0aabfe4d (commit)
via 88e089c00381639f47f78713e6357aabb1455ab7 (commit)
via 6eca504d4781cf39c118b67421441d75ebe204f7 (commit)
via 236e68407083a535bcf330e682c2c4484daa8dcd (commit)
via b7cf2d898c802d27852be9f0d85146bbbe4a81bd (commit)
via 9d000350d26b00a373299fa840c8853018ff32c4 (commit)
via 66041493b08e411790fb04964a3b5e4904f9b81a (commit)
via 57db795a8856ba590bf17da06c17f8295a928367 (commit)
via 963d0d8373a0d048e5d43b2cfbdced0604088bc8 (commit)
from 79b20e474af9a8e3d821b7cad31e4fb9d83ac82e (commit)
- Log -----------------------------------------------------------------
commit 67224c407e95f5f1ba937d670f8e148da66afd39
Merge: 79b20e474af9a8e3d821b7cad31e4fb9d83ac82e d12105d99f774ce56c2e094ded2c0caaa88cf70a
Author: Michal Čihař <mcihar(a)suse.cz>
Date: Fri Jun 24 13:54:53 2011 +0200
Merge remote-tracking branch 'pootle/master'
commit d12105d99f774ce56c2e094ded2c0caaa88cf70a
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:53:44 2011 +0200
Translation update done using Pootle.
commit bf6971c15dfe9c9a0a3fe00ec6d88b93a0150e4c
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:53:22 2011 +0200
Translation update done using Pootle.
commit 9b6406c00810ec046c037f4180c480e81b81a439
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:53:14 2011 +0200
Translation update done using Pootle.
commit a4259d0cba2c8b3bfb71998b012c21a541c94ba6
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:52:54 2011 +0200
Translation update done using Pootle.
commit acf8b3f005b971cad4876f00f9ac2b1d2d665d74
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:52:48 2011 +0200
Translation update done using Pootle.
commit 76bba21f9214696f2b7c90aa331d97ab66c7a470
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:52:38 2011 +0200
Translation update done using Pootle.
commit b791bd49aea2963b8b565d57f7c79cb84dd04c80
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:52:34 2011 +0200
Translation update done using Pootle.
commit 9792add6e833173fd6f6ba6d1303035f0aabfe4d
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:52:28 2011 +0200
Translation update done using Pootle.
commit 88e089c00381639f47f78713e6357aabb1455ab7
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:52:20 2011 +0200
Translation update done using Pootle.
commit 6eca504d4781cf39c118b67421441d75ebe204f7
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:52:09 2011 +0200
Translation update done using Pootle.
commit 236e68407083a535bcf330e682c2c4484daa8dcd
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:51:42 2011 +0200
Translation update done using Pootle.
commit b7cf2d898c802d27852be9f0d85146bbbe4a81bd
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:51:28 2011 +0200
Translation update done using Pootle.
commit 9d000350d26b00a373299fa840c8853018ff32c4
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:51:16 2011 +0200
Translation update done using Pootle.
commit 66041493b08e411790fb04964a3b5e4904f9b81a
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:50:44 2011 +0200
Translation update done using Pootle.
commit 57db795a8856ba590bf17da06c17f8295a928367
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:50:36 2011 +0200
Translation update done using Pootle.
commit 963d0d8373a0d048e5d43b2cfbdced0604088bc8
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Jun 24 13:49:53 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 46 ++++++++++++++++++++--------------------------
1 files changed, 20 insertions(+), 26 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 9ed2010..85b17f5 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-24 12:07+0200\n"
-"PO-Revision-Date: 2011-06-22 10:46+0200\n"
+"PO-Revision-Date: 2011-06-24 13:53+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -516,10 +516,10 @@ msgstr[1] "Posledním příkazem v proceduře byly ovlivněny %d řádky"
msgstr[2] "Posledním příkazem v proceduře bylo ovlivněno %d řádek"
#: db_routines.php:165
-#, fuzzy, php-format
+#, php-format
#| msgid "Allows executing stored routines."
msgid "Execution results of routine %s"
-msgstr "Umožňuje spouštět uložené procedury."
+msgstr "Výsledek spuštění rutiny %s"
#: db_routines.php:185 libraries/import.lib.php:153 sql.php:678
#: tbl_change.php:180 tbl_get_field.php:34
@@ -528,10 +528,10 @@ msgstr "MySQL vrátil prázdný výsledek (tj. nulový počet řádků)."
#: db_routines.php:190 db_routines.php:295 db_routines.php:300
#: db_routines.php:324
-#, fuzzy, php-format
+#, php-format
#| msgid "The following queries have been executed:"
msgid "The following query has failed: \"%s\""
-msgstr "Byly provedeny následující dotazy:"
+msgstr "Následující dotaz selhal: „%s“"
#: db_routines.php:191 db_routines.php:296 db_routines.php:301
#: db_routines.php:311 db_routines.php:325 libraries/common.lib.php:609
@@ -540,33 +540,32 @@ msgstr "MySQL hlásí: "
#: db_routines.php:208 db_routines.php:240 db_routines.php:268
#: db_routines.php:407
-#, fuzzy
#| msgid "Error in Processing Request"
msgid "Error in processing request"
msgstr "Chyba při zpracování požadavku"
#: db_routines.php:209 db_routines.php:241 db_routines.php:269
#: db_routines.php:408
-#, fuzzy, php-format
+#, php-format
#| msgid "No tables found in database"
msgid "No routine with name %1$s found in database %2$s"
-msgstr "V databázi nebyly nalezeny žádné tabulky"
+msgstr "V databázi %2$s není žádná rutina se jménem %1$s"
#: db_routines.php:230 db_routines.php:234
msgid "Execute routine"
msgstr "Spustit rutinu"
#: db_routines.php:259 db_routines.php:263
-#, fuzzy, php-format
+#, php-format
#| msgid "Export defaults"
msgid "Export of routine %s"
-msgstr "Výchozí nastavení exportu"
+msgstr "Export rutiny %s"
#: db_routines.php:288 libraries/db_routines.lib.php:960
-#, fuzzy, php-format
+#, php-format
#| msgid "Invalid server index: %s"
msgid "Invalid routine type: \"%s\""
-msgstr "Chybný index serveru: „%s“"
+msgstr "Chybný typ rutiny: „%s“"
#: db_routines.php:309
msgid "Sorry, we failed to restore the dropped routine."
@@ -577,32 +576,30 @@ msgid "The backed up query was:"
msgstr "Záložní dotaz byl:"
#: db_routines.php:314
-#, fuzzy, php-format
+#, php-format
#| msgid "Column %s has been dropped"
msgid "Routine %1$s has been modified."
-msgstr "Pole %s byla odstraněno"
+msgstr "Byla změněna rutina %1$s."
#: db_routines.php:327
-#, fuzzy, php-format
+#, php-format
#| msgid "Table %1$s has been created."
msgid "Routine %1$s has been created."
-msgstr "Byla vytvořena tabulka %1$s."
+msgstr "Byla vytvořena rutina %1$s."
#: db_routines.php:335
msgid "<b>One or more errors have occured while processing your request:</b>"
msgstr "<b>Při zpracování požadavku došlo k několika chybám:</b>"
#: db_routines.php:379
-#, fuzzy
#| msgid "Create relation"
msgid "Create routine"
-msgstr "Vytvořit relaci"
+msgstr "Vytvořit rutinu"
#: db_routines.php:383
-#, fuzzy
#| msgid "Edit mode"
msgid "Edit routine"
-msgstr "Režim úprav"
+msgstr "Upravit rutinu"
#: db_routines.php:434
msgid ""
@@ -2100,13 +2097,11 @@ msgid "Check Privileges"
msgstr "Zkontrolovat oprávnění"
#: libraries/common.inc.php:587
-#, fuzzy
#| msgid "Failed to to read configuration file"
msgid "Failed to read configuration file"
msgstr "Nepodařilo se načíst konfigurační soubor"
#: libraries/common.inc.php:588
-#, fuzzy
#| msgid ""
#| "This usually means there is a syntax error in it, please check any errors "
#| "shown bellow."
@@ -4920,10 +4915,9 @@ msgid "There are no routines to display."
msgstr "Nebyl zvolen žádný soubor pro nahrání"
#: libraries/db_routines.lib.php:1253
-#, fuzzy
#| msgid "Add index"
msgid "Add routine"
-msgstr "Přidat index"
+msgstr "Přidat rutinu"
#: libraries/db_routines.lib.php:1256
#, fuzzy
@@ -5329,7 +5323,7 @@ msgstr "Transformace při prohlížení"
#: libraries/display_tbl.lib.php:642
msgid "Geometry"
-msgstr ""
+msgstr "Geometrie"
#: libraries/display_tbl.lib.php:643
msgid "Well Known Text"
@@ -5383,7 +5377,7 @@ msgstr "Zobrazit graf"
#: libraries/display_tbl.lib.php:2548
msgid "Visualize GIS data"
-msgstr ""
+msgstr "Zobrazit data GIS"
#: libraries/display_tbl.lib.php:2568
msgid "Create view"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-5760-g79b20e4
by Michal Čihař 24 Jun '11
by Michal Čihař 24 Jun '11
24 Jun '11
The branch, master has been updated
via 79b20e474af9a8e3d821b7cad31e4fb9d83ac82e (commit)
via f09d19cfa3bd2f31185848adfdeb808576396851 (commit)
via 52269e0e56260280b82109e41573179d93676a5b (commit)
via e8ee4eb11b784b56d51bf4d37dd4811e8d213569 (commit)
from 6f61a155d1616f9d08a67e113628773a6ffe301c (commit)
- Log -----------------------------------------------------------------
commit 79b20e474af9a8e3d821b7cad31e4fb9d83ac82e
Merge: 6f61a155d1616f9d08a67e113628773a6ffe301c f09d19cfa3bd2f31185848adfdeb808576396851
Author: Michal Čihař <mcihar(a)suse.cz>
Date: Fri Jun 24 13:02:20 2011 +0200
Merge remote-tracking branch 'origin/QA_3_4'
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_3RC1-10-gf09d19c
by Michal Čihař 24 Jun '11
by Michal Čihař 24 Jun '11
24 Jun '11
The branch, QA_3_4 has been updated
via f09d19cfa3bd2f31185848adfdeb808576396851 (commit)
via 52269e0e56260280b82109e41573179d93676a5b (commit)
from e8ee4eb11b784b56d51bf4d37dd4811e8d213569 (commit)
- Log -----------------------------------------------------------------
commit f09d19cfa3bd2f31185848adfdeb808576396851
Merge: e8ee4eb11b784b56d51bf4d37dd4811e8d213569 52269e0e56260280b82109e41573179d93676a5b
Author: Michal Čihař <mcihar(a)suse.cz>
Date: Fri Jun 24 12:59:38 2011 +0200
Merge branch 'MAINT_3_4_3' into QA_3_4
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 2 +-
po/ar.po | 259 ++++++++++++++++++++++++++++++--------------------------
po/az.po | 2 +-
po/be.po | 2 +-
po/be(a)latin.po | 2 +-
po/bg.po | 4 +-
po/bn.po | 2 +-
po/bs.po | 2 +-
po/ca.po | 2 +-
po/cs.po | 2 +-
po/cy.po | 2 +-
po/da.po | 6 +-
po/de.po | 2 +-
po/el.po | 2 +-
po/en_GB.po | 2 +-
po/es.po | 2 +-
po/et.po | 2 +-
po/eu.po | 2 +-
po/fa.po | 2 +-
po/fi.po | 6 +-
po/fr.po | 2 +-
po/gl.po | 2 +-
po/he.po | 2 +-
po/hi.po | 2 +-
po/hr.po | 2 +-
po/hu.po | 2 +-
po/id.po | 6 +-
po/it.po | 2 +-
po/ja.po | 2 +-
po/ka.po | 2 +-
po/ko.po | 2 +-
po/lt.po | 2 +-
po/lv.po | 2 +-
po/mk.po | 2 +-
po/ml.po | 2 +-
po/mn.po | 2 +-
po/ms.po | 2 +-
po/nb.po | 2 +-
po/nl.po | 2 +-
po/pl.po | 2 +-
po/pt.po | 2 +-
po/pt_BR.po | 2 +-
po/ro.po | 2 +-
po/ru.po | 2 +-
po/si.po | 2 +-
po/sk.po | 2 +-
po/sl.po | 2 +-
po/sq.po | 2 +-
po/sr.po | 2 +-
po/sr(a)latin.po | 2 +-
po/sv.po | 2 +-
po/ta.po | 2 +-
po/te.po | 2 +-
po/th.po | 2 +-
po/tr.po | 2 +-
po/tt.po | 2 +-
po/ug.po | 2 +-
po/uk.po | 2 +-
po/ur.po | 2 +-
po/uz.po | 2 +-
po/uz(a)latin.po | 2 +-
po/zh_CN.po | 2 +-
po/zh_TW.po | 2 +-
63 files changed, 210 insertions(+), 187 deletions(-)
diff --git a/po/af.po b/po/af.po
index f268ecc..bf28a23 100644
--- a/po/af.po
+++ b/po/af.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
diff --git a/po/ar.po b/po/ar.po
index ec74776..dc24a5f 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-21 13:56+0200\n"
@@ -329,7 +329,7 @@ msgstr "أضف قيودا"
#: db_operations.php:528
msgid "Switch to copied database"
-msgstr ""
+msgstr "التبديل إلى قاعدة البيانات المنسوخة"
#: db_operations.php:552 libraries/Index.class.php:447
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
@@ -421,11 +421,11 @@ msgstr "عليك اختيار عمود واحد على الأقل للعرض"
#: db_qbe.php:186
msgid "Switch to"
-msgstr ""
+msgstr "تحويل إلى"
#: db_qbe.php:186
msgid "visual builder"
-msgstr ""
+msgstr "الباني المرئي"
#: db_qbe.php:222 libraries/db_structure.lib.php:95
#: libraries/display_tbl.lib.php:858
@@ -621,7 +621,7 @@ msgstr "جدول %s أفرغت محتوياتها"
#: db_structure.php:286 tbl_operations.php:701
#, php-format
msgid "View %s has been dropped"
-msgstr ""
+msgstr "تم إزالة %s من العرض"
#: db_structure.php:286 tbl_operations.php:701
#, php-format
@@ -630,29 +630,29 @@ msgstr "جدول %s حذفت"
#: db_structure.php:293 tbl_create.php:295
msgid "Tracking is active."
-msgstr ""
+msgstr "التتبع نشط."
#: db_structure.php:295 tbl_create.php:297
msgid "Tracking is not active."
-msgstr ""
+msgstr "التتبع غير نشط."
#: db_structure.php:379 libraries/display_tbl.lib.php:2043
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
-msgstr ""
+msgstr "هذا العرض له ما لا يقل عدد هذه الصفوف يرجى الرجوع إلى %s الوثيقة %s"
#: db_structure.php:393 db_structure.php:407 libraries/header.inc.php:138
#: libraries/tbl_info.inc.php:60 tbl_structure.php:206 test/theme.php:73
msgid "View"
-msgstr ""
+msgstr "عرض"
#: db_structure.php:444 libraries/db_structure.lib.php:40
#: libraries/server_links.inc.php:90 server_replication.php:31
#: server_replication.php:162 server_status.php:383
msgid "Replication"
-msgstr ""
+msgstr "إستنساخ"
#: db_structure.php:448
msgid "Sum"
@@ -661,7 +661,7 @@ msgstr "المجموع"
#: db_structure.php:455 libraries/StorageEngine.class.php:351
#, php-format
msgid "%s is the default storage engine on this MySQL server."
-msgstr ""
+msgstr "%s هو محرك التخزين الإفتراضي لخادم MySQL"
#: db_structure.php:483 db_structure.php:500 db_structure.php:501
#: libraries/display_tbl.lib.php:2184 libraries/display_tbl.lib.php:2189
@@ -736,7 +736,7 @@ msgstr "قاموس البيانات"
#: db_tracking.php:79
msgid "Tracked tables"
-msgstr ""
+msgstr "الجداول المتعقبة"
#: db_tracking.php:84 libraries/config/messages.inc.php:482
#: libraries/export/htmlword.php:89 libraries/export/latex.php:162
@@ -753,7 +753,7 @@ msgstr "قاعدة البيانات"
#: db_tracking.php:86
msgid "Last version"
-msgstr ""
+msgstr "آخر إصدار"
#: db_tracking.php:87 tbl_tracking.php:588
msgid "Created"
@@ -778,7 +778,7 @@ msgstr "العملية"
#: db_tracking.php:101 js/messages.php:34
msgid "Delete tracking data for this table"
-msgstr ""
+msgstr "حذف بيانات التتبع لهذا الجدول"
#: db_tracking.php:119 tbl_tracking.php:542 tbl_tracking.php:600
msgid "active"
@@ -794,49 +794,49 @@ msgstr "نسخ"
#: db_tracking.php:135 tbl_tracking.php:373 tbl_tracking.php:619
msgid "Tracking report"
-msgstr ""
+msgstr "تقرير التتبع"
#: db_tracking.php:136 tbl_tracking.php:245 tbl_tracking.php:619
msgid "Structure snapshot"
-msgstr ""
+msgstr "لقطة للبناء الهيكلي"
#: db_tracking.php:181
msgid "Untracked tables"
-msgstr ""
+msgstr "الجداول الغير متتبعة"
#: db_tracking.php:201 db_tracking.php:203 tbl_structure.php:622
#: tbl_structure.php:624
msgid "Track table"
-msgstr ""
+msgstr "تتبع الجدول"
#: db_tracking.php:229
msgid "Database Log"
-msgstr ""
+msgstr "سجل قاعدة البيانات"
#: enum_editor.php:21 libraries/tbl_properties.inc.php:793
#, php-format
msgid "Values for the column \"%s\""
-msgstr ""
+msgstr "قيم للعمود \"%s\""
#: enum_editor.php:22 libraries/tbl_properties.inc.php:794
msgid "Enter each value in a separate field."
-msgstr ""
+msgstr "أدخل كل قيمة بحقل منفصل"
#: enum_editor.php:57
msgid "+ Restart insertion and add a new value"
-msgstr ""
+msgstr "+ أعد الإدخال و أضف قيمة جديدة"
#: enum_editor.php:67
msgid "Output"
-msgstr ""
+msgstr "المخرجات"
#: enum_editor.php:68
msgid "Copy and paste the joined values into the \"Length/Values\" field"
-msgstr ""
+msgstr "نسخ ولصق القيم المضمومة لحقل \"Length/Values\""
#: export.php:73
msgid "Selected export type has to be saved in file!"
-msgstr ""
+msgstr "نوع التصدير المحدد سيحفظ في الملف!"
#: export.php:164 export.php:189 export.php:671
#, php-format
@@ -867,6 +867,8 @@ msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation"
"%s for ways to workaround this limit."
msgstr ""
+"يبدو أنك تحاول رفع ملف كبير الحجم , فضلاً راجع المستند %sdocumentation%s لحل "
+"المشكلة."
#: import.php:278 import.php:331 libraries/File.class.php:501
#: libraries/File.class.php:611
@@ -880,7 +882,7 @@ msgstr "لم يمكن قراءة الملف"
msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
-msgstr ""
+msgstr "انت تحاول رفع ملف بصيغة ضغط غير معروفة (%s)."
#: import.php:336
msgid ""
@@ -888,10 +890,12 @@ msgid ""
"file size exceeded the maximum size permitted by your PHP configuration. See "
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
msgstr ""
+"لايوجد أي بيانات لإستيرادها , إما انه لم يتم إرسال إسم الملف , أو أن حجم "
+"الملف أكبر من الحجم المحدد في إعدادات PHP"
#: import.php:371 libraries/display_import.lib.php:23
msgid "Could not load import plugins, please check your installation!"
-msgstr ""
+msgstr "لايمكن تحميل الإضافات المستوردة ,, فضلاً تحقق من عملية التنصيب ."
#: import.php:396
msgid "The bookmark has been deleted."
@@ -899,7 +903,7 @@ msgstr "لقد حذفت العلامة المرجعية."
#: import.php:400
msgid "Showing bookmark"
-msgstr ""
+msgstr "عرض العلامة المرجعية"
#: import.php:402 sql.php:884
#, php-format
@@ -909,19 +913,23 @@ msgstr "تم إنشاء العلامة المرجعية %s"
#: import.php:408 import.php:414
#, php-format
msgid "Import has been successfully finished, %d queries executed."
-msgstr ""
+msgstr "الإستيراد إنتهى بنجاح , %d إستعلام تم تنفيذه."
#: import.php:423
msgid ""
"Script timeout passed, if you want to finish import, please resubmit same "
"file and import will resume."
msgstr ""
+"إنتهى وقت التنفيذ , إذا كنت تريد إنهاء الإستيراد, أعد إرسال نفس الملف وسوف "
+"يتم إستكمال الإستيراد"
#: import.php:425
msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
+"لم يتم تحليل البيانات في العملية الأخيرة ,, هذا يعني ان phpMyAdmin لاتستطيع "
+"إنهاء الإستيراد ,, يجب زيادة المدة المحددة لتنفيذ php"
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2080 libraries/sql_query_form.lib.php:139
@@ -948,7 +956,7 @@ msgstr "اضغط للاختيار"
#: js/messages.php:26
msgid "Click to unselect"
-msgstr ""
+msgstr "إضغط لإلغاء الإختيار"
#: js/messages.php:27 libraries/import.lib.php:103 sql.php:195
msgid "\"DROP DATABASE\" statements are disabled."
@@ -960,7 +968,7 @@ msgstr "هل تريد حقا "
#: js/messages.php:31 libraries/mult_submits.inc.php:242 sql.php:278
msgid "You are about to DESTROY a complete database!"
-msgstr ""
+msgstr "أنت على وشك إزالة كامل قاعدة البيانات !"
#: js/messages.php:32
msgid "Dropping Event"
@@ -978,20 +986,20 @@ msgstr "يسمح بإضافة واستبدال البيانات."
#: js/messages.php:36
msgid "Dropping Primary Key/Index"
-msgstr ""
+msgstr "حذف المفتاح الرئيسي مفتاح/فهرس"
#: js/messages.php:37
msgid "This operation could take a long time. Proceed anyway?"
-msgstr ""
+msgstr "هذه العملية قد تأخذ وقت طويل , متابعة على أي حال ؟"
#: js/messages.php:40
msgid "You are about to DISABLE a BLOB Repository!"
-msgstr ""
+msgstr "أنت على وشك إلغاء مستودع BLOB!"
#: js/messages.php:41
#, php-format
msgid "Are you sure you want to disable all BLOB references for database %s?"
-msgstr ""
+msgstr "هل تريد حقاً إلغاء كل مراجع BLOB في قاعدة البيانات %s ؟"
#: js/messages.php:44
msgid "Missing value in the form!"
@@ -1054,7 +1062,7 @@ msgstr "ألغ"
#: js/messages.php:63
msgid "Loading"
-msgstr ""
+msgstr "تحميل"
#: js/messages.php:64
#, fuzzy
@@ -1064,15 +1072,15 @@ msgstr "معالَجات"
#: js/messages.php:65 libraries/import/ods.php:80
msgid "Error in Processing Request"
-msgstr ""
+msgstr "خطأ في معالجة الطلب"
#: js/messages.php:66
msgid "Dropping Column"
-msgstr ""
+msgstr "إزالة العمود"
#: js/messages.php:67
msgid "Adding Primary Key"
-msgstr ""
+msgstr "إضافة مفتاح رئيسي"
#: js/messages.php:68 libraries/relation.lib.php:87 pmd_general.php:386
#: pmd_general.php:543 pmd_general.php:591 pmd_general.php:667
@@ -1136,7 +1144,7 @@ msgstr "استعلام-SQL"
#: js/messages.php:88
msgid "Inline Edit"
-msgstr ""
+msgstr "تعديل سريع"
#: js/messages.php:89 libraries/Index.class.php:465
#: libraries/common.lib.php:626 libraries/common.lib.php:1164
@@ -1179,15 +1187,15 @@ msgstr "تجاهل"
#: js/messages.php:101
msgid "Select referenced key"
-msgstr ""
+msgstr "إختيار المفتاح المرجع"
#: js/messages.php:102
msgid "Select Foreign Key"
-msgstr ""
+msgstr "إختيار المفتاح الغريب"
#: js/messages.php:103
msgid "Please select the primary key or a unique key"
-msgstr ""
+msgstr "فضلاً أختر المفتاح الرئيسي أو المفتاح الفريد"
#: js/messages.php:104 pmd_general.php:87 tbl_relation.php:545
#, fuzzy
@@ -1197,7 +1205,7 @@ msgstr "اختر الحقل لإظهاره"
#: js/messages.php:107
msgid "Add an option for column "
-msgstr ""
+msgstr "إضافة خيار للعمود"
#: js/messages.php:110
#, fuzzy
@@ -1227,11 +1235,13 @@ msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
+"يوجد إصدارأحدث من phpMyAdmin متوفر حالياً ,, ينبغى أن تعمل ترقية.أحدث إصدار "
+"هو %s, released on %s."
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:120
msgid ", latest stable version:"
-msgstr ""
+msgstr ", آخر إصدار مستقر:"
#. l10n: Display text for calendar close link
#: js/messages.php:138
@@ -1528,39 +1538,41 @@ msgstr "حجم الخط"
#: libraries/File.class.php:310
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
-msgstr ""
+msgstr "حجم الملف المرفوع يتجاوز حجم الملف المسموح به في إعدادات php"
#: libraries/File.class.php:313
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form."
-msgstr ""
+msgstr "حجم الملف المرفوع يتجاوز حجم الملف المحدد به في نموذج HTML"
#: libraries/File.class.php:316
msgid "The uploaded file was only partially uploaded."
-msgstr ""
+msgstr "تم رفع جزء من الملف فقط."
#: libraries/File.class.php:319
msgid "Missing a temporary folder."
-msgstr ""
+msgstr "المجلد المؤقت مفقود."
#: libraries/File.class.php:322
msgid "Failed to write file to disk."
-msgstr ""
+msgstr "فشلت عملية كتابة الملف على القرص."
#: libraries/File.class.php:325
msgid "File upload stopped by extension."
-msgstr ""
+msgstr "رفع الملف إستوقف من قبل الامتداد."
#: libraries/File.class.php:328
msgid "Unknown error in file upload."
-msgstr ""
+msgstr "خطأ غير معروف عند رفع الملف."
#: libraries/File.class.php:559
msgid ""
"Error moving the uploaded file, see [a@./Documentation."
"html#faq1_11@Documentation]FAQ 1.11[/a]"
msgstr ""
+"خطأ عند نقل الملف المرفوع , إنظر :[a@./Documentation."
+"html#faq1_11@Documentation]FAQ 1.11[/a]"
#: libraries/Index.class.php:427 tbl_relation.php:526
msgid "No index defined!"
@@ -1579,7 +1591,7 @@ msgstr "مميز"
#: libraries/Index.class.php:444 tbl_tracking.php:317
msgid "Packed"
-msgstr ""
+msgstr "محزم"
#: libraries/Index.class.php:446 tbl_tracking.php:319
msgid "Cardinality"
@@ -1642,22 +1654,22 @@ msgstr[1] ""
#: libraries/StorageEngine.class.php:194
msgid ""
"There is no detailed status information available for this storage engine."
-msgstr ""
+msgstr "لايوجد معلومات تفصيلية لحالة محرك التخزين هذا."
#: libraries/StorageEngine.class.php:354
#, php-format
msgid "%s is available on this MySQL server."
-msgstr ""
+msgstr "%s متوفر في خادم MySQL هذا."
#: libraries/StorageEngine.class.php:357
#, php-format
msgid "%s has been disabled for this MySQL server."
-msgstr ""
+msgstr "%s معطل في خادم MySQL هذا."
#: libraries/StorageEngine.class.php:361
#, php-format
msgid "This MySQL server does not support the %s storage engine."
-msgstr ""
+msgstr "خادم MySQL هذا لايدعم محرك التخزين %s ."
#: libraries/Table.class.php:1017
msgid "Invalid database"
@@ -1680,30 +1692,30 @@ msgstr "تم إعادة تسمية الجدول %s إلى %s"
#: libraries/Theme.class.php:160
#, php-format
msgid "No valid image path for theme %s found!"
-msgstr ""
+msgstr "مسار الصورة للمظهر %s غير صحيح!"
#: libraries/Theme.class.php:380
msgid "No preview available."
-msgstr ""
+msgstr "لاتتوفر معاينة."
#: libraries/Theme.class.php:383
msgid "take it"
-msgstr ""
+msgstr "إعتبر"
#: libraries/Theme_Manager.class.php:109
#, php-format
msgid "Default theme %s not found!"
-msgstr ""
+msgstr "المظهر الإفتراضي %s غير موجود!"
#: libraries/Theme_Manager.class.php:147
#, php-format
msgid "Theme %s not found!"
-msgstr ""
+msgstr "المظهر %s غير موجود!"
#: libraries/Theme_Manager.class.php:215
#, php-format
msgid "Theme path not found for theme %s!"
-msgstr ""
+msgstr "مسار المظهر غير موجود للمظهر %s !"
#: libraries/Theme_Manager.class.php:291 test/theme.php:160 themes.php:20
#: themes.php:40
@@ -1712,7 +1724,7 @@ msgstr ""
#: libraries/auth/config.auth.lib.php:76
msgid "Cannot connect: invalid settings."
-msgstr ""
+msgstr "لايمكن الإتصال: إعدادات غير صحيحة."
#: libraries/auth/config.auth.lib.php:91
#: libraries/auth/cookie.auth.lib.php:205 libraries/auth/http.auth.lib.php:64
@@ -1726,7 +1738,7 @@ msgstr "أهلا بك في %s"
msgid ""
"You probably did not create a configuration file. You might want to use the "
"%1$ssetup script%2$s to create one."
-msgstr ""
+msgstr "يبدو انك لم تنشئ ملف الإعدادات.إستخدم %1$ssetup script%2$s لإنشائه."
#: libraries/auth/config.auth.lib.php:115
msgid ""
@@ -1753,7 +1765,7 @@ msgstr "مستندات وثائقية لـ phpMyAdmin (بالإنجليزية)"
#: libraries/auth/cookie.auth.lib.php:244
#: libraries/auth/cookie.auth.lib.php:245
msgid "You can enter hostname/IP address and port separated by space."
-msgstr ""
+msgstr "يمكن أن تدخل عنوان المضيف والمنفذ مفصولان بالمسافة."
#: libraries/auth/cookie.auth.lib.php:244
msgid "Server:"
@@ -1780,12 +1792,13 @@ msgstr "يجب تفعيل دعم الكوكيز في هذه المرحلة."
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
+"تم منع الدخول بدون كلمة مرور ممنوع في الإعدادات , إنظر قيمة (AllowNoPassword)"
#: libraries/auth/cookie.auth.lib.php:648
#: libraries/auth/signon.auth.lib.php:226
#, php-format
msgid "No activity within %s seconds; please log in again"
-msgstr ""
+msgstr "لانشاط منذ %s ثواني , الرجاء تسجيل الدخول من جديد"
#: libraries/auth/cookie.auth.lib.php:658
#: libraries/auth/cookie.auth.lib.php:660
@@ -1800,12 +1813,12 @@ msgstr "خطأ اسم المستخدم/كلمة السر. الدخول ممنو
#: libraries/auth/swekey/swekey.auth.lib.php:118
#, php-format
msgid "File %s does not contain any key id"
-msgstr ""
+msgstr "الملف %s لايحتوي على أي مفتاح تعريف"
#: libraries/auth/swekey/swekey.auth.lib.php:157
#: libraries/auth/swekey/swekey.auth.lib.php:180
msgid "Hardware authentication failed"
-msgstr ""
+msgstr "فشلت المصادقة المحسوسة"
#: libraries/auth/swekey/swekey.auth.lib.php:166
msgid "No valid authentication key plugged"
@@ -1813,23 +1826,23 @@ msgstr ""
#: libraries/auth/swekey/swekey.auth.lib.php:202
msgid "Authenticating..."
-msgstr ""
+msgstr "مصادقة..."
#: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
-msgstr ""
+msgstr "خطأ PBMS"
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
-msgstr ""
+msgstr "فشل إتصال PBMS:"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
-msgstr ""
+msgstr "فشل جلب معلومات PBMS BLOB:"
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
-msgstr ""
+msgstr "فشل جلب نوع محتوى BLOB:"
#: libraries/blobstreaming.lib.php:347
msgid "View image"
@@ -1850,11 +1863,11 @@ msgstr "نزل الملف"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
-msgstr ""
+msgstr "لايمكن فتح الملف : %s"
#: libraries/bookmark.lib.php:83
msgid "shared"
-msgstr ""
+msgstr "مشترك"
#: libraries/build_html_for_db.lib.php:25
#: libraries/config/messages.inc.php:181 libraries/export/xml.php:36
@@ -1894,11 +1907,11 @@ msgstr "لايوجد قواعد بيانات"
#: libraries/build_html_for_db.lib.php:130
msgid "Not replicated"
-msgstr ""
+msgstr "غير مستنسخة"
#: libraries/build_html_for_db.lib.php:136
msgid "Replicated"
-msgstr ""
+msgstr "مستنسخة"
#: libraries/build_html_for_db.lib.php:150
#, php-format
@@ -1955,7 +1968,7 @@ msgstr ""
#: libraries/common.inc.php:585
#, php-format
msgid "Could not load default configuration from: %1$s"
-msgstr ""
+msgstr "لا يمكن تحميل الإعدادات الإفتراضية من : %1$s"
#: libraries/common.inc.php:590
msgid ""
@@ -1973,7 +1986,7 @@ msgstr "فهرس خادم غير صحيح: %s"
#: libraries/common.inc.php:627
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
-msgstr ""
+msgstr "إسم المضيف غير صحيح للخادم %1$s."
#: libraries/common.inc.php:636 libraries/config/messages.inc.php:486
#: libraries/header.inc.php:115 main.php:161 server_synchronize.php:1174
@@ -1983,7 +1996,7 @@ msgstr "خادم"
#: libraries/common.inc.php:819
msgid "Invalid authentication method set in configuration:"
-msgstr ""
+msgstr "اسلوب مصادقة غير صحيح في الإعدادات:"
#: libraries/common.inc.php:922
#, php-format
@@ -1993,7 +2006,7 @@ msgstr "عليك التحديث إلى %s %s أو لاحقا."
#: libraries/common.lib.php:142
#, php-format
msgid "Max: %s%s"
-msgstr ""
+msgstr "كبير: %s%s"
#. l10n: Language to use for MySQL 5.5 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:404
@@ -2035,7 +2048,7 @@ msgstr "MySQL قال: "
#: libraries/common.lib.php:1098
msgid "Failed to connect to SQL validator!"
-msgstr ""
+msgstr "فشل الإتصال بمدقق SQL!"
#: libraries/common.lib.php:1139 libraries/config/messages.inc.php:463
msgid "Explain SQL"
@@ -2068,15 +2081,15 @@ msgstr "التحقق من استعلام SQL"
#: libraries/common.lib.php:1265
msgid "Inline edit of this query"
-msgstr ""
+msgstr "تعديل سريع لهذا الإستعلام"
#: libraries/common.lib.php:1267
msgid "Inline"
-msgstr ""
+msgstr "مضمن"
#: libraries/common.lib.php:1334 libraries/common.lib.php:1350
msgid "Profiling"
-msgstr ""
+msgstr "جانبي"
#: libraries/common.lib.php:1355 libraries/tbl_triggers.lib.php:27
#: server_processlist.php:70
@@ -2194,7 +2207,7 @@ msgstr "عمليات"
#: libraries/common.lib.php:2966
msgid "Browse your computer:"
-msgstr ""
+msgstr "تصفح كمبيوترك."
#: libraries/common.lib.php:2979
#, fuzzy, php-format
@@ -2209,15 +2222,15 @@ msgstr "الدليل الذي حددته لتحميل عملك لا يمكن ا
#: libraries/common.lib.php:2999
msgid "There are no files to upload"
-msgstr ""
+msgstr "لايوجد أي ملفات لرفعها"
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "كلا"
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "فتح"
#: libraries/config.values.php:74
#, fuzzy
@@ -2230,13 +2243,13 @@ msgstr "أغلق"
#: libraries/export/sql.php:79 libraries/export/texytext.php:23
#: libraries/import.lib.php:1172
msgid "structure"
-msgstr ""
+msgstr "بناء"
#: libraries/config.values.php:96 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
#: libraries/export/sql.php:79 libraries/export/texytext.php:23
msgid "data"
-msgstr ""
+msgstr "بيانات"
#: libraries/config.values.php:97 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -2248,15 +2261,15 @@ msgstr "البنية والبيانات"
#: libraries/config.values.php:99
msgid "Quick - display only the minimal options to configure"
-msgstr ""
+msgstr "سريع - عرض خيارات أقل"
#: libraries/config.values.php:100
msgid "Custom - display all possible options to configure"
-msgstr ""
+msgstr "مخصص - عرض كل الخيارات المحتملة"
#: libraries/config.values.php:101
msgid "Custom - like above, but without the quick/custom choice"
-msgstr ""
+msgstr "مخصص - مثل مافي الأعلى , لكن بدون الخيار سريع/مخصص"
#: libraries/config.values.php:119
#, fuzzy
@@ -2272,43 +2285,43 @@ msgstr "إدخال مدد"
#: libraries/config.values.php:121
msgid "both of the above"
-msgstr ""
+msgstr "كلاهما"
#: libraries/config.values.php:122
msgid "neither of the above"
-msgstr ""
+msgstr "لاشيء منهم"
#: libraries/config/FormDisplay.class.php:83
#: libraries/config/validate.lib.php:422
msgid "Not a positive number"
-msgstr ""
+msgstr "ليس عدد موجب"
#: libraries/config/FormDisplay.class.php:84
#: libraries/config/validate.lib.php:435
msgid "Not a non-negative number"
-msgstr ""
+msgstr "ليس عدد غير سالب"
#: libraries/config/FormDisplay.class.php:85
#: libraries/config/validate.lib.php:409
msgid "Not a valid port number"
-msgstr ""
+msgstr "رقم منفذ غير صحيح"
#: libraries/config/FormDisplay.class.php:86
#: libraries/config/FormDisplay.class.php:574
#: libraries/config/validate.lib.php:360 libraries/config/validate.lib.php:450
msgid "Incorrect value"
-msgstr ""
+msgstr "قيمة غير صحيحة"
#: libraries/config/FormDisplay.class.php:87
#: libraries/config/validate.lib.php:464
#, php-format
msgid "Value must be equal or lower than %s"
-msgstr ""
+msgstr "القيمة يجب أن تساوي أو أقل من %s"
#: libraries/config/FormDisplay.class.php:538
#, php-format
msgid "Missing data for %s"
-msgstr ""
+msgstr "بيانات مفقودة لـ %s"
#: libraries/config/FormDisplay.class.php:736
#: libraries/config/FormDisplay.class.php:740
@@ -2321,21 +2334,21 @@ msgstr "متغير"
#: libraries/config/FormDisplay.class.php:741
#, php-format
msgid "\"%s\" requires %s extension"
-msgstr ""
+msgstr "%s يتطلب الإمتداد %s"
#: libraries/config/FormDisplay.class.php:755
#, php-format
msgid "import will not work, missing function (%s)"
-msgstr ""
+msgstr "الإستيراد لن يتم , الدالة (%s) مفقودة"
#: libraries/config/FormDisplay.class.php:759
#, php-format
msgid "export will not work, missing function (%s)"
-msgstr ""
+msgstr "التصدير لن يتم , الدالة (%s) مفقودة"
#: libraries/config/FormDisplay.class.php:766
msgid "SQL Validator is disabled"
-msgstr ""
+msgstr "مدقق SQL معطل"
#: libraries/config/FormDisplay.class.php:773
#, fuzzy
@@ -2346,11 +2359,11 @@ msgstr "لم يمكن إيجاد الوصلة"
#: libraries/config/FormDisplay.class.php:781
#, php-format
msgid "maximum %s"
-msgstr ""
+msgstr "أقصى %s"
#: libraries/config/FormDisplay.tpl.php:173
msgid "This setting is disabled, it will not be applied to your configuration"
-msgstr ""
+msgstr "هذا الإعداد معطل , لن يتم تطبيقه في التكوين"
#: libraries/config/FormDisplay.tpl.php:173 libraries/relation.lib.php:89
#: libraries/relation.lib.php:96 pmd_relation_new.php:68
@@ -2360,16 +2373,16 @@ msgstr "معطل"
#: libraries/config/FormDisplay.tpl.php:248
#, php-format
msgid "Set value: %s"
-msgstr ""
+msgstr "تعيين القيمة: %s"
#: libraries/config/FormDisplay.tpl.php:253
#: libraries/config/messages.inc.php:351
msgid "Restore default value"
-msgstr ""
+msgstr "إستعادة القيمة الإفتراضية"
#: libraries/config/FormDisplay.tpl.php:269
msgid "Allow users to customize this value"
-msgstr ""
+msgstr "السماح للمستخدمين بتخصيص هذه القيمة"
#: libraries/config/FormDisplay.tpl.php:333
#: libraries/schema/User_Schema.class.php:470 prefs_manage.php:320
@@ -2379,7 +2392,7 @@ msgstr "إلغاء"
#: libraries/config/messages.inc.php:17
msgid "Improves efficiency of screen refresh"
-msgstr ""
+msgstr "تحسين كفاءة تحديث الشاشة"
#: libraries/config/messages.inc.php:18
#, fuzzy
@@ -2394,7 +2407,7 @@ msgstr ""
#: libraries/config/messages.inc.php:20
msgid "Allow login to any MySQL server"
-msgstr ""
+msgstr "السماح بالدخول لأي خادم MySQL"
#: libraries/config/messages.inc.php:21
msgid ""
@@ -2402,6 +2415,8 @@ msgid ""
"inside a frame, and is a potential [strong]security hole[/strong] allowing "
"cross-frame scripting attacks"
msgstr ""
+"تفعيل هذا يسمح للصفحات الموجودة في أماكن مختلفة بإستدعاء phpMyAdmin داخل "
+"إطار, وهذا من المحتمل ان يسبب ثغرة أمنية."
#: libraries/config/messages.inc.php:22
msgid "Allow third party framing"
@@ -2409,13 +2424,13 @@ msgstr ""
#: libraries/config/messages.inc.php:23
msgid "Show "Drop database" link to normal users"
-msgstr ""
+msgstr "عرض رابط "إزالة قاعدة البيانات" للمستخدمين العاديين"
#: libraries/config/messages.inc.php:24
msgid ""
"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
"authentication"
-msgstr ""
+msgstr "عبارة المرور السرية تستخدم لتشفير الكوكيز في المصادقة"
#: libraries/config/messages.inc.php:25
msgid "Blowfish secret"
@@ -2423,7 +2438,7 @@ msgstr ""
#: libraries/config/messages.inc.php:26
msgid "Highlight selected rows"
-msgstr ""
+msgstr "توضيح الصفوف المختارة"
#: libraries/config/messages.inc.php:27
msgid "Row marker"
@@ -2431,21 +2446,23 @@ msgstr ""
#: libraries/config/messages.inc.php:28
msgid "Highlight row pointed by the mouse cursor"
-msgstr ""
+msgstr "توضيح الصفوف المشار إليها بمؤشر الفأرة"
#: libraries/config/messages.inc.php:29
msgid "Highlight pointer"
-msgstr ""
+msgstr "توضيح المؤشر"
#: libraries/config/messages.inc.php:30
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
"import and export operations"
msgstr ""
+"تفعيل ضغط [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] لعمليات التصدير "
+"والإستيراد"
#: libraries/config/messages.inc.php:31
msgid "Bzip2"
-msgstr ""
+msgstr "Bzip2"
#: libraries/config/messages.inc.php:32
msgid ""
@@ -9539,7 +9556,7 @@ msgstr ""
#: tbl_row_action.php:28
msgid "No rows selected"
-msgstr ""
+msgstr "لايوجد صفوف مختارة"
#: tbl_select.php:109
msgid "Do a \"query by example\" (wildcard: \"%\")"
diff --git a/po/az.po b/po/az.po
index 1b859aa..e819b1b 100644
--- a/po/az.po
+++ b/po/az.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
diff --git a/po/be.po b/po/be.po
index 85bbd5c..7859752 100644
--- a/po/be.po
+++ b/po/be.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 2af239e..2316236 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
diff --git a/po/bg.po b/po/bg.po
index b707b2f..c3c1638 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-22 12:51+0200\n"
@@ -4520,7 +4520,7 @@ msgstr ""
msgid ""
"Please be patient, the file is being uploaded. Details about the upload are "
"not available."
-msgstr ""
+msgstr "Файлът се качва, бъдете търпеливи. Не са налични повече подробности."
#: libraries/display_import.lib.php:129
msgid "Importing into the current server"
diff --git a/po/bn.po b/po/bn.po
index 2edd88f..a4a53e6 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
diff --git a/po/bs.po b/po/bs.po
index d17e6cf..4080369 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
diff --git a/po/ca.po b/po/ca.po
index 436c069..434d4f1 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-23 09:57+0200\n"
diff --git a/po/cs.po b/po/cs.po
index 5d8533f..69a060c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 14:03+0100\n"
diff --git a/po/cy.po b/po/cy.po
index 0156048..373bca7 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-06-07 20:23+0200\n"
diff --git a/po/da.po b/po/da.po
index c6d1e77..5e0d4e7 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-07 01:17+0200\n"
@@ -9539,8 +9539,10 @@ msgid "Width"
msgstr ""
#: tbl_chart.php:94
+#, fuzzy
+#| msgid "Right"
msgid "Height"
-msgstr ""
+msgstr "Højre"
#: tbl_chart.php:98
msgid "Title"
diff --git a/po/de.po b/po/de.po
index f5dde39..ec9af7b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-23 04:28+0200\n"
diff --git a/po/el.po b/po/el.po
index 68b4bb7..69cea61 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-05 11:15+0200\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index e307458..b37926d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 16:24+0200\n"
diff --git a/po/es.po b/po/es.po
index 4e62406..076f3f1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-02 11:10+0200\n"
diff --git a/po/et.po b/po/et.po
index 465202a..107be8e 100644
--- a/po/et.po
+++ b/po/et.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
diff --git a/po/eu.po b/po/eu.po
index cfe7b0f..18723d1 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:53+0200\n"
diff --git a/po/fa.po b/po/fa.po
index 61aa0c4..d632aca 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
diff --git a/po/fi.po b/po/fi.po
index ec38819..fb6cf9e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-11-26 21:29+0200\n"
@@ -9850,8 +9850,10 @@ msgid "Width"
msgstr ""
#: tbl_chart.php:94
+#, fuzzy
+#| msgid "Right"
msgid "Height"
-msgstr ""
+msgstr "Oikea"
#: tbl_chart.php:98
msgid "Title"
diff --git a/po/fr.po b/po/fr.po
index 5bd6d74..071390b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 19:23+0200\n"
diff --git a/po/gl.po b/po/gl.po
index 6d28e6a..fc30353 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:50+0200\n"
diff --git a/po/he.po b/po/he.po
index b797b7f..074f895 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-02 20:17+0200\n"
diff --git a/po/hi.po b/po/hi.po
index 23c92de..06341d6 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-24 00:23+0200\n"
diff --git a/po/hr.po b/po/hr.po
index e936fbb..d6b2ef2 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:54+0200\n"
diff --git a/po/hu.po b/po/hu.po
index 0fc74e3..8ab0e64 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-05-05 12:49+0200\n"
diff --git a/po/id.po b/po/id.po
index 6e4c65d..0634f94 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-16 22:04+0200\n"
@@ -9294,8 +9294,10 @@ msgid "Width"
msgstr ""
#: tbl_chart.php:94
+#, fuzzy
+#| msgid "Right"
msgid "Height"
-msgstr ""
+msgstr "Kanan"
#: tbl_chart.php:98
msgid "Title"
diff --git a/po/it.po b/po/it.po
index 758b2bc..71f5d3c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-05 14:27+0200\n"
diff --git a/po/ja.po b/po/ja.po
index d72fb91..35e1d41 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-05-05 11:38+0200\n"
diff --git a/po/ka.po b/po/ka.po
index bbcc672..d079bff 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
diff --git a/po/ko.po b/po/ko.po
index ea99b4e..d04ac09 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-06-16 18:18+0200\n"
diff --git a/po/lt.po b/po/lt.po
index c28c645..e3d12e9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-05 15:52+0200\n"
diff --git a/po/lv.po b/po/lv.po
index 02dcaa7..edfab85 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
diff --git a/po/mk.po b/po/mk.po
index b9466de..4deb4b4 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
diff --git a/po/ml.po b/po/ml.po
index 22c9f22..167850c 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the phpMyAdmin package.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 14:03+0100\n"
diff --git a/po/mn.po b/po/mn.po
index afede01..06cc511 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
diff --git a/po/ms.po b/po/ms.po
index 68525a2..1734f4b 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
diff --git a/po/nb.po b/po/nb.po
index 5070755..1a7b7f9 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-07 11:21+0200\n"
diff --git a/po/nl.po b/po/nl.po
index 4ea7430..3f962a3 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-16 20:18+0200\n"
diff --git a/po/pl.po b/po/pl.po
index 4615bf2..9dd43c8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-24 16:21+0200\n"
diff --git a/po/pt.po b/po/pt.po
index 134bba0..25967b3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-26 03:23+0200\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 498e3ff..bcf1e55 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-14 17:44+0200\n"
diff --git a/po/ro.po b/po/ro.po
index 27c4097..2abf608 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-22 02:28+0200\n"
diff --git a/po/ru.po b/po/ru.po
index 7695759..4cc2484 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-13 21:17+0200\n"
diff --git a/po/si.po b/po/si.po
index 8d40cd6..f20fbf1 100644
--- a/po/si.po
+++ b/po/si.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-05-04 14:56+0200\n"
diff --git a/po/sk.po b/po/sk.po
index ff50f36..a82c16c 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-22 02:26+0200\n"
diff --git a/po/sl.po b/po/sl.po
index 447615d..644813e 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-24 22:38+0200\n"
diff --git a/po/sq.po b/po/sq.po
index aa253fe..ef4f592 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:51+0200\n"
diff --git a/po/sr.po b/po/sr.po
index d7f0d97..947f45e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-06 18:43+0200\n"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 281fc99..2cc42cf 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-12-02 14:49+0200\n"
diff --git a/po/sv.po b/po/sv.po
index 81ef445..983612b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-16 21:42+0200\n"
diff --git a/po/ta.po b/po/ta.po
index 626c028..d05bd8d 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
diff --git a/po/te.po b/po/te.po
index 16aaf5f..27b3b43 100644
--- a/po/te.po
+++ b/po/te.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-07 17:06+0200\n"
diff --git a/po/th.po b/po/th.po
index 714a120..1078972 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
diff --git a/po/tr.po b/po/tr.po
index 3fa9cb8..a754a7b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-17 19:11+0200\n"
diff --git a/po/tt.po b/po/tt.po
index ee440f6..3f883ee 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-22 02:25+0200\n"
diff --git a/po/ug.po b/po/ug.po
index 414a53b..8aae807 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-08-26 11:59+0200\n"
diff --git a/po/uk.po b/po/uk.po
index b4e9a8d..46256ef 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-12-28 22:26+0200\n"
diff --git a/po/ur.po b/po/ur.po
index 7cfaddf..54913e6 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-23 08:37+0200\n"
diff --git a/po/uz.po b/po/uz.po
index 3345148..7381e7f 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-22 02:31+0200\n"
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 6b49e0d..0135f35 100644
--- a/po/uz(a)latin.po
+++ b/po/uz(a)latin.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-22 02:30+0200\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 594e455..979a8f5 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-04 09:47+0200\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 1141e10..eaf18e4 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-05-31 09:47+0800\n"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_3, updated. RELEASE_3_4_3RC1-3-g52269e0
by Michal Čihař 24 Jun '11
by Michal Čihař 24 Jun '11
24 Jun '11
The branch, MAINT_3_4_3 has been updated
via 52269e0e56260280b82109e41573179d93676a5b (commit)
from dc6c1e8b5cc0d2d116e000cba7752f60be248ffd (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 2 +-
po/ar.po | 259 ++++++++++++++++++++++++++++++--------------------------
po/az.po | 2 +-
po/be.po | 2 +-
po/be(a)latin.po | 2 +-
po/bg.po | 4 +-
po/bn.po | 2 +-
po/bs.po | 2 +-
po/ca.po | 2 +-
po/cs.po | 2 +-
po/cy.po | 2 +-
po/da.po | 6 +-
po/de.po | 2 +-
po/el.po | 2 +-
po/en_GB.po | 2 +-
po/es.po | 2 +-
po/et.po | 2 +-
po/eu.po | 2 +-
po/fa.po | 2 +-
po/fi.po | 6 +-
po/fr.po | 2 +-
po/gl.po | 2 +-
po/he.po | 2 +-
po/hi.po | 2 +-
po/hr.po | 2 +-
po/hu.po | 2 +-
po/id.po | 6 +-
po/it.po | 2 +-
po/ja.po | 2 +-
po/ka.po | 2 +-
po/ko.po | 2 +-
po/lt.po | 2 +-
po/lv.po | 2 +-
po/mk.po | 2 +-
po/ml.po | 2 +-
po/mn.po | 2 +-
po/ms.po | 2 +-
po/nb.po | 2 +-
po/nl.po | 2 +-
po/pl.po | 2 +-
po/pt.po | 2 +-
po/pt_BR.po | 2 +-
po/ro.po | 2 +-
po/ru.po | 2 +-
po/si.po | 2 +-
po/sk.po | 2 +-
po/sl.po | 2 +-
po/sq.po | 2 +-
po/sr.po | 2 +-
po/sr(a)latin.po | 2 +-
po/sv.po | 2 +-
po/ta.po | 2 +-
po/te.po | 2 +-
po/th.po | 2 +-
po/tr.po | 2 +-
po/tt.po | 2 +-
po/ug.po | 2 +-
po/uk.po | 2 +-
po/ur.po | 2 +-
po/uz.po | 2 +-
po/uz(a)latin.po | 2 +-
po/zh_CN.po | 2 +-
po/zh_TW.po | 2 +-
63 files changed, 210 insertions(+), 187 deletions(-)
diff --git a/po/af.po b/po/af.po
index f268ecc..bf28a23 100644
--- a/po/af.po
+++ b/po/af.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
diff --git a/po/ar.po b/po/ar.po
index ec74776..dc24a5f 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-21 13:56+0200\n"
@@ -329,7 +329,7 @@ msgstr "أضف قيودا"
#: db_operations.php:528
msgid "Switch to copied database"
-msgstr ""
+msgstr "التبديل إلى قاعدة البيانات المنسوخة"
#: db_operations.php:552 libraries/Index.class.php:447
#: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53
@@ -421,11 +421,11 @@ msgstr "عليك اختيار عمود واحد على الأقل للعرض"
#: db_qbe.php:186
msgid "Switch to"
-msgstr ""
+msgstr "تحويل إلى"
#: db_qbe.php:186
msgid "visual builder"
-msgstr ""
+msgstr "الباني المرئي"
#: db_qbe.php:222 libraries/db_structure.lib.php:95
#: libraries/display_tbl.lib.php:858
@@ -621,7 +621,7 @@ msgstr "جدول %s أفرغت محتوياتها"
#: db_structure.php:286 tbl_operations.php:701
#, php-format
msgid "View %s has been dropped"
-msgstr ""
+msgstr "تم إزالة %s من العرض"
#: db_structure.php:286 tbl_operations.php:701
#, php-format
@@ -630,29 +630,29 @@ msgstr "جدول %s حذفت"
#: db_structure.php:293 tbl_create.php:295
msgid "Tracking is active."
-msgstr ""
+msgstr "التتبع نشط."
#: db_structure.php:295 tbl_create.php:297
msgid "Tracking is not active."
-msgstr ""
+msgstr "التتبع غير نشط."
#: db_structure.php:379 libraries/display_tbl.lib.php:2043
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation"
"%s."
-msgstr ""
+msgstr "هذا العرض له ما لا يقل عدد هذه الصفوف يرجى الرجوع إلى %s الوثيقة %s"
#: db_structure.php:393 db_structure.php:407 libraries/header.inc.php:138
#: libraries/tbl_info.inc.php:60 tbl_structure.php:206 test/theme.php:73
msgid "View"
-msgstr ""
+msgstr "عرض"
#: db_structure.php:444 libraries/db_structure.lib.php:40
#: libraries/server_links.inc.php:90 server_replication.php:31
#: server_replication.php:162 server_status.php:383
msgid "Replication"
-msgstr ""
+msgstr "إستنساخ"
#: db_structure.php:448
msgid "Sum"
@@ -661,7 +661,7 @@ msgstr "المجموع"
#: db_structure.php:455 libraries/StorageEngine.class.php:351
#, php-format
msgid "%s is the default storage engine on this MySQL server."
-msgstr ""
+msgstr "%s هو محرك التخزين الإفتراضي لخادم MySQL"
#: db_structure.php:483 db_structure.php:500 db_structure.php:501
#: libraries/display_tbl.lib.php:2184 libraries/display_tbl.lib.php:2189
@@ -736,7 +736,7 @@ msgstr "قاموس البيانات"
#: db_tracking.php:79
msgid "Tracked tables"
-msgstr ""
+msgstr "الجداول المتعقبة"
#: db_tracking.php:84 libraries/config/messages.inc.php:482
#: libraries/export/htmlword.php:89 libraries/export/latex.php:162
@@ -753,7 +753,7 @@ msgstr "قاعدة البيانات"
#: db_tracking.php:86
msgid "Last version"
-msgstr ""
+msgstr "آخر إصدار"
#: db_tracking.php:87 tbl_tracking.php:588
msgid "Created"
@@ -778,7 +778,7 @@ msgstr "العملية"
#: db_tracking.php:101 js/messages.php:34
msgid "Delete tracking data for this table"
-msgstr ""
+msgstr "حذف بيانات التتبع لهذا الجدول"
#: db_tracking.php:119 tbl_tracking.php:542 tbl_tracking.php:600
msgid "active"
@@ -794,49 +794,49 @@ msgstr "نسخ"
#: db_tracking.php:135 tbl_tracking.php:373 tbl_tracking.php:619
msgid "Tracking report"
-msgstr ""
+msgstr "تقرير التتبع"
#: db_tracking.php:136 tbl_tracking.php:245 tbl_tracking.php:619
msgid "Structure snapshot"
-msgstr ""
+msgstr "لقطة للبناء الهيكلي"
#: db_tracking.php:181
msgid "Untracked tables"
-msgstr ""
+msgstr "الجداول الغير متتبعة"
#: db_tracking.php:201 db_tracking.php:203 tbl_structure.php:622
#: tbl_structure.php:624
msgid "Track table"
-msgstr ""
+msgstr "تتبع الجدول"
#: db_tracking.php:229
msgid "Database Log"
-msgstr ""
+msgstr "سجل قاعدة البيانات"
#: enum_editor.php:21 libraries/tbl_properties.inc.php:793
#, php-format
msgid "Values for the column \"%s\""
-msgstr ""
+msgstr "قيم للعمود \"%s\""
#: enum_editor.php:22 libraries/tbl_properties.inc.php:794
msgid "Enter each value in a separate field."
-msgstr ""
+msgstr "أدخل كل قيمة بحقل منفصل"
#: enum_editor.php:57
msgid "+ Restart insertion and add a new value"
-msgstr ""
+msgstr "+ أعد الإدخال و أضف قيمة جديدة"
#: enum_editor.php:67
msgid "Output"
-msgstr ""
+msgstr "المخرجات"
#: enum_editor.php:68
msgid "Copy and paste the joined values into the \"Length/Values\" field"
-msgstr ""
+msgstr "نسخ ولصق القيم المضمومة لحقل \"Length/Values\""
#: export.php:73
msgid "Selected export type has to be saved in file!"
-msgstr ""
+msgstr "نوع التصدير المحدد سيحفظ في الملف!"
#: export.php:164 export.php:189 export.php:671
#, php-format
@@ -867,6 +867,8 @@ msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation"
"%s for ways to workaround this limit."
msgstr ""
+"يبدو أنك تحاول رفع ملف كبير الحجم , فضلاً راجع المستند %sdocumentation%s لحل "
+"المشكلة."
#: import.php:278 import.php:331 libraries/File.class.php:501
#: libraries/File.class.php:611
@@ -880,7 +882,7 @@ msgstr "لم يمكن قراءة الملف"
msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
-msgstr ""
+msgstr "انت تحاول رفع ملف بصيغة ضغط غير معروفة (%s)."
#: import.php:336
msgid ""
@@ -888,10 +890,12 @@ msgid ""
"file size exceeded the maximum size permitted by your PHP configuration. See "
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
msgstr ""
+"لايوجد أي بيانات لإستيرادها , إما انه لم يتم إرسال إسم الملف , أو أن حجم "
+"الملف أكبر من الحجم المحدد في إعدادات PHP"
#: import.php:371 libraries/display_import.lib.php:23
msgid "Could not load import plugins, please check your installation!"
-msgstr ""
+msgstr "لايمكن تحميل الإضافات المستوردة ,, فضلاً تحقق من عملية التنصيب ."
#: import.php:396
msgid "The bookmark has been deleted."
@@ -899,7 +903,7 @@ msgstr "لقد حذفت العلامة المرجعية."
#: import.php:400
msgid "Showing bookmark"
-msgstr ""
+msgstr "عرض العلامة المرجعية"
#: import.php:402 sql.php:884
#, php-format
@@ -909,19 +913,23 @@ msgstr "تم إنشاء العلامة المرجعية %s"
#: import.php:408 import.php:414
#, php-format
msgid "Import has been successfully finished, %d queries executed."
-msgstr ""
+msgstr "الإستيراد إنتهى بنجاح , %d إستعلام تم تنفيذه."
#: import.php:423
msgid ""
"Script timeout passed, if you want to finish import, please resubmit same "
"file and import will resume."
msgstr ""
+"إنتهى وقت التنفيذ , إذا كنت تريد إنهاء الإستيراد, أعد إرسال نفس الملف وسوف "
+"يتم إستكمال الإستيراد"
#: import.php:425
msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
+"لم يتم تحليل البيانات في العملية الأخيرة ,, هذا يعني ان phpMyAdmin لاتستطيع "
+"إنهاء الإستيراد ,, يجب زيادة المدة المحددة لتنفيذ php"
#: import.php:453 libraries/Message.class.php:185
#: libraries/display_tbl.lib.php:2080 libraries/sql_query_form.lib.php:139
@@ -948,7 +956,7 @@ msgstr "اضغط للاختيار"
#: js/messages.php:26
msgid "Click to unselect"
-msgstr ""
+msgstr "إضغط لإلغاء الإختيار"
#: js/messages.php:27 libraries/import.lib.php:103 sql.php:195
msgid "\"DROP DATABASE\" statements are disabled."
@@ -960,7 +968,7 @@ msgstr "هل تريد حقا "
#: js/messages.php:31 libraries/mult_submits.inc.php:242 sql.php:278
msgid "You are about to DESTROY a complete database!"
-msgstr ""
+msgstr "أنت على وشك إزالة كامل قاعدة البيانات !"
#: js/messages.php:32
msgid "Dropping Event"
@@ -978,20 +986,20 @@ msgstr "يسمح بإضافة واستبدال البيانات."
#: js/messages.php:36
msgid "Dropping Primary Key/Index"
-msgstr ""
+msgstr "حذف المفتاح الرئيسي مفتاح/فهرس"
#: js/messages.php:37
msgid "This operation could take a long time. Proceed anyway?"
-msgstr ""
+msgstr "هذه العملية قد تأخذ وقت طويل , متابعة على أي حال ؟"
#: js/messages.php:40
msgid "You are about to DISABLE a BLOB Repository!"
-msgstr ""
+msgstr "أنت على وشك إلغاء مستودع BLOB!"
#: js/messages.php:41
#, php-format
msgid "Are you sure you want to disable all BLOB references for database %s?"
-msgstr ""
+msgstr "هل تريد حقاً إلغاء كل مراجع BLOB في قاعدة البيانات %s ؟"
#: js/messages.php:44
msgid "Missing value in the form!"
@@ -1054,7 +1062,7 @@ msgstr "ألغ"
#: js/messages.php:63
msgid "Loading"
-msgstr ""
+msgstr "تحميل"
#: js/messages.php:64
#, fuzzy
@@ -1064,15 +1072,15 @@ msgstr "معالَجات"
#: js/messages.php:65 libraries/import/ods.php:80
msgid "Error in Processing Request"
-msgstr ""
+msgstr "خطأ في معالجة الطلب"
#: js/messages.php:66
msgid "Dropping Column"
-msgstr ""
+msgstr "إزالة العمود"
#: js/messages.php:67
msgid "Adding Primary Key"
-msgstr ""
+msgstr "إضافة مفتاح رئيسي"
#: js/messages.php:68 libraries/relation.lib.php:87 pmd_general.php:386
#: pmd_general.php:543 pmd_general.php:591 pmd_general.php:667
@@ -1136,7 +1144,7 @@ msgstr "استعلام-SQL"
#: js/messages.php:88
msgid "Inline Edit"
-msgstr ""
+msgstr "تعديل سريع"
#: js/messages.php:89 libraries/Index.class.php:465
#: libraries/common.lib.php:626 libraries/common.lib.php:1164
@@ -1179,15 +1187,15 @@ msgstr "تجاهل"
#: js/messages.php:101
msgid "Select referenced key"
-msgstr ""
+msgstr "إختيار المفتاح المرجع"
#: js/messages.php:102
msgid "Select Foreign Key"
-msgstr ""
+msgstr "إختيار المفتاح الغريب"
#: js/messages.php:103
msgid "Please select the primary key or a unique key"
-msgstr ""
+msgstr "فضلاً أختر المفتاح الرئيسي أو المفتاح الفريد"
#: js/messages.php:104 pmd_general.php:87 tbl_relation.php:545
#, fuzzy
@@ -1197,7 +1205,7 @@ msgstr "اختر الحقل لإظهاره"
#: js/messages.php:107
msgid "Add an option for column "
-msgstr ""
+msgstr "إضافة خيار للعمود"
#: js/messages.php:110
#, fuzzy
@@ -1227,11 +1235,13 @@ msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
+"يوجد إصدارأحدث من phpMyAdmin متوفر حالياً ,, ينبغى أن تعمل ترقية.أحدث إصدار "
+"هو %s, released on %s."
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:120
msgid ", latest stable version:"
-msgstr ""
+msgstr ", آخر إصدار مستقر:"
#. l10n: Display text for calendar close link
#: js/messages.php:138
@@ -1528,39 +1538,41 @@ msgstr "حجم الخط"
#: libraries/File.class.php:310
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
-msgstr ""
+msgstr "حجم الملف المرفوع يتجاوز حجم الملف المسموح به في إعدادات php"
#: libraries/File.class.php:313
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form."
-msgstr ""
+msgstr "حجم الملف المرفوع يتجاوز حجم الملف المحدد به في نموذج HTML"
#: libraries/File.class.php:316
msgid "The uploaded file was only partially uploaded."
-msgstr ""
+msgstr "تم رفع جزء من الملف فقط."
#: libraries/File.class.php:319
msgid "Missing a temporary folder."
-msgstr ""
+msgstr "المجلد المؤقت مفقود."
#: libraries/File.class.php:322
msgid "Failed to write file to disk."
-msgstr ""
+msgstr "فشلت عملية كتابة الملف على القرص."
#: libraries/File.class.php:325
msgid "File upload stopped by extension."
-msgstr ""
+msgstr "رفع الملف إستوقف من قبل الامتداد."
#: libraries/File.class.php:328
msgid "Unknown error in file upload."
-msgstr ""
+msgstr "خطأ غير معروف عند رفع الملف."
#: libraries/File.class.php:559
msgid ""
"Error moving the uploaded file, see [a@./Documentation."
"html#faq1_11@Documentation]FAQ 1.11[/a]"
msgstr ""
+"خطأ عند نقل الملف المرفوع , إنظر :[a@./Documentation."
+"html#faq1_11@Documentation]FAQ 1.11[/a]"
#: libraries/Index.class.php:427 tbl_relation.php:526
msgid "No index defined!"
@@ -1579,7 +1591,7 @@ msgstr "مميز"
#: libraries/Index.class.php:444 tbl_tracking.php:317
msgid "Packed"
-msgstr ""
+msgstr "محزم"
#: libraries/Index.class.php:446 tbl_tracking.php:319
msgid "Cardinality"
@@ -1642,22 +1654,22 @@ msgstr[1] ""
#: libraries/StorageEngine.class.php:194
msgid ""
"There is no detailed status information available for this storage engine."
-msgstr ""
+msgstr "لايوجد معلومات تفصيلية لحالة محرك التخزين هذا."
#: libraries/StorageEngine.class.php:354
#, php-format
msgid "%s is available on this MySQL server."
-msgstr ""
+msgstr "%s متوفر في خادم MySQL هذا."
#: libraries/StorageEngine.class.php:357
#, php-format
msgid "%s has been disabled for this MySQL server."
-msgstr ""
+msgstr "%s معطل في خادم MySQL هذا."
#: libraries/StorageEngine.class.php:361
#, php-format
msgid "This MySQL server does not support the %s storage engine."
-msgstr ""
+msgstr "خادم MySQL هذا لايدعم محرك التخزين %s ."
#: libraries/Table.class.php:1017
msgid "Invalid database"
@@ -1680,30 +1692,30 @@ msgstr "تم إعادة تسمية الجدول %s إلى %s"
#: libraries/Theme.class.php:160
#, php-format
msgid "No valid image path for theme %s found!"
-msgstr ""
+msgstr "مسار الصورة للمظهر %s غير صحيح!"
#: libraries/Theme.class.php:380
msgid "No preview available."
-msgstr ""
+msgstr "لاتتوفر معاينة."
#: libraries/Theme.class.php:383
msgid "take it"
-msgstr ""
+msgstr "إعتبر"
#: libraries/Theme_Manager.class.php:109
#, php-format
msgid "Default theme %s not found!"
-msgstr ""
+msgstr "المظهر الإفتراضي %s غير موجود!"
#: libraries/Theme_Manager.class.php:147
#, php-format
msgid "Theme %s not found!"
-msgstr ""
+msgstr "المظهر %s غير موجود!"
#: libraries/Theme_Manager.class.php:215
#, php-format
msgid "Theme path not found for theme %s!"
-msgstr ""
+msgstr "مسار المظهر غير موجود للمظهر %s !"
#: libraries/Theme_Manager.class.php:291 test/theme.php:160 themes.php:20
#: themes.php:40
@@ -1712,7 +1724,7 @@ msgstr ""
#: libraries/auth/config.auth.lib.php:76
msgid "Cannot connect: invalid settings."
-msgstr ""
+msgstr "لايمكن الإتصال: إعدادات غير صحيحة."
#: libraries/auth/config.auth.lib.php:91
#: libraries/auth/cookie.auth.lib.php:205 libraries/auth/http.auth.lib.php:64
@@ -1726,7 +1738,7 @@ msgstr "أهلا بك في %s"
msgid ""
"You probably did not create a configuration file. You might want to use the "
"%1$ssetup script%2$s to create one."
-msgstr ""
+msgstr "يبدو انك لم تنشئ ملف الإعدادات.إستخدم %1$ssetup script%2$s لإنشائه."
#: libraries/auth/config.auth.lib.php:115
msgid ""
@@ -1753,7 +1765,7 @@ msgstr "مستندات وثائقية لـ phpMyAdmin (بالإنجليزية)"
#: libraries/auth/cookie.auth.lib.php:244
#: libraries/auth/cookie.auth.lib.php:245
msgid "You can enter hostname/IP address and port separated by space."
-msgstr ""
+msgstr "يمكن أن تدخل عنوان المضيف والمنفذ مفصولان بالمسافة."
#: libraries/auth/cookie.auth.lib.php:244
msgid "Server:"
@@ -1780,12 +1792,13 @@ msgstr "يجب تفعيل دعم الكوكيز في هذه المرحلة."
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
+"تم منع الدخول بدون كلمة مرور ممنوع في الإعدادات , إنظر قيمة (AllowNoPassword)"
#: libraries/auth/cookie.auth.lib.php:648
#: libraries/auth/signon.auth.lib.php:226
#, php-format
msgid "No activity within %s seconds; please log in again"
-msgstr ""
+msgstr "لانشاط منذ %s ثواني , الرجاء تسجيل الدخول من جديد"
#: libraries/auth/cookie.auth.lib.php:658
#: libraries/auth/cookie.auth.lib.php:660
@@ -1800,12 +1813,12 @@ msgstr "خطأ اسم المستخدم/كلمة السر. الدخول ممنو
#: libraries/auth/swekey/swekey.auth.lib.php:118
#, php-format
msgid "File %s does not contain any key id"
-msgstr ""
+msgstr "الملف %s لايحتوي على أي مفتاح تعريف"
#: libraries/auth/swekey/swekey.auth.lib.php:157
#: libraries/auth/swekey/swekey.auth.lib.php:180
msgid "Hardware authentication failed"
-msgstr ""
+msgstr "فشلت المصادقة المحسوسة"
#: libraries/auth/swekey/swekey.auth.lib.php:166
msgid "No valid authentication key plugged"
@@ -1813,23 +1826,23 @@ msgstr ""
#: libraries/auth/swekey/swekey.auth.lib.php:202
msgid "Authenticating..."
-msgstr ""
+msgstr "مصادقة..."
#: libraries/blobstreaming.lib.php:241
msgid "PBMS error"
-msgstr ""
+msgstr "خطأ PBMS"
#: libraries/blobstreaming.lib.php:267
msgid "PBMS connection failed:"
-msgstr ""
+msgstr "فشل إتصال PBMS:"
#: libraries/blobstreaming.lib.php:312
msgid "PBMS get BLOB info failed:"
-msgstr ""
+msgstr "فشل جلب معلومات PBMS BLOB:"
#: libraries/blobstreaming.lib.php:320
msgid "get BLOB Content-Type failed"
-msgstr ""
+msgstr "فشل جلب نوع محتوى BLOB:"
#: libraries/blobstreaming.lib.php:347
msgid "View image"
@@ -1850,11 +1863,11 @@ msgstr "نزل الملف"
#: libraries/blobstreaming.lib.php:421
#, php-format
msgid "Could not open file: %s"
-msgstr ""
+msgstr "لايمكن فتح الملف : %s"
#: libraries/bookmark.lib.php:83
msgid "shared"
-msgstr ""
+msgstr "مشترك"
#: libraries/build_html_for_db.lib.php:25
#: libraries/config/messages.inc.php:181 libraries/export/xml.php:36
@@ -1894,11 +1907,11 @@ msgstr "لايوجد قواعد بيانات"
#: libraries/build_html_for_db.lib.php:130
msgid "Not replicated"
-msgstr ""
+msgstr "غير مستنسخة"
#: libraries/build_html_for_db.lib.php:136
msgid "Replicated"
-msgstr ""
+msgstr "مستنسخة"
#: libraries/build_html_for_db.lib.php:150
#, php-format
@@ -1955,7 +1968,7 @@ msgstr ""
#: libraries/common.inc.php:585
#, php-format
msgid "Could not load default configuration from: %1$s"
-msgstr ""
+msgstr "لا يمكن تحميل الإعدادات الإفتراضية من : %1$s"
#: libraries/common.inc.php:590
msgid ""
@@ -1973,7 +1986,7 @@ msgstr "فهرس خادم غير صحيح: %s"
#: libraries/common.inc.php:627
#, php-format
msgid "Invalid hostname for server %1$s. Please review your configuration."
-msgstr ""
+msgstr "إسم المضيف غير صحيح للخادم %1$s."
#: libraries/common.inc.php:636 libraries/config/messages.inc.php:486
#: libraries/header.inc.php:115 main.php:161 server_synchronize.php:1174
@@ -1983,7 +1996,7 @@ msgstr "خادم"
#: libraries/common.inc.php:819
msgid "Invalid authentication method set in configuration:"
-msgstr ""
+msgstr "اسلوب مصادقة غير صحيح في الإعدادات:"
#: libraries/common.inc.php:922
#, php-format
@@ -1993,7 +2006,7 @@ msgstr "عليك التحديث إلى %s %s أو لاحقا."
#: libraries/common.lib.php:142
#, php-format
msgid "Max: %s%s"
-msgstr ""
+msgstr "كبير: %s%s"
#. l10n: Language to use for MySQL 5.5 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:404
@@ -2035,7 +2048,7 @@ msgstr "MySQL قال: "
#: libraries/common.lib.php:1098
msgid "Failed to connect to SQL validator!"
-msgstr ""
+msgstr "فشل الإتصال بمدقق SQL!"
#: libraries/common.lib.php:1139 libraries/config/messages.inc.php:463
msgid "Explain SQL"
@@ -2068,15 +2081,15 @@ msgstr "التحقق من استعلام SQL"
#: libraries/common.lib.php:1265
msgid "Inline edit of this query"
-msgstr ""
+msgstr "تعديل سريع لهذا الإستعلام"
#: libraries/common.lib.php:1267
msgid "Inline"
-msgstr ""
+msgstr "مضمن"
#: libraries/common.lib.php:1334 libraries/common.lib.php:1350
msgid "Profiling"
-msgstr ""
+msgstr "جانبي"
#: libraries/common.lib.php:1355 libraries/tbl_triggers.lib.php:27
#: server_processlist.php:70
@@ -2194,7 +2207,7 @@ msgstr "عمليات"
#: libraries/common.lib.php:2966
msgid "Browse your computer:"
-msgstr ""
+msgstr "تصفح كمبيوترك."
#: libraries/common.lib.php:2979
#, fuzzy, php-format
@@ -2209,15 +2222,15 @@ msgstr "الدليل الذي حددته لتحميل عملك لا يمكن ا
#: libraries/common.lib.php:2999
msgid "There are no files to upload"
-msgstr ""
+msgstr "لايوجد أي ملفات لرفعها"
#: libraries/config.values.php:45 libraries/config.values.php:50
msgid "Both"
-msgstr ""
+msgstr "كلا"
#: libraries/config.values.php:74
msgid "Open"
-msgstr ""
+msgstr "فتح"
#: libraries/config.values.php:74
#, fuzzy
@@ -2230,13 +2243,13 @@ msgstr "أغلق"
#: libraries/export/sql.php:79 libraries/export/texytext.php:23
#: libraries/import.lib.php:1172
msgid "structure"
-msgstr ""
+msgstr "بناء"
#: libraries/config.values.php:96 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
#: libraries/export/sql.php:79 libraries/export/texytext.php:23
msgid "data"
-msgstr ""
+msgstr "بيانات"
#: libraries/config.values.php:97 libraries/export/htmlword.php:24
#: libraries/export/latex.php:41 libraries/export/odt.php:33
@@ -2248,15 +2261,15 @@ msgstr "البنية والبيانات"
#: libraries/config.values.php:99
msgid "Quick - display only the minimal options to configure"
-msgstr ""
+msgstr "سريع - عرض خيارات أقل"
#: libraries/config.values.php:100
msgid "Custom - display all possible options to configure"
-msgstr ""
+msgstr "مخصص - عرض كل الخيارات المحتملة"
#: libraries/config.values.php:101
msgid "Custom - like above, but without the quick/custom choice"
-msgstr ""
+msgstr "مخصص - مثل مافي الأعلى , لكن بدون الخيار سريع/مخصص"
#: libraries/config.values.php:119
#, fuzzy
@@ -2272,43 +2285,43 @@ msgstr "إدخال مدد"
#: libraries/config.values.php:121
msgid "both of the above"
-msgstr ""
+msgstr "كلاهما"
#: libraries/config.values.php:122
msgid "neither of the above"
-msgstr ""
+msgstr "لاشيء منهم"
#: libraries/config/FormDisplay.class.php:83
#: libraries/config/validate.lib.php:422
msgid "Not a positive number"
-msgstr ""
+msgstr "ليس عدد موجب"
#: libraries/config/FormDisplay.class.php:84
#: libraries/config/validate.lib.php:435
msgid "Not a non-negative number"
-msgstr ""
+msgstr "ليس عدد غير سالب"
#: libraries/config/FormDisplay.class.php:85
#: libraries/config/validate.lib.php:409
msgid "Not a valid port number"
-msgstr ""
+msgstr "رقم منفذ غير صحيح"
#: libraries/config/FormDisplay.class.php:86
#: libraries/config/FormDisplay.class.php:574
#: libraries/config/validate.lib.php:360 libraries/config/validate.lib.php:450
msgid "Incorrect value"
-msgstr ""
+msgstr "قيمة غير صحيحة"
#: libraries/config/FormDisplay.class.php:87
#: libraries/config/validate.lib.php:464
#, php-format
msgid "Value must be equal or lower than %s"
-msgstr ""
+msgstr "القيمة يجب أن تساوي أو أقل من %s"
#: libraries/config/FormDisplay.class.php:538
#, php-format
msgid "Missing data for %s"
-msgstr ""
+msgstr "بيانات مفقودة لـ %s"
#: libraries/config/FormDisplay.class.php:736
#: libraries/config/FormDisplay.class.php:740
@@ -2321,21 +2334,21 @@ msgstr "متغير"
#: libraries/config/FormDisplay.class.php:741
#, php-format
msgid "\"%s\" requires %s extension"
-msgstr ""
+msgstr "%s يتطلب الإمتداد %s"
#: libraries/config/FormDisplay.class.php:755
#, php-format
msgid "import will not work, missing function (%s)"
-msgstr ""
+msgstr "الإستيراد لن يتم , الدالة (%s) مفقودة"
#: libraries/config/FormDisplay.class.php:759
#, php-format
msgid "export will not work, missing function (%s)"
-msgstr ""
+msgstr "التصدير لن يتم , الدالة (%s) مفقودة"
#: libraries/config/FormDisplay.class.php:766
msgid "SQL Validator is disabled"
-msgstr ""
+msgstr "مدقق SQL معطل"
#: libraries/config/FormDisplay.class.php:773
#, fuzzy
@@ -2346,11 +2359,11 @@ msgstr "لم يمكن إيجاد الوصلة"
#: libraries/config/FormDisplay.class.php:781
#, php-format
msgid "maximum %s"
-msgstr ""
+msgstr "أقصى %s"
#: libraries/config/FormDisplay.tpl.php:173
msgid "This setting is disabled, it will not be applied to your configuration"
-msgstr ""
+msgstr "هذا الإعداد معطل , لن يتم تطبيقه في التكوين"
#: libraries/config/FormDisplay.tpl.php:173 libraries/relation.lib.php:89
#: libraries/relation.lib.php:96 pmd_relation_new.php:68
@@ -2360,16 +2373,16 @@ msgstr "معطل"
#: libraries/config/FormDisplay.tpl.php:248
#, php-format
msgid "Set value: %s"
-msgstr ""
+msgstr "تعيين القيمة: %s"
#: libraries/config/FormDisplay.tpl.php:253
#: libraries/config/messages.inc.php:351
msgid "Restore default value"
-msgstr ""
+msgstr "إستعادة القيمة الإفتراضية"
#: libraries/config/FormDisplay.tpl.php:269
msgid "Allow users to customize this value"
-msgstr ""
+msgstr "السماح للمستخدمين بتخصيص هذه القيمة"
#: libraries/config/FormDisplay.tpl.php:333
#: libraries/schema/User_Schema.class.php:470 prefs_manage.php:320
@@ -2379,7 +2392,7 @@ msgstr "إلغاء"
#: libraries/config/messages.inc.php:17
msgid "Improves efficiency of screen refresh"
-msgstr ""
+msgstr "تحسين كفاءة تحديث الشاشة"
#: libraries/config/messages.inc.php:18
#, fuzzy
@@ -2394,7 +2407,7 @@ msgstr ""
#: libraries/config/messages.inc.php:20
msgid "Allow login to any MySQL server"
-msgstr ""
+msgstr "السماح بالدخول لأي خادم MySQL"
#: libraries/config/messages.inc.php:21
msgid ""
@@ -2402,6 +2415,8 @@ msgid ""
"inside a frame, and is a potential [strong]security hole[/strong] allowing "
"cross-frame scripting attacks"
msgstr ""
+"تفعيل هذا يسمح للصفحات الموجودة في أماكن مختلفة بإستدعاء phpMyAdmin داخل "
+"إطار, وهذا من المحتمل ان يسبب ثغرة أمنية."
#: libraries/config/messages.inc.php:22
msgid "Allow third party framing"
@@ -2409,13 +2424,13 @@ msgstr ""
#: libraries/config/messages.inc.php:23
msgid "Show "Drop database" link to normal users"
-msgstr ""
+msgstr "عرض رابط "إزالة قاعدة البيانات" للمستخدمين العاديين"
#: libraries/config/messages.inc.php:24
msgid ""
"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
"authentication"
-msgstr ""
+msgstr "عبارة المرور السرية تستخدم لتشفير الكوكيز في المصادقة"
#: libraries/config/messages.inc.php:25
msgid "Blowfish secret"
@@ -2423,7 +2438,7 @@ msgstr ""
#: libraries/config/messages.inc.php:26
msgid "Highlight selected rows"
-msgstr ""
+msgstr "توضيح الصفوف المختارة"
#: libraries/config/messages.inc.php:27
msgid "Row marker"
@@ -2431,21 +2446,23 @@ msgstr ""
#: libraries/config/messages.inc.php:28
msgid "Highlight row pointed by the mouse cursor"
-msgstr ""
+msgstr "توضيح الصفوف المشار إليها بمؤشر الفأرة"
#: libraries/config/messages.inc.php:29
msgid "Highlight pointer"
-msgstr ""
+msgstr "توضيح المؤشر"
#: libraries/config/messages.inc.php:30
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
"import and export operations"
msgstr ""
+"تفعيل ضغط [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] لعمليات التصدير "
+"والإستيراد"
#: libraries/config/messages.inc.php:31
msgid "Bzip2"
-msgstr ""
+msgstr "Bzip2"
#: libraries/config/messages.inc.php:32
msgid ""
@@ -9539,7 +9556,7 @@ msgstr ""
#: tbl_row_action.php:28
msgid "No rows selected"
-msgstr ""
+msgstr "لايوجد صفوف مختارة"
#: tbl_select.php:109
msgid "Do a \"query by example\" (wildcard: \"%\")"
diff --git a/po/az.po b/po/az.po
index 1b859aa..e819b1b 100644
--- a/po/az.po
+++ b/po/az.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
diff --git a/po/be.po b/po/be.po
index 85bbd5c..7859752 100644
--- a/po/be.po
+++ b/po/be.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 2af239e..2316236 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
diff --git a/po/bg.po b/po/bg.po
index b707b2f..c3c1638 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-22 12:51+0200\n"
@@ -4520,7 +4520,7 @@ msgstr ""
msgid ""
"Please be patient, the file is being uploaded. Details about the upload are "
"not available."
-msgstr ""
+msgstr "Файлът се качва, бъдете търпеливи. Не са налични повече подробности."
#: libraries/display_import.lib.php:129
msgid "Importing into the current server"
diff --git a/po/bn.po b/po/bn.po
index 2edd88f..a4a53e6 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
diff --git a/po/bs.po b/po/bs.po
index d17e6cf..4080369 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
diff --git a/po/ca.po b/po/ca.po
index 436c069..434d4f1 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-23 09:57+0200\n"
diff --git a/po/cs.po b/po/cs.po
index 5d8533f..69a060c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 14:03+0100\n"
diff --git a/po/cy.po b/po/cy.po
index 0156048..373bca7 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-06-07 20:23+0200\n"
diff --git a/po/da.po b/po/da.po
index c6d1e77..5e0d4e7 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-07 01:17+0200\n"
@@ -9539,8 +9539,10 @@ msgid "Width"
msgstr ""
#: tbl_chart.php:94
+#, fuzzy
+#| msgid "Right"
msgid "Height"
-msgstr ""
+msgstr "Højre"
#: tbl_chart.php:98
msgid "Title"
diff --git a/po/de.po b/po/de.po
index f5dde39..ec9af7b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-23 04:28+0200\n"
diff --git a/po/el.po b/po/el.po
index 68b4bb7..69cea61 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-05 11:15+0200\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index e307458..b37926d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 16:24+0200\n"
diff --git a/po/es.po b/po/es.po
index 4e62406..076f3f1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-02 11:10+0200\n"
diff --git a/po/et.po b/po/et.po
index 465202a..107be8e 100644
--- a/po/et.po
+++ b/po/et.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
diff --git a/po/eu.po b/po/eu.po
index cfe7b0f..18723d1 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:53+0200\n"
diff --git a/po/fa.po b/po/fa.po
index 61aa0c4..d632aca 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
diff --git a/po/fi.po b/po/fi.po
index ec38819..fb6cf9e 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-11-26 21:29+0200\n"
@@ -9850,8 +9850,10 @@ msgid "Width"
msgstr ""
#: tbl_chart.php:94
+#, fuzzy
+#| msgid "Right"
msgid "Height"
-msgstr ""
+msgstr "Oikea"
#: tbl_chart.php:98
msgid "Title"
diff --git a/po/fr.po b/po/fr.po
index 5bd6d74..071390b 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 19:23+0200\n"
diff --git a/po/gl.po b/po/gl.po
index 6d28e6a..fc30353 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:50+0200\n"
diff --git a/po/he.po b/po/he.po
index b797b7f..074f895 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-02 20:17+0200\n"
diff --git a/po/hi.po b/po/hi.po
index 23c92de..06341d6 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-24 00:23+0200\n"
diff --git a/po/hr.po b/po/hr.po
index e936fbb..d6b2ef2 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:54+0200\n"
diff --git a/po/hu.po b/po/hu.po
index 0fc74e3..8ab0e64 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-05-05 12:49+0200\n"
diff --git a/po/id.po b/po/id.po
index 6e4c65d..0634f94 100644
--- a/po/id.po
+++ b/po/id.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-16 22:04+0200\n"
@@ -9294,8 +9294,10 @@ msgid "Width"
msgstr ""
#: tbl_chart.php:94
+#, fuzzy
+#| msgid "Right"
msgid "Height"
-msgstr ""
+msgstr "Kanan"
#: tbl_chart.php:98
msgid "Title"
diff --git a/po/it.po b/po/it.po
index 758b2bc..71f5d3c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-05 14:27+0200\n"
diff --git a/po/ja.po b/po/ja.po
index d72fb91..35e1d41 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-05-05 11:38+0200\n"
diff --git a/po/ka.po b/po/ka.po
index bbcc672..d079bff 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
diff --git a/po/ko.po b/po/ko.po
index ea99b4e..d04ac09 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-06-16 18:18+0200\n"
diff --git a/po/lt.po b/po/lt.po
index c28c645..e3d12e9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-05 15:52+0200\n"
diff --git a/po/lv.po b/po/lv.po
index 02dcaa7..edfab85 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
diff --git a/po/mk.po b/po/mk.po
index b9466de..4deb4b4 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
diff --git a/po/ml.po b/po/ml.po
index 22c9f22..167850c 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the phpMyAdmin package.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-10 14:03+0100\n"
diff --git a/po/mn.po b/po/mn.po
index afede01..06cc511 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
diff --git a/po/ms.po b/po/ms.po
index 68525a2..1734f4b 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
diff --git a/po/nb.po b/po/nb.po
index 5070755..1a7b7f9 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-07 11:21+0200\n"
diff --git a/po/nl.po b/po/nl.po
index 4ea7430..3f962a3 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-16 20:18+0200\n"
diff --git a/po/pl.po b/po/pl.po
index 4615bf2..9dd43c8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-24 16:21+0200\n"
diff --git a/po/pt.po b/po/pt.po
index 134bba0..25967b3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-26 03:23+0200\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 498e3ff..bcf1e55 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-14 17:44+0200\n"
diff --git a/po/ro.po b/po/ro.po
index 27c4097..2abf608 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-22 02:28+0200\n"
diff --git a/po/ru.po b/po/ru.po
index 7695759..4cc2484 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-13 21:17+0200\n"
diff --git a/po/si.po b/po/si.po
index 8d40cd6..f20fbf1 100644
--- a/po/si.po
+++ b/po/si.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-05-04 14:56+0200\n"
diff --git a/po/sk.po b/po/sk.po
index ff50f36..a82c16c 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-22 02:26+0200\n"
diff --git a/po/sl.po b/po/sl.po
index 447615d..644813e 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-03-24 22:38+0200\n"
diff --git a/po/sq.po b/po/sq.po
index aa253fe..ef4f592 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-07-21 14:51+0200\n"
diff --git a/po/sr.po b/po/sr.po
index d7f0d97..947f45e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-04-06 18:43+0200\n"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 281fc99..2cc42cf 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -1,7 +1,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-12-02 14:49+0200\n"
diff --git a/po/sv.po b/po/sv.po
index 81ef445..983612b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7 +1,7 @@
# Automatically generated <>, 2010.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2011-02-16 21:42+0200\n"
diff --git a/po/ta.po b/po/ta.po
index 626c028..d05bd8d 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-06-02 08:31+0200\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
diff --git a/po/te.po b/po/te.po
index 16aaf5f..27b3b43 100644
--- a/po/te.po
+++ b/po/te.po
@@ -4,7 +4,7 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.3-dev\n"
+"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Cr Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"