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

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-8207-g0aba4e1
by Herman van Rink 24 Aug '10
by Herman van Rink 24 Aug '10
24 Aug '10
The branch, master has been updated
via 0aba4e12f02f92c07204d8063f98cf1904686464 (commit)
from 9369b8144ec9c87b75d9cbe270c6c4dbb7d1d42e (commit)
- Log -----------------------------------------------------------------
commit 0aba4e12f02f92c07204d8063f98cf1904686464
Author: Herman van Rink <helmo(a)kirk.(none)>
Date: Mon Aug 23 14:30:17 2010 +0200
Updated unittest to conform latest update
-----------------------------------------------------------------------
Summary of changes:
test/PMA_headerLocation_test.php | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/test/PMA_headerLocation_test.php b/test/PMA_headerLocation_test.php
index f37e061..12be7f0 100644
--- a/test/PMA_headerLocation_test.php
+++ b/test/PMA_headerLocation_test.php
@@ -17,6 +17,7 @@ require_once 'PHPUnit/Extensions/OutputTestCase.php';
require_once './libraries/common.lib.php';
require_once './libraries/url_generating.lib.php';
require_once './libraries/core.lib.php';
+require_once './libraries/select_lang.lib.php';
/**
* Test function sending headers.
@@ -246,22 +247,24 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase
// over 600 chars
$testUri = 'http://testurl.com/test.php?testlonguri=over600chars&test=test&test=test&te…';
+ $testUri_html = htmlspecialchars($testUri);
+ $testUri_js = PMA_escapeJsString($testUri);
$header = "<html><head><title>- - -</title>\n" .
"<meta http-equiv=\"expires\" content=\"0\">\n" .
"<meta http-equiv=\"Pragma\" content=\"no-cache\">\n" .
"<meta http-equiv=\"Cache-Control\" content=\"no-cache\">\n" .
- "<meta http-equiv=\"Refresh\" content=\"0;url=" . $testUri . "\">\n" .
+ "<meta http-equiv=\"Refresh\" content=\"0;url=" . $testUri_html . "\">\n" .
"<script type=\"text/javascript\">\n".
"//<![CDATA[\n" .
- "setTimeout(\"window.location = unescape('\"" . $testUri . "\"')\", 2000);\n" .
+ "setTimeout(\"window.location = unescape('\"" . $testUri_js . "\"')\", 2000);\n" .
"//]]>\n" .
"</script>\n" .
"</head>\n" .
"<body>\n" .
"<script type=\"text/javascript\">\n" .
"//<![CDATA[\n" .
- "document.write('<p><a href=\"" . $testUri . "\">" . 'test link' . "</a></p>');\n" .
+ "document.write('<p><a href=\"" . $testUri_html . "\">" . 'test link' . "</a></p>');\n" .
"//]]>\n" .
"</script></body></html>\n";
@@ -280,7 +283,7 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase
$GLOBALS['reload'] = true;
$GLOBALS['db'] = 'test_db';
- $url = './navigation.php?db='.$GLOBALS['db'];
+ $url = './navigation.php?db='.$GLOBALS['db'] . '&lang=en-utf-8&convcharset=utf-8';
$write = PHP_EOL . '<script type="text/javascript">' . PHP_EOL .
'//<
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_6RC1-8-gd1e9585
by Herman van Rink 24 Aug '10
by Herman van Rink 24 Aug '10
24 Aug '10
The branch, QA_3_3 has been updated
via d1e9585c9e31b82a57e47c614c4989791117c78a (commit)
via b301062beee05de9cbe995047b28add9f16a3d59 (commit)
via 45bdf8f522728dba467fb62888fea2fb5f6e8cca (commit)
via 5920476d442d42186b9f396b2de7ca80e681d33f (commit)
from 362251abbf49df2ea8e489ed7c88827e3a97d414 (commit)
- Log -----------------------------------------------------------------
commit d1e9585c9e31b82a57e47c614c4989791117c78a
Merge: b301062beee05de9cbe995047b28add9f16a3d59 362251abbf49df2ea8e489ed7c88827e3a97d414
Author: Herman van Rink <rink(a)initfour.nl>
Date: Tue Aug 24 15:17:11 2010 +0200
Merge branch 'QA_3_3' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into QA_3_3
commit b301062beee05de9cbe995047b28add9f16a3d59
Author: Herman van Rink <rink(a)initfour.nl>
Date: Tue Aug 24 15:14:27 2010 +0200
Generalized include, to incorporate the Config class
commit 45bdf8f522728dba467fb62888fea2fb5f6e8cca
Author: Herman van Rink <rink(a)initfour.nl>
Date: Tue Aug 24 14:47:29 2010 +0200
Add additional condition for strict checking.
commit 5920476d442d42186b9f396b2de7ca80e681d33f
Author: Herman van Rink <helmo(a)kirk.(none)>
Date: Mon Aug 23 14:30:17 2010 +0200
Updated unittest to conform latest update
-----------------------------------------------------------------------
Summary of changes:
libraries/Message.class.php | 2 +-
test/PMA_headerLocation_test.php | 11 +++++++----
test/PMA_whichCrlf_test.php | 2 +-
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/libraries/Message.class.php b/libraries/Message.class.php
index e7947b8..9bf5847 100644
--- a/libraries/Message.class.php
+++ b/libraries/Message.class.php
@@ -666,7 +666,7 @@ class PMA_Message
static public function format()
{
$params = func_get_args();
- if (is_array($params[1])) {
+ if (isset($params[1]) && is_array($params[1])) {
array_unshift($params[1], $params[0]);
$params = $params[1];
}
diff --git a/test/PMA_headerLocation_test.php b/test/PMA_headerLocation_test.php
index 649d914..5d0a02d 100644
--- a/test/PMA_headerLocation_test.php
+++ b/test/PMA_headerLocation_test.php
@@ -19,6 +19,7 @@ require_once 'PHPUnit/Extensions/OutputTestCase.php';
require_once './libraries/common.lib.php';
require_once './libraries/url_generating.lib.php';
require_once './libraries/core.lib.php';
+require_once './libraries/select_lang.lib.php';
/**
* Test function sending headers.
@@ -248,6 +249,8 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase
// over 600 chars
$testUri = 'http://testurl.com/test.php?testlonguri=over600chars&test=test&test=test&te…';
+ $testUri_html = htmlspecialchars($testUri);
+ $testUri_js = PMA_escapeJsString($testUri);
$GLOBALS['strGo'] = 'test link';
@@ -255,17 +258,17 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase
"<meta http-equiv=\"expires\" content=\"0\">\n" .
"<meta http-equiv=\"Pragma\" content=\"no-cache\">\n" .
"<meta http-equiv=\"Cache-Control\" content=\"no-cache\">\n" .
- "<meta http-equiv=\"Refresh\" content=\"0;url=" . $testUri . "\">\n" .
+ "<meta http-equiv=\"Refresh\" content=\"0;url=" . $testUri_html . "\">\n" .
"<script type=\"text/javascript\">\n".
"//<![CDATA[\n" .
- "setTimeout(\"window.location = unescape('\"" . $testUri . "\"')\", 2000);\n" .
+ "setTimeout(\"window.location = unescape('\"" . $testUri_js . "\"')\", 2000);\n" .
"//]]>\n" .
"</script>\n" .
"</head>\n" .
"<body>\n" .
"<script type=\"text/javascript\">\n" .
"//<![CDATA[\n" .
- "document.write('<p><a href=\"" . $testUri . "\">" . $GLOBALS['strGo'] . "</a></p>');\n" .
+ "document.write('<p><a href=\"" . $testUri_html . "\">" . $GLOBALS['strGo'] . "</a></p>');\n" .
"//]]>\n" .
"</script></body></html>\n";
@@ -284,7 +287,7 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase
$GLOBALS['reload'] = true;
$GLOBALS['db'] = 'test_db';
- $url = './navigation.php?db='.$GLOBALS['db'];
+ $url = './navigation.php?db='.$GLOBALS['db'] . '&lang=en-utf-8&convcharset=utf-8';
$write = PHP_EOL . '<script type="text/javascript">' . PHP_EOL .
'//<
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-8206-g9369b81
by Michal Čihař 24 Aug '10
by Michal Čihař 24 Aug '10
24 Aug '10
The branch, master has been updated
via 9369b8144ec9c87b75d9cbe270c6c4dbb7d1d42e (commit)
from 88fc741915c75aa73c08a2168afce1e318dfade6 (commit)
- Log -----------------------------------------------------------------
commit 9369b8144ec9c87b75d9cbe270c6c4dbb7d1d42e
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Aug 24 15:19:35 2010 +0200
Update Czech translation.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 127 ++++++++++++++++++++++++-------------------------------------
1 files changed, 50 insertions(+), 77 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 9024c48..e56d77b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,12 +1,13 @@
# Automatically generated <>, 2010.
# Michal <michal(a)cihar.com>, 2010.
+# Michal Čihař <michal(a)cihar.com>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-08-23 13:31+0200\n"
-"PO-Revision-Date: 2010-08-23 11:38+0200\n"
+"PO-Revision-Date: 2010-08-24 15:19+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"Language: cs\n"
@@ -814,7 +815,6 @@ msgid "Values for the column \"%s\""
msgstr "Hodnoty pro pole \"%s\""
#: enum_editor.php:22
-#, fuzzy
#| msgid ""
#| "Please enter the values for transformation options using this format: "
#| "'a', 100, b,'c'...<br />If you ever need to put a backslash (\"\\\") or a "
@@ -825,10 +825,6 @@ msgid ""
"need to put a backslash (\"\\\") or a single quote (\"'\") amongst those "
"values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b')."
msgstr ""
-"Zadejte parametry transformací v následujícím tvaru: 'a', 100, b,'c'...<br /"
-">Pokud potřebujete použít zpětné lomítko („\\“) nebo jednoduché uvozovky "
-"(„'“) mezi těmito hodnotami, vložte před ně zpětné lomítko (například '\\"
-"\\xyz' nebo 'a\\'b')."
#: export.php:73
msgid "Selected export type has to be saved in file!"
@@ -2025,7 +2021,7 @@ msgstr "maximálně %s"
#: libraries/config/FormDisplay.tpl.php:174
msgid "This setting is disabled, it will not be applied to your configuration"
-msgstr ""
+msgstr "Tato volba není přístupná, nebude použita ve vašich nastaveních"
#: libraries/config/FormDisplay.tpl.php:249
#, php-format
@@ -2075,7 +2071,7 @@ msgstr ""
#: libraries/config/messages.inc.php:20
msgid "Allow third party framing"
-msgstr ""
+msgstr "Povolit začlenění do cizího rámu"
#: libraries/config/messages.inc.php:21
msgid "Show "Drop database" link to normal users"
@@ -2191,27 +2187,28 @@ msgstr "Navigace mezi políčky pomocí Ctrl+šipky"
#: libraries/config/messages.inc.php:43
msgid "Debug PHP"
-msgstr ""
+msgstr "Ladit PHP"
#: libraries/config/messages.inc.php:44
msgid "Debug SQL"
-msgstr ""
+msgstr "Ladit SQL"
#: libraries/config/messages.inc.php:45
-#, fuzzy
#| msgid "Databases display options"
msgid "Default display direction"
-msgstr "Nastavení zobrazení databází"
+msgstr "Výchozí směr zobrazování"
#: libraries/config/messages.inc.php:46
msgid ""
"[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
"maximum number for which vertical model is used"
msgstr ""
+"[kbd]horizontal[/kbd], [kbd]vertical[/kbd] nebo číslo udávající pro jaký "
+"maximální počet bude použito vertikální zobrazení"
#: libraries/config/messages.inc.php:47
msgid "Display direction for altering/creating columns"
-msgstr ""
+msgstr "Směr zobrazení pro měnění a vytváření polí"
#: libraries/config/messages.inc.php:48
msgid "Tab that is displayed when entering a database"
@@ -2238,10 +2235,9 @@ msgid "Default table tab"
msgstr "Výchozí panel tabulky"
#: libraries/config/messages.inc.php:54
-#, fuzzy
#| msgid "Show binary contents as HEX"
msgid "Show binary contents as HEX by default"
-msgstr "Zobrazit binární obsah šestnáctkově (HEX)"
+msgstr "Zobrazení binárního obsah šestnáctkově (HEX) jako výchozí"
#: libraries/config/messages.inc.php:55 libraries/display_tbl.lib.php:597
msgid "Show binary contents as HEX"
@@ -2265,13 +2261,12 @@ msgstr "Zobrazit servery jako seznam"
#: libraries/config/messages.inc.php:60
msgid "Edit SQL queries in popup window"
-msgstr ""
+msgstr "Upravovat SQL dotazy v samostatném okně"
#: libraries/config/messages.inc.php:61
-#, fuzzy
#| msgid "Edit next row"
msgid "Edit in window"
-msgstr "Upravit následující řádek"
+msgstr "Upravovat v okně"
#: libraries/config/messages.inc.php:62
msgid "Display errors"
@@ -2283,13 +2278,12 @@ msgstr "Sbírat chyby"
#: libraries/config/messages.inc.php:64
msgid "Show icons for warning, error and information messages"
-msgstr ""
+msgstr "Zobrazit ikony pro varování, chyby a informační zprávy"
#: libraries/config/messages.inc.php:65
-#, fuzzy
#| msgid "Ignore errors"
msgid "Iconic errors"
-msgstr "Ignorovat chyby"
+msgstr "Chyby s ikonami"
#: libraries/config/messages.inc.php:66
msgid ""
@@ -2448,7 +2442,7 @@ msgstr "Režim kompatibility SQL"
#: libraries/config/messages.inc.php:118
msgid "Syntax to use when inserting data"
-msgstr ""
+msgstr "Jakou syntaxi použít pro vkládání dat"
#: libraries/config/messages.inc.php:119
msgid "Creation/Update/Check dates"
@@ -2714,10 +2708,9 @@ msgid "Enter server connection parameters"
msgstr "Vložte parametry připojení k serveru"
#: libraries/config/messages.inc.php:199
-#, fuzzy
#| msgid "Configuration: %s"
msgid "Configuration storage"
-msgstr "Konfigurace: %s"
+msgstr "Úložiště konfigurace"
#: libraries/config/messages.inc.php:200
#, fuzzy
@@ -2773,16 +2766,14 @@ msgid "Customize links shown in SQL Query boxes"
msgstr "Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy"
#: libraries/config/messages.inc.php:214
-#, fuzzy
#| msgid "SQL queries"
msgid "SQL queries settings"
-msgstr "SQL dotazy"
+msgstr "Nastavení SQL dotazů"
#: libraries/config/messages.inc.php:215
-#, fuzzy
#| msgid "SQL history"
msgid "SQL Validator"
-msgstr "SQL historie"
+msgstr "Ověřování SQL"
#: libraries/config/messages.inc.php:216
msgid ""
@@ -2809,30 +2800,27 @@ msgid "Choose how you want tabs to work"
msgstr "Nastaví, jak mají fungovat panely"
#: libraries/config/messages.inc.php:221
-#, fuzzy
#| msgid "Use text field"
msgid "Text fields"
-msgstr "Použít textové pole"
+msgstr "Textová pole"
#: libraries/config/messages.inc.php:222
-#, fuzzy
#| msgid "Customize export options"
msgid "Customize text input fields"
-msgstr "Přizpůsobení exportu"
+msgstr "Přizpůsobení textových polí"
#: libraries/config/messages.inc.php:223 libraries/export/texytext.php:17
msgid "Texy! text"
msgstr "Texy! text"
#: libraries/config/messages.inc.php:225
-#, fuzzy
#| msgid "Warning"
msgid "Warnings"
msgstr "Varování"
#: libraries/config/messages.inc.php:226
msgid "Disable some of the warnings shown by phpMyAdmin"
-msgstr ""
+msgstr "Vypnout některá varování zobrazovaná phpMyAdminem"
#: libraries/config/messages.inc.php:227
msgid ""
@@ -2933,7 +2921,7 @@ msgstr "Nepoužívat AUTO_INCREMENT pro nulové hodnoty"
#: libraries/config/messages.inc.php:259
msgid "Initial state for sliders"
-msgstr ""
+msgstr "Počáteční stav pro rozbalovací pole"
#: libraries/config/messages.inc.php:260
msgid "How many rows can be inserted at one time"
@@ -3040,15 +3028,14 @@ msgid "Light tabs"
msgstr "Odlehčené panely"
#: libraries/config/messages.inc.php:284
-#, fuzzy
#| msgid "Maximum number of characters used when a SQL query is displayed"
msgid ""
"Maximum number of characters shown in any non-numeric column on browse view"
-msgstr "Nejvyšší počet znaků SQL dotazu, které se ještě zobrazí"
+msgstr "Nejvyšší počet znaků zobrazeních v nečíselných polích při procházení"
#: libraries/config/messages.inc.php:285
msgid "Limit column characters"
-msgstr ""
+msgstr "Omezení počtu znaků"
#: libraries/config/messages.inc.php:286
msgid ""
@@ -3165,7 +3152,7 @@ msgstr ""
#: libraries/config/messages.inc.php:308
msgid "mcrypt warning"
-msgstr ""
+msgstr "Varování o mcrypt"
#: libraries/config/messages.inc.php:309
msgid ""
@@ -3180,14 +3167,13 @@ msgid "Memory limit"
msgstr "Omezení paměti"
#: libraries/config/messages.inc.php:311
-#, fuzzy
#| msgid "Show/Hide left menu"
msgid "Show left delete link"
-msgstr "Zobrazit/Skrýt levé menu"
+msgstr "Zobrazit odkaz pro mazání nalevo"
#: libraries/config/messages.inc.php:312
msgid "Show right delete link"
-msgstr ""
+msgstr "Zobrazit odkaz pro mazání napravo"
#: libraries/config/messages.inc.php:313
msgid "Use natural order for sorting table and database names"
@@ -3297,16 +3283,14 @@ msgid "Query window height (in pixels)"
msgstr ""
#: libraries/config/messages.inc.php:337
-#, fuzzy
#| msgid "Query window"
msgid "Query window height"
-msgstr "Okno dotazů"
+msgstr "Výška okna dotazů"
#: libraries/config/messages.inc.php:339
-#, fuzzy
#| msgid "Query window"
msgid "Query window width"
-msgstr "Okno dotazů"
+msgstr "Šířka okna dotazů"
#: libraries/config/messages.inc.php:340
msgid "Select which functions will be used for character set conversion"
@@ -3318,13 +3302,12 @@ msgstr "Nástroje pro konverzi znakových sad"
#: libraries/config/messages.inc.php:342
msgid "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
-msgstr ""
+msgstr "Zopakovat záhlaví každých X buněk, [kbd]0[/kbd] vypne tuto funknci"
#: libraries/config/messages.inc.php:343
-#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
-msgstr "Vláken pro opravování"
+msgstr "Opakovat záhlaví"
#: libraries/config/messages.inc.php:344
msgid "Show help button instead of Documentation text"
@@ -3583,10 +3566,9 @@ msgstr ""
"phpmyadmin[/kbd]"
#: libraries/config/messages.inc.php:396
-#, fuzzy
#| msgid "database name"
msgid "Database name"
-msgstr "jméno databáze"
+msgstr "Jméno databáze"
#: libraries/config/messages.inc.php:397
msgid "Port on which MySQL server is listening, leave empty for default"
@@ -3741,7 +3723,6 @@ msgid "Automatically create versions"
msgstr "Automaticky vytvářet verze"
#: libraries/config/messages.inc.php:426
-#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
#| "pma_tracking[/kbd]"
@@ -3749,12 +3730,12 @@ msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma_config[/kbd]"
msgstr ""
-"Nechte prázdné pro vypnutí podpory pro sledování SQL dotazů, výchozí "
-"nastavení: [kbd]pma_tracking[/kbd]"
+"Nechte prázdné pro vypnutí podpory pro uživatelské nastavení v databázi, "
+"výchozí nastavení: [kbd]pma_config[/kbd]"
#: libraries/config/messages.inc.php:427
msgid "User preferences storage table"
-msgstr ""
+msgstr "Tabulka pro uživatelská nastavení"
#: libraries/config/messages.inc.php:429
msgid "User for config auth"
@@ -3817,10 +3798,9 @@ msgid ""
msgstr ""
#: libraries/config/messages.inc.php:440
-#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
-msgstr "Zobrazit otevřené tabulky"
+msgstr "Zobrazit typy polí"
#: libraries/config/messages.inc.php:441
msgid "Display the function fields in edit/insert mode"
@@ -3957,7 +3937,7 @@ msgstr ""
#: libraries/config/messages.inc.php:471
msgid "Suhosin warning"
-msgstr ""
+msgstr "Varování o Suhosinu"
#: libraries/config/messages.inc.php:472
msgid ""
@@ -3966,10 +3946,9 @@ msgid ""
msgstr ""
#: libraries/config/messages.inc.php:473
-#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Textarea columns"
-msgstr "Sloupce pro textové oblasti typu CHAR"
+msgstr ""
#: libraries/config/messages.inc.php:474
msgid ""
@@ -6015,45 +5994,42 @@ msgstr "Interní relace"
#: libraries/schema/User_Schema.class.php:118
msgid "FOREIGN KEY"
-msgstr ""
+msgstr "FOREIGN KEY"
#: libraries/schema/User_Schema.class.php:150
msgid "Please choose a page to edit"
msgstr "Zvolte stránku, kterou chcete změnit"
#: libraries/schema/User_Schema.class.php:155
-#, fuzzy
#| msgid "Select Tables"
msgid "Select page"
-msgstr "Vybrat tabulky"
+msgstr "Zvolte stránku"
#: libraries/schema/User_Schema.class.php:213
msgid "Select Tables"
msgstr "Vybrat tabulky"
#: libraries/schema/User_Schema.class.php:351
-#, fuzzy
#| msgid "Relational schema"
msgid "Display relational schema"
-msgstr "Relační schéma"
+msgstr "Zobrazit relační schéma"
#: libraries/schema/User_Schema.class.php:356
-#, fuzzy
#| msgid "CSV"
msgid "SVG"
-msgstr "CSV"
+msgstr "SVG"
#: libraries/schema/User_Schema.class.php:357
msgid "DIA"
-msgstr ""
+msgstr "DIA"
#: libraries/schema/User_Schema.class.php:358
msgid "VISIO"
-msgstr ""
+msgstr "VISIO"
#: libraries/schema/User_Schema.class.php:359
msgid "EPS"
-msgstr ""
+msgstr "EPS"
#: libraries/schema/User_Schema.class.php:361
msgid "Select Export Relational Type"
@@ -6088,10 +6064,9 @@ msgid "Portrait"
msgstr "Na výšku"
#: libraries/schema/User_Schema.class.php:399
-#, fuzzy
#| msgid "Creation"
msgid "Orientation"
-msgstr "Vytvoření"
+msgstr "Orientace"
#: libraries/schema/User_Schema.class.php:412
msgid "Paper size"
@@ -6152,10 +6127,9 @@ msgid "Synchronize"
msgstr "Synchronizace"
#: libraries/server_links.inc.php:97
-#, fuzzy
#| msgid "settings"
msgid "Settings"
-msgstr "nastavení"
+msgstr "Nastavení"
#: libraries/server_synchronize.lib.php:1337 server_synchronize.php:1108
msgid "Source database"
@@ -6898,13 +6872,12 @@ msgstr ""
#: prefs_manage.php:225 prefs_manage.php:251
msgid "Saved on: @DATE@"
-msgstr ""
+msgstr "Uloženo: @DATE@"
#: prefs_manage.php:239
-#, fuzzy
#| msgid "Import files"
msgid "Import from file"
-msgstr "Importovat soubory"
+msgstr "Importovat ze souboru"
#: prefs_manage.php:245
msgid "Import from browser's storage"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 33df1f36a4cee7708bcf29f2f6ab5cd563454ce2
by Michal Čihař 24 Aug '10
by Michal Čihař 24 Aug '10
24 Aug '10
The branch, master has been updated
via 33df1f36a4cee7708bcf29f2f6ab5cd563454ce2 (commit)
via 9c3a3504204a51a90958373571d1beceba8d30b5 (commit)
via f13f74fa51fbdc1042f03ad2f35067fb0f2cdaf6 (commit)
via 46b3af30f02ff6a573e504e09a61424abee64836 (commit)
via 6af2c364ddba94a65aa571dc549a9cf85ece2606 (commit)
via 0cff7b2f36946b84b5437f5b39c4e1d34eaa9048 (commit)
via bef592df22131b6546652e2517c11c2343db4ed7 (commit)
via b5dba00f51be8c135fd57b62d76a89f0ebadcba4 (commit)
via 3ee67d957f04012defc0ba27580762ba438ec9de (commit)
via a44c6f3049fba0ff22f1b054cd78dae083691409 (commit)
via 9db4c65903baa144b1e9a16a49b336918da8ce32 (commit)
via c40de21ce0e2adc882e8526c64a94a9826607fa4 (commit)
via 575386efc5d8740f9eef49513dbe59302da7f0de (commit)
via 95d1f34bcd3de8998a2c31189ba7458d3f95b6f2 (commit)
via 1dc0e671014d74e6b0a1613d0f9af1f487020811 (commit)
via 4f62c651bab1803250170a54c8e984257c38f0e8 (commit)
via fe2582b8b13dafef18f2a1343109d2112f3ef6ce (commit)
via 410b58035eb649187eeb7db7a4240620a9bb011e (commit)
via f89f4538531069a20452effded0b9af12ffd10c9 (commit)
via ab932f5ca57da28de28c6995ddb35971401eed59 (commit)
via 4acaa87f6129b24b24940d759b532cd7bb6a0a5d (commit)
via a397d0a007c0fceed0284074bb6b0a4a25c3683d (commit)
via d180f952209e41ce27b3ce994f8088fb7a73fa0b (commit)
via e80cfeb1043b412576904b337b8900c05bc7c4fd (commit)
via 8a03e8c86c29c784469f0bfee194f139b2eee834 (commit)
via f560b490490e89d8e748dda137f7d955a604ddec (commit)
via 55c4d346d09370317877a654f2c5c164344a38d4 (commit)
via 7323103a2ce0866d905b198b6742e85c589ef0dc (commit)
via 5f04ee1527ac1b6a66582c479080d2212fdcbc0f (commit)
via 45e7b5eecaa9c2ea84a2496bf45243388cde8377 (commit)
via e967292d4c7b5f812fa2553b08482166c5163247 (commit)
via 007bc0b427118cc39dee54813a778bb365198657 (commit)
via 37119d88e5b205c1650833aa6d8aadb3cbda118b (commit)
via c7685442beb485072fb919bbad62474ca47b123f (commit)
via 928c265b08e05ad186db0e798ad3d7a3c61a44ca (commit)
via 5eada311a9321ccf260e1376422a607614b5558a (commit)
via f9fe9ead0ff69efb6555fc4c7ef218eda04e49c3 (commit)
via 886e94dcae085a5167ce1bd8702c588ef8b86fc3 (commit)
via 4981fb3b0acbf7a61f2c94ea9e9b3a3b9c56aa10 (commit)
via aac36e53987ec6fac4784a6b5e150d500276ffcc (commit)
via b9ed0f81c7e3edc1ac63f52d047d340b61b1c6e4 (commit)
via 607c75e9455f9986afa47d852768b347d8c6cfa8 (commit)
via de60efd16a6ee9f3b714a6e52afc921e8c81f3cc (commit)
via 9e4e95938d64459e6e05eb0163d1237f6995b0d7 (commit)
via e8f51799cdd76e96a534e2c5b9fd25ce9edaf394 (commit)
from e6465deb7b901f7f8dcdbfd564885ffc403941ba (commit)
- Log -----------------------------------------------------------------
commit 33df1f36a4cee7708bcf29f2f6ab5cd563454ce2
Author: Michal Čihař <mcihar(a)novell.com>
Date: Tue Aug 24 14:53:57 2010 +0200
Match to current master.
commit 9c3a3504204a51a90958373571d1beceba8d30b5
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:20:19 2010 +0200
Translation update done using Pootle.
commit f13f74fa51fbdc1042f03ad2f35067fb0f2cdaf6
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:20:17 2010 +0200
Translation update done using Pootle.
commit 46b3af30f02ff6a573e504e09a61424abee64836
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:20:14 2010 +0200
Translation update done using Pootle.
commit 6af2c364ddba94a65aa571dc549a9cf85ece2606
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:19:56 2010 +0200
Translation update done using Pootle.
commit 0cff7b2f36946b84b5437f5b39c4e1d34eaa9048
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:19:34 2010 +0200
Translation update done using Pootle.
commit bef592df22131b6546652e2517c11c2343db4ed7
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:19:32 2010 +0200
Translation update done using Pootle.
commit b5dba00f51be8c135fd57b62d76a89f0ebadcba4
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:19:29 2010 +0200
Translation update done using Pootle.
commit 3ee67d957f04012defc0ba27580762ba438ec9de
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:19:23 2010 +0200
Translation update done using Pootle.
commit a44c6f3049fba0ff22f1b054cd78dae083691409
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:53 2010 +0200
Translation update done using Pootle.
commit 9db4c65903baa144b1e9a16a49b336918da8ce32
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:49 2010 +0200
Translation update done using Pootle.
commit c40de21ce0e2adc882e8526c64a94a9826607fa4
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:45 2010 +0200
Translation update done using Pootle.
commit 575386efc5d8740f9eef49513dbe59302da7f0de
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:42 2010 +0200
Translation update done using Pootle.
commit 95d1f34bcd3de8998a2c31189ba7458d3f95b6f2
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:37 2010 +0200
Translation update done using Pootle.
commit 1dc0e671014d74e6b0a1613d0f9af1f487020811
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:32 2010 +0200
Translation update done using Pootle.
commit 4f62c651bab1803250170a54c8e984257c38f0e8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:30 2010 +0200
Translation update done using Pootle.
commit fe2582b8b13dafef18f2a1343109d2112f3ef6ce
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:28 2010 +0200
Translation update done using Pootle.
commit 410b58035eb649187eeb7db7a4240620a9bb011e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:25 2010 +0200
Translation update done using Pootle.
commit f89f4538531069a20452effded0b9af12ffd10c9
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:22 2010 +0200
Translation update done using Pootle.
commit ab932f5ca57da28de28c6995ddb35971401eed59
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:18 2010 +0200
Translation update done using Pootle.
commit 4acaa87f6129b24b24940d759b532cd7bb6a0a5d
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:14 2010 +0200
Translation update done using Pootle.
commit a397d0a007c0fceed0284074bb6b0a4a25c3683d
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:11 2010 +0200
Translation update done using Pootle.
commit d180f952209e41ce27b3ce994f8088fb7a73fa0b
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:08 2010 +0200
Translation update done using Pootle.
commit e80cfeb1043b412576904b337b8900c05bc7c4fd
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:18:05 2010 +0200
Translation update done using Pootle.
commit 8a03e8c86c29c784469f0bfee194f139b2eee834
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:17:58 2010 +0200
Translation update done using Pootle.
commit f560b490490e89d8e748dda137f7d955a604ddec
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:15:01 2010 +0200
Translation update done using Pootle.
commit 55c4d346d09370317877a654f2c5c164344a38d4
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:14:57 2010 +0200
Translation update done using Pootle.
commit 7323103a2ce0866d905b198b6742e85c589ef0dc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:14:51 2010 +0200
Translation update done using Pootle.
commit 5f04ee1527ac1b6a66582c479080d2212fdcbc0f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:14:13 2010 +0200
Translation update done using Pootle.
commit 45e7b5eecaa9c2ea84a2496bf45243388cde8377
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:47 2010 +0200
Translation update done using Pootle.
commit e967292d4c7b5f812fa2553b08482166c5163247
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:44 2010 +0200
Translation update done using Pootle.
commit 007bc0b427118cc39dee54813a778bb365198657
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:41 2010 +0200
Translation update done using Pootle.
commit 37119d88e5b205c1650833aa6d8aadb3cbda118b
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:38 2010 +0200
Translation update done using Pootle.
commit c7685442beb485072fb919bbad62474ca47b123f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:34 2010 +0200
Translation update done using Pootle.
commit 928c265b08e05ad186db0e798ad3d7a3c61a44ca
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:31 2010 +0200
Translation update done using Pootle.
commit 5eada311a9321ccf260e1376422a607614b5558a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:27 2010 +0200
Translation update done using Pootle.
commit f9fe9ead0ff69efb6555fc4c7ef218eda04e49c3
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:23 2010 +0200
Translation update done using Pootle.
commit 886e94dcae085a5167ce1bd8702c588ef8b86fc3
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:17 2010 +0200
Translation update done using Pootle.
commit 4981fb3b0acbf7a61f2c94ea9e9b3a3b9c56aa10
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:11 2010 +0200
Translation update done using Pootle.
commit aac36e53987ec6fac4784a6b5e150d500276ffcc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:07 2010 +0200
Translation update done using Pootle.
commit b9ed0f81c7e3edc1ac63f52d047d340b61b1c6e4
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:13:00 2010 +0200
Translation update done using Pootle.
commit 607c75e9455f9986afa47d852768b347d8c6cfa8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:55 2010 +0200
Translation update done using Pootle.
commit de60efd16a6ee9f3b714a6e52afc921e8c81f3cc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:52 2010 +0200
Translation update done using Pootle.
commit 9e4e95938d64459e6e05eb0163d1237f6995b0d7
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:49 2010 +0200
Translation update done using Pootle.
commit e8f51799cdd76e96a534e2c5b9fd25ce9edaf394
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:30 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/cs/Documentation.html | 103 +++++++++----------
output/en_GB/Documentation.html | 103 +++++++++----------
output/fr/Documentation.html | 133 ++++++++++--------------
output/it/Documentation.html | 103 +++++++++----------
output/ja/Documentation.html | 87 ++++++++--------
output/pl/Documentation.html | 107 +++++++++-----------
output/pt_BR/Documentation.html | 103 +++++++++----------
output/zh_CN/Documentation.html | 101 +++++++++---------
po/en_GB.po | 215 +++++++++++++++++----------------------
9 files changed, 483 insertions(+), 572 deletions(-)
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index 2768ab7..d054d41 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -2082,13 +2082,15 @@ similar to texts seen on export page, so you can easily identify what they
mean.
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] pole</dt>
@@ -2177,30 +2179,6 @@ performance, this value is the maximum to be displayed, using a <code>SELECT
COUNT ... LIMIT</code>. The default value of 0 bypasses any row counting.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>boolean</dt>
- <dd>Utilizes a WYSIWYG editing control to easily place elements of a <abbr
-title="Portable Document Format">PDF</abbr> page. By clicking on the button
-'toggle scratchboard' on the page where you edit x/y coordinates of those
-elements you can activate a scratchboard where all your elements are
-placed. By clicking on an element, you can move them around in the
-pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.<br />
- You have to click on the 'OK'-button below the tables to save the new
-positions. If you want to place a new element, first add it to the table of
-elements and then you can drag the new element around.<br />
- By changing the paper size and the orientation you can change the size of
-the scratchboard as well. You can do so by just changing the dropdown field
-below, and the scratchboard will resize automatically, without interfering
-with the current placement of the elements.<br />
- If ever an element gets out of range you can either enlarge the paper size
-or click on the 'reset' button to place all elements below each other.<br />
- <b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to get
-this control to work. The basic Drag&Drop script functionality was
-kindly borrowed from www.youngpup.net and is underlying so specific license.</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] boolean</dt>
<dd>Sorts database and table names according to natural order (for example, t1,
t2, t10). Currently implemented in the left panel (Light mode) and in
@@ -2698,8 +2676,7 @@ PHP bug database.</p>
<h4 id="faq1_5">
<a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or advanced
-authentication mode.</a></h4>
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> This is a known problem with the PHP <abbr title="Internet Server
Application Programming Interface">ISAPI</abbr> filter: it's not so
@@ -2744,23 +2721,7 @@ enable uploads of files while being reasonably secure:</p>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 I'm having troubles when uploading files. In general
-file uploads don't work on my system and uploaded files have a
-<tt>Content-Type:</tt> header in the first line.</a></h4>
-
-<p> It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 and
-you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?<br />
- So the problem is that this package has a serious bug that was corrected
-ages ago in PHP (2001-01-28: see <a
-href="http://www.php.net/bugs.php?id=8966">PHP's bug tracking system</a> for
-more details). The problem is that the bugged package is still available
-though it was corrected (see <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat's
-BugZilla</a> for more details).<br />
- So please download <a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">the fixed
-package (4.0.4pl1-9)</a> and the problem should go away.<br />
- And that fixes the \r\n problem with file uploads!</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 I'm having troubles when uploading files with
@@ -2793,19 +2754,10 @@ href="http://www.mysql.com/doc/R/e/Resetting_permissions.html"> reset the
permissions</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to execute a bookmark.</a></h4>
-
-<p> If PHP does not have read/write access to its <tt>upload_tmp_dir</tt>, it
-cannot access the uploaded query.</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to submit a query from the
-convenient text area.</a></h4>
-
-<p> Check the <tt>post_max_size</tt> directive from your PHP configuration file
-and try to increase it.</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -4486,6 +4438,35 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
<dd>phpMyAdmin with version</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ You have to click on the 'OK'-button below the tables to save the new
+positions. If you want to place a new element, first add it to the table of
+elements and then you can drag the new element around.
+ </p>
+ <p>
+ By changing the paper size and the orientation you can change the size of
+the scratchboard as well. You can do so by just changing the dropdown field
+below, and the scratchboard will resize automatically, without interfering
+with the current placement of the elements.
+ </p>
+ <p>
+ If ever an element gets out of range you can either enlarge the paper size
+or click on the 'reset' button to place all elements below each other.
+ </p>
+
<h3 id="faqproject">Projekt phpMyAdmin</h3>
<h4 id="faq7_1">
@@ -4997,6 +4978,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>podpora pro replikaci</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/output/en_GB/Documentation.html b/output/en_GB/Documentation.html
index b17d587..106d1f5 100644
--- a/output/en_GB/Documentation.html
+++ b/output/en_GB/Documentation.html
@@ -2083,13 +2083,15 @@ similar to texts seen on export page, so you can easily identify what they
mean.
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] array</dt>
@@ -2178,30 +2180,6 @@ performance, this value is the maximum to be displayed, using a <code>SELECT
COUNT ... LIMIT</code>. The default value of 0 bypasses any row counting.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>boolean</dt>
- <dd>Utilises a WYSIWYG editing control to easily place elements of a <abbr
-title="Portable Document Format">PDF</abbr> page. By clicking on the button
-'toggle scratchboard' on the page where you edit x/y coordinates of those
-elements you can activate a scratchboard where all your elements are
-placed. By clicking on an element, you can move them around in the
-pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.<br />
- You have to click on the 'OK'-button below the tables to save the new
-positions. If you want to place a new element, first add it to the table of
-elements and then you can drag the new element around.<br />
- By changing the paper size and the orientation you can change the size of
-the scratchboard as well. You can do so by just changing the dropdown field
-below, and the scratchboard will resize automatically, without interfering
-with the current placement of the elements.<br />
- If ever an element gets out of range you can either enlarge the paper size
-or click on the 'reset' button to place all elements below each other.<br />
- <b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to get
-this control to work. The basic Drag&Drop script functionality was
-kindly borrowed from www.youngpup.net and is underlying so specific license.</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] boolean</dt>
<dd>Sorts database and table names according to natural order (for example, t1,
t2, t10). Currently implemented in the left panel (Light mode) and in
@@ -2700,8 +2678,7 @@ PHP bug database.</p>
<h4 id="faq1_5">
<a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or advanced
-authentication mode.</a></h4>
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> This is a known problem with the PHP <abbr title="Internet Server
Application Programming Interface">ISAPI</abbr> filter: it's not so
@@ -2746,23 +2723,7 @@ enable uploads of files while being reasonably secure:</p>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 I'm having troubles when uploading files. In general
-file uploads don't work on my system and uploaded files have a
-<tt>Content-Type:</tt> header in the first line.</a></h4>
-
-<p> It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 and
-you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?<br />
- So the problem is that this package has a serious bug that was corrected
-ages ago in PHP (2001-01-28: see <a
-href="http://www.php.net/bugs.php?id=8966">PHP's bug tracking system</a> for
-more details). The problem is that the bugged package is still available
-though it was corrected (see <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat's
-BugZilla</a> for more details).<br />
- So please download <a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">the fixed
-package (4.0.4pl1-9)</a> and the problem should go away.<br />
- And that fixes the \r\n problem with file uploads!</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 I'm having troubles when uploading files with
@@ -2795,19 +2756,10 @@ href="http://www.mysql.com/doc/R/e/Resetting_permissions.html"> reset the
permissions</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to execute a bookmark.</a></h4>
-
-<p> If PHP does not have read/write access to its <tt>upload_tmp_dir</tt>, it
-cannot access the uploaded query.</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to submit a query from the
-convenient text area.</a></h4>
-
-<p> Check the <tt>post_max_size</tt> directive from your PHP configuration file
-and try to increase it.</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -4488,6 +4440,35 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
<dd>phpMyAdmin with version</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ You have to click on the 'OK'-button below the tables to save the new
+positions. If you want to place a new element, first add it to the table of
+elements and then you can drag the new element around.
+ </p>
+ <p>
+ By changing the paper size and the orientation you can change the size of
+the scratchboard as well. You can do so by just changing the dropdown field
+below, and the scratchboard will resize automatically, without interfering
+with the current placement of the elements.
+ </p>
+ <p>
+ If ever an element gets out of range you can either enlarge the paper size
+or click on the 'reset' button to place all elements below each other.
+ </p>
+
<h3 id="faqproject">phpMyAdmin project</h3>
<h4 id="faq7_1">
@@ -4999,6 +4980,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Replication support</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html
index feaf745..0d3f1ba 100644
--- a/output/fr/Documentation.html
+++ b/output/fr/Documentation.html
@@ -2437,13 +2437,15 @@ textes vus dans la page d'exportation, de la sorte vous pouvez facilement
identifier ce qu'ils signifient.
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] tableau</dt>
@@ -2553,40 +2555,6 @@ utilisant un <code>SELECT COUNT ... LIMIT</code>. La valeur par
défaut de 0 passe outre tout comptage de lignes.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>booléen</dt>
- <dd>Utilise un contrôle d'édition WYSIWYG pour placer facilement
-les éléments d'une page <abbr title="Portable Document
-Format">PDF</abbr>. En cliquant sur le bouton 'Éditeur visuel' dans
-la page sur laquelle vous éditez les coordonnées x/y de ces
-éléments, vous pouvez activer un éditeur visuel
-où tous vos éléments sont placés. En cliquant
-sur un élément, vous pouvez le déplacer dans la zone
-prédéfinie et les coordonnées x/y seront mises à
-jour dynamiquement. De même, si vous entrez directement une nouvelle
-position dans le champ de saisie, la nouvelle position dans l'éditeur
-visuel change après que vos curseurs aient quitté le champ de
-saisie.<br />
- Vous devez cliquer sur le bouton 'OK' en-dessous des tables pour sauvegarder
-les nouvelles positions. Si vous voulez placer un nouvel
-élément, ajoutez-le d'abord à la table des
-éléments et alors vous pourrez déplacer ce nouvel
-élément.<br />
- En changeant la taille du papier et l'orientation, vous changez
-également la taille de l'éditeur visuel. Vous pouvez le faire
-en changeant seulement le champ déroulant au-dessous, et
-l'éditeur visuel se réajustera automatiquement, sans
-interférer avec les positions des éléments en cours.<br />
- Si un élément sortait du champ, vous pouvez soit agrandir la
-taille du papier, soit cliquer sur le bouton 'Réinitialiser les
-valeurs' pour placer tous les éléments les uns en-dessous des
-autres.<br />
- <b>REMARQUE :</b> Vous devez utiliser un navigateur récent comme
-IE6 ou Mozilla pour que ce contrôle puisse fonctionner. La
-fonctionnalité de script Drag&Drop a été
-empruntée à www.youngpup.net et sa licence sous-jacente si
-spécifique.</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] booléen</dt>
<dd>Trie les noms des bases de données en ordre naturel (par exemple, t1,
t2, t10). Actuellement mis en oeuvre dans le panneau de gauche (Mode
@@ -3143,11 +3111,9 @@ href="http://bugs.php.net/bug.php?id=12061">rapport de bogue</a> de la base
de données officielle de bogues de PHP.</p>
<h4 id="faq1_5">
- <a href="#faq1_5">1.5 J'utilise phpMyAdmin avec <abbr title="Internet
-Information Services">IIS</abbr>, et je suis confronté à des
-plantages et/ou beaucoup de messages d'erreur avec l'authentification <abbr
-title="HyperText Transfer Protocol">HTTP</abbr> ou le mode
-d'authentification avancé.</a></h4>
+ <a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
+Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> Ceci est un problème connu du filtre <abbr title="Internet Server
Application Programming Interface">ISAPI</abbr> de PHP : il n'est pas
@@ -3201,30 +3167,7 @@ du serveur Apache : <tt>chown apache:apache /tmp/php</tt></li>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 J'ai des problèmes quand je transfère
-des fichiers. En général, le transfert de fichiers ne
-fonctionne pas sur mon système et les fichiers
-transférés comportent l'en-tête <tt>Content-Type:</tt>
-sur la première ligne.</a></h4>
-
-<p> Ce n'est pas vraiment phpMyAdmin qui est en cause mais plutôt RedHat
-7.0. Vous utilisez RedHat 7.0 et vous avez mis à jour votre paquetage
-RPM PHP vers php-4.0.4pl1-3.i386.rpm, n'est-ce pas ?<br />
- Donc le problème est que ce paquetage a un sérieux bogue qui a
-été corrigé il y a pas mal de temps dans PHP
-(28-01-2001 : voir le <a
-href="http://www.php.net/bugs.php?id=8966">système Bug Tracker de
-PHP</a> pour plus de détails). Le problème est que ce
-paquetage bogué est toujours disponible bien qu'il soit
-corrigé (voir <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat's
-BugZilla</a> pour plus de détails).<br />
- Aussi, veuillez télécharger <a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">le paquetage
-corrigé (4.0.4pl1-9)</a> et le problème devrait
-disparaître.<br />
- Et cela corrige le problème \r\n avec les transferts de
-fichiers !</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 J'ai des problèmes en transférant des
@@ -3262,22 +3205,10 @@ href="http://www.mysql.com/doc/R/e/Resetting_permissions.html">réinitiali
les permissions</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 J'obtiens une erreur 'Aucune requête <abbr
-title="Structured Query Language">SQL</abbr> !' en exécutant un
-signet.</a></h4>
-
-<p> Si PHP n'a pas d'accès en lecture/écriture à son
-répertoire <tt>upload_tmp_dir</tt>, il ne peut pas accéder
-à la requête transférée.</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 J'obtiens une erreur 'Aucune requête <abbr
-title="Structured Query Language">SQL</abbr> !' en essayant
-d'exécuter une requête depuis la zone de texte
-adéquate.</a></h4>
-
-<p> Vérifiez la directive <tt>post_max_size</tt> dans votre fichier de
-configuration PHP et essayez de l'augmenter.</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -5186,6 +5117,40 @@ href="#cfg_Servers_verbose">configuration serveur</a></dd>
<dd>Version de phpMyAdmin</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ Vous devez cliquer sur le bouton 'OK' en-dessous des tables pour sauvegarder
+les nouvelles positions. Si vous voulez placer un nouvel
+élément, ajoutez-le d'abord à la table des
+éléments et alors vous pourrez déplacer ce nouvel
+élément.
+ </p>
+ <p>
+ En changeant la taille du papier et l'orientation, vous changez
+également la taille de l'éditeur visuel. Vous pouvez le faire
+en changeant seulement le champ déroulant au-dessous, et
+l'éditeur visuel se réajustera automatiquement, sans
+interférer avec les positions des éléments en cours.
+ </p>
+ <p>
+ Si un élément sortait du champ, vous pouvez soit agrandir la
+taille du papier, soit cliquer sur le bouton 'Réinitialiser les
+valeurs' pour placer tous les éléments les uns en-dessous des
+autres.
+ </p>
+
<h3 id="faqproject">Projet phpMyAdmin</h3>
<h4 id="faq7_1">
@@ -5718,6 +5683,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Gestion de la réplication</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index c8546ba..dc768f7 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -2117,13 +2117,15 @@ similar to texts seen on export page, so you can easily identify what they
mean.
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] array</dt>
@@ -2212,30 +2214,6 @@ performance, this value is the maximum to be displayed, using a <code>SELECT
COUNT ... LIMIT</code>. The default value of 0 bypasses any row counting.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>boolean</dt>
- <dd>Utilizes a WYSIWYG editing control to easily place elements of a <abbr
-title="Portable Document Format">PDF</abbr> page. By clicking on the button
-'toggle scratchboard' on the page where you edit x/y coordinates of those
-elements you can activate a scratchboard where all your elements are
-placed. By clicking on an element, you can move them around in the
-pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.<br />
- You have to click on the 'OK'-button below the tables to save the new
-positions. If you want to place a new element, first add it to the table of
-elements and then you can drag the new element around.<br />
- By changing the paper size and the orientation you can change the size of
-the scratchboard as well. You can do so by just changing the dropdown field
-below, and the scratchboard will resize automatically, without interfering
-with the current placement of the elements.<br />
- If ever an element gets out of range you can either enlarge the paper size
-or click on the 'reset' button to place all elements below each other.<br />
- <b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to get
-this control to work. The basic Drag&Drop script functionality was
-kindly borrowed from www.youngpup.net and is underlying so specific license.</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] boolean</dt>
<dd>Sorts database and table names according to natural order (for example, t1,
t2, t10). Currently implemented in the left panel (Light mode) and in
@@ -2734,8 +2712,7 @@ PHP bug database.</p>
<h4 id="faq1_5">
<a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or advanced
-authentication mode.</a></h4>
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> This is a known problem with the PHP <abbr title="Internet Server
Application Programming Interface">ISAPI</abbr> filter: it's not so
@@ -2780,23 +2757,7 @@ enable uploads of files while being reasonably secure:</p>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 I'm having troubles when uploading files. In general
-file uploads don't work on my system and uploaded files have a
-<tt>Content-Type:</tt> header in the first line.</a></h4>
-
-<p> It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 and
-you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?<br />
- So the problem is that this package has a serious bug that was corrected
-ages ago in PHP (2001-01-28: see <a
-href="http://www.php.net/bugs.php?id=8966">PHP's bug tracking system</a> for
-more details). The problem is that the bugged package is still available
-though it was corrected (see <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat's
-BugZilla</a> for more details).<br />
- So please download <a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">the fixed
-package (4.0.4pl1-9)</a> and the problem should go away.<br />
- And that fixes the \r\n problem with file uploads!</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 I'm having troubles when uploading files with
@@ -2829,19 +2790,10 @@ href="http://www.mysql.com/doc/R/e/Resetting_permissions.html"> reset the
permissions</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to execute a bookmark.</a></h4>
-
-<p> If PHP does not have read/write access to its <tt>upload_tmp_dir</tt>, it
-cannot access the uploaded query.</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to submit a query from the
-convenient text area.</a></h4>
-
-<p> Check the <tt>post_max_size</tt> directive from your PHP configuration file
-and try to increase it.</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -4522,6 +4474,35 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
<dd>phpMyAdmin with version</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ You have to click on the 'OK'-button below the tables to save the new
+positions. If you want to place a new element, first add it to the table of
+elements and then you can drag the new element around.
+ </p>
+ <p>
+ By changing the paper size and the orientation you can change the size of
+the scratchboard as well. You can do so by just changing the dropdown field
+below, and the scratchboard will resize automatically, without interfering
+with the current placement of the elements.
+ </p>
+ <p>
+ If ever an element gets out of range you can either enlarge the paper size
+or click on the 'reset' button to place all elements below each other.
+ </p>
+
<h3 id="faqproject">phpMyAdmin project</h3>
<h4 id="faq7_1">
@@ -5033,6 +5014,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Replication support</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/output/ja/Documentation.html b/output/ja/Documentation.html
index 5897ea2..c6105b2 100644
--- a/output/ja/Documentation.html
+++ b/output/ja/Documentation.html
@@ -2107,13 +2107,15 @@ reading and writing data in this directory.
この配列はエクスポートの際のデフォルトパラメータを定義します。項目名はエクスポートページに表示されるテキストとほとんど同じですので、意味は簡単にわかるでしょう。
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] array</dt>
@@ -2198,24 +2200,6 @@ performance, this value is the maximum to be displayed, using a <code>SELECT
COUNT ... LIMIT</code>. The default value of 0 bypasses any row counting.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>boolean</dt>
- <dd>Utilizes a WYSIWYG editing control to easily place elements of a <abbr
-title="Portable Document Format">PDF</abbr> page. By clicking on the button
-'toggle scratchboard' on the page where you edit x/y coordinates of those
-elements you can activate a scratchboard where all your elements are
-placed. By clicking on an element, you can move them around in the
-pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.<br />
- 新しい位置を保存するには、テーブルの下に「OK」ボタンをクリックする必要があります。新しい要素を配置する場合は、まず要素のテーブルに追加してください。新しい要素をドラッグできるようになります。<br />
- 用紙の大きさや向きを変えると、スクラッチボードの大きさも変わります。これは下のドロップダウンフィールドを変更するだけで行えます。スクラッチボードの大きさは自動的に変わります。要素の現在位置は変わりません。<br />
- 要素が範囲外に出てしまった場合、用紙の大きさを拡大するか、「リセット(reset)」ボタンをクリックして、すべての要素を縦一列に並べてください。<br />
- <b>注意:</b> このコントロールは IE6 や Mozilla
-のような最近のブラウザを使わないと動作しません。ドラッグ&ドロップスクリプトの基本機能は非常に限定されたライセンスのもと、www.youngpup.net
-のご厚意でお借りしたものです。</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] boolean</dt>
<dd>データベースやテーブルの名前を自然な順番でソートします(たとえば、t1、t2、t10)。いまのところ左パネル(ライトモード)とデータベース画面のテーブル一覧に実装されています。</dd>
@@ -2670,8 +2654,7 @@ PHP bug database.</p>
<h4 id="faq1_5">
<a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or advanced
-authentication mode.</a></h4>
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> This is a known problem with the PHP <abbr title="Internet Server
Application Programming Interface">ISAPI</abbr> filter: it's not so
@@ -2715,21 +2698,7 @@ error about safe mode being in effect.</a></h4>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 I'm having troubles when uploading files. In general
-file uploads don't work on my system and uploaded files have a
-<tt>Content-Type:</tt> header in the first line.</a></h4>
-
-<p> 本当は phpMyAdmin 関連の問題ではなく、RedHat 7.0 の問題なのですが、お使いのシステムは RedHat 7.0 で、PHP RPM
-を php-4.0.4pl1-3.i386.rpm にアップデートしたのではありませんか?<br />
- そうだとしたら、問題はこのパッケージが抱えている深刻なバグのせいです。このバグはずいぶん前に修正されたはずなのですが(2001-01-28:詳細については
-<a href="http://www.php.net/bugs.php?id=8966">PHP のバグ追跡システム</a>
-をご覧ください)、困ったことに、修正後もバグ入りのパッケージがまだ出回っているのです(詳細については <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat の
-BugZilla</a> をご覧ください)。<br />
- ですから、<a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">修正済みのパッケージ(4.0.4pl1-9)</a>
-をダウンロードしていただければ問題は解決します。<br />
- また、この修正版はファイルアップロードの際の ¥r¥n 問題も解決してくれます!</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 I'm having troubles when uploading files with
@@ -2760,17 +2729,10 @@ do?</a></h4>
href="http://www.mysql.com/doc/R/e/Resetting_permissions.html">パーミッションをリセットする</a>方法が説明されています。</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to execute a bookmark.</a></h4>
-
-<p> PHP が <tt>upload_tmp_dir</tt> を読み書きできるようになっていないと、アップロードしたクエリにはアクセスできません。</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to submit a query from the
-convenient text area.</a></h4>
-
-<p> PHP の設定ファイルの <tt>post_max_size</tt> ディレクティブをチェックして、値を増やしてみてください。</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -4367,6 +4329,29 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
<dd>phpMyAdmin with version</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ 新しい位置を保存するには、テーブルの下に「OK」ボタンをクリックする必要があります。新しい要素を配置する場合は、まず要素のテーブルに追加してください。新しい要素をドラッグできるようになります。
+ </p>
+ <p>
+ 用紙の大きさや向きを変えると、スクラッチボードの大きさも変わります。これは下のドロップダウンフィールドを変更するだけで行えます。スクラッチボードの大きさは自動的に変わります。要素の現在位置は変わりません。
+ </p>
+ <p>
+ 要素が範囲外に出てしまった場合、用紙の大きさを拡大するか、「リセット(reset)」ボタンをクリックして、すべての要素を縦一列に並べてください。
+ </p>
+
<h3 id="faqproject">phpMyAdmin project</h3>
<h4 id="faq7_1">
@@ -4871,6 +4856,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Replication support</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/output/pl/Documentation.html b/output/pl/Documentation.html
index c64c060..77fcd29 100644
--- a/output/pl/Documentation.html
+++ b/output/pl/Documentation.html
@@ -2105,13 +2105,15 @@ similar to texts seen on export page, so you can easily identify what they
mean.
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] array</dt>
@@ -2200,32 +2202,6 @@ performance, this value is the maximum to be displayed, using a <code>SELECT
COUNT ... LIMIT</code>. The default value of 0 bypasses any row counting.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>boolean</dt>
- <dd>Utilizes a WYSIWYG editing control to easily place elements of a <abbr
-title="Portable Document Format">PDF</abbr> page. By clicking on the button
-'toggle scratchboard' on the page where you edit x/y coordinates of those
-elements you can activate a scratchboard where all your elements are
-placed. By clicking on an element, you can move them around in the
-pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.<br />
- Aby zapisać nowe położenia, należy kliknąć na przycisk 'OK' pod tabelą.
-Jeżeli chcesz umieścić nowy element, najpierw dodaj go do tabeli elementów,
-a następnie go przeciągnij myszką.<br />
- Poprzez zmianę wielkości papieru i orientacji, możesz zmienić także wielkość
-scratchboardu. Możesz to zrobić po prostu przez zmianę pozycji na liście
-rozwijanej, która znajduje się niżej, a scratchboard zmieni rozmiar
-automatycznie, nie wpływając na aktualne położenia elementów.<br />
- Gdyby jakiś element znalazł się poza obszarem, możesz albo zwiększyć
-wielkość papieru, albo kliknąć na przycisk 'reset', aby umieścić wszystkie
-elementy pod sobą.<br />
- <b>UWAGA:</b> By ten mechanizm zadziałał, wymagana jest nowoczesna
-przeglądarka, taka jak IE6 lub Mozilla. Podstawowa funkcjonalność
-przeciągnij-i-upuść została uprzejmie pożyczona z www.youngpup.net i
-korzysta ze specjalnej licencji.</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] boolean</dt>
<dd>Sorts database and table names according to natural order (for example, t1,
t2, t10). Currently implemented in the left panel (Light mode) and in
@@ -2725,8 +2701,7 @@ PHP bug database.</p>
<h4 id="faq1_5">
<a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or advanced
-authentication mode.</a></h4>
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> This is a known problem with the PHP <abbr title="Internet Server
Application Programming Interface">ISAPI</abbr> filter: it's not so
@@ -2772,24 +2747,7 @@ apache.apache /tmp/php</tt></li>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 I'm having troubles when uploading files. In general
-file uploads don't work on my system and uploaded files have a
-<tt>Content-Type:</tt> header in the first line.</a></h4>
-
-<p> W rzeczywistości nie jest to związane z phpMyAdminem, ale z RedHatem
-7.0. Masz RedHata 7.0 i zaktualizowałeś swój RPM z PHP do
-php-4.0.4pl1-3.i386.rpm, prawda?<br />
- Tak więc problem polega na tym, że pakiet ten ma poważny błąd, który został
-poprawiony lata temu w PHP (2001-01-28: szczegóły w <a
-href="http://www.php.net/bugs.php?id=8966">systemie śledzenia błędów
-PHP</a>). Problemem jest to, że błędny pakiet jest ciągle dostępny, mimo że
-został poprawiony (szczegóły w <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">bugzilli
-RedHata</a>).<br />
- Proszę więc ściągnąć <a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">poprawiony
-pakiet (4.0.4pl1-9)</a>, a problem powinien zniknąć.<br />
- Przy okazji poprawia to problem \r\n z wysyłaniem plików!</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 I'm having troubles when uploading files with
@@ -2823,19 +2781,10 @@ href="http://www.mysql.com/doc/R/e/Resetting_permissions.html"> sprowadzić
uprawnienia do stanu początkowego</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to execute a bookmark.</a></h4>
-
-<p> Jeśli PHP nie ma praw do czytania/pisania do swojego
-<tt>upload_tmp_dir</tt>, nie ma też dostępu do wysłanego zapytania.</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to submit a query from the
-convenient text area.</a></h4>
-
-<p> Sprawdź dyrektywę <tt>post_max_size</tt> ze swojego pliku konfiguracyjnego
-PHP i spróbuj zwiększyć jej wartość.</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -4519,6 +4468,36 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
<dd>phpMyAdmin with version</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ Aby zapisać nowe położenia, należy kliknąć na przycisk 'OK' pod tabelą.
+Jeżeli chcesz umieścić nowy element, najpierw dodaj go do tabeli elementów,
+a następnie go przeciągnij myszką.
+ </p>
+ <p>
+ Poprzez zmianę wielkości papieru i orientacji, możesz zmienić także wielkość
+scratchboardu. Możesz to zrobić po prostu przez zmianę pozycji na liście
+rozwijanej, która znajduje się niżej, a scratchboard zmieni rozmiar
+automatycznie, nie wpływając na aktualne położenia elementów.
+ </p>
+ <p>
+ Gdyby jakiś element znalazł się poza obszarem, możesz albo zwiększyć
+wielkość papieru, albo kliknąć na przycisk 'reset', aby umieścić wszystkie
+elementy pod sobą.
+ </p>
+
<h3 id="faqproject">phpMyAdmin project</h3>
<h4 id="faq7_1">
@@ -5031,6 +5010,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Replication support</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 80a60b3..bd5edaf 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -2102,13 +2102,15 @@ similar to texts seen on export page, so you can easily identify what they
mean.
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] matriz</dt>
@@ -2197,30 +2199,6 @@ performance, this value is the maximum to be displayed, using a <code>SELECT
COUNT ... LIMIT</code>. The default value of 0 bypasses any row counting.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>booleano</dt>
- <dd>Utilizes a WYSIWYG editing control to easily place elements of a <abbr
-title="Portable Document Format">PDF</abbr> page. By clicking on the button
-'toggle scratchboard' on the page where you edit x/y coordinates of those
-elements you can activate a scratchboard where all your elements are
-placed. By clicking on an element, you can move them around in the
-pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.<br />
- You have to click on the 'OK'-button below the tables to save the new
-positions. If you want to place a new element, first add it to the table of
-elements and then you can drag the new element around.<br />
- By changing the paper size and the orientation you can change the size of
-the scratchboard as well. You can do so by just changing the dropdown field
-below, and the scratchboard will resize automatically, without interfering
-with the current placement of the elements.<br />
- If ever an element gets out of range you can either enlarge the paper size
-or click on the 'reset' button to place all elements below each other.<br />
- <b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to get
-this control to work. The basic Drag&Drop script functionality was
-kindly borrowed from www.youngpup.net and is underlying so specific license.</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] booleano</dt>
<dd>Sorts database and table names according to natural order (for example, t1,
t2, t10). Currently implemented in the left panel (Light mode) and in
@@ -2719,8 +2697,7 @@ PHP bug database.</p>
<h4 id="faq1_5">
<a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or advanced
-authentication mode.</a></h4>
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> This is a known problem with the PHP <abbr title="Internet Server
Application Programming Interface">ISAPI</abbr> filter: it's not so
@@ -2765,23 +2742,7 @@ enable uploads of files while being reasonably secure:</p>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 I'm having troubles when uploading files. In general
-file uploads don't work on my system and uploaded files have a
-<tt>Content-Type:</tt> header in the first line.</a></h4>
-
-<p> It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 and
-you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?<br />
- So the problem is that this package has a serious bug that was corrected
-ages ago in PHP (2001-01-28: see <a
-href="http://www.php.net/bugs.php?id=8966">PHP's bug tracking system</a> for
-more details). The problem is that the bugged package is still available
-though it was corrected (see <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat's
-BugZilla</a> for more details).<br />
- So please download <a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">the fixed
-package (4.0.4pl1-9)</a> and the problem should go away.<br />
- And that fixes the \r\n problem with file uploads!</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 I'm having troubles when uploading files with
@@ -2814,19 +2775,10 @@ href="http://www.mysql.com/doc/R/e/Resetting_permissions.html"> reset the
permissions</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to execute a bookmark.</a></h4>
-
-<p> If PHP does not have read/write access to its <tt>upload_tmp_dir</tt>, it
-cannot access the uploaded query.</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to submit a query from the
-convenient text area.</a></h4>
-
-<p> Check the <tt>post_max_size</tt> directive from your PHP configuration file
-and try to increase it.</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -4507,6 +4459,35 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
<dd>phpMyAdmin com a versão</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ You have to click on the 'OK'-button below the tables to save the new
+positions. If you want to place a new element, first add it to the table of
+elements and then you can drag the new element around.
+ </p>
+ <p>
+ By changing the paper size and the orientation you can change the size of
+the scratchboard as well. You can do so by just changing the dropdown field
+below, and the scratchboard will resize automatically, without interfering
+with the current placement of the elements.
+ </p>
+ <p>
+ If ever an element gets out of range you can either enlarge the paper size
+or click on the 'reset' button to place all elements below each other.
+ </p>
+
<h3 id="faqproject">O projeto phpMyAdmin</h3>
<h4 id="faq7_1">
@@ -5018,6 +4999,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Replication support</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/output/zh_CN/Documentation.html b/output/zh_CN/Documentation.html
index c79e299..3148669 100644
--- a/output/zh_CN/Documentation.html
+++ b/output/zh_CN/Documentation.html
@@ -1837,13 +1837,15 @@ similar to texts seen on export page, so you can easily identify what they
mean.
</dd>
- <dt id="cfg_Export">$cfg['Export']['method'] string</dt>
+ <dt id="cfg_Export_method">$cfg['Export']['method'] string</dt>
<dd>
Defines how the export form is displayed when it loads. Valid values are:
+ <ul>
<li><tt>quick</tt> to display the minimum number of options to configure</li>
<li><tt>custom</tt> to display every available option to configure</li>
<li><tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the
option of using quick export</li>
+ </ul>
</dd>
<dt id="cfg_Import">$cfg['Import'] array</dt>
@@ -1932,30 +1934,6 @@ performance, this value is the maximum to be displayed, using a <code>SELECT
COUNT ... LIMIT</code>. The default value of 0 bypasses any row counting.
</dd>
- <dt id="wysiwyg">
- <span id="cfg_WYSIWYG-PDF">$cfg['WYSIWYG-PDF'] </span>boolean</dt>
- <dd>Utilizes a WYSIWYG editing control to easily place elements of a <abbr
-title="Portable Document Format">PDF</abbr> page. By clicking on the button
-'toggle scratchboard' on the page where you edit x/y coordinates of those
-elements you can activate a scratchboard where all your elements are
-placed. By clicking on an element, you can move them around in the
-pre-defined area and the x/y coordinates will get updated
-dynamically. Likewise, when entering a new position directly into the input
-field, the new position in the scratchboard changes after your cursor leaves
-the input field.<br />
- You have to click on the 'OK'-button below the tables to save the new
-positions. If you want to place a new element, first add it to the table of
-elements and then you can drag the new element around.<br />
- By changing the paper size and the orientation you can change the size of
-the scratchboard as well. You can do so by just changing the dropdown field
-below, and the scratchboard will resize automatically, without interfering
-with the current placement of the elements.<br />
- If ever an element gets out of range you can either enlarge the paper size
-or click on the 'reset' button to place all elements below each other.<br />
- <b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to get
-this control to work. The basic Drag&Drop script functionality was
-kindly borrowed from www.youngpup.net and is underlying so specific license.</dd>
-
<dt id="cfg_NaturalOrder">$cfg['NaturalOrder'] boolean</dt>
<dd>Sorts database and table names according to natural order (for example, t1,
t2, t10). Currently implemented in the left panel (Light mode) and in
@@ -2443,9 +2421,9 @@ Protocol">HTTP</abbr> 头 ..."。</a>
href="http://bugs.php.net/bug.php?id=12061">这个错误反馈</a>。</p>
<h4 id="faq1_5">
- <a href="#faq1_5">1.5 phpMyAdmin 运行在 <abbr title="Internet Information
-Services">IIS</abbr> 上,使用<abbr title="HyperText Transfer
-Protocol">HTTP</abbr> 认证。我的服务器总是崩溃(有时还伴随着大量的错误信息)。</a></h4>
+ <a href="#faq1_5">1.5 Using phpMyAdmin on <abbr title="Internet Information
+Services">IIS</abbr>, I'm facing crashes and/or many error messages with the
+<abbr title="HyperText Transfer Protocol">HTTP</abbr>.</a></h4>
<p> 这是一个已知的 PHP <abbr title="Internet Server Application Programming
Interface">ISAPI</abbr> 过滤器错误:PHP 的 ISAPI 过滤器不是很稳定,建议使用 cookie 认证方式。
@@ -2483,20 +2461,7 @@ support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /></p>
</ul>
<h4 id="faq1_9">
- <a href="#faq1_9">1.9 I'm having troubles when uploading files. In general
-file uploads don't work on my system and uploaded files have a
-<tt>Content-Type:</tt> header in the first line.</a></h4>
-
-<p> 这不是 phpMyAdmin 的问题,而是 RedHat 7.0 的问题。您是不是在使用 RedHat 7.0 并使用
-php-4.0.4pl1-3.i386.rpm 更新了你的 PHP?<br />
- 这个问题是由一个很古老的 PHP 严重错误引起的(于 2001年1月28日,见:<a
-href="http://www.php.net/bugs.php?id=8966">PHP 错误追踪系统</a>)。虽然这个 PHP
-错误早已修复了,但是软件源中仍保留着有这个错误的软件包(见 <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat
-错误追踪系统</a>,于是就引发了您遇到的问题。<br />
- 要解决此问题,请下载<a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">修复软件包(4.0.4pl1-9)</a>进行安装。<br />
- 安装之后,就能解决您遇到的问题。</p>
+ <a href="#faq1_9">1.9 (withdrawn).</a></h4>
<h4 id="faq1_10">
<a href="#faq1_10">1.10 我在上传文件的时候遇到了问题,phpMyAdmin 运行在安全服务器上,服务器软件是
@@ -2524,17 +2489,10 @@ class="configrule">$cfg['TempDir']</a> 设置为临时目录的路径。您上
href="http://www.mysql.com/doc/R/e/Resetting_permissions.html">重设权限</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 在我试图运行一条书签的时候,得到了如下错误信息:'没有 <abbr title="structured
-query language">SQL</abbr> 查询'</a></h4>
-
-<p> 如果 PHP 对 <tt>upload_tmp_dir</tt> 目录没有读写权限,phpMyAdmin 将无法读取您上传的查询。</p>
+ <a href="#faq1_13">1.13 (withdrawn).</a></h4>
<h4 id="faq1_14">
- <a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to submit a query from the
-convenient text area.</a></h4>
-
-<p> 检查 <tt>post_max_size</tt> 有没有在 PHP 的配置文件中显式指定,如果有,试着增加其大小。</p>
+ <a href="#faq1_14">1.14 (withdrawn).</a></h4>
<h4 id="faq1_15">
<a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> column
@@ -4106,6 +4064,35 @@ href="#cfg_Servers_verbose">server configuration</a></dd>
<dd>phpMyAdmin with version</dd>
</dl>
+<h4 id="wysiwyg">
+ <a href="#wysiwyg">6.28 How can I easily edit relational schema for
+export?</a></h4>
+
+ <p>
+ By clicking on the button 'toggle scratchboard' on the page where you edit
+x/y coordinates of those elements you can activate a scratchboard where all
+your elements are placed. By clicking on an element, you can move them
+around in the pre-defined area and the x/y coordinates will get updated
+dynamically. Likewise, when entering a new position directly into the input
+field, the new position in the scratchboard changes after your cursor leaves
+the input field.
+ </p>
+ <p>
+ You have to click on the 'OK'-button below the tables to save the new
+positions. If you want to place a new element, first add it to the table of
+elements and then you can drag the new element around.
+ </p>
+ <p>
+ By changing the paper size and the orientation you can change the size of
+the scratchboard as well. You can do so by just changing the dropdown field
+below, and the scratchboard will resize automatically, without interfering
+with the current placement of the elements.
+ </p>
+ <p>
+ If ever an element gets out of range you can either enlarge the paper size
+or click on the 'reset' button to place all elements below each other.
+ </p>
+
<h3 id="faqproject">phpMyAdmin project</h3>
<h4 id="faq7_1">
@@ -4596,6 +4583,18 @@ href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).</li>
<li>Replication support</li>
</ul></li>
+<li>Muhammad Adnan (Google Summer of Code 2010)
+<ul>
+ <li>Relation schema export to multiple formats</li>
+</ul></li>
+
+<li>Lori Lee (Google Summer of Code 2010)
+<ul>
+ <li>User interface improvements</li>
+ <li>ENUM/SET editor</li>
+ <li>Simplified interface for export/import</li>
+</ul></li>
+
<li>Barrie Leslie
<ul>
<li>BLOBstreaming support with PBMS PHP extension</li>
diff --git a/po/en_GB.po b/po/en_GB.po
index 19b95f5..343607b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-08-19 11:57+0300\n"
-"PO-Revision-Date: 2010-07-21 19:48+0200\n"
+"PO-Revision-Date: 2010-08-24 14:20+0200\n"
"Last-Translator: Robert Readman <robert_readman(a)hotmail.com>\n"
"Language-Team: none\n"
"Language: en_GB\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.1\n"
+"X-Generator: Pootle 2.0.5\n"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -176,13 +176,12 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:71
-#, fuzzy
msgid ""
"For proper support of multibyte strings (eg. UTF-8, which is currently the "
"default), you should install the mbstring and ctype extensions."
msgstr ""
-"For proper support of multi-byte strings (eg. UTF-8, which is currently "
-"default), you should install mbstring and ctype extensions."
+"For proper support of multibyte strings (eg. UTF-8, which is currently the "
+"default), you should install the mbstring and ctype extensions."
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:75
@@ -219,13 +218,13 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:87
-#, fuzzy
msgid ""
"To support BLOB streaming, see PHP and MySQL requirements in <a href="
"\"#faq6_25\"> <abbr title=\"Frequently Asked Questions\">FAQ</abbr> 6.25</a>."
msgstr ""
-"support mysqli, the improved MySQL extension <a href=\"#faq1_17\"> (see "
-"<abbr title=\"Frequently Asked Questions\">FAQ</abbr> 1.17)</a>"
+"To support BLOB streaming, see PHP and MySQL requirements in <a "
+"href=\"#faq6_25\"> <abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
+"6.25</a>."
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:92
@@ -477,9 +476,8 @@ msgstr "<a href=\"#setup_script\">Setup script usage</a>"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:173
-#, fuzzy
msgid "<a href=\"#linked-tables\">phpMyAdmin configuration storage</a>"
-msgstr "<a href=\"#linked-tables\">Linked-tables infrastructure</a>"
+msgstr "<a href=\"#linked-tables\">phpMyAdmin configuration storage</a>"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:174
@@ -861,9 +859,8 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:329
-#, fuzzy
msgid "phpMyAdmin configuration storage"
-msgstr "phpMyAdmin documentation"
+msgstr "phpMyAdmin configuration storage"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:331
@@ -975,7 +972,6 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:375
-#, fuzzy
msgid ""
"If you have upgraded your MySQL server from a version previous to 4.1.2 to "
"version 5.x or newer and if you use the phpMyAdmin configuration storage, "
@@ -983,9 +979,9 @@ msgid ""
"upgrade_tables_mysql_4_1_2+.sql</tt>."
msgstr ""
"If you have upgraded your MySQL server from a version previous to 4.1.2 to "
-"version 4.1.2 or newer and if you use the pmadb/linked table infrastructure, "
-"you should run the SQL script found in <tt>scripts/"
-"upgrade_tables_mysql_4_1_2+.sql</tt>."
+"version 5.x or newer and if you use the phpMyAdmin configuration storage, "
+"you should run the SQL script found in "
+"<tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt>."
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:380
@@ -1007,14 +1003,12 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:386
-#, fuzzy
msgid ""
"Nevertheless be aware that MS Internet Explorer seems to be really buggy "
"about cookies, at least till version 6."
msgstr ""
"Nevertheless be aware that MS Internet Explorer seems to be really buggy "
-"about cookies, at least till version 6, and PHP 4.1.1 is also a bit buggy in "
-"this area!"
+"about cookies, at least till version 6."
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:388
@@ -1164,13 +1158,12 @@ msgstr "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'local
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:445
-#, fuzzy
msgid ""
"(this of course requires that your <a href=\"#linked-tables\">phpMyAdmin "
"configuration storage</a> be set up)."
msgstr ""
-"(this of course requires that your <a href=\"#linked-tables\">linked-tables "
-"infrastructure</a> be set up)."
+"(this of course requires that your <a href=\"#linked-tables\">phpMyAdmin "
+"configuration storage</a> be set up)."
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:449
@@ -2289,26 +2282,24 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:868
-#, fuzzy
msgid ""
"The name of the database containing the phpMyAdmin configuration storage."
-msgstr "The name of the database containing the linked-tables infrastructure."
+msgstr ""
+"The name of the database containing the phpMyAdmin configuration storage."
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:871
-#, fuzzy
msgid ""
"See the <a href=\"#linked-tables\">phpMyAdmin configuration storage</a> "
"section in this document to see the benefits of this feature, and for a "
"quick way of creating this database and the needed tables."
msgstr ""
-"See the <a href=\"#linked-tables\">Linked-tables infrastructure</a> section "
-"in this document to see the benefits of this infrastructure, and for a quick "
-"way of creating this database and the needed tables."
+"See the <a href=\"#linked-tables\">phpMyAdmin configuration storage</a> "
+"section in this document to see the benefits of this feature, and for a "
+"quick way of creating this database and the needed tables."
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:876
-#, fuzzy
msgid ""
"If you are the only user of this phpMyAdmin installation, you can use your "
"current database to store those special tables; in this case, just put your "
@@ -2320,7 +2311,7 @@ msgstr ""
"current database to store those special tables; in this case, just put your "
"current database name in <tt>$cfg['Servers'][$i]['pmadb']</tt>. For a multi-"
"user installation, set this parameter to the name of your central database "
-"containing the linked-tables infrastructure."
+"containing the phpMyAdmin configuration storage."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:884
@@ -2353,11 +2344,10 @@ msgstr "To allow the usage of this functionality:"
#: ../phpmyadmin/Documentation.html:951 ../phpmyadmin/Documentation.html:978
#: ../phpmyadmin/Documentation.html:1009 ../phpmyadmin/Documentation.html:1049
#: ../phpmyadmin/Documentation.html:1081 ../phpmyadmin/Documentation.html:1152
-#, fuzzy
msgid ""
"set up <a href=\"#pmadb\">pmadb</a> and the phpMyAdmin configuration storage"
msgstr ""
-"set up <a href=\"#pmadb\">pmadb</a> and the linked-tables infrastructure"
+"set up <a href=\"#pmadb\">pmadb</a> and the phpMyAdmin configuration storage"
#. type: Content of: <html><body><div><dl><dd><ul><li>
#: ../phpmyadmin/Documentation.html:891
@@ -5624,25 +5614,25 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:2024
-#, fuzzy
msgid "$cfg['Export']['method'] string"
-msgstr "$cfg['ThemePath'] string"
+msgstr "$cfg['Export']['method'] string"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:2026
msgid ""
"Defines how the export form is displayed when it loads. Valid values are:"
msgstr ""
+"Defines how the export form is displayed when it loads. Valid values are:"
#. type: Content of: <html><body><div><dl><dd><li>
#: ../phpmyadmin/Documentation.html:2027
msgid "<tt>quick</tt> to display the minimum number of options to configure"
-msgstr ""
+msgstr "<tt>quick</tt> to display the minimum number of options to configure"
#. type: Content of: <html><body><div><dl><dd><li>
#: ../phpmyadmin/Documentation.html:2028
msgid "<tt>custom</tt> to display every available option to configure"
-msgstr ""
+msgstr "<tt>custom</tt> to display every available option to configure"
#. type: Content of: <html><body><div><dl><dd><li>
#: ../phpmyadmin/Documentation.html:2029
@@ -5650,6 +5640,8 @@ msgid ""
"<tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the "
"option of using quick export"
msgstr ""
+"<tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the "
+"option of using quick export"
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:2032
@@ -6109,14 +6101,14 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:2191
-#, fuzzy
msgid ""
"Default queries that will be displayed in query boxes when user didn't "
"specify any. You can use standard <a href=\"#faq6_27\">format string "
"expansion</a>."
msgstr ""
-"Allows you to specify window's title bar. You can use <a href="
-"\"#faq6_27\">format string expansion</a>."
+"Default queries that will be displayed in query boxes when user didn't "
+"specify any. You can use standard <a href=\"#faq6_27\">format string "
+"expansion</a>."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:2196
@@ -6869,7 +6861,6 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2434
-#, fuzzy
msgid ""
"Because the user cannot enter own mimetypes, it is kept sure that "
"transformations always work. It makes no sense to apply a transformation to "
@@ -6877,11 +6868,10 @@ msgid ""
msgstr ""
"Because the user cannot enter own mimetypes, it is kept sure that "
"transformations always work. It makes no sense to apply a transformation to "
-"a mimetype, the transform-function doesn't know to handle."
+"a mimetype the transform-function doesn't know to handle."
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2438
-#, fuzzy
msgid ""
"One can, however, use empty mime-types and global transformations which "
"should work for many mimetypes. You can also use transforms on a different "
@@ -6890,8 +6880,8 @@ msgid ""
msgstr ""
"One can, however, use empty mime-types and global transformations which "
"should work for many mimetypes. You can also use transforms on a different "
-"mimetype they where built for, but pay attention to option usage as well as "
-"what the transformation does to your column."
+"mimetype than what they where built for, but pay attention to option usage "
+"as well as what the transformation does to your column."
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2443
@@ -7269,15 +7259,14 @@ msgstr "Server"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2591
-#, fuzzy
msgid ""
"<a href=\"#faq1_1\">1.1 My server is crashing each time a specific action is "
"required or phpMyAdmin sends a blank page or a page full of cryptic "
"characters to my browser, what can I do?</a>"
msgstr ""
-"<a href=\"#faq1_1\">1.1 I'm running PHP 4+ and my server is crashing each "
-"time a specific action is required or phpMyAdmin sends a blank page or a "
-"page full of cryptic characters to my browser, what can I do?</a>"
+"<a href=\"#faq1_1\">1.1 My server is crashing each time a specific action is "
+"required or phpMyAdmin sends a blank page or a page full of cryptic "
+"characters to my browser, what can I do?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2595
@@ -7326,9 +7315,8 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2611
-#, fuzzy
msgid "<a href=\"#faq1_3\">1.3 (withdrawn).</a>"
-msgstr "<a href=\"#faq1_31\">1.31 Does phpMyAdmin support php5?</a>"
+msgstr "<a href=\"#faq1_3\">1.3 (withdrawn).</a>"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2614
@@ -7415,17 +7403,16 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2652
-#, fuzzy
msgid ""
"These features are based on the <tt>gzencode()</tt> and <tt>bzcompress()</"
"tt> PHP functions to be more independent of the platform (Unix/Windows, Safe "
"Mode or not, and so on). So, you must have Zlib/Bzip2 support (<tt>--with-"
"zlib</tt> and <tt>--with-bz2</tt>)."
msgstr ""
-"These features are based on the <tt>gzencode()</tt> and <tt>bzcompress()</"
-"tt> PHP functions to be more independent of the platform (Unix/Windows, Safe "
-"Mode or not, and so on). So, you must have PHP4 >= 4.0.4 and "
-"Zlib/Bzip2 support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>)."
+"These features are based on the <tt>gzencode()</tt> and "
+"<tt>bzcompress()</tt> PHP functions to be more independent of the platform "
+"(Unix/Windows, Safe Mode or not, and so on). So, you must have Zlib/Bzip2 "
+"support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>)."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2658
@@ -7853,7 +7840,7 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2824
msgid "<a href=\"#faq1_18\">1.18 (withdrawn).</a>"
-msgstr ""
+msgstr "<a href=\"#faq1_18\">1.18 (withdrawn).</a>"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2827
@@ -8002,7 +7989,7 @@ msgstr "SHOW VARIABLES LIKE 'lower_case_table_names';"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2880
msgid "<a href=\"#faq1_24\">1.24 (withdrawn).</a>"
-msgstr ""
+msgstr "<a href=\"#faq1_24\">1.24 (withdrawn).</a>"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2883
@@ -10103,14 +10090,12 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3693
-#, fuzzy
msgid ""
"MS Internet Explorer seems to be really buggy about cookies, at least till "
"version 6."
msgstr ""
-"Nevertheless be aware that MS Internet Explorer seems to be really buggy "
-"about cookies, at least till version 6, and PHP 4.1.1 is also a bit buggy in "
-"this area!"
+"MS Internet Explorer seems to be really buggy about cookies, at least till "
+"version 6."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3698
@@ -11443,27 +11428,25 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4221
-#, fuzzy
msgid ""
"<a href=\"#faq6_20\">6.20 I see a lot of databases which are not mine, and "
"cannot access them. </a>"
msgstr ""
-"<a href=\"#faq6_20\">6.20 In MySQL 4, I see a lot of databases which are not "
-"mine, and cannot access them. </a>"
+"<a href=\"#faq6_20\">6.20 I see a lot of databases which are not mine, and "
+"cannot access them. </a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4225
-#, fuzzy
msgid ""
"You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW "
"DATABASES, LOCK TABLES. Those privileges also enable users to see all the "
"database names. See this <a href=\"http://bugs.mysql.com/179\">bug report</"
"a>."
msgstr ""
-"Upgrading to MySQL 4 usually gives users those global privileges: CREATE "
-"TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also enable "
-"users to see all the database names. See this <a href=\"http://bugs.mysql."
-"com/179\">bug report</a>."
+"You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW "
+"DATABASES, LOCK TABLES. Those privileges also enable users to see all the "
+"database names. See this <a href=\"http://bugs.mysql.com/179\">bug "
+"report</a>."
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4230
@@ -11601,78 +11584,73 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4286
-#, fuzzy
msgid ""
"For general information about BLOB streaming on MySQL, visit <a href="
"\"http://blobstreaming.org\">blobstreaming.org</a>. You need the following "
"components:"
msgstr ""
-"First, for general information about BLOB streaming on MySQL, visit <a href="
-"\"http://blobstreaming.org\">blobstreaming.org</a>. We currently support "
-"streaming if you are running MySQL 5.1 with the PBXT and PBMS storage "
-"engines. Moreover, only PBMS 0.5.04 is supported."
+"For general information about BLOB streaming on MySQL, visit <a "
+"href=\"http://blobstreaming.org\">blobstreaming.org</a>. You need the "
+"following components:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4288
msgid "PBMS BLOB Streaming Daemon for MySQL (0.5.15 or later)"
-msgstr ""
+msgstr "PBMS BLOB Streaming Daemon for MySQL (0.5.15 or later)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4289
msgid "Streaming enabled PBXT Storage engine for MySQL (1.0.11-6 or later)"
-msgstr ""
+msgstr "Streaming enabled PBXT Storage engine for MySQL (1.0.11-6 or later)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4291
msgid "PBMS Client Library for MySQL (0.5.15 or later)"
-msgstr ""
+msgstr "PBMS Client Library for MySQL (0.5.15 or later)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4292
msgid "PBMS PHP Extension for MySQL (0.1.1 or later)"
-msgstr ""
+msgstr "PBMS PHP Extension for MySQL (0.1.1 or later)"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4295
msgid "Here are details about configuration and operation:"
-msgstr ""
+msgstr "Here are details about configuration and operation:"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:4298
-#, fuzzy
msgid ""
"In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully "
"qualified domain name) instead of "localhost"."
msgstr ""
"In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully "
-"qualified domain name) instead of something like "localhost"."
+"qualified domain name) instead of "localhost"."
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:4299
-#, fuzzy
msgid ""
"Ensure that your target table is under the <tt>PBXT</tt> storage engine and "
"has a <tt>LONGBLOB</tt> column (which must be nullable if you want to remove "
"the BLOB reference from it)."
msgstr ""
-"Ensure that your target table is under the PBXT storage engine and has a "
-"LONGBLOB column."
+"Ensure that your target table is under the <tt>PBXT</tt> storage engine and "
+"has a <tt>LONGBLOB</tt> column (which must be nullable if you want to remove "
+"the BLOB reference from it)."
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:4300
-#, fuzzy
msgid ""
"When you insert or update a row in this table, put a checkmark on the ""
"Upload to BLOB repository" optional choice; otherwise, the upload will "
"be done directly in your LONGBLOB column instead of the repository."
msgstr ""
-"When you insert or update a row in this table, put a checkmark on the ""
-"Upload to BLOB repository" optional choice; otherwise, the upload will "
-"be done directly in your column instead of the repository."
+"When you insert or update a row in this table, put a checkmark on the "
+""Upload to BLOB repository" optional choice; otherwise, the upload "
+"will be done directly in your LONGBLOB column instead of the repository."
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:4301
-#, fuzzy
msgid ""
"Finally when you browse your table, you'll see in your column a link to "
"stream your data, for example "View image". A header containing "
@@ -11682,8 +11660,7 @@ msgstr ""
"Finally when you browse your table, you'll see in your column a link to "
"stream your data, for example "View image". A header containing "
"the correct MIME-type will be sent to your browser; this MIME-type was "
-"stored at upload time but in case it's incorrect, it's possible to edit it "
-"by clicking on the displayed MIME-type."
+"stored at upload time."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4305
@@ -11708,7 +11685,6 @@ msgstr "<a href=\"#faq6_27\">6.27 What format strings can I use?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4314
-#, fuzzy
msgid ""
"In all places where phpMyAdmin accepts format strings, you can use "
"<code>@VARIABLE@</code> expansion and <a href=\"http://php.net/strftime"
@@ -11717,10 +11693,10 @@ msgid ""
"name), but the following variables can be used:"
msgstr ""
"In all places where phpMyAdmin accepts format strings, you can use "
-"<code>@VARIABLE@</code> expansion and <a href=\"http://php.net/strftime"
-"\">strftime</a> format strings. The expanded variables depend on a context "
-"(e.g. if you don't have chosen table, you can not get table name), but "
-"following variables can be used:"
+"<code>@VARIABLE@</code> expansion and <a "
+"href=\"http://php.net/strftime\">strftime</a> format strings. The expanded "
+"variables depend on a context (for example, if you haven't chosen a table, "
+"you can not get the table name), but the following variables can be used:"
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:4321
@@ -11788,15 +11764,13 @@ msgstr "Currently opened table"
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:4333
-#, fuzzy
msgid "<code>@FIELDS@</code>"
-msgstr "<code>@VERBOSE@</code>"
+msgstr "<code>@FIELDS@</code>"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:4334
-#, fuzzy
msgid "Fields of currently opened table"
-msgstr "Currently opened table"
+msgstr "Fields of currently opened table"
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:4335
@@ -11918,7 +11892,6 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4385
-#, fuzzy
msgid ""
"Documentation is being translated using po4a and gettext (see <a href="
"\"http://www.phpmyadmin.net/home_page/docs.php\">documentation</a> for "
@@ -11932,17 +11905,17 @@ msgid ""
"our <a href=\"https://sourceforge.net/tracker/?group_id=23067&"
"atid=387645\">translation tracker</a>."
msgstr ""
-"Documentation is being translated using po4a and gettext (see <a href="
-"\"http://www.phpmyadmin.net/home_page/docs.php\">documentation</a> for "
-"existing translations). To start, checkout <a href=\"http://phpmyadmin.git."
-"sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po"
-"\"><code>localized_docs/po</code></a> from Git, or just go to the <a href="
-"\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a> and "
-"translate it online. If your language is missing, just contact <a href="
-"\"mailto:michal@cihar.com\">Michal Čihař</a>; he will add it. If you prefer "
-"to directly translate the po files, please put updated ones into our <a href="
-"\"https://sourceforge.net/tracker/?group_id=23067&"
-"atid=387645\">translation tracker</a>."
+"Documentation is being translated using po4a and gettext (see <a "
+"href=\"http://www.phpmyadmin.net/home_page/docs.php\">documentation</a> for "
+"existing translations). To start, checkout <a href=\"http://phpmyadmin.git.so"
+"urceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po\"><code>"
+"localized_docs/po</code></a> from Git, or just go to the <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a> and "
+"translate it online. If your language is missing, just contact <a "
+"href=\"mailto:michal@cihar.com\">Michal Čihař</a>; he will add it. "
+"If you prefer to directly translate the po files, please put updated ones "
+"into our <a href=\"https://sourceforge.net/tracker/?group_id=23067&atid=3"
+"87645\">translation tracker</a>."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4397
@@ -12392,7 +12365,7 @@ msgstr "Copyright"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:4574
-#, fuzzy, no-wrap
+#, no-wrap
msgid ""
"Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
"Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
@@ -12408,13 +12381,16 @@ msgstr ""
"Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
"Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson <robbat2_at_users.sourceforge.net>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
" Garvin Hicking <me_at_supergarv.de>\n"
" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel <cybot_tm_at_users.sourceforge.net>\n"
-" [check <a href=\"#credits\">credits</a> for more details]\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check <a href=\"#credits\">credits</a> for more "
+"details]\n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4587
@@ -13048,13 +13024,12 @@ msgstr "Replication support"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4834
msgid "Barrie Leslie"
-msgstr ""
+msgstr "Barrie Leslie"
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4836
-#, fuzzy
msgid "BLOBstreaming support with PBMS PHP extension"
-msgstr "BLOBstreaming support"
+msgstr "BLOBstreaming support with PBMS PHP extension"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4842
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-8205-g88fc741
by Michal Čihař 24 Aug '10
by Michal Čihař 24 Aug '10
24 Aug '10
The branch, master has been updated
via 88fc741915c75aa73c08a2168afce1e318dfade6 (commit)
via b65256bdf0dec52d9640347501d371d465490e6a (commit)
via ec1d079b771b51a85d3d91b1a6340d036d02edbe (commit)
via 3629cc46643456c5fd0d5af3ed6ce428ef7eb4bf (commit)
via 53777c4f6e4cd99c5e826ee54d4f356ab26f9bc8 (commit)
via 2882002eb123db049cc7fba7af5ded1c4421d52a (commit)
via 0a4a64b214fac9ef6dab167376a9687725bdacbf (commit)
via 6d2970cdbeb354d20d74f403021a5c726cd2545a (commit)
via 95ce1d13dbe32d63c769770aaa15b65ec1f4a00a (commit)
via fa2aab3edfc07c0c4cf0d67d6f36232fdef48f49 (commit)
via 256f457d4b34fc5aa31dc58cea4f98a6ea348a99 (commit)
via 0f957abe8c6d059841d1b7ff860cabfd72db0d84 (commit)
via a0c464b1362844b417052f6d7a6ee996e16da951 (commit)
via e3e94de589d9c755d38e4ebf41fbdd37f99cc755 (commit)
via 092a810e29ad6c09dd9384c72cd8ecfb84c148ab (commit)
via afead81209d7c21c7d306e94e3a26ee2042b7c37 (commit)
via 7ebaa4609c6a3d866a94d1668ececfae65ff6b8c (commit)
via 171b8fd731965e5b17777133c5eca78ae81c153a (commit)
via 36f0cf0b7195caadbe17cc9304d47e91b8394ec1 (commit)
via bcb8f98110e798d50bc3776e0cd3eeb97c23f09f (commit)
via 42133f0b6c50e2b3f814890d6624bb21a37d4f0a (commit)
via 3d9b2bbebc242cd2a55bc9e7aa0cc2faf8f2b440 (commit)
via 5864821574243a67edc9075f2f5f6b129933457a (commit)
via 0160e027ef38ed76781992ce188b98ac73ce6d17 (commit)
via 41cdf2649d1bcfbc8411347e4cc4ba86ceab7aeb (commit)
via 295a2cb2162ea2baeb5123d551d6247022e7ea29 (commit)
via 724e803febedfea2f697e79bc224af802cb219db (commit)
via 0c489d0057e232f276ef0d7bdb7e709de892548e (commit)
via 9fe0215aa86fe1891d322bd6ea06fb806f8b6ef6 (commit)
via 81ca3b862fcfb26529d2e4caebaa97e6ca4dc376 (commit)
via 0fcf191e1e800d2425cca30671a050d9baeae979 (commit)
via 7b68d2944709091444e5ae72b8f2b857e0b9af09 (commit)
via 2bbddcf437ffd39cc0bf31d433ce30a619497382 (commit)
via 8efd7050a08c70e4b8e6380dcd791487694b5a28 (commit)
via 1c7bb1125f5b25f54c37a11f68f25bb841409404 (commit)
via 9197dcd8af820dcf140f8334937669c8c2bf2969 (commit)
via 4397e2ffc5d7c2739fdb738a58b6d5385590dc74 (commit)
via 8c81f17a62bb4427e350498031ce7475b337dd4a (commit)
via 0ae74d2df13fd889a1abce9b63e92da9b540aa7e (commit)
via 1ed4f70f9bb6cfa731a4b4fb19d10b453b8e0b2f (commit)
via 7cf53398dd78bd0cecde86b29c013c8880403070 (commit)
via cffbb95115f69077101d7eb92bc7df5b4c904ccb (commit)
via 79460e37d7cd92c06fd3a00c5b0c0ba0685c1ea9 (commit)
via f3d071da3a4e3101970cf51f7c5990c2aadf6b6d (commit)
via 9c7b133ffaa346a3eb4a4ef5f0f64b1ec5db83a6 (commit)
via ccfeaf09f0534ce81acc8400447528b279a07a5b (commit)
via b16f5ffa14cce16b0d92a693e559d54740d7f62e (commit)
via a08071022aae580e8710b175f19755732806813e (commit)
via d726b8d7dfebe7cffa52980ff636059678303dc6 (commit)
via f7b1a526f8e974a66d7455fc36b7b76d5bd86709 (commit)
via 96930077fd8d582d0a1e0c3bf7865a284ce08608 (commit)
via 84afa7139197b105a7bb130219a5ac711c4a7053 (commit)
via 9c51b9dd07cb64d0a07f63bc6ac4e2d1cdd89f43 (commit)
via 32a58ee30dbccb27d205fa64aae9bb9a3d28e95c (commit)
via 362cfa66ea03b8eeb21179100ea16feeeb0f9d4e (commit)
via 5f2968e3ec8831ccd146ec3195e4fff67e0efa4f (commit)
via 5a7863a15a6dfe6a9aa18a55e8568a714cad5756 (commit)
via 79853fdc0d35c713d23d978bd20b06b6167e6c8c (commit)
via edcdca0612299350192503f7fc80f37790f1d186 (commit)
via 17ad4e3481565e857ebafb469f19d2a9de9999aa (commit)
via ea7bec56aef8374ba186c53803e80c84c087d033 (commit)
via b932f0bcfc0ce03731f052603a524c4111cbd505 (commit)
via d3a53c149e1f30135594f6fc9e18fc2cf5ba69c7 (commit)
via e340e08d6ff6411add9494be104230d3139cf42e (commit)
via eab1f6dbd46004426cd89d8032301172a19a96cf (commit)
via 3ed97ddd400c25a3a86161e369a0cc749a8eacb9 (commit)
via 2c6083ab5cbdb9ffcf735b83c24b6760283a64c5 (commit)
via 1a31ce1b7ea7b5649134415364075ef8165f8e8f (commit)
via 49b06e23e82f0fa6e14e31702ced38873152e125 (commit)
via 3e7f65be2f8ce12f76064c49d1c9a65b8efc8c41 (commit)
via 97c6c47f4ba23abcb1d4391fb797182c99ef7dd8 (commit)
via 201a63b6518d8b4c5c3770de2b0a93d04b87d153 (commit)
via 0c6f8d091ad72f66239a37ebd2d65b4cc6a4f0bc (commit)
via 334ea17319c81184d9960fee8238ee365a7af808 (commit)
via 856bad137af90cc9b16fd61cf12cf0f7bc97aaed (commit)
via c8b53f9270bcd541d6e14037f47e9b225112f412 (commit)
via 579713f11ed716fc848a09bd9e680dc194e42cce (commit)
via e164271df45ce08c014d865d037e5f65fbee5920 (commit)
via 5f0389d4957d924f332c05ffe3e6af1bba7403f7 (commit)
via 5b2cfea0d6da6ba936d4dc57f4cc7d6e1b6e8905 (commit)
via 43c7e745ac12e00d75a5fafa4ebaf9210a57d0f1 (commit)
via 9a6951c9609ef84f8549b326ec3a44072cfff2a7 (commit)
via 078961405f540c5c96647e8db1eef154b57a494e (commit)
via f462c2cd8583d0845ca03f2c72bfd18e08ece57f (commit)
via 793921cceeab22bac0629254edbd12278a35ed8e (commit)
via 64ce05303e3ee861443f13652eee206ac8a9f17f (commit)
via a10985486bb2c14d0f331bcf5ffccd4d3f88b7ba (commit)
via b7ccbfead60877b50db626ef18f6b60511871879 (commit)
via af256befcd17f19df2caef091a1aac0241a70e21 (commit)
via 86e399f0703c8d3506606d2b1a25cf9882f66415 (commit)
via 0478ad3f905d2f33b31e6b72f614085f5f46335f (commit)
via e9c6d6c0d24c881ade0a76015e7e3621ca895e10 (commit)
via 2fac43ffedfb8638e688794a1ec7967643e10a62 (commit)
via 63ac6099f1a80f94b019c6765ce5c2c0c9b77261 (commit)
via 0f03620b9cb6527578cc8fd5983ad918c6e0a52a (commit)
via 605899e99580ca5cf14dd7311428637e8b5eeb36 (commit)
via dba67411f7842d29a99ce12d293fcedb0cc97ab8 (commit)
via 4dc9d40605a24041df264ce1c048a90bc992caaf (commit)
via e36eb5ad6f5d17ae982dacc6e7a6ed295f2f2417 (commit)
via 370919d6f0ba6a00761840be0faa0833a2f8674b (commit)
via 9bbafa20431e830c1accb98b10457c6f0b4e1c93 (commit)
via ed93d5e8a35b88f95a8b47683dc5ebe29ae4a8c2 (commit)
via 01464c48f2a69908813833efdbf607d8e3728761 (commit)
via 36844f0f05e390ab4ca1f4225736b586c86e34d6 (commit)
via b0283b17001fe10ad48eea3de1d5f3981ea86667 (commit)
via 83602460440d0f0548e5f13fcab7979cb0aed5a2 (commit)
via 9fa3699f51f15dd758ba1294c9e541f0865cee6c (commit)
via b8611bd5c6756459090b3489d605e0182b72f3fc (commit)
via 627533950717ac1023b75fad00083df034f810e5 (commit)
via 95eb18b3c962ff91772117c33bfbf6bced901de4 (commit)
via d402f89cff8d27f63752cbba90e0d3401eab3096 (commit)
via d4b5c2e4a53142c8f6a6561ca16aef304fe4a5d5 (commit)
via 1d72847b3bdc34720de8670344da03f9c3b2bad2 (commit)
via ba3c6ae8937e8840da39fc4961018dbdf4ffd581 (commit)
via 2598eac0b9b8dd0c95f8f22ddc8541565ebb72cc (commit)
via f4ea9f0c260633a97ff2b1cf65e487130f5aa2d0 (commit)
via 7b68af6790205b29c3347e17ebdb32aae783d6c7 (commit)
via f1742746920794dfe257dc29576fb3aadc8c2723 (commit)
via be2f72204965dad12c79953eb1704e6357aa2ef8 (commit)
via 5646e9f1e8e2921d0be074d46a37f8d1aa306e21 (commit)
via 0c0ea97c6a0881452cf875449ad4042d91c42209 (commit)
via e4fe345e7903ea03021b40135523c24f60de4a9a (commit)
via bea0498d38e11f7fc3b43f0e361be269f298e0b6 (commit)
via aa2ccc7c465eae9195678b0c709a573e0881064d (commit)
via 97870c3e983e779af899f1eedb55e5c0ed4542ac (commit)
via 6d13ca801c2d4a5e98cb13ce25b65f87676e8474 (commit)
via 798354316ee0c8a4e7e9fc6fd3c5961f78093ff9 (commit)
via 9ffcb92d8fd77b13e74d8e763251874a82bef34a (commit)
via f5518a3d677179284213083570cc33faf8064e52 (commit)
via c6947d08dd78c3b3427a30328108da26a82660e8 (commit)
via f8206166c54b9fd31db68a496aa388d0c54cdbff (commit)
via 24f01fd51b7ada651bdba886d12f353dae89bd23 (commit)
via b5968bf97e1878ed525d9d1aad5779c18ffe5770 (commit)
via ce45d4746c5dd8f10c2ea8a1e795f6dbd0d2edb0 (commit)
via 7efa5edbc269a7a0355a356e028cb5d1814b4c0a (commit)
via a9ba4d601dd587997cd1a3b67532ac802ee5d7e8 (commit)
via a0fcb8567d2544a7ad922f33a7a17a836b367801 (commit)
via 78e589d277a2b4d97aeb4dc735fc0569dc20080c (commit)
via 7507c8deec6a36ff05e3725ed11a0af4bc96c6ba (commit)
via af3b2c5f346cef0664a8dbd4643f745b5487de8d (commit)
via c3d26af120cc32ab98000810fe37f72b548c7109 (commit)
via df91a2f61b21a13f647ffbf2af65f46ac8dd7699 (commit)
via 50f1e46aab6001605e0b20b4f91b75568db70c51 (commit)
via ee8204e7dcdedd3f081426bdf315649f747efa57 (commit)
via e7bce04d1aa5532656a7e24c88f239ca5a975a72 (commit)
via a8cf0914b80af98f33309b2ad85a61caa5ec48bc (commit)
via 94f33e0d8339a493f7f3c96f0d8155a72328a3cc (commit)
via 101051943976bbcb1a1070d06b5062bef86e3cbb (commit)
via 7b29acc10dc5e9e85609e0bf6e0d18b19788b095 (commit)
via 36450de11e0e8b2666a7adf8ba02d8be1565f1b8 (commit)
via 683ad96d749928fcc1abd0961374be6a8bea1f87 (commit)
via 38edf6f1c1135e2cb4b9c3154ec429a38593dfe7 (commit)
via 84d83d47ed9435a2db7c36ff327a410188d5661e (commit)
via 298d83003c97e894c8b501968b11980c83609976 (commit)
via ff45f026229535a66e0a50a251fef67034aeb139 (commit)
via 9b67ee3bb74047349a3ff1fcab7f4215a02003a9 (commit)
via 1e26d37da7dfed5b4bec29f0b64c3473d93a82e3 (commit)
via 129d9806404abfd10cf3f8eb20a8de623343b6a3 (commit)
via 8b8ce2baeb1aa323cb9adce983215293515ac7e5 (commit)
from f37ecadd4bf7af62ad31791ed2faa3ec2472c3b9 (commit)
- Log -----------------------------------------------------------------
commit 88fc741915c75aa73c08a2168afce1e318dfade6
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:14 2010 +0200
Translation update done using Pootle.
commit b65256bdf0dec52d9640347501d371d465490e6a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:09 2010 +0200
Translation update done using Pootle.
commit ec1d079b771b51a85d3d91b1a6340d036d02edbe
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:07 2010 +0200
Translation update done using Pootle.
commit 3629cc46643456c5fd0d5af3ed6ce428ef7eb4bf
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:02 2010 +0200
Translation update done using Pootle.
commit 53777c4f6e4cd99c5e826ee54d4f356ab26f9bc8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:12:00 2010 +0200
Translation update done using Pootle.
commit 2882002eb123db049cc7fba7af5ded1c4421d52a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:58 2010 +0200
Translation update done using Pootle.
commit 0a4a64b214fac9ef6dab167376a9687725bdacbf
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:25 2010 +0200
Translation update done using Pootle.
commit 6d2970cdbeb354d20d74f403021a5c726cd2545a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:12 2010 +0200
Translation update done using Pootle.
commit 95ce1d13dbe32d63c769770aaa15b65ec1f4a00a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:09 2010 +0200
Translation update done using Pootle.
commit fa2aab3edfc07c0c4cf0d67d6f36232fdef48f49
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:07 2010 +0200
Translation update done using Pootle.
commit 256f457d4b34fc5aa31dc58cea4f98a6ea348a99
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:05 2010 +0200
Translation update done using Pootle.
commit 0f957abe8c6d059841d1b7ff860cabfd72db0d84
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:03 2010 +0200
Translation update done using Pootle.
commit a0c464b1362844b417052f6d7a6ee996e16da951
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:02 2010 +0200
Translation update done using Pootle.
commit e3e94de589d9c755d38e4ebf41fbdd37f99cc755
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:11:00 2010 +0200
Translation update done using Pootle.
commit 092a810e29ad6c09dd9384c72cd8ecfb84c148ab
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:58 2010 +0200
Translation update done using Pootle.
commit afead81209d7c21c7d306e94e3a26ee2042b7c37
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:56 2010 +0200
Translation update done using Pootle.
commit 7ebaa4609c6a3d866a94d1668ececfae65ff6b8c
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:54 2010 +0200
Translation update done using Pootle.
commit 171b8fd731965e5b17777133c5eca78ae81c153a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:48 2010 +0200
Translation update done using Pootle.
commit 36f0cf0b7195caadbe17cc9304d47e91b8394ec1
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:19 2010 +0200
Translation update done using Pootle.
commit bcb8f98110e798d50bc3776e0cd3eeb97c23f09f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:15 2010 +0200
Translation update done using Pootle.
commit 42133f0b6c50e2b3f814890d6624bb21a37d4f0a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:12 2010 +0200
Translation update done using Pootle.
commit 3d9b2bbebc242cd2a55bc9e7aa0cc2faf8f2b440
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:08 2010 +0200
Translation update done using Pootle.
commit 5864821574243a67edc9075f2f5f6b129933457a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:05 2010 +0200
Translation update done using Pootle.
commit 0160e027ef38ed76781992ce188b98ac73ce6d17
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:10:02 2010 +0200
Translation update done using Pootle.
commit 41cdf2649d1bcfbc8411347e4cc4ba86ceab7aeb
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:59 2010 +0200
Translation update done using Pootle.
commit 295a2cb2162ea2baeb5123d551d6247022e7ea29
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:57 2010 +0200
Translation update done using Pootle.
commit 724e803febedfea2f697e79bc224af802cb219db
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:55 2010 +0200
Translation update done using Pootle.
commit 0c489d0057e232f276ef0d7bdb7e709de892548e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:53 2010 +0200
Translation update done using Pootle.
commit 9fe0215aa86fe1891d322bd6ea06fb806f8b6ef6
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:51 2010 +0200
Translation update done using Pootle.
commit 81ca3b862fcfb26529d2e4caebaa97e6ca4dc376
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:50 2010 +0200
Translation update done using Pootle.
commit 0fcf191e1e800d2425cca30671a050d9baeae979
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:48 2010 +0200
Translation update done using Pootle.
commit 7b68d2944709091444e5ae72b8f2b857e0b9af09
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:44 2010 +0200
Translation update done using Pootle.
commit 2bbddcf437ffd39cc0bf31d433ce30a619497382
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:42 2010 +0200
Translation update done using Pootle.
commit 8efd7050a08c70e4b8e6380dcd791487694b5a28
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:40 2010 +0200
Translation update done using Pootle.
commit 1c7bb1125f5b25f54c37a11f68f25bb841409404
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:38 2010 +0200
Translation update done using Pootle.
commit 9197dcd8af820dcf140f8334937669c8c2bf2969
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:36 2010 +0200
Translation update done using Pootle.
commit 4397e2ffc5d7c2739fdb738a58b6d5385590dc74
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:34 2010 +0200
Translation update done using Pootle.
commit 8c81f17a62bb4427e350498031ce7475b337dd4a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:32 2010 +0200
Translation update done using Pootle.
commit 0ae74d2df13fd889a1abce9b63e92da9b540aa7e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:24 2010 +0200
Translation update done using Pootle.
commit 1ed4f70f9bb6cfa731a4b4fb19d10b453b8e0b2f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:22 2010 +0200
Translation update done using Pootle.
commit 7cf53398dd78bd0cecde86b29c013c8880403070
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:19 2010 +0200
Translation update done using Pootle.
commit cffbb95115f69077101d7eb92bc7df5b4c904ccb
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:16 2010 +0200
Translation update done using Pootle.
commit 79460e37d7cd92c06fd3a00c5b0c0ba0685c1ea9
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:09:14 2010 +0200
Translation update done using Pootle.
commit f3d071da3a4e3101970cf51f7c5990c2aadf6b6d
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:08:44 2010 +0200
Translation update done using Pootle.
commit 9c7b133ffaa346a3eb4a4ef5f0f64b1ec5db83a6
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:08:41 2010 +0200
Translation update done using Pootle.
commit ccfeaf09f0534ce81acc8400447528b279a07a5b
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:08:39 2010 +0200
Translation update done using Pootle.
commit b16f5ffa14cce16b0d92a693e559d54740d7f62e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:08:35 2010 +0200
Translation update done using Pootle.
commit a08071022aae580e8710b175f19755732806813e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:08:33 2010 +0200
Translation update done using Pootle.
commit d726b8d7dfebe7cffa52980ff636059678303dc6
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:08:30 2010 +0200
Translation update done using Pootle.
commit f7b1a526f8e974a66d7455fc36b7b76d5bd86709
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:08:28 2010 +0200
Translation update done using Pootle.
commit 96930077fd8d582d0a1e0c3bf7865a284ce08608
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:49 2010 +0200
Translation update done using Pootle.
commit 84afa7139197b105a7bb130219a5ac711c4a7053
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:45 2010 +0200
Translation update done using Pootle.
commit 9c51b9dd07cb64d0a07f63bc6ac4e2d1cdd89f43
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:42 2010 +0200
Translation update done using Pootle.
commit 32a58ee30dbccb27d205fa64aae9bb9a3d28e95c
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:39 2010 +0200
Translation update done using Pootle.
commit 362cfa66ea03b8eeb21179100ea16feeeb0f9d4e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:37 2010 +0200
Translation update done using Pootle.
commit 5f2968e3ec8831ccd146ec3195e4fff67e0efa4f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:33 2010 +0200
Translation update done using Pootle.
commit 5a7863a15a6dfe6a9aa18a55e8568a714cad5756
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:15 2010 +0200
Translation update done using Pootle.
commit 79853fdc0d35c713d23d978bd20b06b6167e6c8c
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:09 2010 +0200
Translation update done using Pootle.
commit edcdca0612299350192503f7fc80f37790f1d186
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:07:06 2010 +0200
Translation update done using Pootle.
commit 17ad4e3481565e857ebafb469f19d2a9de9999aa
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:06:33 2010 +0200
Translation update done using Pootle.
commit ea7bec56aef8374ba186c53803e80c84c087d033
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:06:18 2010 +0200
Translation update done using Pootle.
commit b932f0bcfc0ce03731f052603a524c4111cbd505
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:06:10 2010 +0200
Translation update done using Pootle.
commit d3a53c149e1f30135594f6fc9e18fc2cf5ba69c7
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:06:08 2010 +0200
Translation update done using Pootle.
commit e340e08d6ff6411add9494be104230d3139cf42e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:06:03 2010 +0200
Translation update done using Pootle.
commit eab1f6dbd46004426cd89d8032301172a19a96cf
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:06:01 2010 +0200
Translation update done using Pootle.
commit 3ed97ddd400c25a3a86161e369a0cc749a8eacb9
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:54 2010 +0200
Translation update done using Pootle.
commit 2c6083ab5cbdb9ffcf735b83c24b6760283a64c5
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:49 2010 +0200
Translation update done using Pootle.
commit 1a31ce1b7ea7b5649134415364075ef8165f8e8f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:43 2010 +0200
Translation update done using Pootle.
commit 49b06e23e82f0fa6e14e31702ced38873152e125
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:41 2010 +0200
Translation update done using Pootle.
commit 3e7f65be2f8ce12f76064c49d1c9a65b8efc8c41
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:39 2010 +0200
Translation update done using Pootle.
commit 97c6c47f4ba23abcb1d4391fb797182c99ef7dd8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:37 2010 +0200
Translation update done using Pootle.
commit 201a63b6518d8b4c5c3770de2b0a93d04b87d153
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:34 2010 +0200
Translation update done using Pootle.
commit 0c6f8d091ad72f66239a37ebd2d65b4cc6a4f0bc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:32 2010 +0200
Translation update done using Pootle.
commit 334ea17319c81184d9960fee8238ee365a7af808
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:29 2010 +0200
Translation update done using Pootle.
commit 856bad137af90cc9b16fd61cf12cf0f7bc97aaed
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:27 2010 +0200
Translation update done using Pootle.
commit c8b53f9270bcd541d6e14037f47e9b225112f412
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:19 2010 +0200
Translation update done using Pootle.
commit 579713f11ed716fc848a09bd9e680dc194e42cce
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:16 2010 +0200
Translation update done using Pootle.
commit e164271df45ce08c014d865d037e5f65fbee5920
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:10 2010 +0200
Translation update done using Pootle.
commit 5f0389d4957d924f332c05ffe3e6af1bba7403f7
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:08 2010 +0200
Translation update done using Pootle.
commit 5b2cfea0d6da6ba936d4dc57f4cc7d6e1b6e8905
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:05 2010 +0200
Translation update done using Pootle.
commit 43c7e745ac12e00d75a5fafa4ebaf9210a57d0f1
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:05:03 2010 +0200
Translation update done using Pootle.
commit 9a6951c9609ef84f8549b326ec3a44072cfff2a7
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:59 2010 +0200
Translation update done using Pootle.
commit 078961405f540c5c96647e8db1eef154b57a494e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:57 2010 +0200
Translation update done using Pootle.
commit f462c2cd8583d0845ca03f2c72bfd18e08ece57f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:54 2010 +0200
Translation update done using Pootle.
commit 793921cceeab22bac0629254edbd12278a35ed8e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:52 2010 +0200
Translation update done using Pootle.
commit 64ce05303e3ee861443f13652eee206ac8a9f17f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:49 2010 +0200
Translation update done using Pootle.
commit a10985486bb2c14d0f331bcf5ffccd4d3f88b7ba
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:47 2010 +0200
Translation update done using Pootle.
commit b7ccbfead60877b50db626ef18f6b60511871879
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:43 2010 +0200
Translation update done using Pootle.
commit af256befcd17f19df2caef091a1aac0241a70e21
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:40 2010 +0200
Translation update done using Pootle.
commit 86e399f0703c8d3506606d2b1a25cf9882f66415
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:36 2010 +0200
Translation update done using Pootle.
commit 0478ad3f905d2f33b31e6b72f614085f5f46335f
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:33 2010 +0200
Translation update done using Pootle.
commit e9c6d6c0d24c881ade0a76015e7e3621ca895e10
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:30 2010 +0200
Translation update done using Pootle.
commit 2fac43ffedfb8638e688794a1ec7967643e10a62
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:26 2010 +0200
Translation update done using Pootle.
commit 63ac6099f1a80f94b019c6765ce5c2c0c9b77261
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:20 2010 +0200
Translation update done using Pootle.
commit 0f03620b9cb6527578cc8fd5983ad918c6e0a52a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:07 2010 +0200
Translation update done using Pootle.
commit 605899e99580ca5cf14dd7311428637e8b5eeb36
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:04:04 2010 +0200
Translation update done using Pootle.
commit dba67411f7842d29a99ce12d293fcedb0cc97ab8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:03:57 2010 +0200
Translation update done using Pootle.
commit 4dc9d40605a24041df264ce1c048a90bc992caaf
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:03:53 2010 +0200
Translation update done using Pootle.
commit e36eb5ad6f5d17ae982dacc6e7a6ed295f2f2417
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:03:46 2010 +0200
Translation update done using Pootle.
commit 370919d6f0ba6a00761840be0faa0833a2f8674b
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:03:24 2010 +0200
Translation update done using Pootle.
commit 9bbafa20431e830c1accb98b10457c6f0b4e1c93
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:03:10 2010 +0200
Translation update done using Pootle.
commit ed93d5e8a35b88f95a8b47683dc5ebe29ae4a8c2
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:02:41 2010 +0200
Translation update done using Pootle.
commit 01464c48f2a69908813833efdbf607d8e3728761
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:01:17 2010 +0200
Translation update done using Pootle.
commit 36844f0f05e390ab4ca1f4225736b586c86e34d6
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:01:10 2010 +0200
Translation update done using Pootle.
commit b0283b17001fe10ad48eea3de1d5f3981ea86667
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:01:03 2010 +0200
Translation update done using Pootle.
commit 83602460440d0f0548e5f13fcab7979cb0aed5a2
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:00:58 2010 +0200
Translation update done using Pootle.
commit 9fa3699f51f15dd758ba1294c9e541f0865cee6c
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:00:54 2010 +0200
Translation update done using Pootle.
commit b8611bd5c6756459090b3489d605e0182b72f3fc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 14:00:46 2010 +0200
Translation update done using Pootle.
commit 627533950717ac1023b75fad00083df034f810e5
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 13:59:46 2010 +0200
Translation update done using Pootle.
commit 95eb18b3c962ff91772117c33bfbf6bced901de4
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 13:59:42 2010 +0200
Translation update done using Pootle.
commit d402f89cff8d27f63752cbba90e0d3401eab3096
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:53:23 2010 +0200
Translation update done using Pootle.
commit d4b5c2e4a53142c8f6a6561ca16aef304fe4a5d5
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:52:52 2010 +0200
Translation update done using Pootle.
commit 1d72847b3bdc34720de8670344da03f9c3b2bad2
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:52:42 2010 +0200
Translation update done using Pootle.
commit ba3c6ae8937e8840da39fc4961018dbdf4ffd581
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:52:12 2010 +0200
Translation update done using Pootle.
commit 2598eac0b9b8dd0c95f8f22ddc8541565ebb72cc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:52:09 2010 +0200
Translation update done using Pootle.
commit f4ea9f0c260633a97ff2b1cf65e487130f5aa2d0
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:52:04 2010 +0200
Translation update done using Pootle.
commit 7b68af6790205b29c3347e17ebdb32aae783d6c7
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:51:53 2010 +0200
Translation update done using Pootle.
commit f1742746920794dfe257dc29576fb3aadc8c2723
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:51:47 2010 +0200
Translation update done using Pootle.
commit be2f72204965dad12c79953eb1704e6357aa2ef8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:22:32 2010 +0200
Translation update done using Pootle.
commit 5646e9f1e8e2921d0be074d46a37f8d1aa306e21
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:22:28 2010 +0200
Translation update done using Pootle.
commit 0c0ea97c6a0881452cf875449ad4042d91c42209
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:19:17 2010 +0200
Translation update done using Pootle.
commit e4fe345e7903ea03021b40135523c24f60de4a9a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:18:25 2010 +0200
Translation update done using Pootle.
commit bea0498d38e11f7fc3b43f0e361be269f298e0b6
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:18:21 2010 +0200
Translation update done using Pootle.
commit aa2ccc7c465eae9195678b0c709a573e0881064d
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:18:08 2010 +0200
Translation update done using Pootle.
commit 97870c3e983e779af899f1eedb55e5c0ed4542ac
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:44 2010 +0200
Translation update done using Pootle.
commit 6d13ca801c2d4a5e98cb13ce25b65f87676e8474
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:37 2010 +0200
Translation update done using Pootle.
commit 798354316ee0c8a4e7e9fc6fd3c5961f78093ff9
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:34 2010 +0200
Translation update done using Pootle.
commit 9ffcb92d8fd77b13e74d8e763251874a82bef34a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:28 2010 +0200
Translation update done using Pootle.
commit f5518a3d677179284213083570cc33faf8064e52
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:25 2010 +0200
Translation update done using Pootle.
commit c6947d08dd78c3b3427a30328108da26a82660e8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:22 2010 +0200
Translation update done using Pootle.
commit f8206166c54b9fd31db68a496aa388d0c54cdbff
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:19 2010 +0200
Translation update done using Pootle.
commit 24f01fd51b7ada651bdba886d12f353dae89bd23
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:16 2010 +0200
Translation update done using Pootle.
commit b5968bf97e1878ed525d9d1aad5779c18ffe5770
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:13 2010 +0200
Translation update done using Pootle.
commit ce45d4746c5dd8f10c2ea8a1e795f6dbd0d2edb0
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:07 2010 +0200
Translation update done using Pootle.
commit 7efa5edbc269a7a0355a356e028cb5d1814b4c0a
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:04 2010 +0200
Translation update done using Pootle.
commit a9ba4d601dd587997cd1a3b67532ac802ee5d7e8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:17:02 2010 +0200
Translation update done using Pootle.
commit a0fcb8567d2544a7ad922f33a7a17a836b367801
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:58 2010 +0200
Translation update done using Pootle.
commit 78e589d277a2b4d97aeb4dc735fc0569dc20080c
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:54 2010 +0200
Translation update done using Pootle.
commit 7507c8deec6a36ff05e3725ed11a0af4bc96c6ba
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:52 2010 +0200
Translation update done using Pootle.
commit af3b2c5f346cef0664a8dbd4643f745b5487de8d
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:37 2010 +0200
Translation update done using Pootle.
commit c3d26af120cc32ab98000810fe37f72b548c7109
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:34 2010 +0200
Translation update done using Pootle.
commit df91a2f61b21a13f647ffbf2af65f46ac8dd7699
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:27 2010 +0200
Translation update done using Pootle.
commit 50f1e46aab6001605e0b20b4f91b75568db70c51
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:17 2010 +0200
Translation update done using Pootle.
commit ee8204e7dcdedd3f081426bdf315649f747efa57
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:13 2010 +0200
Translation update done using Pootle.
commit e7bce04d1aa5532656a7e24c88f239ca5a975a72
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:09 2010 +0200
Translation update done using Pootle.
commit a8cf0914b80af98f33309b2ad85a61caa5ec48bc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:16:05 2010 +0200
Translation update done using Pootle.
commit 94f33e0d8339a493f7f3c96f0d8155a72328a3cc
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:15:58 2010 +0200
Translation update done using Pootle.
commit 101051943976bbcb1a1070d06b5062bef86e3cbb
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:59 2010 +0200
Translation update done using Pootle.
commit 7b29acc10dc5e9e85609e0bf6e0d18b19788b095
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:56 2010 +0200
Translation update done using Pootle.
commit 36450de11e0e8b2666a7adf8ba02d8be1565f1b8
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:52 2010 +0200
Translation update done using Pootle.
commit 683ad96d749928fcc1abd0961374be6a8bea1f87
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:50 2010 +0200
Translation update done using Pootle.
commit 38edf6f1c1135e2cb4b9c3154ec429a38593dfe7
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:47 2010 +0200
Translation update done using Pootle.
commit 84d83d47ed9435a2db7c36ff327a410188d5661e
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:45 2010 +0200
Translation update done using Pootle.
commit 298d83003c97e894c8b501968b11980c83609976
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:42 2010 +0200
Translation update done using Pootle.
commit ff45f026229535a66e0a50a251fef67034aeb139
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:39 2010 +0200
Translation update done using Pootle.
commit 9b67ee3bb74047349a3ff1fcab7f4215a02003a9
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:36 2010 +0200
Translation update done using Pootle.
commit 1e26d37da7dfed5b4bec29f0b64c3473d93a82e3
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:31 2010 +0200
Translation update done using Pootle.
commit 129d9806404abfd10cf3f8eb20a8de623343b6a3
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:27 2010 +0200
Translation update done using Pootle.
commit 8b8ce2baeb1aa323cb9adce983215293515ac7e5
Author: Robert Readman <robert_readman(a)hotmail.com>
Date: Tue Aug 24 11:14:05 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/en_GB.po | 434 ++++++++++++++++++++++++++---------------------------------
1 files changed, 191 insertions(+), 243 deletions(-)
diff --git a/po/en_GB.po b/po/en_GB.po
index 175922f..2f2acc9 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-08-23 13:31+0200\n"
-"PO-Revision-Date: 2010-08-21 19:48+0200\n"
-"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
+"PO-Revision-Date: 2010-08-24 14:12+0200\n"
+"Last-Translator: Robert Readman <robert_readman(a)hotmail.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
@@ -340,10 +340,9 @@ msgstr ""
"click %shere%s."
#: db_operations.php:531
-#, fuzzy
#| msgid "Relational schema"
msgid "Edit or export relational schema"
-msgstr "Relational schema"
+msgstr "Edit or export relational schema"
#: db_printview.php:102 db_tracking.php:67 db_tracking.php:152
#: libraries/config/messages.inc.php:483 libraries/db_structure.lib.php:37
@@ -1053,7 +1052,7 @@ msgstr "Generate"
#: js/messages.php:70
msgid "More"
-msgstr ""
+msgstr "More"
#. l10n: Display text for calendar close link
#: js/messages.php:80
@@ -1924,27 +1923,25 @@ msgstr "Custom - display all possible options to configure"
#: libraries/config.values.php:101
msgid "Custom - like above, but without the quick/custom choice"
-msgstr ""
+msgstr "Custom - like above, but without the quick/custom choice"
#: libraries/config.values.php:119
-#, fuzzy
#| msgid "Delayed inserts"
msgid "complete inserts"
-msgstr "Delayed inserts"
+msgstr "complete inserts"
#: libraries/config.values.php:120
-#, fuzzy
#| msgid "Delayed inserts"
msgid "extended inserts"
-msgstr "Delayed inserts"
+msgstr "extended inserts"
#: libraries/config.values.php:121
msgid "both of the above"
-msgstr ""
+msgstr "both of the above"
#: libraries/config.values.php:122
msgid "neither of the above"
-msgstr ""
+msgstr "neither of the above"
#: libraries/config/FormDisplay.class.php:83
#: libraries/config/validate.lib.php:416
@@ -1971,7 +1968,7 @@ msgstr "Incorrect value"
#: libraries/config/validate.lib.php:458
#, php-format
msgid "Value must be equal or lower than %s"
-msgstr ""
+msgstr "Value must be equal or lower than %s"
#: libraries/config/FormDisplay.class.php:536
#, php-format
@@ -1980,48 +1977,45 @@ msgstr "Missing data for %s"
#: libraries/config/FormDisplay.class.php:728
#: libraries/config/FormDisplay.class.php:732
-#, fuzzy
#| msgid "Variable"
msgid "unavailable"
-msgstr "Variable"
+msgstr "unavailable"
#: libraries/config/FormDisplay.class.php:729
#: libraries/config/FormDisplay.class.php:733
#, php-format
msgid "\"%s\" requires %s extension"
-msgstr ""
+msgstr "\"%s\" requires %s extension"
#: libraries/config/FormDisplay.class.php:747
#, php-format
msgid "import will not work, missing function (%s)"
-msgstr ""
+msgstr "import will not work, missing function (%s)"
#: libraries/config/FormDisplay.class.php:751
#, php-format
msgid "export will not work, missing function (%s)"
-msgstr ""
+msgstr "export will not work, missing function (%s)"
#: libraries/config/FormDisplay.class.php:758
-#, fuzzy
#| msgid "$cfg['SQLValidator'] boolean"
msgid "SQL Validator is disabled"
-msgstr "$cfg['SQLValidator'] boolean"
+msgstr "SQL Validator is disabled"
#: libraries/config/FormDisplay.class.php:765
-#, fuzzy
#| msgid "PHP extension to use"
msgid "SOAP extension not found"
-msgstr "PHP extension to use"
+msgstr "SOAP extension not found"
#: libraries/config/FormDisplay.class.php:773
-#, fuzzy, php-format
+#, php-format
#| msgid "Maximum tables"
msgid "maximum %s"
-msgstr "Maximum tables"
+msgstr "maximum %s"
#: libraries/config/FormDisplay.tpl.php:174
msgid "This setting is disabled, it will not be applied to your configuration"
-msgstr ""
+msgstr "This setting is disabled, it will not be applied to your configuration"
#: libraries/config/FormDisplay.tpl.php:249
#, php-format
@@ -2035,7 +2029,7 @@ msgstr "Restore default value"
#: libraries/config/FormDisplay.tpl.php:270
msgid "Allow users to customize this value"
-msgstr ""
+msgstr "Allow users to customise this value"
#: libraries/config/FormDisplay.tpl.php:337
#: libraries/schema/User_Schema.class.php:322
@@ -2062,7 +2056,6 @@ msgid "Allow login to any MySQL server"
msgstr "Allow login to any MySQL server"
#: libraries/config/messages.inc.php:19
-#, fuzzy
#| msgid ""
#| "Setting this to <tt>true</tt> allows a page located on a different domain "
#| "to call phpMyAdmin inside a frame, and is a potential security hole "
@@ -2072,15 +2065,14 @@ msgid ""
"inside a frame, and is a potential [strong]security hole[/strong] allowing "
"cross-frame scripting attacks"
msgstr ""
-"Setting this to <tt>true</tt> allows a page located on a different domain to "
-"call phpMyAdmin inside a frame, and is a potential security hole allowing "
-"cross-frame scripting attacks."
+"Enabling this allows a page located on a different domain to call phpMyAdmin "
+"inside a frame, and is a potential [strong]security hole[/strong] allowing "
+"cross-frame scripting attacks"
#: libraries/config/messages.inc.php:20
-#, fuzzy
#| msgid "$cfg['AllowThirdPartyFraming'] boolean"
msgid "Allow third party framing"
-msgstr "$cfg['AllowThirdPartyFraming'] boolean"
+msgstr "Allow third party framing"
#: libraries/config/messages.inc.php:21
msgid "Show "Drop database" link to normal users"
@@ -2191,31 +2183,32 @@ msgstr "Confirm DROP queries"
#: libraries/config/messages.inc.php:42
msgid "Field navigation using Ctrl+Arrows"
-msgstr ""
+msgstr "Field navigation using Ctrl+Arrows"
#: libraries/config/messages.inc.php:43
msgid "Debug PHP"
-msgstr ""
+msgstr "Debug PHP"
#: libraries/config/messages.inc.php:44
msgid "Debug SQL"
-msgstr ""
+msgstr "Debug SQL"
#: libraries/config/messages.inc.php:45
-#, fuzzy
#| msgid "Databases display options"
msgid "Default display direction"
-msgstr "Databases display options"
+msgstr "Default display direction"
#: libraries/config/messages.inc.php:46
msgid ""
"[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
"maximum number for which vertical model is used"
msgstr ""
+"[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
+"maximum number for which vertical model is used"
#: libraries/config/messages.inc.php:47
msgid "Display direction for altering/creating columns"
-msgstr ""
+msgstr "Display direction for altering/creating columns"
#: libraries/config/messages.inc.php:48
msgid "Tab that is displayed when entering a database"
@@ -2242,10 +2235,9 @@ msgid "Default table tab"
msgstr "Default table tab"
#: libraries/config/messages.inc.php:54
-#, fuzzy
#| msgid "Show binary contents as HEX"
msgid "Show binary contents as HEX by default"
-msgstr "Show binary contents as HEX"
+msgstr "Show binary contents as HEX by default"
#: libraries/config/messages.inc.php:55 libraries/display_tbl.lib.php:597
msgid "Show binary contents as HEX"
@@ -2269,37 +2261,32 @@ msgstr "Display servers as a list"
#: libraries/config/messages.inc.php:60
msgid "Edit SQL queries in popup window"
-msgstr ""
+msgstr "Edit SQL queries in popup window"
#: libraries/config/messages.inc.php:61
-#, fuzzy
#| msgid "Edit next row"
msgid "Edit in window"
-msgstr "Edit next row"
+msgstr "Edit in window"
#: libraries/config/messages.inc.php:62
-#, fuzzy
#| msgid "Display Features"
msgid "Display errors"
-msgstr "Display Features"
+msgstr "Display errors"
#: libraries/config/messages.inc.php:63
-#, fuzzy
#| msgid "Ignore errors"
msgid "Gather errors"
-msgstr "Ignore errors"
+msgstr "Gather errors"
#: libraries/config/messages.inc.php:64
-#, fuzzy
#| msgid "Uses icons for warnings, errors and informations."
msgid "Show icons for warning, error and information messages"
-msgstr "Uses icons for warnings, errors and informations."
+msgstr "Show icons for warning, error and information messages"
#: libraries/config/messages.inc.php:65
-#, fuzzy
#| msgid "Ignore errors"
msgid "Iconic errors"
-msgstr "Ignore errors"
+msgstr "Iconic errors"
#: libraries/config/messages.inc.php:66
msgid ""
@@ -2363,10 +2350,9 @@ msgid "Replace NULL by"
msgstr "Replace NULL by"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:82
-#, fuzzy
#| msgid "Remove carriage return/line feed characters within columns"
msgid "Remove CRLF characters within columns"
-msgstr "Remove carriage return/line feed characters within columns"
+msgstr "Remove CRLF characters within columns"
#: libraries/config/messages.inc.php:77 libraries/config/messages.inc.php:240
#: libraries/config/messages.inc.php:248 libraries/import/csv.php:61
@@ -2380,10 +2366,9 @@ msgid "Lines terminated by"
msgstr "Lines terminated by"
#: libraries/config/messages.inc.php:80
-#, fuzzy
#| msgid "Excel edition:"
msgid "Excel edition"
-msgstr "Excel edition:"
+msgstr "Excel edition"
#: libraries/config/messages.inc.php:83
msgid "Database name template"
@@ -2415,10 +2400,9 @@ msgid "Table caption"
msgstr "Table caption"
#: libraries/config/messages.inc.php:94 libraries/config/messages.inc.php:100
-#, fuzzy
#| msgid "Include table caption"
msgid "Continued table caption"
-msgstr "Include table caption"
+msgstr "Continued table caption"
#: libraries/config/messages.inc.php:95 libraries/config/messages.inc.php:101
#: libraries/export/latex.php:53 libraries/export/latex.php:77
@@ -2437,10 +2421,9 @@ msgid "Relations"
msgstr "Relations"
#: libraries/config/messages.inc.php:103
-#, fuzzy
#| msgid "Export Method:"
msgid "Export method"
-msgstr "Export Method:"
+msgstr "Export method"
#: libraries/config/messages.inc.php:112
msgid "Save on server"
@@ -2457,7 +2440,7 @@ msgstr "Remember file name template"
#: libraries/config/messages.inc.php:116
msgid "Enclose table and column names with backquotes"
-msgstr ""
+msgstr "Enclose table and column names with backquotes"
#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:255
#: libraries/display_export.lib.php:354
@@ -2465,20 +2448,18 @@ msgid "SQL compatibility mode"
msgstr "SQL compatibility mode"
#: libraries/config/messages.inc.php:118
-#, fuzzy
#| msgid "Syntax to use when inserting data:"
msgid "Syntax to use when inserting data"
-msgstr "Syntax to use when inserting data:"
+msgstr "Syntax to use when inserting data"
#: libraries/config/messages.inc.php:119
msgid "Creation/Update/Check dates"
-msgstr ""
+msgstr "Creation/Update/Check dates"
#: libraries/config/messages.inc.php:120
-#, fuzzy
#| msgid "Delayed inserts"
msgid "Use delayed inserts"
-msgstr "Delayed inserts"
+msgstr "Use delayed inserts"
#: libraries/config/messages.inc.php:121 libraries/export/sql.php:53
msgid "Disable foreign key checks"
@@ -2486,33 +2467,30 @@ msgstr "Disable foreign key checks"
#: libraries/config/messages.inc.php:124
msgid "Use hexadecimal for BLOB"
-msgstr ""
+msgstr "Use hexadecimal for BLOB"
#: libraries/config/messages.inc.php:126
-#, fuzzy
#| msgid "Delayed inserts"
msgid "Use ignore inserts"
-msgstr "Delayed inserts"
+msgstr "Use ignore inserts"
#: libraries/config/messages.inc.php:128 libraries/export/sql.php:163
msgid "Maximal length of created query"
msgstr "Maximal length of created query"
#: libraries/config/messages.inc.php:133
-#, fuzzy
#| msgid "Export"
msgid "Export type"
-msgstr "Export"
+msgstr "Export type"
#: libraries/config/messages.inc.php:134 libraries/export/sql.php:50
msgid "Enclose export in a transaction"
msgstr "Enclose export in a transaction"
#: libraries/config/messages.inc.php:135
-#, fuzzy
#| msgid "Export contents"
msgid "Export time in UTC"
-msgstr "Export contents"
+msgstr "Export time in UTC"
#: libraries/config/messages.inc.php:143
msgid "Force secured connection while using phpMyAdmin"
@@ -2554,10 +2532,9 @@ msgstr "Customise browse mode"
#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:182
#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:212
#: libraries/config/messages.inc.php:224
-#, fuzzy
#| msgid "Customize default export options"
msgid "Customize default options"
-msgstr "Customise default export options"
+msgstr "Customise default options"
#: libraries/config/messages.inc.php:153 libraries/config/setup.forms.php:230
#: libraries/config/setup.forms.php:304
@@ -2569,11 +2546,11 @@ msgstr "CSV"
#: libraries/config/messages.inc.php:155
msgid "Developer"
-msgstr ""
+msgstr "Developer"
#: libraries/config/messages.inc.php:156
msgid "Settings for phpMyAdmin developers"
-msgstr ""
+msgstr "Settings for phpMyAdmin developers"
#: libraries/config/messages.inc.php:157
msgid "Edit mode"
@@ -2597,14 +2574,13 @@ msgid "Features"
msgstr "Features"
#: libraries/config/messages.inc.php:163
-#, fuzzy
#| msgid "Generate"
msgid "General"
-msgstr "Generate"
+msgstr "General"
#: libraries/config/messages.inc.php:164
msgid "Set some commonly used options"
-msgstr ""
+msgstr "Set some commonly used options"
#: libraries/config/messages.inc.php:165 libraries/db_links.inc.php:83
#: libraries/server_links.inc.php:71 libraries/tbl_links.inc.php:82
@@ -2669,13 +2645,12 @@ msgstr "Main frame"
#: libraries/config/messages.inc.php:181
msgid "Microsoft Office"
-msgstr ""
+msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:183
-#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
-msgstr "Open Document Text"
+msgstr "Open Document"
#: libraries/config/messages.inc.php:185
msgid "Other core settings"
@@ -2686,10 +2661,9 @@ msgid "Settings that didn't fit enywhere else"
msgstr "Settings that didn't fit enywhere else"
#: libraries/config/messages.inc.php:187
-#, fuzzy
#| msgid "Page name"
msgid "Page titles"
-msgstr "Page name"
+msgstr "Page titles"
#: libraries/config/messages.inc.php:188
msgid ""
@@ -2697,6 +2671,9 @@ msgid ""
"html#cfg_TitleTable]documentation[/a] for magic strings that can be used to "
"get special values."
msgstr ""
+"Specify browser's title bar text. Refer to "
+"[a(a)Documentation.html#cfg_TitleTable]documentation[/a] for magic strings "
+"that can be used to get special values."
#: libraries/config/messages.inc.php:189
#: libraries/navigation_header.inc.php:83
@@ -2726,16 +2703,14 @@ msgid "Basic settings"
msgstr "Basic settings"
#: libraries/config/messages.inc.php:194
-#, fuzzy
#| msgid "Authentication type"
msgid "Authentication"
-msgstr "Authentication type"
+msgstr "Authentication"
#: libraries/config/messages.inc.php:195
-#, fuzzy
#| msgid "Authentication type"
msgid "Authentication settings"
-msgstr "Authentication type"
+msgstr "Authentication settings"
#: libraries/config/messages.inc.php:196
msgid "Server configuration"
@@ -2754,13 +2729,11 @@ msgid "Enter server connection parameters"
msgstr "Enter server connection parameters"
#: libraries/config/messages.inc.php:199
-#, fuzzy
#| msgid "Configuration: %s"
msgid "Configuration storage"
-msgstr "Configuration: %s"
+msgstr "Configuration storage"
#: libraries/config/messages.inc.php:200
-#, fuzzy
#| msgid ""
#| "Configure phpMyAdmin database to gain access to additional features, see "
#| "[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/"
@@ -2770,9 +2743,9 @@ msgid ""
"features, see [a(a)Documentation.html#linked-tables]phpMyAdmin configuration "
"storage[/a] in documentation"
msgstr ""
-"Configure phpMyAdmin database to gain access to additional features, see "
-"[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/a] "
-"in documentation"
+"Configure phpMyAdmin configuration storage to gain access to additional "
+"features, see [a(a)Documentation.html#linked-tables]phpMyAdmin configuration "
+"storage[/a] in documentation"
#: libraries/config/messages.inc.php:201
msgid "Changes tracking"
@@ -2813,16 +2786,14 @@ msgid "Customize links shown in SQL Query boxes"
msgstr "Customise links shown in SQL Query boxes"
#: libraries/config/messages.inc.php:214
-#, fuzzy
#| msgid "SQL queries"
msgid "SQL queries settings"
-msgstr "SQL queries"
+msgstr "SQL queries settings"
#: libraries/config/messages.inc.php:215
-#, fuzzy
#| msgid "SQL history"
msgid "SQL Validator"
-msgstr "SQL history"
+msgstr "SQL Validator"
#: libraries/config/messages.inc.php:216
msgid ""
@@ -2831,6 +2802,11 @@ msgid ""
"strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], "
"Copyright 2002 Upright Database Technology. All rights reserved.[/em]"
msgstr ""
+"If you wish to use the SQL Validator service, you should be aware that "
+"[strong]all SQL statements are stored anonymously for statistical "
+"purposes[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL "
+"Validator[/a], Copyright 2002 Upright Database Technology. All rights "
+"reserved.[/em]"
#: libraries/config/messages.inc.php:217
msgid "Startup"
@@ -2849,30 +2825,27 @@ msgid "Choose how you want tabs to work"
msgstr "Choose how you want tabs to work"
#: libraries/config/messages.inc.php:221
-#, fuzzy
#| msgid "Use text field"
msgid "Text fields"
-msgstr "Use text field"
+msgstr "Text fields"
#: libraries/config/messages.inc.php:222
-#, fuzzy
#| msgid "Customize export options"
msgid "Customize text input fields"
-msgstr "Customise export options"
+msgstr "Customise text input fields"
#: libraries/config/messages.inc.php:223 libraries/export/texytext.php:17
msgid "Texy! text"
msgstr "Texy! text"
#: libraries/config/messages.inc.php:225
-#, fuzzy
#| msgid "Warning"
msgid "Warnings"
-msgstr "Warning"
+msgstr "Warnings"
#: libraries/config/messages.inc.php:226
msgid "Disable some of the warnings shown by phpMyAdmin"
-msgstr ""
+msgstr "Disable some of the warnings shown by phpMyAdmin"
#: libraries/config/messages.inc.php:227
msgid ""
@@ -2944,26 +2917,23 @@ msgstr "Use LOCAL keyword"
#: libraries/config/messages.inc.php:249 libraries/config/messages.inc.php:257
#: libraries/config/messages.inc.php:258
-#, fuzzy
#| msgid "Put columns names in the first row"
msgid "Column names in first row"
-msgstr "Put columns names in the first row"
+msgstr "Column names in first row"
#: libraries/config/messages.inc.php:250 libraries/import/ods.php:27
msgid "Do not import empty rows"
msgstr "Do not import empty rows"
#: libraries/config/messages.inc.php:251
-#, fuzzy
#| msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Import currencies <i>(ex. $5.00 to 5.00)</i>"
+msgstr "Import currencies (£5.00 to 5.00)"
#: libraries/config/messages.inc.php:252
-#, fuzzy
#| msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
msgid "Import percentages as proper decimals (12.00% to .12)"
-msgstr "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
+msgstr "Import percentages as proper decimals (12.00% to .12)"
#: libraries/config/messages.inc.php:253
msgid "Number of queries to skip from start"
@@ -2974,14 +2944,13 @@ msgid "Partial import: skip queries"
msgstr "Partial import: skip queries"
#: libraries/config/messages.inc.php:256
-#, fuzzy
#| msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
msgid "Do not use AUTO_INCREMENT for zero values"
-msgstr "Do not use <code>AUTO_INCREMENT</code> for zero values"
+msgstr "Do not use AUTO_INCREMENT for zero values"
#: libraries/config/messages.inc.php:259
msgid "Initial state for sliders"
-msgstr ""
+msgstr "Initial state for sliders"
#: libraries/config/messages.inc.php:260
msgid "How many rows can be inserted at one time"
@@ -3053,7 +3022,7 @@ msgstr "Table tree separator"
#: libraries/config/messages.inc.php:276
msgid "URL where logo in the navigation frame will point to"
-msgstr ""
+msgstr "URL where logo in the navigation frame will point to"
#: libraries/config/messages.inc.php:277
msgid "Logo link URL"
@@ -3088,19 +3057,17 @@ msgid "Light tabs"
msgstr "Light tabs"
#: libraries/config/messages.inc.php:284
-#, fuzzy
#| msgid ""
#| "Maximum number of characters shown in any non-numeric field on browse "
#| "view. Can be turned off by a toggle button on the browse page."
msgid ""
"Maximum number of characters shown in any non-numeric column on browse view"
msgstr ""
-"Maximum number of characters shown in any non-numeric field on browse view. "
-"Can be turned off by a toggle button on the browse page."
+"Maximum number of characters shown in any non-numeric column on browse view"
#: libraries/config/messages.inc.php:285
msgid "Limit column characters"
-msgstr ""
+msgstr "Limit column characters"
#: libraries/config/messages.inc.php:286
msgid ""
@@ -3154,17 +3121,16 @@ msgstr "Login cookie validity"
#: libraries/config/messages.inc.php:294
msgid "Double size of textarea for LONGTEXT fields"
-msgstr ""
+msgstr "Double size of textarea for LONGTEXT fields"
#: libraries/config/messages.inc.php:295
msgid "Bigger textarea for LONGTEXT"
-msgstr ""
+msgstr "Bigger textarea for LONGTEXT"
#: libraries/config/messages.inc.php:296
-#, fuzzy
#| msgid "Uses icons on main page in lists and menu tabs."
msgid "Use icons on main page"
-msgstr "Uses icons on main page in lists and menu tabs."
+msgstr "Use icons on main page"
#: libraries/config/messages.inc.php:297
msgid "Maximum number of characters used when a SQL query is displayed"
@@ -3177,7 +3143,7 @@ msgstr "Maximum displayed SQL length"
#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304
#: libraries/config/messages.inc.php:331
msgid "Users cannot set a higher value"
-msgstr ""
+msgstr "Users cannot set a higher value"
#: libraries/config/messages.inc.php:300
msgid "Maximum number of databases displayed in left frame and database list"
@@ -3210,7 +3176,6 @@ msgid "Maximum tables"
msgstr "Maximum tables"
#: libraries/config/messages.inc.php:307
-#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
#| "cookie authentication. You can set this parameter to <tt>TRUE</tt> to "
@@ -3220,12 +3185,11 @@ msgid ""
"cookie authentication"
msgstr ""
"Disable the default warning that is displayed if mcrypt is missing for "
-"cookie authentication. You can set this parameter to <tt>TRUE</tt> to stop "
-"this message from appearing."
+"cookie authentication"
#: libraries/config/messages.inc.php:308
msgid "mcrypt warning"
-msgstr ""
+msgstr "mcrypt warning"
#: libraries/config/messages.inc.php:309
msgid ""
@@ -3240,24 +3204,22 @@ msgid "Memory limit"
msgstr "Memory limit"
#: libraries/config/messages.inc.php:311
-#, fuzzy
#| msgid "Show/Hide left menu"
msgid "Show left delete link"
-msgstr "Show/Hide left menu"
+msgstr "Show left delete link"
#: libraries/config/messages.inc.php:312
msgid "Show right delete link"
-msgstr ""
+msgstr "Show right delete link"
#: libraries/config/messages.inc.php:313
msgid "Use natural order for sorting table and database names"
-msgstr ""
+msgstr "Use natural order for sorting table and database names"
#: libraries/config/messages.inc.php:314
-#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
-msgstr "Alter table order by"
+msgstr "Natural order"
#: libraries/config/messages.inc.php:315 libraries/config/messages.inc.php:325
msgid "Use only icons, only text or both"
@@ -3301,11 +3263,13 @@ msgid ""
"Structure page if any of the required tables for the relation features could "
"not be found"
msgstr ""
+"Disable the default warning that is displayed on the database details "
+"Structure page if any of the required tables for the relation features could "
+"not be found"
#: libraries/config/messages.inc.php:324
-#, fuzzy
msgid "Missing phpMyAdmin configuration storage tables"
-msgstr "phpMyAdmin documentation"
+msgstr "Missing phpMyAdmin configuration storage tables"
#: libraries/config/messages.inc.php:326
msgid "Iconic table operations"
@@ -3320,7 +3284,6 @@ msgid "Protect binary columns"
msgstr "Protect binary columns"
#: libraries/config/messages.inc.php:329
-#, fuzzy
#| msgid ""
#| "Enable if you want DB-based query history (requires pmadb). If disabled, "
#| "this utilizes JS-routines to display query history (lost by window close)."
@@ -3329,8 +3292,9 @@ msgid ""
"storage). If disabled, this utilizes JS-routines to display query history "
"(lost by window close)."
msgstr ""
-"Enable if you want DB-based query history (requires pmadb). If disabled, "
-"this utilises JS-routines to display query history (lost by window close)."
+"Enable if you want DB-based query history (requires phpMyAdmin configuration "
+"storage). If disabled, this utilises JS-routines to display query history "
+"(lost by window close)."
#: libraries/config/messages.inc.php:330
msgid "Permanent query history"
@@ -3354,19 +3318,17 @@ msgstr "Default query window tab"
#: libraries/config/messages.inc.php:336 libraries/config/messages.inc.php:338
msgid "Query window height (in pixels)"
-msgstr ""
+msgstr "Query window height (in pixels)"
#: libraries/config/messages.inc.php:337
-#, fuzzy
#| msgid "Query window"
msgid "Query window height"
-msgstr "Query window"
+msgstr "Query window height"
#: libraries/config/messages.inc.php:339
-#, fuzzy
#| msgid "Query window"
msgid "Query window width"
-msgstr "Query window"
+msgstr "Query window width"
#: libraries/config/messages.inc.php:340
msgid "Select which functions will be used for character set conversion"
@@ -3377,27 +3339,24 @@ msgid "Recoding engine"
msgstr "Recoding engine"
#: libraries/config/messages.inc.php:342
-#, fuzzy
#| msgid "Repeat the headers every X cells, or 0 to deactivate."
msgid "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
-msgstr "Repeat the headers every X cells, or 0 to deactivate."
+msgstr "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
#: libraries/config/messages.inc.php:343
-#, fuzzy
#| msgid "Metadata Headers"
msgid "Repeat headers"
-msgstr "Metadata Headers"
+msgstr "Repeat headers"
#: libraries/config/messages.inc.php:344
-#, fuzzy
#| msgid ""
#| "Shows a help button instead of the "Documentation" message."
msgid "Show help button instead of Documentation text"
-msgstr "Shows a help button instead of the "Documentation" message."
+msgstr "Show help button instead of Documentation text"
#: libraries/config/messages.inc.php:345
msgid "Show help button"
-msgstr ""
+msgstr "Show help button"
#: libraries/config/messages.inc.php:347
msgid "Directory where exports can be saved on server"
@@ -3412,20 +3371,18 @@ msgid "Leave blank if not used"
msgstr "Leave blank if not used"
#: libraries/config/messages.inc.php:350
-#, fuzzy
#| msgid "Host authentication order"
msgid "Host authorization order"
-msgstr "Host authentication order"
+msgstr "Host authorisation order"
#: libraries/config/messages.inc.php:351
msgid "Leave blank for defaults"
msgstr "Leave blank for defaults"
#: libraries/config/messages.inc.php:352
-#, fuzzy
#| msgid "Host authentication rules"
msgid "Host authorization rules"
-msgstr "Host authentication rules"
+msgstr "Host authorisation rules"
#: libraries/config/messages.inc.php:353
msgid "Allow logins without a password"
@@ -3602,7 +3559,6 @@ msgid "Connect without password"
msgstr "Connect without password"
#: libraries/config/messages.inc.php:389
-#, fuzzy
#| msgid ""
#| "You can use MySQL wildcard characters (% and _), escape them if you want "
#| "to use their literal instances, i.e. use 'my\\_db' and not 'my_db'"
@@ -3614,7 +3570,10 @@ msgid ""
"alphabetical order."
msgstr ""
"You can use MySQL wildcard characters (% and _), escape them if you want to "
-"use their literal instances, i.e. use 'my\\_db' and not 'my_db'"
+"use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
+"[kbd]'my_db'[/kbd]. Using this option you can sort database list, just enter "
+"their names in order and use [kbd]*[/kbd] at the end to show the rest in "
+"alphabetical order."
#: libraries/config/messages.inc.php:390
msgid "Show only listed databases"
@@ -3649,10 +3608,9 @@ msgstr ""
"no support. Suggested: [kbd]phpmyadmin[/kbd]"
#: libraries/config/messages.inc.php:396
-#, fuzzy
#| msgid "database name"
msgid "Database name"
-msgstr "database name"
+msgstr "Database name"
#: libraries/config/messages.inc.php:397
msgid "Port on which MySQL server is listening, leave empty for default"
@@ -3806,7 +3764,6 @@ msgid "Automatically create versions"
msgstr "Automatically create versions"
#: libraries/config/messages.inc.php:426
-#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
#| "pma_tracking[/kbd]"
@@ -3814,12 +3771,12 @@ msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma_config[/kbd]"
msgstr ""
-"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
-"kbd]"
+"Leave blank for no user preferences storage in database, suggested: "
+"[kbd]pma_config[/kbd]"
#: libraries/config/messages.inc.php:427
msgid "User preferences storage table"
-msgstr ""
+msgstr "User preferences storage table"
#: libraries/config/messages.inc.php:429
msgid "User for config auth"
@@ -3877,7 +3834,6 @@ msgid "Show create database form"
msgstr "Show create database form"
#: libraries/config/messages.inc.php:439
-#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
#| "insert mode. The user can toggle this setting from the interface."
@@ -3885,14 +3841,13 @@ msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode"
msgstr ""
-"Defines whether or not type fields should be initially displayed in edit/"
-"insert mode. The user can toggle this setting from the interface."
+"Defines whether or not type fields should be initially displayed in "
+"edit/insert mode"
#: libraries/config/messages.inc.php:440
-#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
-msgstr "Show open tables"
+msgstr "Show field types"
#: libraries/config/messages.inc.php:441
msgid "Display the function fields in edit/insert mode"
@@ -3979,7 +3934,7 @@ msgstr "Skip locked tables"
#: libraries/config/messages.inc.php:461
msgid "Requires SQL Validator to be enabled"
-msgstr ""
+msgstr "Requires SQL Validator to be enabled"
#: libraries/config/messages.inc.php:463
#: libraries/display_change_password.lib.php:40
@@ -3996,16 +3951,20 @@ msgid ""
"[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
"installed"
msgstr ""
+"[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
+"installed"
#: libraries/config/messages.inc.php:465
msgid "Enable SQL Validator"
-msgstr ""
+msgstr "Enable SQL Validator"
#: libraries/config/messages.inc.php:466
msgid ""
"If you have a custom username, specify it here (defaults to [kbd]anonymous[/"
"kbd])"
msgstr ""
+"If you have a custom username, specify it here (defaults to "
+"[kbd]anonymous[/kbd])"
#: libraries/config/messages.inc.php:467 tbl_tracking.php:405
#: tbl_tracking.php:456
@@ -4026,57 +3985,58 @@ msgstr "Suggest new database name"
#: libraries/config/messages.inc.php:470
msgid "A warning is displayed on the main page if Suhosin is detected"
-msgstr ""
+msgstr "A warning is displayed on the main page if Suhosin is detected"
#: libraries/config/messages.inc.php:471
msgid "Suhosin warning"
-msgstr ""
+msgstr "Suhosin warning"
#: libraries/config/messages.inc.php:472
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)"
msgstr ""
+"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
+"query textareas (*2) and for query window (*1.25)"
#: libraries/config/messages.inc.php:473
-#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Textarea columns"
-msgstr "CHAR textarea columns"
+msgstr "Textarea columns"
#: libraries/config/messages.inc.php:474
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)"
msgstr ""
+"Textarea size (rows) in edit mode, this value will be emphasised for SQL "
+"query textareas (*2) and for query window (*1.25)"
#: libraries/config/messages.inc.php:475
-#, fuzzy
#| msgid "CHAR textarea rows"
msgid "Textarea rows"
-msgstr "CHAR textarea rows"
+msgstr "Textarea rows"
#: libraries/config/messages.inc.php:476
msgid "Title of browser window when a database is selected"
-msgstr ""
+msgstr "Title of browser window when a database is selected"
#: libraries/config/messages.inc.php:478
msgid "Title of browser window when nothing is selected"
-msgstr ""
+msgstr "Title of browser window when nothing is selected"
#: libraries/config/messages.inc.php:479
-#, fuzzy
#| msgid "Default table tab"
msgid "Default title"
-msgstr "Default table tab"
+msgstr "Default title"
#: libraries/config/messages.inc.php:480
msgid "Title of browser window when a server is selected"
-msgstr ""
+msgstr "Title of browser window when a server is selected"
#: libraries/config/messages.inc.php:482
msgid "Title of browser window when a table is selected"
-msgstr ""
+msgstr "Title of browser window when a table is selected"
#: libraries/config/messages.inc.php:484
msgid ""
@@ -4115,10 +4075,12 @@ msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right"
msgstr ""
+"When disabled, users cannot set any of the options below, regardless of the "
+"check-box on the right"
#: libraries/config/messages.inc.php:491
msgid "Enable the Developer tab in settings"
-msgstr ""
+msgstr "Enable the Developer tab in settings"
#: libraries/config/messages.inc.php:492
msgid ""
@@ -4151,28 +4113,24 @@ msgid "ZIP"
msgstr "ZIP"
#: libraries/config/setup.forms.php:41
-#, fuzzy
#| msgid "'config' authentication mode"
msgid "Config authentication"
-msgstr "'config' authentication mode"
+msgstr "Config authentication"
#: libraries/config/setup.forms.php:45
-#, fuzzy
#| msgid "the Cookie authentication mode"
msgid "Cookie authentication"
-msgstr "the Cookie authentication mode"
+msgstr "Cookie authentication"
#: libraries/config/setup.forms.php:48
-#, fuzzy
#| msgid "Swekey authentication"
msgid "HTTP authentication"
-msgstr "Swekey authentication"
+msgstr "HTTP authentication"
#: libraries/config/setup.forms.php:51
-#, fuzzy
#| msgid "'signon' authentication mode"
msgid "Signon authentication"
-msgstr "'signon' authentication mode"
+msgstr "Signon authentication"
#: libraries/config/setup.forms.php:238
#: libraries/config/user_preferences.forms.php:142 libraries/import/ldi.php:34
@@ -4202,10 +4160,9 @@ msgstr "Open Document Spreadsheet"
#: libraries/config/setup.forms.php:280
#: libraries/config/user_preferences.forms.php:180
-#, fuzzy
#| msgid "Databases display options"
msgid "Database export options"
-msgstr "Databases display options"
+msgstr "Database export options"
#: libraries/config/setup.forms.php:293 libraries/config/setup.forms.php:329
#: libraries/config/setup.forms.php:360 libraries/config/setup.forms.php:365
@@ -5905,7 +5862,7 @@ msgstr "SQL history"
#: libraries/relation.lib.php:141
msgid "User preferences"
-msgstr ""
+msgstr "User preferences"
#: libraries/relation.lib.php:145
msgid "Quick steps to setup advanced features:"
@@ -6067,7 +6024,7 @@ msgstr "No tables"
#: libraries/schema/Export_Relation_Schema.class.php:209
msgid "SCHEMA ERROR: "
-msgstr ""
+msgstr "SCHEMA ERROR: "
#: libraries/schema/Pdf_Relation_Schema.class.php:896
#: libraries/schema/Pdf_Relation_Schema.class.php:1124
@@ -6109,49 +6066,46 @@ msgstr "Internal relations"
#: libraries/schema/User_Schema.class.php:118
msgid "FOREIGN KEY"
-msgstr ""
+msgstr "FOREIGN KEY"
#: libraries/schema/User_Schema.class.php:150
msgid "Please choose a page to edit"
msgstr "Please choose a page to edit"
#: libraries/schema/User_Schema.class.php:155
-#, fuzzy
#| msgid "Select Tables"
msgid "Select page"
-msgstr "Select Tables"
+msgstr "Select page"
#: libraries/schema/User_Schema.class.php:213
msgid "Select Tables"
msgstr "Select Tables"
#: libraries/schema/User_Schema.class.php:351
-#, fuzzy
#| msgid "Relational schema"
msgid "Display relational schema"
-msgstr "Relational schema"
+msgstr "Display relational schema"
#: libraries/schema/User_Schema.class.php:356
-#, fuzzy
#| msgid "CSV"
msgid "SVG"
-msgstr "CSV"
+msgstr "SVG"
#: libraries/schema/User_Schema.class.php:357
msgid "DIA"
-msgstr ""
+msgstr "DIA"
#: libraries/schema/User_Schema.class.php:358
msgid "VISIO"
-msgstr ""
+msgstr "VISIO"
#: libraries/schema/User_Schema.class.php:359
msgid "EPS"
-msgstr ""
+msgstr "EPS"
#: libraries/schema/User_Schema.class.php:361
msgid "Select Export Relational Type"
-msgstr ""
+msgstr "Select Export Relational Type"
#: libraries/schema/User_Schema.class.php:382
msgid "Show grid"
@@ -6182,10 +6136,9 @@ msgid "Portrait"
msgstr "Portrait"
#: libraries/schema/User_Schema.class.php:399
-#, fuzzy
#| msgid "Creation"
msgid "Orientation"
-msgstr "Creation"
+msgstr "Orientation"
#: libraries/schema/User_Schema.class.php:412
msgid "Paper size"
@@ -6246,10 +6199,9 @@ msgid "Synchronize"
msgstr "Synchronise"
#: libraries/server_links.inc.php:97
-#, fuzzy
#| msgid "settings"
msgid "Settings"
-msgstr "settings"
+msgstr "Settings"
#: libraries/server_synchronize.lib.php:1337 server_synchronize.php:1108
msgid "Source database"
@@ -6642,16 +6594,14 @@ msgstr ""
"(Default: \"...\")."
#: libraries/user_preferences.inc.php:32
-#, fuzzy
#| msgid "Other core settings"
msgid "Manage your settings"
-msgstr "Other core settings"
+msgstr "Manage your settings"
#: libraries/user_preferences.inc.php:47 prefs_manage.php:291
-#, fuzzy
#| msgid "Modifications have been saved"
msgid "Configuration has been saved"
-msgstr "Modifications have been saved"
+msgstr "Configuration has been saved"
#: libraries/user_preferences.inc.php:69
#, php-format
@@ -6659,18 +6609,21 @@ msgid ""
"Your preferences will be saved for current session only. Storing them "
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
+"Your preferences will be saved for current session only. Storing them "
+"permanently requires %sphpMyAdmin configuration storage%s."
#: libraries/user_preferences.lib.php:141
-#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Could not save configuration"
-msgstr "Cannot load or save configuration"
+msgstr "Could not save configuration"
#: libraries/user_preferences.lib.php:309
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
msgstr ""
+"Your browser has phpMyAdmin configuration for this domain. Would you like to "
+"import it for current session?"
#: libraries/zip_extension.lib.php:26
msgid "No files found inside ZIP archive!"
@@ -6702,10 +6655,9 @@ msgid "Choose..."
msgstr "Choose..."
#: main.php:150 prefs_manage.php:274
-#, fuzzy
#| msgid "settings"
msgid "More settings"
-msgstr "settings"
+msgstr "More settings"
#: main.php:167
msgid "Protocol version"
@@ -6973,58 +6925,53 @@ msgid "to/from page"
msgstr "to/from page"
#: prefs_forms.php:78
-#, fuzzy
#| msgid "Submitted form contains errors"
msgid "Cannot save settings, submitted form contains errors"
-msgstr "Submitted form contains errors"
+msgstr "Cannot save settings, submitted form contains errors"
#: prefs_manage.php:80
-#, fuzzy
#| msgid "Could not load default configuration from: %1$s"
msgid "Could not import configuration"
-msgstr "Could not load default configuration from: %1$s"
+msgstr "Could not import configuration"
#: prefs_manage.php:112
msgid "Configuration contains incorrect data for some fields."
-msgstr ""
+msgstr "Configuration contains incorrect data for some fields."
#: prefs_manage.php:128
msgid "Do you want to import remaining settings?"
-msgstr ""
+msgstr "Do you want to import remaining settings?"
#: prefs_manage.php:225 prefs_manage.php:251
msgid "Saved on: @DATE@"
-msgstr ""
+msgstr "Saved on: @DATE@"
#: prefs_manage.php:239
-#, fuzzy
#| msgid "Import files"
msgid "Import from file"
-msgstr "Import files"
+msgstr "Import from file"
#: prefs_manage.php:245
msgid "Import from browser's storage"
-msgstr ""
+msgstr "Import from browser's storage"
#: prefs_manage.php:248
msgid "Settings will be imported from your browser's local storage."
-msgstr ""
+msgstr "Settings will be imported from your browser's local storage."
#: prefs_manage.php:254
-#, fuzzy
#| msgid "Other core settings"
msgid "You have no saved settings!"
-msgstr "Other core settings"
+msgstr "You have no saved settings!"
#: prefs_manage.php:258 prefs_manage.php:312
msgid "This feature is not supported by your web browser"
-msgstr ""
+msgstr "This feature is not supported by your web browser"
#: prefs_manage.php:263
-#, fuzzy
#| msgid "Server configuration"
msgid "Merge with current configuration"
-msgstr "Server configuration"
+msgstr "Merge with current configuration"
#: prefs_manage.php:277
#, php-format
@@ -7032,22 +6979,24 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
+"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
+"script%s."
#: prefs_manage.php:302
msgid "Save to browser's storage"
-msgstr ""
+msgstr "Save to browser's storage"
#: prefs_manage.php:306
msgid "Settings will be saved in your browser's local storage."
-msgstr ""
+msgstr "Settings will be saved in your browser's local storage."
#: prefs_manage.php:308
msgid "Existing settings will be overwritten!"
-msgstr ""
+msgstr "Existing settings will be overwritten!"
#: prefs_manage.php:323
msgid "You can reset all your settings and restore them to default values"
-msgstr ""
+msgstr "You can reset all your settings and restore them to default values"
#: querywindow.php:93
msgid "Import files"
@@ -7063,10 +7012,9 @@ msgid "<b>%s</b> table not found or not set in %s"
msgstr "<b>%s</b> table not found or not set in %s"
#: schema_export.php:46
-#, fuzzy
#| msgid "The %s table doesn't exist!"
msgid "File doesn't exist"
-msgstr "The %s table doesn't exist!"
+msgstr "File doesn't exist"
#: server_binlog.php:106
msgid "Select binary log to view"
@@ -8732,7 +8680,6 @@ msgid "Cannot load or save configuration"
msgstr "Cannot load or save configuration"
#: setup/frames/index.inc.php:50
-#, fuzzy
#| msgid ""
#| "Please create web server writable folder [em]config[/em] in phpMyAdmin "
#| "top level directory as described in [a@../Documentation.html#setup_script]"
@@ -8744,8 +8691,9 @@ msgid ""
"documentation[/a]. Otherwise you will be only able to download or display it."
msgstr ""
"Please create web server writable folder [em]config[/em] in phpMyAdmin top "
-"level directory as described in [a@../Documentation.html#setup_script]"
-"documentation[/a]. Otherwise you will be only able to download or display it."
+"level directory as described in "
+"[a(a)Documentation.html#setup_script]documentation[/a] Otherwise you will be "
+"only able to download or display it."
#: setup/frames/index.inc.php:57
msgid ""
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-8046-gf37ecad
by Michal Čihař 24 Aug '10
by Michal Čihař 24 Aug '10
24 Aug '10
The branch, master has been updated
via f37ecadd4bf7af62ad31791ed2faa3ec2472c3b9 (commit)
via 7ee49578850483eaf27b5c243c91a5fa38fbad0d (commit)
via 20ff05486262bef38fe2bba0dfabef571c2f49a8 (commit)
via cd4a351076531eaf3d537efefeda7509a8aa3597 (commit)
via af0d6b3766164997323bb49dba8e1421caa45869 (commit)
via 9b34902d7b8c8f4e17a00db9d8c165b8e04cd188 (commit)
via aa7d9c311b04ef04e7c1d7442e8d5f5320e8c8d1 (commit)
via b5b795a2f8779c611c4bbaaca0364d812252cf78 (commit)
via b52e07c9b33ef6871dfe370ced24fa56b2061331 (commit)
via 094aafd6983020d248edb1391f4c504574879e83 (commit)
via 39c4121b7a68684cde12ae7e8c384057537c34f0 (commit)
via 7c5de346df74ebb25a6aff10400bd4e09776d304 (commit)
via 08bb5e4ec1ae8a86867e9c95dd83ff1f5548a9c8 (commit)
via 78bb9d64530d7e671b6984c11a894f0fbef17743 (commit)
via c5a872ba2b5e1659932a113f26b9a9f035af96af (commit)
via 6c6b5307a8584506159c4ac7820d014a1bce1052 (commit)
via 68043e50ac92e2e29545a323061f3e9fbbddea53 (commit)
via 6c4c7eb4611ec82b16e28304448ff48d1fc4bcba (commit)
via 965d6bdb610ba81221733baf38261ed6dbcad211 (commit)
via 6dceb53ee8d10a7c8aa7e41181da3da683bcee74 (commit)
via 9907b50560cc9dddd02308f94921518ac5c8b168 (commit)
via a7a01ef77fe39cd9a3d5c8d5c81d32b59ed2f49c (commit)
from e6d6b31c296f0005246b9cd8087d97130f404db2 (commit)
- Log -----------------------------------------------------------------
commit f37ecadd4bf7af62ad31791ed2faa3ec2472c3b9
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:47:40 2010 +0200
Translation update done using Pootle.
commit 7ee49578850483eaf27b5c243c91a5fa38fbad0d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:39:48 2010 +0200
Translation update done using Pootle.
commit 20ff05486262bef38fe2bba0dfabef571c2f49a8
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:39:34 2010 +0200
Translation update done using Pootle.
commit cd4a351076531eaf3d537efefeda7509a8aa3597
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:39:05 2010 +0200
Translation update done using Pootle.
commit af0d6b3766164997323bb49dba8e1421caa45869
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:37:25 2010 +0200
Translation update done using Pootle.
commit 9b34902d7b8c8f4e17a00db9d8c165b8e04cd188
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:36:47 2010 +0200
Translation update done using Pootle.
commit aa7d9c311b04ef04e7c1d7442e8d5f5320e8c8d1
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:09:27 2010 +0200
Translation update done using Pootle.
commit b5b795a2f8779c611c4bbaaca0364d812252cf78
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:09:03 2010 +0200
Translation update done using Pootle.
commit b52e07c9b33ef6871dfe370ced24fa56b2061331
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:07:19 2010 +0200
Translation update done using Pootle.
commit 094aafd6983020d248edb1391f4c504574879e83
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:07:05 2010 +0200
Translation update done using Pootle.
commit 39c4121b7a68684cde12ae7e8c384057537c34f0
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:02:17 2010 +0200
Translation update done using Pootle.
commit 7c5de346df74ebb25a6aff10400bd4e09776d304
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 08:01:47 2010 +0200
Translation update done using Pootle.
commit 08bb5e4ec1ae8a86867e9c95dd83ff1f5548a9c8
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 07:58:34 2010 +0200
Translation update done using Pootle.
commit 78bb9d64530d7e671b6984c11a894f0fbef17743
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 07:01:56 2010 +0200
Translation update done using Pootle.
commit c5a872ba2b5e1659932a113f26b9a9f035af96af
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 07:01:22 2010 +0200
Translation update done using Pootle.
commit 6c6b5307a8584506159c4ac7820d014a1bce1052
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 07:00:58 2010 +0200
Translation update done using Pootle.
commit 68043e50ac92e2e29545a323061f3e9fbbddea53
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 07:00:34 2010 +0200
Translation update done using Pootle.
commit 6c4c7eb4611ec82b16e28304448ff48d1fc4bcba
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 06:58:13 2010 +0200
Translation update done using Pootle.
commit 965d6bdb610ba81221733baf38261ed6dbcad211
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 06:57:55 2010 +0200
Translation update done using Pootle.
commit 6dceb53ee8d10a7c8aa7e41181da3da683bcee74
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 06:52:01 2010 +0200
Translation update done using Pootle.
commit 9907b50560cc9dddd02308f94921518ac5c8b168
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 06:49:07 2010 +0200
Translation update done using Pootle.
commit a7a01ef77fe39cd9a3d5c8d5c81d32b59ed2f49c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Tue Aug 24 06:43:58 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/tr.po | 49 +++++++++++++++++++++++++++++--------------------
1 files changed, 29 insertions(+), 20 deletions(-)
diff --git a/po/tr.po b/po/tr.po
index 9f1c3e0..77ef886 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-08-23 13:31+0200\n"
-"PO-Revision-Date: 2010-08-23 22:22+0200\n"
+"PO-Revision-Date: 2010-08-24 08:47+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
"Language: tr\n"
@@ -2794,7 +2794,7 @@ msgstr "SQL sorguları ayarları"
#: libraries/config/messages.inc.php:215
#| msgid "SQL history"
msgid "SQL Validator"
-msgstr "SQL Onaylayıcısı"
+msgstr "SQL Onaylayıcı"
#: libraries/config/messages.inc.php:216
msgid ""
@@ -2803,6 +2803,11 @@ msgid ""
"strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], "
"Copyright 2002 Upright Database Technology. All rights reserved.[/em]"
msgstr ""
+"Eğer SQL Onaylayıcı hizmetini kullanmak isterseniz, [strong]tüm SQL "
+"ifadelerinin istatistiksel amaç için isimsiz olarak depolanacağının[/strong] "
+"farkında olmalısınız.[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL "
+"Onaylayıcı[/a], Telif Hakkı 2002 Upright Database Technology. Tüm hakları "
+"saklıdır.[/em]"
#: libraries/config/messages.inc.php:217
msgid "Startup"
@@ -2946,7 +2951,7 @@ msgstr "Sıfır değerleri için AUTO_INCREMENT değeri kullanma"
#: libraries/config/messages.inc.php:259
msgid "Initial state for sliders"
-msgstr ""
+msgstr "Kaydırıcılar için başlangıç durumu"
#: libraries/config/messages.inc.php:260
msgid "How many rows can be inserted at one time"
@@ -3019,7 +3024,7 @@ msgstr "Tablo ağacı ayıracı"
#: libraries/config/messages.inc.php:276
msgid "URL where logo in the navigation frame will point to"
-msgstr ""
+msgstr "Rehber çerçevedeki logoyu işaret eden URL"
#: libraries/config/messages.inc.php:277
msgid "Logo link URL"
@@ -3062,7 +3067,7 @@ msgstr "SQL sorgusu görüntülendiğinde kullanılan en fazla karakter sayısı
#: libraries/config/messages.inc.php:285
msgid "Limit column characters"
-msgstr ""
+msgstr "Sütun karakterlerini sınırlandır"
#: libraries/config/messages.inc.php:286
msgid ""
@@ -3119,15 +3124,15 @@ msgstr "Oturum açma tanımlama bilgisi geçerliliği"
#: libraries/config/messages.inc.php:294
msgid "Double size of textarea for LONGTEXT fields"
-msgstr ""
+msgstr "LONGTEXT alanları için metin alanın iki katı boyutu"
#: libraries/config/messages.inc.php:295
msgid "Bigger textarea for LONGTEXT"
-msgstr ""
+msgstr "LONGTEXT için en büyük metin alanı"
#: libraries/config/messages.inc.php:296
msgid "Use icons on main page"
-msgstr ""
+msgstr "Ana sayfada simgeleri kullan"
#: libraries/config/messages.inc.php:297
msgid "Maximum number of characters used when a SQL query is displayed"
@@ -3140,7 +3145,7 @@ msgstr "En fazla görüntülenecek SQL uzunluğu"
#: libraries/config/messages.inc.php:299 libraries/config/messages.inc.php:304
#: libraries/config/messages.inc.php:331
msgid "Users cannot set a higher value"
-msgstr ""
+msgstr "Kullanıcılar yüksek değer ayarlayamazlar"
#: libraries/config/messages.inc.php:300
msgid "Maximum number of databases displayed in left frame and database list"
@@ -3179,10 +3184,12 @@ msgid ""
"Disable the default warning that is displayed if mcrypt is missing for "
"cookie authentication"
msgstr ""
+"Eğer tanımlama bilgisi kimlik denetimi için mcrypt eksikse, gösterilen "
+"varsayılan uyarıyı etkisizleştir"
#: libraries/config/messages.inc.php:308
msgid "mcrypt warning"
-msgstr ""
+msgstr "mcrypt uyarısı"
#: libraries/config/messages.inc.php:309
msgid ""
@@ -3197,24 +3204,22 @@ msgid "Memory limit"
msgstr "Bellek sınırı"
#: libraries/config/messages.inc.php:311
-#, fuzzy
#| msgid "Show/Hide left menu"
msgid "Show left delete link"
-msgstr "Sol menüyü Göster/Gizle"
+msgstr "Sol silme bağlantısını göster"
#: libraries/config/messages.inc.php:312
msgid "Show right delete link"
-msgstr ""
+msgstr "Sağ silme bağlantısını göster"
#: libraries/config/messages.inc.php:313
msgid "Use natural order for sorting table and database names"
-msgstr ""
+msgstr "Tablo ve veritabanı adlarını sıralamak için doğal sıra kullan"
#: libraries/config/messages.inc.php:314
-#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
-msgstr "Tablo sıralamasını şuna göre değiştir"
+msgstr "Doğal sıra"
#: libraries/config/messages.inc.php:315 libraries/config/messages.inc.php:325
msgid "Use only icons, only text or both"
@@ -3259,6 +3264,9 @@ msgid ""
"Structure page if any of the required tables for the relation features could "
"not be found"
msgstr ""
+"Eğer ilişkilendirme için gerekli tabloların herhangi biri bulunamazsa, "
+"veritabanı ayrıntıları Yapı sayfasında gösterilen varsayılan uyarıyı "
+"etkisizleştir"
#: libraries/config/messages.inc.php:324
#, fuzzy
@@ -3313,7 +3321,7 @@ msgstr "Varsayılan sorgu penceresi sekmesi"
#: libraries/config/messages.inc.php:336 libraries/config/messages.inc.php:338
msgid "Query window height (in pixels)"
-msgstr ""
+msgstr "Sorgu penceresi yüksekliği (piksel olarak)"
#: libraries/config/messages.inc.php:337
#, fuzzy
@@ -3338,6 +3346,7 @@ msgstr "Kaydetme motoru"
#: libraries/config/messages.inc.php:342
msgid "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
msgstr ""
+"Her X hücrede başlığı tekrarla, [kbd]0[/kbd] bu özelliği devre dışı bırakır"
#: libraries/config/messages.inc.php:343
#, fuzzy
@@ -3347,11 +3356,11 @@ msgstr "Üstveri Üstbilgileri"
#: libraries/config/messages.inc.php:344
msgid "Show help button instead of Documentation text"
-msgstr ""
+msgstr "Belge metni yerine yardım düğmesi göster"
#: libraries/config/messages.inc.php:345
msgid "Show help button"
-msgstr ""
+msgstr "Yardım düğmesi göster"
#: libraries/config/messages.inc.php:347
msgid "Directory where exports can be saved on server"
@@ -3783,7 +3792,7 @@ msgstr ""
#: libraries/config/messages.inc.php:427
msgid "User preferences storage table"
-msgstr ""
+msgstr "Kullanıcı tercihleri depolama tablosu"
#: libraries/config/messages.inc.php:429
msgid "User for config auth"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-8024-ge6d6b31
by Michal Čihař 23 Aug '10
by Michal Čihař 23 Aug '10
23 Aug '10
The branch, master has been updated
via e6d6b31c296f0005246b9cd8087d97130f404db2 (commit)
via fd9320ac2823465c7281f8f3331734fda580ddf2 (commit)
via 55719d2cdddc69104df37ce625fb640c31cb4ef1 (commit)
via 406219645634b7e69797fe88fc07847a983038db (commit)
via dfffa2e6a57fdc43401725c115ffc33f4bee545d (commit)
via 259a4fa4be34fa44d33533375685b9167674836f (commit)
via d4a9622ee2a92878a37e9619887925703ba25750 (commit)
via ca457ce9d3c3626cc6e279ae90c4507142d7334e (commit)
via 470aae80174670b3515d25987b6af7985a397f48 (commit)
via 8bbf9ae228c29a6b8f633ed5b8eb13c69661523d (commit)
via 0f8d4433499ce9d19317899ed80e1a70a096b902 (commit)
via 883d63a1a9d25a90e388a93bdfdc16e32f0bdf2d (commit)
via 9930d8044d93f437168a7d332d137ab052ea929d (commit)
via efbd5e762aafbb2df1f14d959316c973e4b853b9 (commit)
via 911f6fa4a51468f3f016049fbcd8caa2b67dd63c (commit)
via e37622cf7a260877861faa66875538137caddf54 (commit)
via 0bcfcec8f22b17e80aabf747a0e373ef3f7a0f6b (commit)
via 783ac7441bff0deee25232afe12347162a303e2c (commit)
via 4feaa81119f8b5b5af7117a691821e8200817116 (commit)
via 4a920c41484c33a30f09b58fd6746ef84c3cb16c (commit)
via a8aa0ccd404b977ec48861a5983f357da3b984a9 (commit)
via ab5d20e69b6e8f352a330bd3087e07b12b3a5cef (commit)
via 8b37f6316093ba66b657b56682aac75c8034d496 (commit)
via 7118ab2b49ef84f64808dcd0887f295c6f6ffed3 (commit)
via 94889e5f0b8c57b0978fade54d8ce4b819f6aff9 (commit)
via 4fa98ec7cf0ea6788428237f7e72744db9e7efc7 (commit)
via 7d48ae58ebf58afe08619ba5bb755a862f78cfea (commit)
via 68e41d28d81a21f83334824df7a1878b3c469f6f (commit)
via eb852e353597d98b376dc7ed45eb2941ba9bac95 (commit)
via d6c00227f3a84185888edd644c0863a3cc7e3630 (commit)
via 9ab5915537d34bf8f34de1301dce50cb99586e38 (commit)
via 4d83a53591ed09cf2dcd90017b9cfb878516c559 (commit)
via e866feb53c0b68e3e51ea9ca783362aed14341e7 (commit)
via b8ab91ac295324032d8a82b516e60e04ad06fd5c (commit)
via fc280b244a1daf7c305e57acb01b73ada88dfe0f (commit)
via 2168b876208acb9dfeadf4500ed4e86c93501bf2 (commit)
via 6089e030040fd687b12d24161b03e2e9933f47e7 (commit)
via a6e6b276fe82771ee62a08cb1f13a842d464d51d (commit)
via fecea949b67a73a14360439995442dafbd9e2f75 (commit)
via 982104e06c73836899b1771c472684e033072067 (commit)
via 3aab7d68d0bdd3a8ed1284128a1a2225dc9ccd43 (commit)
via d6d521dbbadfe8ad62ccfb247d24bc6c6df0f179 (commit)
via 2bd854b8df272cbb614fbedb8b613936056f6c62 (commit)
via feed5bd8f3877edfc5ca54145c3c1e6eca57280b (commit)
via 812c9316cc61528f4b0d7078ce59d4f610fe0cff (commit)
via 47be9fcd2ac749185ba402154663eb719ca1fdd7 (commit)
via 7c7c322d4630a516973f4ceaa9b9cba0bf7d0837 (commit)
via 41219360767572fbccaf96d45759fc11e30f4ad5 (commit)
via a5eb1ef6a27b5ba31aa0ec7f8413415f4014a2af (commit)
via c9590647250e88dfc61c6b247d9f335f94968cb3 (commit)
via aa2a3fd9dd9c1066a2690b2c73f98020bdd2245c (commit)
via 4976ea8e33c4ca085507c44a9a04a8c90c241a0b (commit)
via e15a3ccb8e08d55f3804f79af13f0ba9d5c7efec (commit)
via ab65934df807fb343ee5d4798608cfd3ef16c2c6 (commit)
via 80a543f070488e054ba1fdb331619446fcfcb767 (commit)
via 0277c53573a5b3f2b4d94330aeb197e93bee4b2d (commit)
via fd54b664d83b9f1b1994cc573c6359d02f0e056f (commit)
via 3186596e3c628bfe8b5b3b85297245263b959595 (commit)
via 81d45383464f09b0b98b22c72e069c26ff3ed29b (commit)
via d5029451d597acd789b6294330f73b9e6a26285a (commit)
via bc12cc1c053db3a18a285884a95c75f3d9d6d8e2 (commit)
via 5e51ff33ab5ac559cf2f82ff38b9840bca6bc8e2 (commit)
via 75be5506fad9e0ce583d4eb3ba4a53dea44fcc4d (commit)
via c4f12edecccb0e8b7a6d15258bb549d83b0b72dd (commit)
via a57f1aea6b3de4df11457c4fecb13561640e2862 (commit)
via c98af3cb9f01241d91bef2fc42ccf242f2eb7629 (commit)
via db9e76e4bec77c9e46ccb5ab90a4645104f1c6d8 (commit)
via 42f6e268bbc6bb4da1dbfac13a9f6dea97f2ea33 (commit)
via 6e807bdf24cee4fc3bcbb5a767c9c176329ed211 (commit)
via daa6db8e7c5fa3449ea78e5de03616268aa765ca (commit)
via ce2488497fd077bf66abf51d3cba92e514096dce (commit)
via 68ad19bb12a4232502f3af676d6f56612cfbd923 (commit)
from 5c63cbd23127f6ad241f354eeaf02f8331449d7c (commit)
- Log -----------------------------------------------------------------
commit e6d6b31c296f0005246b9cd8087d97130f404db2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:22:38 2010 +0200
Translation update done using Pootle.
commit fd9320ac2823465c7281f8f3331734fda580ddf2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:22:16 2010 +0200
Translation update done using Pootle.
commit 55719d2cdddc69104df37ce625fb640c31cb4ef1
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:22:00 2010 +0200
Translation update done using Pootle.
commit 406219645634b7e69797fe88fc07847a983038db
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:21:33 2010 +0200
Translation update done using Pootle.
commit dfffa2e6a57fdc43401725c115ffc33f4bee545d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:21:03 2010 +0200
Translation update done using Pootle.
commit 259a4fa4be34fa44d33533375685b9167674836f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:20:17 2010 +0200
Translation update done using Pootle.
commit d4a9622ee2a92878a37e9619887925703ba25750
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:20:01 2010 +0200
Translation update done using Pootle.
commit ca457ce9d3c3626cc6e279ae90c4507142d7334e
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:19:13 2010 +0200
Translation update done using Pootle.
commit 470aae80174670b3515d25987b6af7985a397f48
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:18:58 2010 +0200
Translation update done using Pootle.
commit 8bbf9ae228c29a6b8f633ed5b8eb13c69661523d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:18:45 2010 +0200
Translation update done using Pootle.
commit 0f8d4433499ce9d19317899ed80e1a70a096b902
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:18:17 2010 +0200
Translation update done using Pootle.
commit 883d63a1a9d25a90e388a93bdfdc16e32f0bdf2d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:18:08 2010 +0200
Translation update done using Pootle.
commit 9930d8044d93f437168a7d332d137ab052ea929d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:16:48 2010 +0200
Translation update done using Pootle.
commit efbd5e762aafbb2df1f14d959316c973e4b853b9
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:16:31 2010 +0200
Translation update done using Pootle.
commit 911f6fa4a51468f3f016049fbcd8caa2b67dd63c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:16:21 2010 +0200
Translation update done using Pootle.
commit e37622cf7a260877861faa66875538137caddf54
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:16:05 2010 +0200
Translation update done using Pootle.
commit 0bcfcec8f22b17e80aabf747a0e373ef3f7a0f6b
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:15:53 2010 +0200
Translation update done using Pootle.
commit 783ac7441bff0deee25232afe12347162a303e2c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:15:11 2010 +0200
Translation update done using Pootle.
commit 4feaa81119f8b5b5af7117a691821e8200817116
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:15:01 2010 +0200
Translation update done using Pootle.
commit 4a920c41484c33a30f09b58fd6746ef84c3cb16c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:14:20 2010 +0200
Translation update done using Pootle.
commit a8aa0ccd404b977ec48861a5983f357da3b984a9
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:13:44 2010 +0200
Translation update done using Pootle.
commit ab5d20e69b6e8f352a330bd3087e07b12b3a5cef
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:13:30 2010 +0200
Translation update done using Pootle.
commit 8b37f6316093ba66b657b56682aac75c8034d496
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:12:56 2010 +0200
Translation update done using Pootle.
commit 7118ab2b49ef84f64808dcd0887f295c6f6ffed3
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:12:30 2010 +0200
Translation update done using Pootle.
commit 94889e5f0b8c57b0978fade54d8ce4b819f6aff9
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:12:02 2010 +0200
Translation update done using Pootle.
commit 4fa98ec7cf0ea6788428237f7e72744db9e7efc7
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:11:43 2010 +0200
Translation update done using Pootle.
commit 7d48ae58ebf58afe08619ba5bb755a862f78cfea
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:11:11 2010 +0200
Translation update done using Pootle.
commit 68e41d28d81a21f83334824df7a1878b3c469f6f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:10:54 2010 +0200
Translation update done using Pootle.
commit eb852e353597d98b376dc7ed45eb2941ba9bac95
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:08:48 2010 +0200
Translation update done using Pootle.
commit d6c00227f3a84185888edd644c0863a3cc7e3630
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:08:24 2010 +0200
Translation update done using Pootle.
commit 9ab5915537d34bf8f34de1301dce50cb99586e38
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:08:11 2010 +0200
Translation update done using Pootle.
commit 4d83a53591ed09cf2dcd90017b9cfb878516c559
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:07:59 2010 +0200
Translation update done using Pootle.
commit e866feb53c0b68e3e51ea9ca783362aed14341e7
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:07:25 2010 +0200
Translation update done using Pootle.
commit b8ab91ac295324032d8a82b516e60e04ad06fd5c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:06:47 2010 +0200
Translation update done using Pootle.
commit fc280b244a1daf7c305e57acb01b73ada88dfe0f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:05:48 2010 +0200
Translation update done using Pootle.
commit 2168b876208acb9dfeadf4500ed4e86c93501bf2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:05:25 2010 +0200
Translation update done using Pootle.
commit 6089e030040fd687b12d24161b03e2e9933f47e7
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:04:58 2010 +0200
Translation update done using Pootle.
commit a6e6b276fe82771ee62a08cb1f13a842d464d51d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:04:14 2010 +0200
Translation update done using Pootle.
commit fecea949b67a73a14360439995442dafbd9e2f75
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 22:03:56 2010 +0200
Translation update done using Pootle.
commit 982104e06c73836899b1771c472684e033072067
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:57:39 2010 +0200
Translation update done using Pootle.
commit 3aab7d68d0bdd3a8ed1284128a1a2225dc9ccd43
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:56:09 2010 +0200
Translation update done using Pootle.
commit d6d521dbbadfe8ad62ccfb247d24bc6c6df0f179
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:51:54 2010 +0200
Translation update done using Pootle.
commit 2bd854b8df272cbb614fbedb8b613936056f6c62
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:45:07 2010 +0200
Translation update done using Pootle.
commit feed5bd8f3877edfc5ca54145c3c1e6eca57280b
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:45:00 2010 +0200
Translation update done using Pootle.
commit 812c9316cc61528f4b0d7078ce59d4f610fe0cff
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:43:51 2010 +0200
Translation update done using Pootle.
commit 47be9fcd2ac749185ba402154663eb719ca1fdd7
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:43:29 2010 +0200
Translation update done using Pootle.
commit 7c7c322d4630a516973f4ceaa9b9cba0bf7d0837
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:41:14 2010 +0200
Translation update done using Pootle.
commit 41219360767572fbccaf96d45759fc11e30f4ad5
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:39:30 2010 +0200
Translation update done using Pootle.
commit a5eb1ef6a27b5ba31aa0ec7f8413415f4014a2af
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:38:37 2010 +0200
Translation update done using Pootle.
commit c9590647250e88dfc61c6b247d9f335f94968cb3
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:38:17 2010 +0200
Translation update done using Pootle.
commit aa2a3fd9dd9c1066a2690b2c73f98020bdd2245c
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:37:34 2010 +0200
Translation update done using Pootle.
commit 4976ea8e33c4ca085507c44a9a04a8c90c241a0b
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:37:01 2010 +0200
Translation update done using Pootle.
commit e15a3ccb8e08d55f3804f79af13f0ba9d5c7efec
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:35:39 2010 +0200
Translation update done using Pootle.
commit ab65934df807fb343ee5d4798608cfd3ef16c2c6
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:34:48 2010 +0200
Translation update done using Pootle.
commit 80a543f070488e054ba1fdb331619446fcfcb767
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:34:12 2010 +0200
Translation update done using Pootle.
commit 0277c53573a5b3f2b4d94330aeb197e93bee4b2d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:32:55 2010 +0200
Translation update done using Pootle.
commit fd54b664d83b9f1b1994cc573c6359d02f0e056f
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:29:26 2010 +0200
Translation update done using Pootle.
commit 3186596e3c628bfe8b5b3b85297245263b959595
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:29:08 2010 +0200
Translation update done using Pootle.
commit 81d45383464f09b0b98b22c72e069c26ff3ed29b
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:28:44 2010 +0200
Translation update done using Pootle.
commit d5029451d597acd789b6294330f73b9e6a26285a
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:27:32 2010 +0200
Translation update done using Pootle.
commit bc12cc1c053db3a18a285884a95c75f3d9d6d8e2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:27:13 2010 +0200
Translation update done using Pootle.
commit 5e51ff33ab5ac559cf2f82ff38b9840bca6bc8e2
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:05:45 2010 +0200
Translation update done using Pootle.
commit 75be5506fad9e0ce583d4eb3ba4a53dea44fcc4d
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:04:55 2010 +0200
Translation update done using Pootle.
commit c4f12edecccb0e8b7a6d15258bb549d83b0b72dd
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:04:11 2010 +0200
Translation update done using Pootle.
commit a57f1aea6b3de4df11457c4fecb13561640e2862
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:03:14 2010 +0200
Translation update done using Pootle.
commit c98af3cb9f01241d91bef2fc42ccf242f2eb7629
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:03:00 2010 +0200
Translation update done using Pootle.
commit db9e76e4bec77c9e46ccb5ab90a4645104f1c6d8
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:02:21 2010 +0200
Translation update done using Pootle.
commit 42f6e268bbc6bb4da1dbfac13a9f6dea97f2ea33
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:01:45 2010 +0200
Translation update done using Pootle.
commit 6e807bdf24cee4fc3bcbb5a767c9c176329ed211
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:00:53 2010 +0200
Translation update done using Pootle.
commit daa6db8e7c5fa3449ea78e5de03616268aa765ca
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:00:38 2010 +0200
Translation update done using Pootle.
commit ce2488497fd077bf66abf51d3cba92e514096dce
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 20:00:08 2010 +0200
Translation update done using Pootle.
commit 68ad19bb12a4232502f3af676d6f56612cfbd923
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: Mon Aug 23 19:58:55 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/tr.po | 184 ++++++++++++++++++++++++++------------------------------------
1 files changed, 78 insertions(+), 106 deletions(-)
diff --git a/po/tr.po b/po/tr.po
index e493b0b..9f1c3e0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-08-23 13:31+0200\n"
-"PO-Revision-Date: 2010-08-22 20:26+0200\n"
+"PO-Revision-Date: 2010-08-23 22:22+0200\n"
"Last-Translator: Burak Yavuz <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
"Language: tr\n"
@@ -340,10 +340,9 @@ msgstr ""
"için %sburaya%s tıklayın."
#: db_operations.php:531
-#, fuzzy
#| msgid "Relational schema"
msgid "Edit or export relational schema"
-msgstr "İlişkisel şema"
+msgstr "İlişkisel şemayı dışa aktar veya düzenle"
#: db_printview.php:102 db_tracking.php:67 db_tracking.php:152
#: libraries/config/messages.inc.php:483 libraries/db_structure.lib.php:37
@@ -852,7 +851,7 @@ msgid ""
"%s for ways to workaround this limit."
msgstr ""
"Muhtemelen çok büyük dosya göndermeyi denediniz. Lütfen bu sınıra çözüm yolu "
-"bulmak için %sbelgelere%s başvurun."
+"bulmak için %sbelgelerden%s yararlanın."
#: import.php:277 import.php:330 libraries/File.class.php:566
#: libraries/File.class.php:676
@@ -1055,7 +1054,7 @@ msgstr "Üret"
#: js/messages.php:70
msgid "More"
-msgstr ""
+msgstr "Daha Fazla"
#. l10n: Display text for calendar close link
#: js/messages.php:80
@@ -1927,27 +1926,25 @@ msgstr "Özel - yapılandırmak için tüm olası seçenekleri göster"
#: libraries/config.values.php:101
msgid "Custom - like above, but without the quick/custom choice"
-msgstr ""
+msgstr "Özel - yukarıdaki gibi ancak hızlı/özel seçimsiz"
#: libraries/config.values.php:119
-#, fuzzy
#| msgid "Delayed inserts"
msgid "complete inserts"
-msgstr "Gecikmiş eklemeler"
+msgstr "tam eklemeler"
#: libraries/config.values.php:120
-#, fuzzy
#| msgid "Delayed inserts"
msgid "extended inserts"
-msgstr "Gecikmiş eklemeler"
+msgstr "genişletilmiş eklemeler"
#: libraries/config.values.php:121
msgid "both of the above"
-msgstr ""
+msgstr "yukarıdakinin ikisi birden"
#: libraries/config.values.php:122
msgid "neither of the above"
-msgstr ""
+msgstr "yukarıdakinin hiçbiri"
#: libraries/config/FormDisplay.class.php:83
#: libraries/config/validate.lib.php:416
@@ -1974,7 +1971,7 @@ msgstr "Yanlış değer"
#: libraries/config/validate.lib.php:458
#, php-format
msgid "Value must be equal or lower than %s"
-msgstr ""
+msgstr "Değer, %s değerinden az ya da eşit olmalıdır"
#: libraries/config/FormDisplay.class.php:536
#, php-format
@@ -1983,46 +1980,44 @@ msgstr "%s için kayıp veri"
#: libraries/config/FormDisplay.class.php:728
#: libraries/config/FormDisplay.class.php:732
-#, fuzzy
#| msgid "Variable"
msgid "unavailable"
-msgstr "Değişken"
+msgstr "kullanılamaz"
#: libraries/config/FormDisplay.class.php:729
#: libraries/config/FormDisplay.class.php:733
#, php-format
msgid "\"%s\" requires %s extension"
-msgstr ""
+msgstr "\"%s\", %s uzantısı gerektirir"
#: libraries/config/FormDisplay.class.php:747
#, php-format
msgid "import will not work, missing function (%s)"
-msgstr ""
+msgstr "içe aktarma çalışmayacak, eksik işlev (%s)"
#: libraries/config/FormDisplay.class.php:751
#, php-format
msgid "export will not work, missing function (%s)"
-msgstr ""
+msgstr "dışa aktarma çalışmayacak, eksik işlev (%s)"
#: libraries/config/FormDisplay.class.php:758
msgid "SQL Validator is disabled"
-msgstr ""
+msgstr "SQL Onaylayıcı etkisizleştirildi"
#: libraries/config/FormDisplay.class.php:765
-#, fuzzy
#| msgid "PHP extension to use"
msgid "SOAP extension not found"
-msgstr "Kullanmak için PHP uzantısı"
+msgstr "SOAP uzantısı bulunamadı"
#: libraries/config/FormDisplay.class.php:773
-#, fuzzy, php-format
+#, php-format
#| msgid "Maximum tables"
msgid "maximum %s"
-msgstr "En fazla tablo"
+msgstr "en fazla %s"
#: libraries/config/FormDisplay.tpl.php:174
msgid "This setting is disabled, it will not be applied to your configuration"
-msgstr ""
+msgstr "Bu ayar etkisizleştirildi, yapılandırmanıza uygulanmayacaktır"
#: libraries/config/FormDisplay.tpl.php:249
#, php-format
@@ -2036,7 +2031,7 @@ msgstr "Varsayılan değeri geri yükle"
#: libraries/config/FormDisplay.tpl.php:270
msgid "Allow users to customize this value"
-msgstr ""
+msgstr "Bu değeri özelleştirmek için kullanıcılara izin ver"
#: libraries/config/FormDisplay.tpl.php:337
#: libraries/schema/User_Schema.class.php:322
@@ -2069,10 +2064,13 @@ msgid ""
"inside a frame, and is a potential [strong]security hole[/strong] allowing "
"cross-frame scripting attacks"
msgstr ""
+"Bunu etkinleştirmek phpMyAdmin'i çerçeve içinde çağırmak için farklı alan "
+"isimlerine yerleşmiş sayfalara izin verir ve çapraz çerçeve betik yazım "
+"saldırılarına izin veren olası [strong]güvenlik açığıdır[/strong]"
#: libraries/config/messages.inc.php:20
msgid "Allow third party framing"
-msgstr ""
+msgstr "Üçüncü parti çerçevelemeye izin ver"
#: libraries/config/messages.inc.php:21
msgid "Show "Drop database" link to normal users"
@@ -2185,31 +2183,32 @@ msgstr "DROP sorgularını onayla"
#: libraries/config/messages.inc.php:42
msgid "Field navigation using Ctrl+Arrows"
-msgstr ""
+msgstr "Ctrl+Okları kullanarak alan rehberliği"
#: libraries/config/messages.inc.php:43
msgid "Debug PHP"
-msgstr ""
+msgstr "PHP Hata Ayıklama"
#: libraries/config/messages.inc.php:44
msgid "Debug SQL"
-msgstr ""
+msgstr "SQL Hata Ayıklama"
#: libraries/config/messages.inc.php:45
-#, fuzzy
#| msgid "Databases display options"
msgid "Default display direction"
-msgstr "Veritabanlarının görüntü seçenekleri"
+msgstr "Varsayılan görüntü talimatı"
#: libraries/config/messages.inc.php:46
msgid ""
"[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
"maximum number for which vertical model is used"
msgstr ""
+"[kbd]yatay[/kbd], [kbd]dikey[/kbd] veya hangi dikey modelin kullanılması "
+"için en fazla sayıyı gösteren numara"
#: libraries/config/messages.inc.php:47
msgid "Display direction for altering/creating columns"
-msgstr ""
+msgstr "Sütunları değiştirmek/oluşturmak için talimatı göster"
#: libraries/config/messages.inc.php:48
msgid "Tab that is displayed when entering a database"
@@ -2236,10 +2235,9 @@ msgid "Default table tab"
msgstr "Varsayılan tablo sekmesi"
#: libraries/config/messages.inc.php:54
-#, fuzzy
#| msgid "Show binary contents as HEX"
msgid "Show binary contents as HEX by default"
-msgstr "Binari içerikleri HEX olarak göster"
+msgstr "Binari içerikleri varsayılandan HEX olarak göster"
#: libraries/config/messages.inc.php:55 libraries/display_tbl.lib.php:597
msgid "Show binary contents as HEX"
@@ -2263,29 +2261,26 @@ msgstr "Sunucuları liste olarak görüntüle"
#: libraries/config/messages.inc.php:60
msgid "Edit SQL queries in popup window"
-msgstr ""
+msgstr "Açılır pencere içinde SQL sorgularını düzenle"
#: libraries/config/messages.inc.php:61
-#, fuzzy
#| msgid "Edit next row"
msgid "Edit in window"
-msgstr "Sonraki satırı düzenle"
+msgstr "Pencerede düzenle"
#: libraries/config/messages.inc.php:62
-#, fuzzy
#| msgid "Display Features"
msgid "Display errors"
-msgstr "Özellikleri Göster"
+msgstr "Hataları göster"
#: libraries/config/messages.inc.php:63
-#, fuzzy
#| msgid "Ignore errors"
msgid "Gather errors"
-msgstr "Hataları yoksay"
+msgstr "Hataları toparla"
#: libraries/config/messages.inc.php:64
msgid "Show icons for warning, error and information messages"
-msgstr ""
+msgstr "Uyarı, hata ve bilgi mesajları için simgeleri göster"
#: libraries/config/messages.inc.php:65
#, fuzzy
@@ -2355,10 +2350,9 @@ msgid "Replace NULL by"
msgstr "NULL'u bunla değiştir:"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:82
-#, fuzzy
#| msgid "Remove carriage return/line feed characters within columns"
msgid "Remove CRLF characters within columns"
-msgstr "Sütunlardaki satır başı/satır atlama karakterlerini kaldır"
+msgstr "Sütunlardaki CRLF karakterlerini kaldır"
#: libraries/config/messages.inc.php:77 libraries/config/messages.inc.php:240
#: libraries/config/messages.inc.php:248 libraries/import/csv.php:61
@@ -2372,10 +2366,9 @@ msgid "Lines terminated by"
msgstr "Satırı sonlandıran:"
#: libraries/config/messages.inc.php:80
-#, fuzzy
#| msgid "Excel edition:"
msgid "Excel edition"
-msgstr "Excel yapısı:"
+msgstr "Excel yapısı"
#: libraries/config/messages.inc.php:83
msgid "Database name template"
@@ -2407,10 +2400,9 @@ msgid "Table caption"
msgstr "Tablo başlığı"
#: libraries/config/messages.inc.php:94 libraries/config/messages.inc.php:100
-#, fuzzy
#| msgid "Include table caption"
msgid "Continued table caption"
-msgstr "Tablo başlığını dahil et"
+msgstr "Devam eden tablo başlığı"
#: libraries/config/messages.inc.php:95 libraries/config/messages.inc.php:101
#: libraries/export/latex.php:53 libraries/export/latex.php:77
@@ -2429,10 +2421,9 @@ msgid "Relations"
msgstr "İlişkiler"
#: libraries/config/messages.inc.php:103
-#, fuzzy
#| msgid "Export Method:"
msgid "Export method"
-msgstr "Dışa Aktarma Yöntemi:"
+msgstr "Dışa aktarma yöntemi"
#: libraries/config/messages.inc.php:112
msgid "Save on server"
@@ -2449,7 +2440,7 @@ msgstr "Dosya adı şablonunu hatırla"
#: libraries/config/messages.inc.php:116
msgid "Enclose table and column names with backquotes"
-msgstr ""
+msgstr "Tablo ve sütun adlarını ters tırnaklarla kapattır"
#: libraries/config/messages.inc.php:117 libraries/config/messages.inc.php:255
#: libraries/display_export.lib.php:354
@@ -2457,20 +2448,18 @@ msgid "SQL compatibility mode"
msgstr "SQL uyumluluk kipi"
#: libraries/config/messages.inc.php:118
-#, fuzzy
#| msgid "Syntax to use when inserting data:"
msgid "Syntax to use when inserting data"
-msgstr "Veri eklenirken kullanılacak sözdizimi:"
+msgstr "Veri eklenirken kullanılacak sözdizimi"
#: libraries/config/messages.inc.php:119
msgid "Creation/Update/Check dates"
-msgstr ""
+msgstr "Oluşturma/Güncelleme/Denetleme tarihleri"
#: libraries/config/messages.inc.php:120
-#, fuzzy
#| msgid "Delayed inserts"
msgid "Use delayed inserts"
-msgstr "Gecikmiş eklemeler"
+msgstr "Gecikmiş eklemeleri kullan"
#: libraries/config/messages.inc.php:121 libraries/export/sql.php:53
msgid "Disable foreign key checks"
@@ -2478,33 +2467,30 @@ msgstr "Dış anahtar kontrolünü etkisizleştir"
#: libraries/config/messages.inc.php:124
msgid "Use hexadecimal for BLOB"
-msgstr ""
+msgstr "BLOB için onaltılık düzen kullan"
#: libraries/config/messages.inc.php:126
-#, fuzzy
#| msgid "Delayed inserts"
msgid "Use ignore inserts"
-msgstr "Gecikmiş eklemeler"
+msgstr "Yoksayılan eklemeleri kullan"
#: libraries/config/messages.inc.php:128 libraries/export/sql.php:163
msgid "Maximal length of created query"
msgstr "Oluşturulan sorgunun azami uzunluğu"
#: libraries/config/messages.inc.php:133
-#, fuzzy
#| msgid "Export"
msgid "Export type"
-msgstr "Dışa Aktar"
+msgstr "Dışa aktarma türü"
#: libraries/config/messages.inc.php:134 libraries/export/sql.php:50
msgid "Enclose export in a transaction"
msgstr "İşlem içinde dışa aktarmayı kapsa"
#: libraries/config/messages.inc.php:135
-#, fuzzy
#| msgid "Export contents"
msgid "Export time in UTC"
-msgstr "İçerikleri dışa aktar"
+msgstr "UTC olarak dışa aktarma zamanı"
#: libraries/config/messages.inc.php:143
msgid "Force secured connection while using phpMyAdmin"
@@ -2546,10 +2532,9 @@ msgstr "Gözatma modunu özelleştirir"
#: libraries/config/messages.inc.php:171 libraries/config/messages.inc.php:182
#: libraries/config/messages.inc.php:184 libraries/config/messages.inc.php:212
#: libraries/config/messages.inc.php:224
-#, fuzzy
#| msgid "Customize default export options"
msgid "Customize default options"
-msgstr "Varsayılan dışa aktarma seçeneklerini özelleştirir"
+msgstr "Varsayılan seçenekleri özelleştirir"
#: libraries/config/messages.inc.php:153 libraries/config/setup.forms.php:230
#: libraries/config/setup.forms.php:304
@@ -2561,11 +2546,11 @@ msgstr "CSV"
#: libraries/config/messages.inc.php:155
msgid "Developer"
-msgstr ""
+msgstr "Geliştirici"
#: libraries/config/messages.inc.php:156
msgid "Settings for phpMyAdmin developers"
-msgstr ""
+msgstr "phpMyAdmin geliştiricileri için ayarlar"
#: libraries/config/messages.inc.php:157
msgid "Edit mode"
@@ -2589,14 +2574,13 @@ msgid "Features"
msgstr "Özellikler"
#: libraries/config/messages.inc.php:163
-#, fuzzy
#| msgid "Generate"
msgid "General"
-msgstr "Üret"
+msgstr "Genel"
#: libraries/config/messages.inc.php:164
msgid "Set some commonly used options"
-msgstr ""
+msgstr "Bazı çoğunlukla kullanılmış seçenekleri ayarla"
#: libraries/config/messages.inc.php:165 libraries/db_links.inc.php:83
#: libraries/server_links.inc.php:71 libraries/tbl_links.inc.php:82
@@ -2661,13 +2645,12 @@ msgstr "Ana çerçeve"
#: libraries/config/messages.inc.php:181
msgid "Microsoft Office"
-msgstr ""
+msgstr "Microsoft Office"
#: libraries/config/messages.inc.php:183
-#, fuzzy
#| msgid "Open Document Text"
msgid "Open Document"
-msgstr "Açık Belge Metini"
+msgstr "Open Belgesi"
#: libraries/config/messages.inc.php:185
msgid "Other core settings"
@@ -2678,10 +2661,9 @@ msgid "Settings that didn't fit enywhere else"
msgstr "Başka hiçbir yere uymayan ayarlar"
#: libraries/config/messages.inc.php:187
-#, fuzzy
#| msgid "Page name"
msgid "Page titles"
-msgstr "Sayfa adı"
+msgstr "Sayfa başlığı"
#: libraries/config/messages.inc.php:188
msgid ""
@@ -2689,6 +2671,9 @@ msgid ""
"html#cfg_TitleTable]documentation[/a] for magic strings that can be used to "
"get special values."
msgstr ""
+"Tarayıcının başlık çubuğu metnini belirler. Özel değerleri almak için "
+"kullanılabilecek sihirli dizgiler için "
+"[a(a)Documentation.html#cfg_TitleTable]belgelerden[/a] yararlanın."
#: libraries/config/messages.inc.php:189
#: libraries/navigation_header.inc.php:83
@@ -2718,16 +2703,14 @@ msgid "Basic settings"
msgstr "Temel ayarlar"
#: libraries/config/messages.inc.php:194
-#, fuzzy
#| msgid "Authentication type"
msgid "Authentication"
-msgstr "Kimlik denetimi türü"
+msgstr "Kimlik denetimi"
#: libraries/config/messages.inc.php:195
-#, fuzzy
#| msgid "Authentication type"
msgid "Authentication settings"
-msgstr "Kimlik denetimi türü"
+msgstr "Kimlik denetimi ayarları"
#: libraries/config/messages.inc.php:196
msgid "Server configuration"
@@ -2746,13 +2729,11 @@ msgid "Enter server connection parameters"
msgstr "Sunucu bağlantı parametrelerini girin"
#: libraries/config/messages.inc.php:199
-#, fuzzy
#| msgid "Configuration: %s"
msgid "Configuration storage"
-msgstr "Yapılandırma: %s"
+msgstr "Yapılandırma depolama"
#: libraries/config/messages.inc.php:200
-#, fuzzy
#| msgid ""
#| "Configure phpMyAdmin database to gain access to additional features, see "
#| "[a@../Documentation.html#linked-tables]phpMyAdmin configuration storage[/"
@@ -2762,9 +2743,9 @@ msgid ""
"features, see [a(a)Documentation.html#linked-tables]phpMyAdmin configuration "
"storage[/a] in documentation"
msgstr ""
-"İlave özelliklere erişim kazanmak için phpMyAdmin veritabanını yapılandırır, "
-"belgelerde [a@../Documentation.html#linked-tables]phpMyAdmin yapılandırma "
-"depolama[/a] kısmına bakın"
+"İlave özelliklere erişim kazanmak için phpMyAdmin yapılandırma depolamasını "
+"yapılandırır, belgelerde [a@../Documentation.html#linked-tables]phpMyAdmin "
+"yapılandırma depolama[/a] kısmına bakın"
#: libraries/config/messages.inc.php:201
msgid "Changes tracking"
@@ -2806,16 +2787,14 @@ msgid "Customize links shown in SQL Query boxes"
msgstr "SQL Sorgu kutularında gösterilecek bağlantıları özelleştirir"
#: libraries/config/messages.inc.php:214
-#, fuzzy
#| msgid "SQL queries"
msgid "SQL queries settings"
-msgstr "SQL sorguları"
+msgstr "SQL sorguları ayarları"
#: libraries/config/messages.inc.php:215
-#, fuzzy
#| msgid "SQL history"
msgid "SQL Validator"
-msgstr "SQL geçmişi"
+msgstr "SQL Onaylayıcısı"
#: libraries/config/messages.inc.php:216
msgid ""
@@ -2842,30 +2821,27 @@ msgid "Choose how you want tabs to work"
msgstr "Sekmelerin nasıl çalışmasını istiyorsanız seçin"
#: libraries/config/messages.inc.php:221
-#, fuzzy
#| msgid "Use text field"
msgid "Text fields"
-msgstr "Metin alanını kullan"
+msgstr "Metin alanları"
#: libraries/config/messages.inc.php:222
-#, fuzzy
#| msgid "Customize export options"
msgid "Customize text input fields"
-msgstr "Dışa aktarma seçeneklerini özelleştir"
+msgstr "Metin giriş alanlarını özelleştirir"
#: libraries/config/messages.inc.php:223 libraries/export/texytext.php:17
msgid "Texy! text"
msgstr "Texy! metni"
#: libraries/config/messages.inc.php:225
-#, fuzzy
#| msgid "Warning"
msgid "Warnings"
-msgstr "Uyarı"
+msgstr "Uyarılar"
#: libraries/config/messages.inc.php:226
msgid "Disable some of the warnings shown by phpMyAdmin"
-msgstr ""
+msgstr "phpMyAdmin tarafından gösterilen bazı uyarılar etkisiz"
#: libraries/config/messages.inc.php:227
msgid ""
@@ -2937,26 +2913,23 @@ msgstr "YEREL anahtar kelime kullan"
#: libraries/config/messages.inc.php:249 libraries/config/messages.inc.php:257
#: libraries/config/messages.inc.php:258
-#, fuzzy
#| msgid "Put columns names in the first row"
msgid "Column names in first row"
-msgstr "İlk satır içine sütun adlarını koy"
+msgstr "İlk satır içindeki sütun adları"
#: libraries/config/messages.inc.php:250 libraries/import/ods.php:27
msgid "Do not import empty rows"
msgstr "Boş satırları içe aktarma"
#: libraries/config/messages.inc.php:251
-#, fuzzy
#| msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
msgid "Import currencies ($5.00 to 5.00)"
-msgstr "Parasalları içe aktar <i>(örn. $5.00'ı 5.00'a)</i>"
+msgstr "Parasalları içe aktar ($5.00'ı 5.00'a)"
#: libraries/config/messages.inc.php:252
-#, fuzzy
#| msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
msgid "Import percentages as proper decimals (12.00% to .12)"
-msgstr "Yüzdeleri doğru ondalık olarak içe aktar <i>(örn. %12.00'ı .12'ye)</i>"
+msgstr "Yüzdeleri doğru ondalık olarak içe aktar (%12.00'ı .12'ye)"
#: libraries/config/messages.inc.php:253
msgid "Number of queries to skip from start"
@@ -2967,10 +2940,9 @@ msgid "Partial import: skip queries"
msgstr "Kısmi içe aktarma: sorguları atla"
#: libraries/config/messages.inc.php:256
-#, fuzzy
#| msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
msgid "Do not use AUTO_INCREMENT for zero values"
-msgstr "Sıfır değerleri için <code>AUTO_INCREMENT</code> değeri kullanma"
+msgstr "Sıfır değerleri için AUTO_INCREMENT değeri kullanma"
#: libraries/config/messages.inc.php:259
msgid "Initial state for sliders"
@@ -6534,8 +6506,8 @@ msgid ""
"Displays hexadecimal representation of data. Optional first parameter "
"specifies how often space will be added (defaults to 2 nibbles)."
msgstr ""
-"Verinin onaltılık gösterimini görüntüler. İsteğe bağlı ilk parametre, ne "
-"sıklıkta boşluk ekleneceğini belirler (varsayılanı 2 yarım bayttır)."
+"Verinin onaltılık düzen gösterimini görüntüler. İsteğe bağlı ilk parametre, "
+"ne sıklıkta boşluk ekleneceğini belirler (varsayılanı 2 yarım bayttır)."
#: libraries/transformations/image_jpeg__inline.inc.php:9
#: libraries/transformations/image_png__inline.inc.php:9
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_6RC1-7952-g5c63cbd
by Michal Čihař 23 Aug '10
by Michal Čihař 23 Aug '10
23 Aug '10
The branch, master has been updated
via 5c63cbd23127f6ad241f354eeaf02f8331449d7c (commit)
via 362251abbf49df2ea8e489ed7c88827e3a97d414 (commit)
via 133a77fac7d31a38703db2099a90c1b49de62e37 (commit)
via a24e418527283936f09483e8cfcf8902c7409cbc (commit)
via 9036ac09e3b5a835550ef62ebb1e1ba202728710 (commit)
via 1e7bc7d691fa8abcdde87a70ed6cef6f30cbe107 (commit)
from 0b015eeb5d220c14c0d63c8f8664ddd747838f31 (commit)
- Log -----------------------------------------------------------------
commit 5c63cbd23127f6ad241f354eeaf02f8331449d7c
Merge: 0b015eeb5d220c14c0d63c8f8664ddd747838f31 362251abbf49df2ea8e489ed7c88827e3a97d414
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Aug 23 17:10:04 2010 +0200
Merge branch 'QA_3_3'
Conflicts:
Documentation.html
README
libraries/Config.class.php
translators.html
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
libraries/Error.class.php | 2 +-
libraries/dbi/mysql.dbi.lib.php | 6 ++++++
libraries/dbi/mysqli.dbi.lib.php | 5 +++++
4 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f4964a1..eb47035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -110,6 +110,8 @@ $Id$
- [relations] Dropped WYSIWYG-PDF configuration variable.
- rfe #806035, #686260 [relations] Export relations to Dia, SVG and others
+3.3.7.0 (not yet released)
+
3.3.6.0 (not yet released)
- bug #3033063 [core] Navi gets wrong db name
- bug #3031705 [core] Fix generating condition for real numbers by comparing
diff --git a/libraries/Error.class.php b/libraries/Error.class.php
index b063995..c499d8d 100644
--- a/libraries/Error.class.php
+++ b/libraries/Error.class.php
@@ -318,7 +318,7 @@ class PMA_Error extends PMA_Message
if (in_array($function, $include_functions)) {
echo PMA_Error::relPath($arg);
} elseif (is_scalar($arg)) {
- echo gettype($arg) . ' ' . $arg;
+ echo gettype($arg) . ' ' . htmlspecialchars($arg);
} else {
echo gettype($arg);
}
diff --git a/libraries/dbi/mysql.dbi.lib.php b/libraries/dbi/mysql.dbi.lib.php
index 5af59bd..c5ff26f 100644
--- a/libraries/dbi/mysql.dbi.lib.php
+++ b/libraries/dbi/mysql.dbi.lib.php
@@ -317,6 +317,12 @@ function PMA_DBI_get_client_info()
function PMA_DBI_getError($link = null)
{
$GLOBALS['errno'] = 0;
+
+ /* Treat false same as null because of controllink */
+ if ($link === false) {
+ $link = null;
+ }
+
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
diff --git a/libraries/dbi/mysqli.dbi.lib.php b/libraries/dbi/mysqli.dbi.lib.php
index 9e836eb..086b47a 100644
--- a/libraries/dbi/mysqli.dbi.lib.php
+++ b/libraries/dbi/mysqli.dbi.lib.php
@@ -374,6 +374,11 @@ function PMA_DBI_getError($link = null)
{
$GLOBALS['errno'] = 0;
+ /* Treat false same as null because of controllink */
+ if ($link === false) {
+ $link = null;
+ }
+
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
// Do not stop now. We still can get the error code
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_6RC1-4-g362251a
by Michal Čihař 23 Aug '10
by Michal Čihař 23 Aug '10
23 Aug '10
The branch, QA_3_3 has been updated
via 362251abbf49df2ea8e489ed7c88827e3a97d414 (commit)
via 133a77fac7d31a38703db2099a90c1b49de62e37 (commit)
via a24e418527283936f09483e8cfcf8902c7409cbc (commit)
via 1e7bc7d691fa8abcdde87a70ed6cef6f30cbe107 (commit)
from 9036ac09e3b5a835550ef62ebb1e1ba202728710 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
libraries/Error.class.php | 2 +-
libraries/dbi/mysql.dbi.lib.php | 6 ++++++
libraries/dbi/mysqli.dbi.lib.php | 5 +++++
3 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/libraries/Error.class.php b/libraries/Error.class.php
index 849287e..9f0ae9a 100644
--- a/libraries/Error.class.php
+++ b/libraries/Error.class.php
@@ -319,7 +319,7 @@ class PMA_Error extends PMA_Message
if (in_array($function, $include_functions)) {
echo PMA_Error::relPath($arg);
} elseif (is_scalar($arg)) {
- echo gettype($arg) . ' ' . $arg;
+ echo gettype($arg) . ' ' . htmlspecialchars($arg);
} else {
echo gettype($arg);
}
diff --git a/libraries/dbi/mysql.dbi.lib.php b/libraries/dbi/mysql.dbi.lib.php
index 4750ee2..bf16114 100644
--- a/libraries/dbi/mysql.dbi.lib.php
+++ b/libraries/dbi/mysql.dbi.lib.php
@@ -321,6 +321,12 @@ function PMA_DBI_get_client_info()
function PMA_DBI_getError($link = null)
{
$GLOBALS['errno'] = 0;
+
+ /* Treat false same as null because of controllink */
+ if ($link === false) {
+ $link = null;
+ }
+
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
diff --git a/libraries/dbi/mysqli.dbi.lib.php b/libraries/dbi/mysqli.dbi.lib.php
index 9672385..2c00bcd 100644
--- a/libraries/dbi/mysqli.dbi.lib.php
+++ b/libraries/dbi/mysqli.dbi.lib.php
@@ -379,6 +379,11 @@ function PMA_DBI_getError($link = null)
{
$GLOBALS['errno'] = 0;
+ /* Treat false same as null because of controllink */
+ if ($link === false) {
+ $link = null;
+ }
+
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
// Do not stop now. We still can get the error code
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_3_6, updated. RELEASE_3_3_6RC1-2-g133a77f
by Michal Čihař 23 Aug '10
by Michal Čihař 23 Aug '10
23 Aug '10
The branch, MAINT_3_3_6 has been updated
via 133a77fac7d31a38703db2099a90c1b49de62e37 (commit)
via a24e418527283936f09483e8cfcf8902c7409cbc (commit)
from 1e7bc7d691fa8abcdde87a70ed6cef6f30cbe107 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
libraries/Error.class.php | 2 +-
libraries/dbi/mysql.dbi.lib.php | 6 ++++++
libraries/dbi/mysqli.dbi.lib.php | 5 +++++
3 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/libraries/Error.class.php b/libraries/Error.class.php
index 849287e..9f0ae9a 100644
--- a/libraries/Error.class.php
+++ b/libraries/Error.class.php
@@ -319,7 +319,7 @@ class PMA_Error extends PMA_Message
if (in_array($function, $include_functions)) {
echo PMA_Error::relPath($arg);
} elseif (is_scalar($arg)) {
- echo gettype($arg) . ' ' . $arg;
+ echo gettype($arg) . ' ' . htmlspecialchars($arg);
} else {
echo gettype($arg);
}
diff --git a/libraries/dbi/mysql.dbi.lib.php b/libraries/dbi/mysql.dbi.lib.php
index 4750ee2..bf16114 100644
--- a/libraries/dbi/mysql.dbi.lib.php
+++ b/libraries/dbi/mysql.dbi.lib.php
@@ -321,6 +321,12 @@ function PMA_DBI_get_client_info()
function PMA_DBI_getError($link = null)
{
$GLOBALS['errno'] = 0;
+
+ /* Treat false same as null because of controllink */
+ if ($link === false) {
+ $link = null;
+ }
+
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
diff --git a/libraries/dbi/mysqli.dbi.lib.php b/libraries/dbi/mysqli.dbi.lib.php
index 9672385..2c00bcd 100644
--- a/libraries/dbi/mysqli.dbi.lib.php
+++ b/libraries/dbi/mysqli.dbi.lib.php
@@ -379,6 +379,11 @@ function PMA_DBI_getError($link = null)
{
$GLOBALS['errno'] = 0;
+ /* Treat false same as null because of controllink */
+ if ($link === false) {
+ $link = null;
+ }
+
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
// Do not stop now. We still can get the error code
hooks/post-receive
--
phpMyAdmin
1
0