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

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_1RC1-15-gac9d911
by Marc Delisle 18 May '11
by Marc Delisle 18 May '11
18 May '11
The branch, QA_3_4 has been updated
via ac9d911c3f0e5a9445de24e47b6beb2a28ef9690 (commit)
from c88379f4d47554e8a9eb1a6d5ef0c3e95520c3aa (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
server_databases.php | 20 ++++++++++----------
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8a2a612..6eb7130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3.4.2.0 (not yet released)
- bug #3301249 [interface] Iconic table operations does not remove inline edit label
+- bug #3303869 [interface] Unnecessary scrolling on Databases page
3.4.1.0 (not yet released)
- bug #3301108 [interface] Synchronize and already configured host
diff --git a/server_databases.php b/server_databases.php
index 8c81553..aba73e7 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -101,6 +101,16 @@ echo '<h2>' . "\n"
.'</h2>' . "\n";
/**
+ * Create new database.
+ */
+if ($cfg['ShowCreateDb']) {
+ echo '<ul><li id="li_create_database">' . "\n";
+ require './libraries/display_create_database.lib.php';
+ echo ' </li>' . "\n";
+ echo '</ul>' . "\n";
+}
+
+/**
* Gets the databases list
*/
if ($server > 0) {
@@ -269,16 +279,6 @@ if ($databases_count > 0) {
unset($databases_count);
/**
- * Create new database.
- */
-if ($cfg['ShowCreateDb']) {
- echo '<ul><li id="li_create_database">' . "\n";
- require './libraries/display_create_database.lib.php';
- echo ' </li>' . "\n";
- echo '</ul>' . "\n";
-}
-
-/**
* Sends the footer
*/
require './libraries/footer.inc.php';
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1517-gf016533
by Michal Čihař 18 May '11
by Michal Čihař 18 May '11
18 May '11
The branch, master has been updated
via f016533573e2fb8e6707c18c7f9726e71d9f2c01 (commit)
via c88379f4d47554e8a9eb1a6d5ef0c3e95520c3aa (commit)
via b0ff5b4b51dbcd79c8600a2a1050a4878829ed48 (commit)
from dc1870a01ccb56955f85770476e2fa3efeb58562 (commit)
- Log -----------------------------------------------------------------
commit f016533573e2fb8e6707c18c7f9726e71d9f2c01
Merge: dc1870a01ccb56955f85770476e2fa3efeb58562 c88379f4d47554e8a9eb1a6d5ef0c3e95520c3aa
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed May 18 13:21:55 2011 +0200
Merge remote-tracking branch 'origin/QA_3_4'
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_1, updated. RELEASE_3_4_1RC1-5-gb0ff5b4
by Michal Čihař 18 May '11
by Michal Čihař 18 May '11
18 May '11
The branch, MAINT_3_4_1 has been updated
via b0ff5b4b51dbcd79c8600a2a1050a4878829ed48 (commit)
from 4ef745156e730a06713a055830febb5dcf3b1a1a (commit)
- Log -----------------------------------------------------------------
commit b0ff5b4b51dbcd79c8600a2a1050a4878829ed48
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed May 18 13:17:57 2011 +0200
Update translations from master
-----------------------------------------------------------------------
Summary of changes:
po/sk.po | 164 +++++++++++++++++++++++++++++++++++++++-----------------------
1 files changed, 103 insertions(+), 61 deletions(-)
diff --git a/po/sk.po b/po/sk.po
index 3ca5655..84fe198 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2098,7 +2098,7 @@ msgstr "Potvrdiť platnosť SQL"
#: libraries/common.lib.php:1265
msgid "Inline edit of this query"
-msgstr ""
+msgstr "Upraviť dopyt na tejto stránke"
#: libraries/common.lib.php:1267
#, fuzzy
@@ -3286,6 +3286,8 @@ msgid ""
"Default format; be aware that this list depends on location (database, "
"table) and only SQL is always available"
msgstr ""
+"Východzí format: Berte na vedomie, že tento zoznam závisí na umiestnení "
+"(databáza, tabuľka) a len SQL je stále dostupné"
#: libraries/config/messages.inc.php:244
msgid "Format of imported file"
@@ -3330,7 +3332,7 @@ msgstr "Nepoužívať AUTO_INCREMENT pre nulové hodnoty"
#: libraries/config/messages.inc.php:261
msgid "Initial state for sliders"
-msgstr ""
+msgstr "Počiatočný stav pre posuvníky"
#: libraries/config/messages.inc.php:262
msgid "How many rows can be inserted at one time"
@@ -3421,6 +3423,8 @@ msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])"
msgstr ""
+"Otvoriť nové okno v hlavnej okne ([kbd]hlavná[/kbd]) alebo v novom ([kbd]nové"
+"[/kbd])"
#: libraries/config/messages.inc.php:282
msgid "Logo link target"
@@ -3446,6 +3450,7 @@ msgstr "Odľahčené panely"
msgid ""
"Maximum number of characters shown in any non-numeric column on browse view"
msgstr ""
+"Maximálny počet znakov zobrazovanných v nečíselných poliach pri prechádzaní"
#: libraries/config/messages.inc.php:288
msgid "Limit column characters"
@@ -3457,6 +3462,10 @@ msgid ""
"only occurs for the current server. Setting this to FALSE makes it easy to "
"forget to log out from other servers when connected to multiple servers."
msgstr ""
+"Pokiaľ je povolené, pri odhlásení budú vymazané cookies pre všetky servery; "
+"pokiaľ je zakázané, vymaže sa len pre aktuálny server. Zakázaním tejto voľby "
+"sa môže ľahko stať, že sa zabudnete odhlásiť z ostatných serverov, pokiaľ "
+"ich používate viac."
#: libraries/config/messages.inc.php:290
msgid "Delete all cookies on logout"
@@ -3467,10 +3476,12 @@ msgid ""
"Define whether the previous login should be recalled or not in cookie "
"authentication mode"
msgstr ""
+"Určuje, či sa má obnoviť predchádzajúce prihlásenia alebo nie v cookie "
+"overovacom móde"
#: libraries/config/messages.inc.php:292
msgid "Recall user name"
-msgstr ""
+msgstr "Pamätať si užívateľské meno"
#: libraries/config/messages.inc.php:293
msgid ""
@@ -3479,10 +3490,14 @@ msgid ""
"and will be deleted as soon as you close the browser window. This is "
"recommended for non-trusted environments."
msgstr ""
+"Určuje, ako dlho (v sekundách) si má prehliadač pamätať prihlasovaciu "
+"cookie. Východzia hodnota 0 znamená, že cookie bude pamätaná, len po dobu "
+"sedenia a bude vymazaná pri zatvorení okna. Toto je odporúčané v "
+"nedôveryhodných prostrediach."
#: libraries/config/messages.inc.php:294
msgid "Login cookie store"
-msgstr ""
+msgstr "Uloženie prihlasovacej cookie"
#: libraries/config/messages.inc.php:295
msgid "Define how long (in seconds) a login cookie is valid"
@@ -3494,36 +3509,36 @@ msgstr "Platnosť prihlasovacej cookie"
#: libraries/config/messages.inc.php:297
msgid "Double size of textarea for LONGTEXT columns"
-msgstr ""
+msgstr "Zdvojnásobiť veľkosť editačného poľa pre stĺpec typu LONGTEXT"
#: libraries/config/messages.inc.php:298
msgid "Bigger textarea for LONGTEXT"
-msgstr ""
+msgstr "Väčšie editačné pole pre LONGTEXT"
#: libraries/config/messages.inc.php:299
msgid "Use icons on main page"
-msgstr ""
+msgstr "Zobraziť ikony na hlavnej stránke"
#: libraries/config/messages.inc.php:300
msgid "Maximum number of characters used when a SQL query is displayed"
-msgstr ""
+msgstr "Maximálny počet znakov pri zobrazení SQL dopytu"
#: libraries/config/messages.inc.php:301
msgid "Maximum displayed SQL length"
-msgstr ""
+msgstr "Mazimálna dĺžka zobrazeného SQL dopytu"
#: libraries/config/messages.inc.php:302 libraries/config/messages.inc.php:307
#: libraries/config/messages.inc.php:335
msgid "Users cannot set a higher value"
-msgstr ""
+msgstr "Uživatelia nemôžu nastaviť vyššiu hodnotu"
#: libraries/config/messages.inc.php:303
msgid "Maximum number of databases displayed in left frame and database list"
-msgstr ""
+msgstr "Maximálny počet databáz zobrazených v ľavom ráme a zozname databáz"
#: libraries/config/messages.inc.php:304
msgid "Maximum databases"
-msgstr ""
+msgstr "Najvyšší počet databáz"
#: libraries/config/messages.inc.php:305
msgid ""
@@ -3531,34 +3546,41 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Počet zobrazených riadkov pri prechádzaní sady výsledkov. Ak sada výsledkov "
+"obsahuje viac riadkov, zobrazia sa odkazy "Predchádzajúci" a ""
+"Ďalší""
#: libraries/config/messages.inc.php:306
msgid "Maximum number of rows to display"
-msgstr ""
+msgstr "Maximálny počet zobrazených riadkov"
#: libraries/config/messages.inc.php:308
msgid "Maximum number of tables displayed in table list"
-msgstr ""
+msgstr "Maximálny počet tabuliek zobrazených v zozname tabuliek"
#: libraries/config/messages.inc.php:309
msgid "Maximum tables"
-msgstr ""
+msgstr "Maximum tabuliek"
#: libraries/config/messages.inc.php:310
msgid ""
"Disable the default warning that is displayed if mcrypt is missing for "
"cookie authentication"
msgstr ""
+"Vypnúť štandardné varovanie o chýbajúcom rozšírení mcrypt pri cookie "
+"overovaní"
#: libraries/config/messages.inc.php:311
msgid "mcrypt warning"
-msgstr ""
+msgstr "Varovanie o mcrypte"
#: libraries/config/messages.inc.php:312
msgid ""
"The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] "
"([kbd]0[/kbd] for no limit)"
msgstr ""
+"Počet bytov, ktoré môže alokovať skript, napr. [kbd]32M[/kbd] ([kbd]0[/kbd] "
+"ruší obmedzenia)"
#: libraries/config/messages.inc.php:313
#, fuzzy
@@ -3567,19 +3589,19 @@ msgstr "Obmedzenie zdrojov"
#: libraries/config/messages.inc.php:314
msgid "These are Edit, Inline edit, Copy and Delete links"
-msgstr ""
+msgstr "Toto sú odkazy na Upraviť, Upraviť tu, Kopírovať a Odstrániť"
#: libraries/config/messages.inc.php:315
msgid "Show table row links on left side"
-msgstr ""
+msgstr "Zobrazí odkazy riadkov tabuľky na ľavej strane"
#: libraries/config/messages.inc.php:316
msgid "Show table row links on right side"
-msgstr ""
+msgstr "Zobrazí odkazy riadkov tabuľky na pravej strane"
#: libraries/config/messages.inc.php:317
msgid "Use natural order for sorting table and database names"
-msgstr ""
+msgstr "Použiť prirodzené triedenie pre mena tabuliek a databáz"
#: libraries/config/messages.inc.php:318
#, fuzzy
@@ -3589,37 +3611,39 @@ msgstr "Zmeniť poradie tabuľky podľa"
#: libraries/config/messages.inc.php:319 libraries/config/messages.inc.php:329
msgid "Use only icons, only text or both"
-msgstr ""
+msgstr "Použiť len ikony, len text alebo obidve"
#: libraries/config/messages.inc.php:320
msgid "Iconic navigation bar"
-msgstr ""
+msgstr "Navigašná lišta s ikonami"
#: libraries/config/messages.inc.php:321
msgid "use GZip output buffering for increased speed in HTTP transfers"
-msgstr ""
+msgstr "Použiť medzipamäť pre GZip výstup pre zvýšenie rýchlosti HTTP prenosu"
#: libraries/config/messages.inc.php:322
msgid "GZip output buffering"
-msgstr ""
+msgstr "Medzipamäť pre GZip výstup"
#: libraries/config/messages.inc.php:323
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise"
msgstr ""
+"[kbd]SMART[/kbd] - t.j. zostupné radenie pre polia typu TIME, DATE, DATETIME "
+"a TIMESTAMP, ostatné budú radené vzostupne"
#: libraries/config/messages.inc.php:324
msgid "Default sorting order"
-msgstr ""
+msgstr "Východzie radenie"
#: libraries/config/messages.inc.php:325
msgid "Use persistent connections to MySQL databases"
-msgstr ""
+msgstr "Použiť trvalé (persistent) spojenia k MySQL databázam"
#: libraries/config/messages.inc.php:326
msgid "Persistent connections"
-msgstr ""
+msgstr "Trvalé spojenia"
#: libraries/config/messages.inc.php:327
msgid ""
@@ -3627,22 +3651,25 @@ msgid ""
"Structure page if any of the required tables for the phpMyAdmin "
"configuration storage could not be found"
msgstr ""
+"Vypne štandardné varovanie pri detailoch databázy na Štruktúra stránke, ak "
+"niektorá z vyžadovaných tabuliek pre miesto uloženia phpMyAdmin konfigurácie "
+"nebola nájdená"
#: libraries/config/messages.inc.php:328
msgid "Missing phpMyAdmin configuration storage tables"
-msgstr ""
+msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie"
#: libraries/config/messages.inc.php:330
msgid "Iconic table operations"
-msgstr ""
+msgstr "Zobrazenie ikon pre operácie s tabuľkami"
#: libraries/config/messages.inc.php:331
msgid "Disallow BLOB and BINARY columns from editing"
-msgstr ""
+msgstr "Zakázať úpravu polí typu BLOB a BINARY"
#: libraries/config/messages.inc.php:332
msgid "Protect binary columns"
-msgstr ""
+msgstr "Chrániť binárne polia"
#: libraries/config/messages.inc.php:333
msgid ""
@@ -3650,30 +3677,34 @@ msgid ""
"storage). If disabled, this utilizes JS-routines to display query history "
"(lost by window close)."
msgstr ""
+"Povoľte, ak chcete históriu dopytov založenú na databáze (vyžaduje miesto "
+"uloženia phpMyAdmin konfigurácie). Ak vowbu zakážete, využijú sa k "
+"zobrazeniu histórie dopytoj Java Scriptové funkcie (bude stratená pri "
+"zavretí okna)."
#: libraries/config/messages.inc.php:334
msgid "Permanent query history"
-msgstr ""
+msgstr "Trvalá história dopytov"
#: libraries/config/messages.inc.php:336
msgid "How many queries are kept in history"
-msgstr ""
+msgstr "Koľko dopytov sa má držať v histórii"
#: libraries/config/messages.inc.php:337
msgid "Query history length"
-msgstr ""
+msgstr "Dĺžka histórie dopytov"
#: libraries/config/messages.inc.php:338
msgid "Tab displayed when opening a new query window"
-msgstr ""
+msgstr "Zobrazený panel pri otvorení nového okna dopytov"
#: libraries/config/messages.inc.php:339
msgid "Default query window tab"
-msgstr ""
+msgstr "Východzí panel okna dopytov"
#: libraries/config/messages.inc.php:340
msgid "Query window height (in pixels)"
-msgstr ""
+msgstr "Výška okna dopytov (v pixeloch)"
#: libraries/config/messages.inc.php:341
#, fuzzy
@@ -3695,15 +3726,15 @@ msgstr "SQL okno"
#: libraries/config/messages.inc.php:344
msgid "Select which functions will be used for character set conversion"
-msgstr ""
+msgstr "Zvoľte, ktorá funkcia bude použitá pre konverziu znakových sád"
#: libraries/config/messages.inc.php:345
msgid "Recoding engine"
-msgstr ""
+msgstr "Prekódovací nástroj"
#: libraries/config/messages.inc.php:346
msgid "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
-msgstr ""
+msgstr "Opkovať hlavičku každých X buniek, [kbd]0[/kbd] vypne túto možnosť"
#: libraries/config/messages.inc.php:347
#, fuzzy
@@ -3713,15 +3744,15 @@ msgstr "Opravné vlákna"
#: libraries/config/messages.inc.php:348
msgid "Show help button instead of Documentation text"
-msgstr ""
+msgstr "Zobraziť tlačidlo nápovedy namiesto textu dokumentácie"
#: libraries/config/messages.inc.php:349
msgid "Show help button"
-msgstr ""
+msgstr "Zobraziť tlačidlo nápovedy"
#: libraries/config/messages.inc.php:351
msgid "Directory where exports can be saved on server"
-msgstr ""
+msgstr "Adresár na serveri pre ukladanie exportov"
#: libraries/config/messages.inc.php:352
#, fuzzy
@@ -3730,27 +3761,27 @@ msgstr "Domovský adresár pre dáta"
#: libraries/config/messages.inc.php:353
msgid "Leave blank if not used"
-msgstr ""
+msgstr "Nechajte prázdne pokiaľ nepoužívate"
#: libraries/config/messages.inc.php:354
msgid "Host authorization order"
-msgstr ""
+msgstr "Poradie overovania hostiteľa"
#: libraries/config/messages.inc.php:355
msgid "Leave blank for defaults"
-msgstr ""
+msgstr "Nechajte prázdne, ak chcete použiť východzie nastavenia"
#: libraries/config/messages.inc.php:356
msgid "Host authorization rules"
-msgstr ""
+msgstr "Pravidlá overovania hostiteľa"
#: libraries/config/messages.inc.php:357
msgid "Allow logins without a password"
-msgstr ""
+msgstr "Povoliť prihlásenie bez hesla"
#: libraries/config/messages.inc.php:358
msgid "Allow root login"
-msgstr ""
+msgstr "Povoliť prihlásenia užívateľa root"
#: libraries/config/messages.inc.php:359
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth"
@@ -3766,28 +3797,33 @@ msgid ""
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)"
msgstr ""
+"Cesta ku konfiguračnému súboru pre [a@http://swekey.com]SweKey hardvérové "
+"overovanie[/a] (Neuložená vo vašom koreňovom adresári dokumentov, doporučené "
+"umiestneie: -etc-swekey.conf)"
#: libraries/config/messages.inc.php:362
msgid "SweKey config file"
-msgstr ""
+msgstr "Konfiguračný súbor SweKey"
#: libraries/config/messages.inc.php:363
msgid "Authentication method to use"
-msgstr ""
+msgstr "Výber overovacej metódy"
#: libraries/config/messages.inc.php:364 setup/frames/index.inc.php:114
msgid "Authentication type"
-msgstr ""
+msgstr "Typ overovania"
#: libraries/config/messages.inc.php:365
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma_bookmark[/kbd]"
msgstr ""
+"Nechajte prázdne pre žiadnu podporu [a@http://wiki.phpmyadmin.net/pma/"
+"bookmark]záložiek[/a], navrhované: [kbd]pma_bookmark[/kbd]"
#: libraries/config/messages.inc.php:366
msgid "Bookmark table"
-msgstr ""
+msgstr "Tabuľka záložiek"
#: libraries/config/messages.inc.php:367
msgid ""
@@ -3797,19 +3833,19 @@ msgstr ""
#: libraries/config/messages.inc.php:368
msgid "Column information table"
-msgstr ""
+msgstr "Tabuľka informácii o poliach"
#: libraries/config/messages.inc.php:369
msgid "Compress connection to MySQL server"
-msgstr ""
+msgstr "Komprimácia spojenia k MySQL serveru"
#: libraries/config/messages.inc.php:370
msgid "Compress connection"
-msgstr ""
+msgstr "Komprimovať pripojenie"
#: libraries/config/messages.inc.php:371
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
-msgstr ""
+msgstr "Ako sa pripájať k serveru, nechajte [kbd]tcp[/kbd] ak si nie ste istý"
#: libraries/config/messages.inc.php:372
#, fuzzy
@@ -3818,13 +3854,15 @@ msgstr "Spojenia"
#: libraries/config/messages.inc.php:373
msgid "Control user password"
-msgstr ""
+msgstr "Heslo kontrolného užívateľa"
#: libraries/config/messages.inc.php:374
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
msgstr ""
+"Špeciálny MySQL užívateľ s obmedzenými právami, viac informácii je "
+"dostupných na [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
#: libraries/config/messages.inc.php:375
#, fuzzy
@@ -3833,7 +3871,7 @@ msgstr "Ovládať slave:"
#: libraries/config/messages.inc.php:376
msgid "Count tables when showing database list"
-msgstr ""
+msgstr "Spočítavať tabuľky pri zobrazovaní zoznamu databáz"
#: libraries/config/messages.inc.php:377
#, fuzzy
@@ -3845,6 +3883,8 @@ msgid ""
"Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
"kbd]"
msgstr ""
+"Nechajte prázdne pre vypnutie návrhára, východzie nastavenie: [kbd]"
+"pma_designer_coords[/kbd]"
#: libraries/config/messages.inc.php:379
#, fuzzy
@@ -3856,14 +3896,16 @@ msgid ""
"More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug "
"tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
+"Viac informácii na [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug "
+"tracker[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
#: libraries/config/messages.inc.php:381
msgid "Disable use of INFORMATION_SCHEMA"
-msgstr ""
+msgstr "Zakazať použitie INFORMATION_SCHEMA"
#: libraries/config/messages.inc.php:382
msgid "What PHP extension to use; you should use mysqli if supported"
-msgstr ""
+msgstr "Ktoré rozšírenie PHP sa má použiť; použite mysqli ak je to možné"
#: libraries/config/messages.inc.php:383
#, fuzzy
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1514-gdc1870a
by Michal Čihař 18 May '11
by Michal Čihař 18 May '11
18 May '11
The branch, master has been updated
via dc1870a01ccb56955f85770476e2fa3efeb58562 (commit)
via 8f8e077d1b64d9312ca4f90648549f6f8174a3b0 (commit)
via a4040bb86266eec7004c146b60536fc650feb3c2 (commit)
via b1291423fe3d16cf62d57be193befd8928da6541 (commit)
via d44fb3919fdaab26db1117bc1c9632656d9541b5 (commit)
via d18ada042e95414e52258f131141268ef79f50aa (commit)
via 5fbdaedd9de398889a4d1305e2fb57fec8ee56da (commit)
via c10ad102d07c5ce2afe8877627f1a940111ddda6 (commit)
via f390d48acbde3fefdbbdae6a55213b5061f92584 (commit)
via 94d5ed1b89594d9b78914ee7e81ad09e840e2664 (commit)
via 707b0ff0cab39c6acfd89d8fb84ff299a382caeb (commit)
via 8b96b63d62082acaf31c34da58e190a96d4ab4ae (commit)
via d6b53a2390235261780c3f4c7c93aba13c77e10e (commit)
via 78aecc81d4fbad3789e3670695f8f228f8c116e9 (commit)
via b3764b22770e4d6a91bbe5afe47fb8536cbfb229 (commit)
via 6940e3f806b1bcf393de10caf326b3425c5b0e60 (commit)
via b5a58811da6b049528b877757513125541659995 (commit)
via 84635f6f3b155e1362a995fa7bd9ce516d34d983 (commit)
via d97a09610762d2f5c03727e0b7b10d2728f1d7e8 (commit)
via 145c2bd0aaae777cd74c0138aa61befaed1535da (commit)
via 99f71ed3c76f8fb19390a90679c0090d24c86327 (commit)
via 60a977ed8a15c78fcc8da95f476712c3ed3ab343 (commit)
via b53a555d146ab25b0ef80673e5b35da51b7345f9 (commit)
via 04a540059c0875997e20c7781861a3929ed8c7be (commit)
via 3c313bbaa792882b45026a57fe1b75ade212c7e3 (commit)
via f25e7bf00830b66bfde76de9c43401ca52f3263f (commit)
via 238ed994b224ddf11bd5391d8879ca2e1089c740 (commit)
via 5963c1494fa15c7243d5c0b3176a6bfac1285757 (commit)
via 1e50d79785c200f60b5b6f7b821039e2da299add (commit)
via b0c7e1f32498a273fca911d2571f4c572511de94 (commit)
via 9c1a69704e0c93ee8bb8eef508b354ff70c08b90 (commit)
via fa2a592d825dfd4f59722046e2ef2f39868d61f4 (commit)
via 21a9fff48df6093b9d423393227432fd7574c2ca (commit)
via 8da2fd5b3538f65244679594982b3be83e4dc40b (commit)
via 864bf5a15b694b1005dc18723be3879757854eb0 (commit)
via 47ac24d68e49a626f83f7fe7e0c0bb49ea995a45 (commit)
via f51ec3601f62cd9fe7f0294d1cee0f80539bee55 (commit)
via 754c078da637c93d93e85099d64cd865029631b5 (commit)
via 3d32d534c79aa4b4b8392b77aaeb5afc440b5a75 (commit)
via 572fbf452008600d766e733f5d89ee1d486d6e02 (commit)
via 49aeb6857a225b9a2ac56690df45cf261b5b11da (commit)
via ad3d9f3092a5c8a24d237fa05ff898077110d557 (commit)
via 711ed3d1362553df98dd78b16325c62f9a3ef4e2 (commit)
via 39bb6bd034369322be93354b8fabaa75f59ade27 (commit)
via 75d628bda4ba8c955ed632867380126733b39159 (commit)
via 307cccdfe36384fb9615e97035cba779ee9e9028 (commit)
via d95cdd35c9237233c9a1f0cf059a39ef3bc1e939 (commit)
via 648bd232097c04badb167faf9776d35cda28d927 (commit)
via c0f854c6d2949caea334f40f72b36bc5a8f60ed6 (commit)
via 5a9919093a7e7f0cd20212e698271422bb8b2ee3 (commit)
via b02a45b1b381d6c6ad8b3ab0af6df56e432151a2 (commit)
via 990df9769691ef029a4ba1e6da40596148b1df56 (commit)
via 750b26c117de850208f33d64bcd4f134e262c310 (commit)
via 339b5acf7d253f2f1cb0c1768a28b2c77e3e9aad (commit)
via 809c9d5913281a8bce92dceab0dac10099413e09 (commit)
via 7d4270f1947c7a10af99a1ed307324faba45380a (commit)
via 949831b6e59e01c064f82d46a9cc41e6b974d487 (commit)
via 59158cd500a52827e0ab5b83f79d8ecfb2100835 (commit)
via b46d33351cfbe97e77cb8a5b80002ec0681d1c54 (commit)
via d2851abc8ab930e9a881325bd4dd4ce938eec9d2 (commit)
via faf1231e86ba06bbaeaae7ea45f5b6737c5d9c3c (commit)
via d0259425219ae5442b9cce60f241f1670ccd574e (commit)
via 18d3a25d38f282e7d4b993aef134bffc32ee204d (commit)
via d93aaaf9be5fd30e4dd7c670d36ae947aa307ee8 (commit)
via dbc5027e89a7f0f64292593d4613300b96bfcf53 (commit)
via 65e8b9b93ee97388d78fc42f528c4f8b44ccaa3b (commit)
via 6afbfc4914f2fe67c2a4e420e329b04a71718082 (commit)
via c363925d2c404e70a23770f58a373c6afdc461e4 (commit)
via ac102ccd2723019e930f373f7df9e2ccbe6a6a5c (commit)
via 4fbbbf266dc63d9a845c77f8b76b844ca89de1d2 (commit)
via 81d72661eeb7dfbb5d005817c1d709b0267d8ada (commit)
via 3cc169a2ff09a9c4ed2d605d6d19d9ed8eee9c3a (commit)
via bcb522df9277fc9948f6249e62145ac09b4ed352 (commit)
via 2cea32ef9c5bed7bda856319e637e2a2779c377c (commit)
via 187dd33612893fb2a6a7496140612af10ef9f219 (commit)
via dc1d1b8c3d1eb7f70e2b5683ab2afd6754825171 (commit)
via ab1593df5ed99c72a2813827c1d409af8b2c9445 (commit)
via 6467db7b4528b77e84d0015784f96c78f533d2d2 (commit)
via 72a9fd7c84b326b87d09ff00c1410985e2528dde (commit)
via c0749a352a9c8dd8bf100389c5281b5635b3bd8f (commit)
via 80826b94efa1b6f6ab33d0e0ea7a70ea6c79a627 (commit)
via 4b8d8a2156ea01bfd0e342ee068ebf8bd805cfff (commit)
via 4d693ede8b055bdbc14fff92f9d2e001b6cd347e (commit)
via f1ca6efc34defced4c4eb1cb747522927279a47d (commit)
via ac678f80ff748a0d1e1ab984c5d4e97a9d411935 (commit)
via a35defe1db9dc5419dacbfe4c02cda56ebaa4856 (commit)
via af1bc8c8095ec823482e002aa297e22587bd5c2c (commit)
via 00418ad753272b72db92d277c0c31bd18641751a (commit)
via c76b88aedf0108567db07a53d06764fafdd8de95 (commit)
via 8666ab2b23ddfc1911273efde1e3708d8aa4140c (commit)
via 3ad46a48f58459296209ab738598ed647b725721 (commit)
via 12be54e55765a2af341518cbe1d1e38313854e90 (commit)
via 6b7dbccfbf896a9013a220b83469e3ccf6dcc913 (commit)
via c756fe49940ba9e44df3386e3498730f9fbc4a61 (commit)
via 5b832e036a09e943701716863462e517ead51383 (commit)
via f82450e600b9870d12fe8e71f17c7a117d9da2b9 (commit)
via fa919b45f9faa9a6e64e9743cc5685430e3f7762 (commit)
via 059d94181acc7f8a393a48564d7f8a3769dab461 (commit)
via e19cc16c5d2bb5d439c878e0fceed9e2f322b059 (commit)
via badf6e823650cdb7c6e1ddcff003ebca213ecba9 (commit)
via a7483c28b9acc9273d4d8850b6c88629ee721a81 (commit)
via 46c7aed40052961f6afe8073080d7912484ad15b (commit)
via 8dea397f720ac9df8da9a0e4cf4dbddb127a0def (commit)
via 3f4ba911544884bf2783f8c2777bc9fddebf2ad7 (commit)
via f9463eab2068df022e7b1d44165051d5e18b3a22 (commit)
via 90012afe0ef51e29940cb6fb02fc9611c83134aa (commit)
via 2e2544c416540baced42ebae2e4e6429a9bb7cd4 (commit)
via 9093e01fe3c07cd9b6b91f8cf4baceb048bf4fa9 (commit)
via bdecd9537fffba30ae45c95d255b10d5fcc7e0ec (commit)
via 39aa2c76ea09a64c22e259127ae1ef7bb5c9d985 (commit)
via 7f8702ddf8fcbf9cf95a1dc89ec091cdff825f32 (commit)
via 25c1165a3fa8d17102214bebc06c32ea40c4e358 (commit)
from 62d922fac0cf53aa8865ce4fd5a12052ee4717e3 (commit)
- Log -----------------------------------------------------------------
commit dc1870a01ccb56955f85770476e2fa3efeb58562
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 12:30:48 2011 +0200
Translation update done using Pootle.
commit 8f8e077d1b64d9312ca4f90648549f6f8174a3b0
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 12:30:30 2011 +0200
Translation update done using Pootle.
commit a4040bb86266eec7004c146b60536fc650feb3c2
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 12:27:45 2011 +0200
Translation update done using Pootle.
commit b1291423fe3d16cf62d57be193befd8928da6541
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:59:30 2011 +0200
Translation update done using Pootle.
commit d44fb3919fdaab26db1117bc1c9632656d9541b5
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:59:09 2011 +0200
Translation update done using Pootle.
commit d18ada042e95414e52258f131141268ef79f50aa
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:58:18 2011 +0200
Translation update done using Pootle.
commit 5fbdaedd9de398889a4d1305e2fb57fec8ee56da
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:57:58 2011 +0200
Translation update done using Pootle.
commit c10ad102d07c5ce2afe8877627f1a940111ddda6
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:57:24 2011 +0200
Translation update done using Pootle.
commit f390d48acbde3fefdbbdae6a55213b5061f92584
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:57:11 2011 +0200
Translation update done using Pootle.
commit 94d5ed1b89594d9b78914ee7e81ad09e840e2664
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:56:05 2011 +0200
Translation update done using Pootle.
commit 707b0ff0cab39c6acfd89d8fb84ff299a382caeb
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:55:53 2011 +0200
Translation update done using Pootle.
commit 8b96b63d62082acaf31c34da58e190a96d4ab4ae
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:55:14 2011 +0200
Translation update done using Pootle.
commit d6b53a2390235261780c3f4c7c93aba13c77e10e
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:54:01 2011 +0200
Translation update done using Pootle.
commit 78aecc81d4fbad3789e3670695f8f228f8c116e9
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:53:47 2011 +0200
Translation update done using Pootle.
commit b3764b22770e4d6a91bbe5afe47fb8536cbfb229
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:53:35 2011 +0200
Translation update done using Pootle.
commit 6940e3f806b1bcf393de10caf326b3425c5b0e60
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:52:32 2011 +0200
Translation update done using Pootle.
commit b5a58811da6b049528b877757513125541659995
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:52:19 2011 +0200
Translation update done using Pootle.
commit 84635f6f3b155e1362a995fa7bd9ce516d34d983
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:51:51 2011 +0200
Translation update done using Pootle.
commit d97a09610762d2f5c03727e0b7b10d2728f1d7e8
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:50:50 2011 +0200
Translation update done using Pootle.
commit 145c2bd0aaae777cd74c0138aa61befaed1535da
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:50:22 2011 +0200
Translation update done using Pootle.
commit 99f71ed3c76f8fb19390a90679c0090d24c86327
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:49:46 2011 +0200
Translation update done using Pootle.
commit 60a977ed8a15c78fcc8da95f476712c3ed3ab343
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:49:18 2011 +0200
Translation update done using Pootle.
commit b53a555d146ab25b0ef80673e5b35da51b7345f9
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:48:02 2011 +0200
Translation update done using Pootle.
commit 04a540059c0875997e20c7781861a3929ed8c7be
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:47:42 2011 +0200
Translation update done using Pootle.
commit 3c313bbaa792882b45026a57fe1b75ade212c7e3
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:47:23 2011 +0200
Translation update done using Pootle.
commit f25e7bf00830b66bfde76de9c43401ca52f3263f
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:47:13 2011 +0200
Translation update done using Pootle.
commit 238ed994b224ddf11bd5391d8879ca2e1089c740
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:46:22 2011 +0200
Translation update done using Pootle.
commit 5963c1494fa15c7243d5c0b3176a6bfac1285757
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:45:51 2011 +0200
Translation update done using Pootle.
commit 1e50d79785c200f60b5b6f7b821039e2da299add
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:45:32 2011 +0200
Translation update done using Pootle.
commit b0c7e1f32498a273fca911d2571f4c572511de94
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:44:41 2011 +0200
Translation update done using Pootle.
commit 9c1a69704e0c93ee8bb8eef508b354ff70c08b90
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:44:28 2011 +0200
Translation update done using Pootle.
commit fa2a592d825dfd4f59722046e2ef2f39868d61f4
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:44:08 2011 +0200
Translation update done using Pootle.
commit 21a9fff48df6093b9d423393227432fd7574c2ca
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:43:52 2011 +0200
Translation update done using Pootle.
commit 8da2fd5b3538f65244679594982b3be83e4dc40b
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:42:53 2011 +0200
Translation update done using Pootle.
commit 864bf5a15b694b1005dc18723be3879757854eb0
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:42:13 2011 +0200
Translation update done using Pootle.
commit 47ac24d68e49a626f83f7fe7e0c0bb49ea995a45
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:41:33 2011 +0200
Translation update done using Pootle.
commit f51ec3601f62cd9fe7f0294d1cee0f80539bee55
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:40:58 2011 +0200
Translation update done using Pootle.
commit 754c078da637c93d93e85099d64cd865029631b5
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:40:38 2011 +0200
Translation update done using Pootle.
commit 3d32d534c79aa4b4b8392b77aaeb5afc440b5a75
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 11:40:21 2011 +0200
Translation update done using Pootle.
commit 572fbf452008600d766e733f5d89ee1d486d6e02
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:58:37 2011 +0200
Translation update done using Pootle.
commit 49aeb6857a225b9a2ac56690df45cf261b5b11da
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:57:53 2011 +0200
Translation update done using Pootle.
commit ad3d9f3092a5c8a24d237fa05ff898077110d557
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:57:48 2011 +0200
Translation update done using Pootle.
commit 711ed3d1362553df98dd78b16325c62f9a3ef4e2
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:57:41 2011 +0200
Translation update done using Pootle.
commit 39bb6bd034369322be93354b8fabaa75f59ade27
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:54:44 2011 +0200
Translation update done using Pootle.
commit 75d628bda4ba8c955ed632867380126733b39159
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:54:40 2011 +0200
Translation update done using Pootle.
commit 307cccdfe36384fb9615e97035cba779ee9e9028
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:50:36 2011 +0200
Translation update done using Pootle.
commit d95cdd35c9237233c9a1f0cf059a39ef3bc1e939
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:50:12 2011 +0200
Translation update done using Pootle.
commit 648bd232097c04badb167faf9776d35cda28d927
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:50:08 2011 +0200
Translation update done using Pootle.
commit c0f854c6d2949caea334f40f72b36bc5a8f60ed6
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:49:51 2011 +0200
Translation update done using Pootle.
commit 5a9919093a7e7f0cd20212e698271422bb8b2ee3
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:49:22 2011 +0200
Translation update done using Pootle.
commit b02a45b1b381d6c6ad8b3ab0af6df56e432151a2
Author: stoyanster <stoyanster(a)gmail.com>
Date: Wed May 18 10:49:20 2011 +0200
Translation update done using Pootle.
commit 990df9769691ef029a4ba1e6da40596148b1df56
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:45:46 2011 +0200
Translation update done using Pootle.
commit 750b26c117de850208f33d64bcd4f134e262c310
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:45:40 2011 +0200
Translation update done using Pootle.
commit 339b5acf7d253f2f1cb0c1768a28b2c77e3e9aad
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:45:19 2011 +0200
Translation update done using Pootle.
commit 809c9d5913281a8bce92dceab0dac10099413e09
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:44:47 2011 +0200
Translation update done using Pootle.
commit 7d4270f1947c7a10af99a1ed307324faba45380a
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:43:53 2011 +0200
Translation update done using Pootle.
commit 949831b6e59e01c064f82d46a9cc41e6b974d487
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:43:16 2011 +0200
Translation update done using Pootle.
commit 59158cd500a52827e0ab5b83f79d8ecfb2100835
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:35:57 2011 +0200
Translation update done using Pootle.
commit b46d33351cfbe97e77cb8a5b80002ec0681d1c54
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:35:49 2011 +0200
Translation update done using Pootle.
commit d2851abc8ab930e9a881325bd4dd4ce938eec9d2
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:35:02 2011 +0200
Translation update done using Pootle.
commit faf1231e86ba06bbaeaae7ea45f5b6737c5d9c3c
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:34:21 2011 +0200
Translation update done using Pootle.
commit d0259425219ae5442b9cce60f241f1670ccd574e
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:31:46 2011 +0200
Translation update done using Pootle.
commit 18d3a25d38f282e7d4b993aef134bffc32ee204d
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:30:01 2011 +0200
Translation update done using Pootle.
commit d93aaaf9be5fd30e4dd7c670d36ae947aa307ee8
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:28:27 2011 +0200
Translation update done using Pootle.
commit dbc5027e89a7f0f64292593d4613300b96bfcf53
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:26:52 2011 +0200
Translation update done using Pootle.
commit 65e8b9b93ee97388d78fc42f528c4f8b44ccaa3b
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 10:25:02 2011 +0200
Translation update done using Pootle.
commit 6afbfc4914f2fe67c2a4e420e329b04a71718082
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:28:10 2011 +0200
Translation update done using Pootle.
commit c363925d2c404e70a23770f58a373c6afdc461e4
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:27:45 2011 +0200
Translation update done using Pootle.
commit ac102ccd2723019e930f373f7df9e2ccbe6a6a5c
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:27:00 2011 +0200
Translation update done using Pootle.
commit 4fbbbf266dc63d9a845c77f8b76b844ca89de1d2
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:26:09 2011 +0200
Translation update done using Pootle.
commit 81d72661eeb7dfbb5d005817c1d709b0267d8ada
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:24:21 2011 +0200
Translation update done using Pootle.
commit 3cc169a2ff09a9c4ed2d605d6d19d9ed8eee9c3a
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:20:36 2011 +0200
Translation update done using Pootle.
commit bcb522df9277fc9948f6249e62145ac09b4ed352
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:19:41 2011 +0200
Translation update done using Pootle.
commit 2cea32ef9c5bed7bda856319e637e2a2779c377c
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:18:49 2011 +0200
Translation update done using Pootle.
commit 187dd33612893fb2a6a7496140612af10ef9f219
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:17:09 2011 +0200
Translation update done using Pootle.
commit dc1d1b8c3d1eb7f70e2b5683ab2afd6754825171
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:14:41 2011 +0200
Translation update done using Pootle.
commit ab1593df5ed99c72a2813827c1d409af8b2c9445
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:14:24 2011 +0200
Translation update done using Pootle.
commit 6467db7b4528b77e84d0015784f96c78f533d2d2
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:13:43 2011 +0200
Translation update done using Pootle.
commit 72a9fd7c84b326b87d09ff00c1410985e2528dde
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:12:30 2011 +0200
Translation update done using Pootle.
commit c0749a352a9c8dd8bf100389c5281b5635b3bd8f
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:12:10 2011 +0200
Translation update done using Pootle.
commit 80826b94efa1b6f6ab33d0e0ea7a70ea6c79a627
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:11:39 2011 +0200
Translation update done using Pootle.
commit 4b8d8a2156ea01bfd0e342ee068ebf8bd805cfff
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:10:52 2011 +0200
Translation update done using Pootle.
commit 4d693ede8b055bdbc14fff92f9d2e001b6cd347e
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:10:36 2011 +0200
Translation update done using Pootle.
commit f1ca6efc34defced4c4eb1cb747522927279a47d
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:09:40 2011 +0200
Translation update done using Pootle.
commit ac678f80ff748a0d1e1ab984c5d4e97a9d411935
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:08:26 2011 +0200
Translation update done using Pootle.
commit a35defe1db9dc5419dacbfe4c02cda56ebaa4856
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:08:02 2011 +0200
Translation update done using Pootle.
commit af1bc8c8095ec823482e002aa297e22587bd5c2c
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:06:59 2011 +0200
Translation update done using Pootle.
commit 00418ad753272b72db92d277c0c31bd18641751a
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:06:23 2011 +0200
Translation update done using Pootle.
commit c76b88aedf0108567db07a53d06764fafdd8de95
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:04:58 2011 +0200
Translation update done using Pootle.
commit 8666ab2b23ddfc1911273efde1e3708d8aa4140c
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 09:04:42 2011 +0200
Translation update done using Pootle.
commit 3ad46a48f58459296209ab738598ed647b725721
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:40:04 2011 +0200
Translation update done using Pootle.
commit 12be54e55765a2af341518cbe1d1e38313854e90
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:39:43 2011 +0200
Translation update done using Pootle.
commit 6b7dbccfbf896a9013a220b83469e3ccf6dcc913
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:37:32 2011 +0200
Translation update done using Pootle.
commit c756fe49940ba9e44df3386e3498730f9fbc4a61
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:37:20 2011 +0200
Translation update done using Pootle.
commit 5b832e036a09e943701716863462e517ead51383
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:36:43 2011 +0200
Translation update done using Pootle.
commit f82450e600b9870d12fe8e71f17c7a117d9da2b9
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:36:14 2011 +0200
Translation update done using Pootle.
commit fa919b45f9faa9a6e64e9743cc5685430e3f7762
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:35:42 2011 +0200
Translation update done using Pootle.
commit 059d94181acc7f8a393a48564d7f8a3769dab461
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:34:43 2011 +0200
Translation update done using Pootle.
commit e19cc16c5d2bb5d439c878e0fceed9e2f322b059
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:34:22 2011 +0200
Translation update done using Pootle.
commit badf6e823650cdb7c6e1ddcff003ebca213ecba9
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:33:49 2011 +0200
Translation update done using Pootle.
commit a7483c28b9acc9273d4d8850b6c88629ee721a81
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:33:08 2011 +0200
Translation update done using Pootle.
commit 46c7aed40052961f6afe8073080d7912484ad15b
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:32:09 2011 +0200
Translation update done using Pootle.
commit 8dea397f720ac9df8da9a0e4cf4dbddb127a0def
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:29:01 2011 +0200
Translation update done using Pootle.
commit 3f4ba911544884bf2783f8c2777bc9fddebf2ad7
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:28:38 2011 +0200
Translation update done using Pootle.
commit f9463eab2068df022e7b1d44165051d5e18b3a22
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:27:18 2011 +0200
Translation update done using Pootle.
commit 90012afe0ef51e29940cb6fb02fc9611c83134aa
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:24:55 2011 +0200
Translation update done using Pootle.
commit 2e2544c416540baced42ebae2e4e6429a9bb7cd4
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:23:59 2011 +0200
Translation update done using Pootle.
commit 9093e01fe3c07cd9b6b91f8cf4baceb048bf4fa9
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:22:21 2011 +0200
Translation update done using Pootle.
commit bdecd9537fffba30ae45c95d255b10d5fcc7e0ec
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:21:25 2011 +0200
Translation update done using Pootle.
commit 39aa2c76ea09a64c22e259127ae1ef7bb5c9d985
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:02:30 2011 +0200
Translation update done using Pootle.
commit 7f8702ddf8fcbf9cf95a1dc89ec091cdff825f32
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:02:11 2011 +0200
Translation update done using Pootle.
commit 25c1165a3fa8d17102214bebc06c32ea40c4e358
Author: Martin Lacina <martin(a)whistler.sk>
Date: Wed May 18 08:01:44 2011 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/bg.po | 20 ++---
po/sk.po | 248 ++++++++++++++++++++++++++++++++++----------------------------
2 files changed, 146 insertions(+), 122 deletions(-)
diff --git a/po/bg.po b/po/bg.po
index 73cbd35..3ce6c86 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-05-17 12:36-0400\n"
-"PO-Revision-Date: 2011-05-17 16:22+0200\n"
+"PO-Revision-Date: 2011-05-18 10:58+0200\n"
"Last-Translator: <stoyanster(a)gmail.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
@@ -482,7 +482,7 @@ msgstr "Допълване заявка"
#: db_qbe.php:639
msgid "Use Tables"
-msgstr "Използвай таблицата"
+msgstr "Използване таблиците"
#: db_qbe.php:662
#, php-format
@@ -1104,16 +1104,14 @@ msgid "Show search results"
msgstr "Показване резултати от търсенето"
#: js/messages.php:86
-#, fuzzy
#| msgid "Browse"
msgid "Browsing"
msgstr "Прелистване"
#: js/messages.php:87
-#, fuzzy
#| msgid "Deleting %s"
msgid "Deleting"
-msgstr "Изтриване на %s"
+msgstr "Изтриване"
#: js/messages.php:90
msgid ""
@@ -5948,7 +5946,7 @@ msgstr "Всеки потребител"
#: server_privileges.php:766 server_privileges.php:790
#: server_privileges.php:2008 server_privileges.php:2038
msgid "Use text field"
-msgstr "Използвай текстовото поле"
+msgstr "От текстовото поле"
#: libraries/replication_gui.lib.php:304 server_privileges.php:746
msgid "Any host"
@@ -5964,7 +5962,7 @@ msgstr "Този Хост"
#: libraries/replication_gui.lib.php:320 server_privileges.php:761
msgid "Use Host Table"
-msgstr "Използвай таблица Host"
+msgstr "От таблица Host"
#: libraries/replication_gui.lib.php:333 server_privileges.php:774
msgid ""
@@ -7014,7 +7012,7 @@ msgstr ""
#: querywindow.php:93
msgid "Import files"
-msgstr "Импортиране на файлове"
+msgstr "Импорт на файл"
#: querywindow.php:104
msgid "All"
@@ -8910,8 +8908,8 @@ msgstr "Редакция на следващия ред"
msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere"
msgstr ""
-"Използвайте клавиша TAB за да премествате крурсора от стойност на стойност "
-"или CTRL+стрелка за да премествате курсора в съответната посока"
+"Използвайте клавиша TAB, за да премествате крурсора от стойност на стойност "
+"или CTRL+стрелка, за да премествате курсора в съответната посока"
#: tbl_change.php:1137
#, php-format
diff --git a/po/sk.po b/po/sk.po
index 9910d64..b2cf473 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2011-05-17 12:36-0400\n"
-"PO-Revision-Date: 2011-05-17 15:58+0200\n"
+"PO-Revision-Date: 2011-05-18 12:30+0200\n"
"Last-Translator: Martin Lacina <martin(a)whistler.sk>\n"
"Language-Team: slovak <sk(a)li.org>\n"
+"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.5\n"
@@ -1120,16 +1120,14 @@ msgid "Show search results"
msgstr "Zobraziť výsledky vyhľadávania"
#: js/messages.php:86
-#, fuzzy
#| msgid "Browse"
msgid "Browsing"
msgstr "Prechádzať"
#: js/messages.php:87
-#, fuzzy
#| msgid "Deleting %s"
msgid "Deleting"
-msgstr "Odstraňuje sa %s"
+msgstr "Odstraňujem"
#: js/messages.php:90
msgid ""
@@ -2048,7 +2046,7 @@ msgstr "Skontrolovať SQL"
#: libraries/common.lib.php:1265
msgid "Inline edit of this query"
-msgstr ""
+msgstr "Upraviť dopyt na tejto stránke"
#: libraries/common.lib.php:1267
msgid "Inline"
@@ -3162,6 +3160,8 @@ msgid ""
"Default format; be aware that this list depends on location (database, "
"table) and only SQL is always available"
msgstr ""
+"Východzí format: Berte na vedomie, že tento zoznam závisí na umiestnení "
+"(databáza, tabuľka) a len SQL je stále dostupné"
#: libraries/config/messages.inc.php:244
msgid "Format of imported file"
@@ -3186,7 +3186,7 @@ msgstr "Import mien (5.00 namiesto $5.00)"
#: libraries/config/messages.inc.php:254
msgid "Import percentages as proper decimals (12.00% to .12)"
-msgstr "Importovať percentá ako desatinné čísla (0.12 namiesto 12.00%|"
+msgstr "Importovať percentá ako desatinné čísla (0.12 namiesto 12.00%)"
#: libraries/config/messages.inc.php:255
msgid "Number of queries to skip from start"
@@ -3202,7 +3202,7 @@ msgstr "Nepoužívať AUTO_INCREMENT pre nulové hodnoty"
#: libraries/config/messages.inc.php:261
msgid "Initial state for sliders"
-msgstr ""
+msgstr "Počiatočný stav pre posuvníky"
#: libraries/config/messages.inc.php:262
msgid "How many rows can be inserted at one time"
@@ -3289,6 +3289,8 @@ msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])"
msgstr ""
+"Otvoriť nové okno v hlavnej okne ([kbd]hlavná[/kbd]) alebo v novom "
+"([kbd]nové[/kbd])"
#: libraries/config/messages.inc.php:282
msgid "Logo link target"
@@ -3314,6 +3316,7 @@ msgstr "Odľahčené panely"
msgid ""
"Maximum number of characters shown in any non-numeric column on browse view"
msgstr ""
+"Maximálny počet znakov zobrazovanných v nečíselných poliach pri prechádzaní"
#: libraries/config/messages.inc.php:288
msgid "Limit column characters"
@@ -3325,6 +3328,10 @@ msgid ""
"only occurs for the current server. Setting this to FALSE makes it easy to "
"forget to log out from other servers when connected to multiple servers."
msgstr ""
+"Pokiaľ je povolené, pri odhlásení budú vymazané cookies pre všetky servery; "
+"pokiaľ je zakázané, vymaže sa len pre aktuálny server. Zakázaním tejto voľby "
+"sa môže ľahko stať, že sa zabudnete odhlásiť z ostatných serverov, pokiaľ "
+"ich používate viac."
#: libraries/config/messages.inc.php:290
msgid "Delete all cookies on logout"
@@ -3335,10 +3342,12 @@ msgid ""
"Define whether the previous login should be recalled or not in cookie "
"authentication mode"
msgstr ""
+"Určuje, či sa má obnoviť predchádzajúce prihlásenia alebo nie v cookie "
+"overovacom móde"
#: libraries/config/messages.inc.php:292
msgid "Recall user name"
-msgstr ""
+msgstr "Pamätať si užívateľské meno"
#: libraries/config/messages.inc.php:293
msgid ""
@@ -3347,10 +3356,14 @@ msgid ""
"and will be deleted as soon as you close the browser window. This is "
"recommended for non-trusted environments."
msgstr ""
+"Určuje, ako dlho (v sekundách) si má prehliadač pamätať prihlasovaciu "
+"cookie. Východzia hodnota 0 znamená, že cookie bude pamätaná, len po dobu "
+"sedenia a bude vymazaná pri zatvorení okna. Toto je odporúčané v "
+"nedôveryhodných prostrediach."
#: libraries/config/messages.inc.php:294
msgid "Login cookie store"
-msgstr ""
+msgstr "Uloženie prihlasovacej cookie"
#: libraries/config/messages.inc.php:295
msgid "Define how long (in seconds) a login cookie is valid"
@@ -3362,36 +3375,36 @@ msgstr "Platnosť prihlasovacej cookie"
#: libraries/config/messages.inc.php:297
msgid "Double size of textarea for LONGTEXT columns"
-msgstr ""
+msgstr "Zdvojnásobiť veľkosť editačného poľa pre stĺpec typu LONGTEXT"
#: libraries/config/messages.inc.php:298
msgid "Bigger textarea for LONGTEXT"
-msgstr ""
+msgstr "Väčšie editačné pole pre LONGTEXT"
#: libraries/config/messages.inc.php:299
msgid "Use icons on main page"
-msgstr ""
+msgstr "Zobraziť ikony na hlavnej stránke"
#: libraries/config/messages.inc.php:300
msgid "Maximum number of characters used when a SQL query is displayed"
-msgstr ""
+msgstr "Maximálny počet znakov pri zobrazení SQL dopytu"
#: libraries/config/messages.inc.php:301
msgid "Maximum displayed SQL length"
-msgstr ""
+msgstr "Mazimálna dĺžka zobrazeného SQL dopytu"
#: libraries/config/messages.inc.php:302 libraries/config/messages.inc.php:307
#: libraries/config/messages.inc.php:335
msgid "Users cannot set a higher value"
-msgstr ""
+msgstr "Uživatelia nemôžu nastaviť vyššiu hodnotu"
#: libraries/config/messages.inc.php:303
msgid "Maximum number of databases displayed in left frame and database list"
-msgstr ""
+msgstr "Maximálny počet databáz zobrazených v ľavom ráme a zozname databáz"
#: libraries/config/messages.inc.php:304
msgid "Maximum databases"
-msgstr ""
+msgstr "Najvyšší počet databáz"
#: libraries/config/messages.inc.php:305
msgid ""
@@ -3399,55 +3412,61 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Počet zobrazených riadkov pri prechádzaní sady výsledkov. Ak sada výsledkov "
+"obsahuje viac riadkov, zobrazia sa odkazy "Predchádzajúci" a "
+""Ďalší""
#: libraries/config/messages.inc.php:306
msgid "Maximum number of rows to display"
-msgstr ""
+msgstr "Maximálny počet zobrazených riadkov"
#: libraries/config/messages.inc.php:308
msgid "Maximum number of tables displayed in table list"
-msgstr ""
+msgstr "Maximálny počet tabuliek zobrazených v zozname tabuliek"
#: libraries/config/messages.inc.php:309
msgid "Maximum tables"
-msgstr ""
+msgstr "Maximum tabuliek"
#: libraries/config/messages.inc.php:310
msgid ""
"Disable the default warning that is displayed if mcrypt is missing for "
"cookie authentication"
msgstr ""
+"Vypnúť štandardné varovanie o chýbajúcom rozšírení mcrypt pri cookie "
+"overovaní"
#: libraries/config/messages.inc.php:311
msgid "mcrypt warning"
-msgstr ""
+msgstr "Varovanie o mcrypte"
#: libraries/config/messages.inc.php:312
msgid ""
"The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] "
"([kbd]0[/kbd] for no limit)"
msgstr ""
+"Počet bytov, ktoré môže alokovať skript, napr. [kbd]32M[/kbd] ([kbd]0[/kbd] "
+"ruší obmedzenia)"
#: libraries/config/messages.inc.php:313
-#, fuzzy
msgid "Memory limit"
-msgstr "Obmedzenie zdrojov"
+msgstr "Obmedzenie pamäte"
#: libraries/config/messages.inc.php:314
msgid "These are Edit, Inline edit, Copy and Delete links"
-msgstr ""
+msgstr "Toto sú odkazy na Upraviť, Upraviť tu, Kopírovať a Odstrániť"
#: libraries/config/messages.inc.php:315
msgid "Show table row links on left side"
-msgstr ""
+msgstr "Zobrazí odkazy riadkov tabuľky na ľavej strane"
#: libraries/config/messages.inc.php:316
msgid "Show table row links on right side"
-msgstr ""
+msgstr "Zobrazí odkazy riadkov tabuľky na pravej strane"
#: libraries/config/messages.inc.php:317
msgid "Use natural order for sorting table and database names"
-msgstr ""
+msgstr "Použiť prirodzené triedenie pre mena tabuliek a databáz"
#: libraries/config/messages.inc.php:318
msgid "Natural order"
@@ -3455,37 +3474,39 @@ msgstr "Prirodzené poradie"
#: libraries/config/messages.inc.php:319 libraries/config/messages.inc.php:329
msgid "Use only icons, only text or both"
-msgstr ""
+msgstr "Použiť len ikony, len text alebo obidve"
#: libraries/config/messages.inc.php:320
msgid "Iconic navigation bar"
-msgstr ""
+msgstr "Navigašná lišta s ikonami"
#: libraries/config/messages.inc.php:321
msgid "use GZip output buffering for increased speed in HTTP transfers"
-msgstr ""
+msgstr "Použiť medzipamäť pre GZip výstup pre zvýšenie rýchlosti HTTP prenosu"
#: libraries/config/messages.inc.php:322
msgid "GZip output buffering"
-msgstr ""
+msgstr "Medzipamäť pre GZip výstup"
#: libraries/config/messages.inc.php:323
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise"
msgstr ""
+"[kbd]SMART[/kbd] - t.j. zostupné radenie pre polia typu TIME, DATE, DATETIME "
+"a TIMESTAMP, ostatné budú radené vzostupne"
#: libraries/config/messages.inc.php:324
msgid "Default sorting order"
-msgstr ""
+msgstr "Východzie radenie"
#: libraries/config/messages.inc.php:325
msgid "Use persistent connections to MySQL databases"
-msgstr ""
+msgstr "Použiť trvalé (persistent) spojenia k MySQL databázam"
#: libraries/config/messages.inc.php:326
msgid "Persistent connections"
-msgstr ""
+msgstr "Trvalé spojenia"
#: libraries/config/messages.inc.php:327
msgid ""
@@ -3493,22 +3514,25 @@ msgid ""
"Structure page if any of the required tables for the phpMyAdmin "
"configuration storage could not be found"
msgstr ""
+"Vypne štandardné varovanie pri detailoch databázy na Štruktúra stránke, ak "
+"niektorá z vyžadovaných tabuliek pre miesto uloženia phpMyAdmin konfigurácie "
+"nebola nájdená"
#: libraries/config/messages.inc.php:328
msgid "Missing phpMyAdmin configuration storage tables"
-msgstr ""
+msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie"
#: libraries/config/messages.inc.php:330
msgid "Iconic table operations"
-msgstr ""
+msgstr "Zobrazenie ikon pre operácie s tabuľkami"
#: libraries/config/messages.inc.php:331
msgid "Disallow BLOB and BINARY columns from editing"
-msgstr ""
+msgstr "Zakázať úpravu polí typu BLOB a BINARY"
#: libraries/config/messages.inc.php:332
msgid "Protect binary columns"
-msgstr ""
+msgstr "Chrániť binárne polia"
#: libraries/config/messages.inc.php:333
msgid ""
@@ -3516,30 +3540,34 @@ msgid ""
"storage). If disabled, this utilizes JS-routines to display query history "
"(lost by window close)."
msgstr ""
+"Povoľte, ak chcete históriu dopytov založenú na databáze (vyžaduje miesto "
+"uloženia phpMyAdmin konfigurácie). Ak vowbu zakážete, využijú sa k "
+"zobrazeniu histórie dopytoj Java Scriptové funkcie (bude stratená pri "
+"zavretí okna)."
#: libraries/config/messages.inc.php:334
msgid "Permanent query history"
-msgstr ""
+msgstr "Trvalá história dopytov"
#: libraries/config/messages.inc.php:336
msgid "How many queries are kept in history"
-msgstr ""
+msgstr "Koľko dopytov sa má držať v histórii"
#: libraries/config/messages.inc.php:337
msgid "Query history length"
-msgstr ""
+msgstr "Dĺžka histórie dopytov"
#: libraries/config/messages.inc.php:338
msgid "Tab displayed when opening a new query window"
-msgstr ""
+msgstr "Zobrazený panel pri otvorení nového okna dopytov"
#: libraries/config/messages.inc.php:339
msgid "Default query window tab"
-msgstr ""
+msgstr "Východzí panel okna dopytov"
#: libraries/config/messages.inc.php:340
msgid "Query window height (in pixels)"
-msgstr ""
+msgstr "Výška okna dopytov (v pixeloch)"
#: libraries/config/messages.inc.php:341
msgid "Query window height"
@@ -3555,15 +3583,15 @@ msgstr "Šírka okna dopytov"
#: libraries/config/messages.inc.php:344
msgid "Select which functions will be used for character set conversion"
-msgstr ""
+msgstr "Zvoľte, ktorá funkcia bude použitá pre konverziu znakových sád"
#: libraries/config/messages.inc.php:345
msgid "Recoding engine"
-msgstr ""
+msgstr "Prekódovací nástroj"
#: libraries/config/messages.inc.php:346
msgid "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
-msgstr ""
+msgstr "Opkovať hlavičku každých X buniek, [kbd]0[/kbd] vypne túto možnosť"
#: libraries/config/messages.inc.php:347
msgid "Repeat headers"
@@ -3571,44 +3599,43 @@ msgstr "Opakovať záhlavie"
#: libraries/config/messages.inc.php:348
msgid "Show help button instead of Documentation text"
-msgstr ""
+msgstr "Zobraziť tlačidlo nápovedy namiesto textu dokumentácie"
#: libraries/config/messages.inc.php:349
msgid "Show help button"
-msgstr ""
+msgstr "Zobraziť tlačidlo nápovedy"
#: libraries/config/messages.inc.php:351
msgid "Directory where exports can be saved on server"
-msgstr ""
+msgstr "Adresár na serveri pre ukladanie exportov"
#: libraries/config/messages.inc.php:352
-#, fuzzy
msgid "Save directory"
-msgstr "Domovský adresár pre dáta"
+msgstr "Adresár pre ukladanie"
#: libraries/config/messages.inc.php:353
msgid "Leave blank if not used"
-msgstr ""
+msgstr "Nechajte prázdne pokiaľ nepoužívate"
#: libraries/config/messages.inc.php:354
msgid "Host authorization order"
-msgstr ""
+msgstr "Poradie overovania hostiteľa"
#: libraries/config/messages.inc.php:355
msgid "Leave blank for defaults"
-msgstr ""
+msgstr "Nechajte prázdne, ak chcete použiť východzie nastavenia"
#: libraries/config/messages.inc.php:356
msgid "Host authorization rules"
-msgstr ""
+msgstr "Pravidlá overovania hostiteľa"
#: libraries/config/messages.inc.php:357
msgid "Allow logins without a password"
-msgstr ""
+msgstr "Povoliť prihlásenie bez hesla"
#: libraries/config/messages.inc.php:358
msgid "Allow root login"
-msgstr ""
+msgstr "Povoliť prihlásenia užívateľa root"
#: libraries/config/messages.inc.php:359
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth"
@@ -3624,28 +3651,34 @@ msgid ""
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)"
msgstr ""
+"Cesta ku konfiguračnému súboru pre [a@http://swekey.com]SweKey hardvérové "
+"overovanie[/a] (Neuložená vo vašom koreňovom adresári dokumentov, doporučené "
+"umiestneie: -etc-swekey.conf)"
#: libraries/config/messages.inc.php:362
msgid "SweKey config file"
-msgstr ""
+msgstr "Konfiguračný súbor SweKey"
#: libraries/config/messages.inc.php:363
msgid "Authentication method to use"
-msgstr ""
+msgstr "Výber overovacej metódy"
#: libraries/config/messages.inc.php:364 setup/frames/index.inc.php:126
msgid "Authentication type"
-msgstr ""
+msgstr "Typ overovania"
#: libraries/config/messages.inc.php:365
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma_bookmark[/kbd]"
msgstr ""
+"Nechajte prázdne pre žiadnu podporu "
+"[a@http://wiki.phpmyadmin.net/pma/bookmark]záložiek[/a], navrhované: "
+"[kbd]pma_bookmark[/kbd]"
#: libraries/config/messages.inc.php:366
msgid "Bookmark table"
-msgstr ""
+msgstr "Tabuľka záložiek"
#: libraries/config/messages.inc.php:367
msgid ""
@@ -3655,34 +3688,35 @@ msgstr ""
#: libraries/config/messages.inc.php:368
msgid "Column information table"
-msgstr ""
+msgstr "Tabuľka informácii o poliach"
#: libraries/config/messages.inc.php:369
msgid "Compress connection to MySQL server"
-msgstr ""
+msgstr "Komprimácia spojenia k MySQL serveru"
#: libraries/config/messages.inc.php:370
msgid "Compress connection"
-msgstr ""
+msgstr "Komprimovať pripojenie"
#: libraries/config/messages.inc.php:371
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
-msgstr ""
+msgstr "Ako sa pripájať k serveru, nechajte [kbd]tcp[/kbd] ak si nie ste istý"
#: libraries/config/messages.inc.php:372
-#, fuzzy
msgid "Connection type"
-msgstr "Spojenia"
+msgstr "Typ pripojenia"
#: libraries/config/messages.inc.php:373
msgid "Control user password"
-msgstr ""
+msgstr "Heslo kontrolného užívateľa"
#: libraries/config/messages.inc.php:374
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
msgstr ""
+"Špeciálny MySQL užívateľ s obmedzenými právami, viac informácii je "
+"dostupných na [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
#: libraries/config/messages.inc.php:375
msgid "Control user"
@@ -3690,42 +3724,43 @@ msgstr "Kontrolný užívateľ"
#: libraries/config/messages.inc.php:376
msgid "Count tables when showing database list"
-msgstr ""
+msgstr "Spočítavať tabuľky pri zobrazovaní zoznamu databáz"
#: libraries/config/messages.inc.php:377
-#, fuzzy
msgid "Count tables"
-msgstr "Žiadne tabuľky"
+msgstr "Počítať tabuľky"
#: libraries/config/messages.inc.php:378
msgid ""
"Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
"kbd]"
msgstr ""
+"Nechajte prázdne pre vypnutie návrhára, východzie nastavenie: "
+"[kbd]pma_designer_coords[/kbd]"
#: libraries/config/messages.inc.php:379
-#, fuzzy
msgid "Designer table"
-msgstr "Defragmentovať tabuľku"
+msgstr "Tabuľka návrhára"
#: libraries/config/messages.inc.php:380
msgid ""
"More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug "
"tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
+"Viac informácii na [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug "
+"tracker[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
#: libraries/config/messages.inc.php:381
msgid "Disable use of INFORMATION_SCHEMA"
-msgstr ""
+msgstr "Zakazať použitie INFORMATION_SCHEMA"
#: libraries/config/messages.inc.php:382
msgid "What PHP extension to use; you should use mysqli if supported"
-msgstr ""
+msgstr "Ktoré rozšírenie PHP sa má použiť; použite mysqli ak je to možné"
#: libraries/config/messages.inc.php:383
-#, fuzzy
msgid "PHP extension to use"
-msgstr "rozšírenie PHP"
+msgstr "Použiť rozšírenie PHP"
#: libraries/config/messages.inc.php:384
msgid "Hide databases matching regular expression (PCRE)"
@@ -4256,10 +4291,9 @@ msgid "ZIP"
msgstr "ZIP"
#: libraries/config/setup.forms.php:41
-#, fuzzy
#| msgid "Configuration file"
msgid "Config authentication"
-msgstr "Konfiguračný súbor"
+msgstr "Overenie konfigurácie"
#: libraries/config/setup.forms.php:45
msgid "Cookie authentication"
@@ -4628,10 +4662,9 @@ msgid "Format:"
msgstr "Formát:"
#: libraries/display_export.lib.php:336
-#, fuzzy
#| msgid "Transformation options"
msgid "Format-specific options:"
-msgstr "Parametre transformácie"
+msgstr "Voľby špecifické pre formáty:"
#: libraries/display_export.lib.php:337
msgid ""
@@ -4793,10 +4826,9 @@ msgid "Relational key"
msgstr "Relačná schéma"
#: libraries/display_tbl.lib.php:574
-#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
-msgstr "Relačná schéma"
+msgstr "Relačné zobrazenie stĺpcov"
#: libraries/display_tbl.lib.php:581
msgid "Show binary contents"
@@ -5341,10 +5373,9 @@ msgstr "Štruktúra tabuľky @TABLE@"
#: libraries/export/latex.php:47 libraries/export/odt.php:39
#: libraries/export/sql.php:87
-#, fuzzy
#| msgid "Transformation options"
msgid "Object creation options"
-msgstr "Parametre transformácie"
+msgstr "Možnosti vytvárania objektov"
#: libraries/export/latex.php:51 libraries/export/latex.php:75
msgid "Table caption (continued)"
@@ -6584,7 +6615,6 @@ msgid "Event"
msgstr "Udalosť"
#: libraries/transformations/application_octetstream__download.inc.php:9
-#, fuzzy
#| msgid ""
#| "Displays a link to download the binary data of the field. You can use the "
#| "first option to specify the filename, or use the second option as the "
@@ -6596,9 +6626,9 @@ msgid ""
"of a column which contains the filename. If you use the second option, you "
"need to set the first option to the empty string."
msgstr ""
-"Zobrazí odkaz na stiahnutie dát. Prvý parameter je meno súboru, druhý je "
-"meno stĺpca v tabuľke obsahujúci meno súboru. Ak zadáte druhý parameter, "
-"prvý musí byť prázdny."
+"Zobrazí odkaz na stiahnutie binárnych dát poľa. Prvý možnosť je zadať meno "
+"súboru alebo druhá je použiť meno stĺpca v tabuľke obsahujúceho meno súboru. "
+"Ak použijete druhú možnosť, prvé pole musí byť prázdne."
#: libraries/transformations/application_octetstream__hex.inc.php:9
msgid ""
@@ -6634,7 +6664,6 @@ msgid ""
msgstr ""
#: libraries/transformations/text_plain__external.inc.php:9
-#, fuzzy
#| msgid ""
#| "LINUX ONLY: Launches an external application and feeds it the field data "
#| "via standard input. Returns the standard output of the application. The "
@@ -6658,9 +6687,9 @@ msgid ""
"will prevent wrapping and ensure that the output appears all on one line "
"(Default 1)."
msgstr ""
-"PLATÍ IBA PRE LINUX: Spustí externú aplikáciu, na jej štandardný vstup pošle "
-"pole a zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne "
-"sformátuje HTML. Z bezpečnostných dôvodov musíte ručne upraviť obsah súboru "
+"LEN PRE LINUX: Spustí externú aplikáciu a na štandardný vstup pošle pole a "
+"zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje "
+"HTML. Z bezpečnostných dôvodov musíte ručne upraviť obsah súboru "
"libraries/transformations/text_plain__external.inc.php a pridať do neho "
"povolené aplikácie. Prvý parameter je číslo aplikácie, ktorú chcete použiť a "
"druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter "
@@ -6720,10 +6749,9 @@ msgstr ""
"koniec skráteného textu (predvolené je ...)."
#: libraries/user_preferences.inc.php:32
-#, fuzzy
#| msgid "General relation features"
msgid "Manage your settings"
-msgstr "Možnosti všeobecných vzťahov"
+msgstr "Spravovať svoje nastavenia"
#: libraries/user_preferences.inc.php:47 prefs_manage.php:291
msgid "Configuration has been saved"
@@ -6833,7 +6861,7 @@ msgstr ""
"Konfiguračný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú "
"predvolenému privilegovanému MySQL účtu. Ak MySQL server beží s týmto "
"nastavením, nie je zabezpečený proti napadnutiu, táto bezpečnostná chyba by "
-"mala byť urýchlene odstránená."
+"mala byť urýchlene odstránená nastavením hesla pre užívateľa 'root'."
#: main.php:251
msgid ""
@@ -6886,7 +6914,7 @@ msgstr ""
"nakonfigurovaný."
#: main.php:299
-#, fuzzy, php-format
+#, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
#| "deactivated. To find out why click %shere%s."
@@ -6894,8 +6922,8 @@ msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. To find out why click %shere%s."
msgstr ""
-"Prídavné vlastnosti pre prácu s prepojenými tabuľkami boli deaktivované. Ak "
-"chcete zistiť prečo, kliknite %ssem%s."
+"Miesto uloženia phpMyAdmin konfigurácie nie je úplne nastavené, niektoré "
+"rozšírené vlastnosti boli vypnuté. Ak chcete zistiť prečo, kliknite %ssem%s."
#: main.php:314
msgid ""
@@ -7652,7 +7680,7 @@ msgstr "Pridať oprávnenia pre nasledujúcu databázu"
#: server_privileges.php:2023
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
-"Náhradzujúcim znakom _ a % by mal predchádzať znak \\, pokiaľ ich nechcete "
+"Náhradzujúcim znakom % a _ by mal predchádzať znak \\, pokiaľ ich nechcete "
"použiť doslovne"
#: server_privileges.php:2026
@@ -7779,12 +7807,12 @@ msgid "Show connected slaves"
msgstr ""
#: server_replication.php:208
-#, fuzzy, php-format
+#, php-format
msgid ""
"This server is not configured as master in a replication process. Would you "
"like to <a href=\"%s\">configure</a> it?"
msgstr ""
-"Tento server nie je nakonfigurovaný ako slave v replikačnom procese. Chceli "
+"Tento server nie je nakonfigurovaný ako master v replikačnom procese. Chceli "
"by ste ho <a href=\"%s\">nakonfigurovať</a>?"
#: server_replication.php:215
@@ -8390,11 +8418,10 @@ msgid ""
"cache size. The query cache uses a least recently used (LRU) strategy to "
"decide which queries to remove from the cache."
msgstr ""
-"Počet príkazov, ktoré boli odstránené z vyrovnácej pamäti na uvoľnenie "
-"pamäti pre nové príkazy. Táto hodnota vám môže pomôcť pri upravovaní "
-"veľkosti vyrovnávacej pamäti príkazov. Na výber príkazov na odstránenie z "
-"vyrovnávacej pamäti sa používa stratégia LRU (tzn. najdlhšie nepoužité "
-"príkazy budú odstránené ako prvé)."
+"Počet príkazov, ktoré boli odstránené z vyrovnácej pamäte na uvoľnenie "
+"pamäte pre nové príkazy. Táto informácia vám môže pomôcť pri nastavovaní "
+"veľkosti vyrovnávacej pamäte príkazov. Vyrovnávacia pamäť príkazov používa "
+"stratégiu (LRU), odstránenie najdlhšie nepoužitých príkazov ako prvých."
#: server_status.php:128
msgid ""
@@ -9180,10 +9207,9 @@ msgid "Function"
msgstr "Funkcia"
#: tbl_change.php:758
-#, fuzzy
#| msgid " Because of its length,<br /> this field might not be editable "
msgid " Because of its length,<br /> this column might not be editable "
-msgstr " Toto možno nepôjde upraviť,<br /> kvôli svojej dĺžke "
+msgstr " Kvôli dĺžke poľa,<br /> toto pole sa nemusí dať upraviť "
#: tbl_change.php:875
msgid "Remove BLOB Repository Reference"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1402-g62d922f
by Madhura Jayaratne 17 May '11
by Madhura Jayaratne 17 May '11
17 May '11
The branch, master has been updated
via 62d922fac0cf53aa8865ce4fd5a12052ee4717e3 (commit)
via 67808087234de5f05ccfab22bc00abd13f7e77c2 (commit)
from 8590dc5a7f206b04512041e2fdf5701643f498ef (commit)
- Log -----------------------------------------------------------------
commit 62d922fac0cf53aa8865ce4fd5a12052ee4717e3
Merge: 8590dc5a7f206b04512041e2fdf5701643f498ef 67808087234de5f05ccfab22bc00abd13f7e77c2
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue May 17 22:28:53 2011 +0530
Merge branch 'QA_3_4'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0462842..51672e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
+ Patch #3302354 Add gettext wrappers around a message
3.4.2.0 (not yet released)
+- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.1.0 (not yet released)
- bug #3301108 [interface] Synchronize and already configured host
@@ -18,7 +19,6 @@
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name
- bug #3302733 [core] Some browsers report an insecure https connection
-- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_1RC1-12-g6780808
by Madhura Jayaratne 17 May '11
by Madhura Jayaratne 17 May '11
17 May '11
The branch, QA_3_4 has been updated
via 67808087234de5f05ccfab22bc00abd13f7e77c2 (commit)
from b091f91f92060b4911120ae3a8fc8d82364c9eb8 (commit)
- Log -----------------------------------------------------------------
commit 67808087234de5f05ccfab22bc00abd13f7e77c2
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue May 17 22:25:46 2011 +0530
Correction to the changelog entry
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d35b15d..8a2a612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
======================
3.4.2.0 (not yet released)
+- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.1.0 (not yet released)
- bug #3301108 [interface] Synchronize and already configured host
@@ -11,7 +12,6 @@
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name
- bug #3302733 [core] Some browsers report an insecure https connection
-- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1400-g8590dc5
by Madhura Jayaratne 17 May '11
by Madhura Jayaratne 17 May '11
17 May '11
The branch, master has been updated
via 8590dc5a7f206b04512041e2fdf5701643f498ef (commit)
via b091f91f92060b4911120ae3a8fc8d82364c9eb8 (commit)
from f1ed2782a749f3b43a47ddb30b59867f431e53a8 (commit)
- Log -----------------------------------------------------------------
commit 8590dc5a7f206b04512041e2fdf5701643f498ef
Merge: f1ed2782a749f3b43a47ddb30b59867f431e53a8 b091f91f92060b4911120ae3a8fc8d82364c9eb8
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue May 17 22:20:54 2011 +0530
Merge branch 'QA_3_4'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
js/functions.js | 2 +-
js/messages.php | 1 +
js/sql.js | 127 +++++++++++++++++++++++++--------------
themes/original/img/b_close.png | Bin 0 -> 250 bytes
themes/original/img/b_save.png | Bin 0 -> 603 bytes
themes/pmahomme/img/b_close.png | Bin 0 -> 250 bytes
7 files changed, 84 insertions(+), 47 deletions(-)
create mode 100644 themes/original/img/b_close.png
create mode 100644 themes/original/img/b_save.png
create mode 100644 themes/pmahomme/img/b_close.png
diff --git a/ChangeLog b/ChangeLog
index c107110..0462842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name
- bug #3302733 [core] Some browsers report an insecure https connection
+- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
diff --git a/js/functions.js b/js/functions.js
index 570f578..a5118df 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -610,7 +610,7 @@ $(document).ready(function() {
*/
$('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) {
// do not trigger when clicked on anchor
- if ($(e.target).is('a, a *')) {
+ if ($(e.target).is('a, img, a *')) {
return;
}
// XXX: FF fires two click events for <label> (label and checkbox), so we need to handle this differently
diff --git a/js/messages.php b/js/messages.php
index 8af89c8..a710260 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -93,6 +93,7 @@ $js_messages['strImportCSV'] = __('Note: If the file contains multiple tables, t
$js_messages['strHideQueryBox'] = __('Hide query box');
$js_messages['strShowQueryBox'] = __('Show query box');
$js_messages['strInlineEdit'] = __('Inline Edit');
+$js_messages['strEdit'] = __('Edit');
$js_messages['strSave'] = __('Save');
$js_messages['strHide'] = __('Hide');
diff --git a/js/sql.js b/js/sql.js
index 1872e12..13fade0 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -7,13 +7,14 @@
*
*/
+var $data_a;
+
/**
* decode a string URL_encoded
*
* @param string str
* @return string the URL-decoded string
*/
-var data_vt;
function PMA_urldecode(str) {
return decodeURIComponent(str.replace(/\+/g, '%20'));
}
@@ -81,10 +82,16 @@ function appendInlineAnchor() {
$cloned_tr.find('td')
.addClass('inline_edit_anchor')
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit'])
- .prepend($img_object);
+ .find('a').attr('href', '#');
+ var $edit_span = $cloned_tr.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_tr.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
$cloned_tr.insertAfter($this_tr);
});
@@ -109,14 +116,16 @@ function appendInlineAnchor() {
if ($img_object.length != 0) {
var img_src = $img_object.attr('src').replace(/b_edit/,'b_inline_edit');
$img_object.attr('src', img_src);
- $cloned_anchor
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit']);
- $cloned_anchor
- .find('span')
- .first()
- .prepend($img_object);
+ $cloned_anchor.find('a').attr('href', '#');
+ var $edit_span = $cloned_anchor.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_anchor.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
} else {
// Only text is displayed. See $cfg['PropertiesIconic']
$cloned_anchor.find('a').attr('href', '#');
@@ -447,24 +456,58 @@ $(document).ready(function() {
// Looping through all columns or rows, to find the required data and then storing it in an array.
var $this_children = $edit_td.children('span.nowrap').children('a').children('span.nowrap');
- if (disp_mode != 'vertical') {
+ // Keep the original data preserved.
+ $data_a = $edit_td.children('span.nowrap').children('a').clone();
+
+ // Change the inline edit to save.
+ var $img_object = $this_children.find('img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($this_children.parent('a').find('span:contains("' + PMA_messages['strInlineEdit'] + '")').length > 0) {
+ $this_children.text(' ' + PMA_messages['strSave']);
+ } else {
$this_children.empty();
- $this_children.text(PMA_messages['strSave']);
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strSave']);
+ var img_src = $img_object.attr('src').replace(/b_inline_edit/,'b_save');
+ $img_object.attr('src', img_src);
+ $this_children.prepend($img_object);
+ }
+
+ // Clone the save link and change it to create the hide link.
+ var $hide_a = $edit_td.children('span.nowrap').children('a').clone().attr('id', 'hide');
+ var $hide_span = $hide_a.find('span');
+ var $img_object = $hide_a.find('span img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($hide_a.find('span:contains("' + PMA_messages['strSave'] + '")').length > 0) {
+ $hide_span.text(' ' + PMA_messages['strHide']);
} else {
- // vertical
- data_vt = $this_children.html();
- $this_children.text(PMA_messages['strSave']);
+ $hide_span.empty();
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strHide']);
+ var img_src = $img_object.attr('src').replace(/b_save/,'b_close');
+ $img_object.attr('src', img_src);
+ $hide_span.prepend($img_object);
}
- var hide_link = '<br /><br /><a id="hide">' + PMA_messages['strHide'] + '</a>';
+ // Add hide icon and/or text.
+ $edit_td.children('span.nowrap').append($('<br /><br />')).append($hide_a);
+
if (disp_mode != 'vertical') {
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- $this_children = $(this).siblings('span.nowrap').children('a').children('span.nowrap');
- $this_children.empty();
- $this_children.text(PMA_messages['strInlineEdit']);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $this_hide = $(this).parents('td');
+
+ var $this_span = $this_hide.find('span');
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_hide = $(this).parent();
$this_hide.removeClass("inline_edit_active hover").addClass("inline_edit_anchor");
$this_hide.parent().removeClass("hover noclick");
$this_hide.siblings().removeClass("hover");
@@ -489,14 +532,15 @@ $(document).ready(function() {
var txt = '';
var rows = $edit_td.parent().siblings().length;
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- var pos = $(this).parent().index();
- var $chg_submit = $(this).parent().children('span.nowrap').children('a').children('span.nowrap');
- $chg_submit.empty();
- $chg_submit.append(data_vt);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $hide_a = $(this);
+ var pos = $hide_a.parents('td').index();
+
+ var $this_span = $hide_a.parent();
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_row = $(this).parents('tr');
+ var $this_row = $this_span.parents('tr');
// changing inline_edit_active to inline_edit_anchor
$this_row.siblings("tr:eq(3) td:eq(" + pos + ")").removeClass("inline_edit_active").addClass("inline_edit_anchor");
@@ -962,19 +1006,10 @@ $(document).ready(function() {
*/
function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings, data, disp_mode) {
- // deleting the hide button
- // remove <br><br><a> tags
- for ( var i = 0; i <= 2; i++) {
- $del_hide.next().remove();
- }
- if(disp_mode != 'vertical'){
- $chg_submit.empty();
- $chg_submit.html('<span class="nowrap"></span>');
- $chg_submit.children('span.nowrap').text(PMA_messages['strInlineEdit']);
- } else {
- $chg_submit.children('span.nowrap').empty();
- $chg_submit.children('span.nowrap').append(data_vt);
- }
+ // deleting the hide button. remove <br><br><a> tags
+ $del_hide.find('a, br').remove();
+ // append inline edit button.
+ $del_hide.append($data_a.clone());
// changing inline_edit_active to inline_edit_anchor
$this_td.removeClass('inline_edit_active').addClass('inline_edit_anchor');
@@ -984,7 +1019,7 @@ function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings,
if(disp_mode != 'vertical') {
$this_td.parent('tr').removeClass('hover').find('td').removeClass('hover');
} else {
- $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked');
+ $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked hover');
}
$input_siblings.each(function() {
diff --git a/themes/original/img/b_close.png b/themes/original/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/original/img/b_close.png differ
diff --git a/themes/original/img/b_save.png b/themes/original/img/b_save.png
new file mode 100644
index 0000000..7c8d475
Binary files /dev/null and b/themes/original/img/b_save.png differ
diff --git a/themes/pmahomme/img/b_close.png b/themes/pmahomme/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/pmahomme/img/b_close.png differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_1RC1-11-gb091f91
by Madhura Jayaratne 17 May '11
by Madhura Jayaratne 17 May '11
17 May '11
The branch, QA_3_4 has been updated
via b091f91f92060b4911120ae3a8fc8d82364c9eb8 (commit)
from 2f2157cf24976e527364c48a4f5e57a6845b39d3 (commit)
- Log -----------------------------------------------------------------
commit b091f91f92060b4911120ae3a8fc8d82364c9eb8
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue May 17 22:15:58 2011 +0530
bug #3301249 [interface] Iconic table operations does not remove inline edit label
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
js/functions.js | 2 +-
js/messages.php | 1 +
js/sql.js | 127 +++++++++++++++++++++++++--------------
themes/original/img/b_close.png | Bin 0 -> 250 bytes
themes/original/img/b_save.png | Bin 0 -> 603 bytes
themes/pmahomme/img/b_close.png | Bin 0 -> 250 bytes
7 files changed, 84 insertions(+), 47 deletions(-)
create mode 100644 themes/original/img/b_close.png
create mode 100644 themes/original/img/b_save.png
create mode 100644 themes/pmahomme/img/b_close.png
diff --git a/ChangeLog b/ChangeLog
index 737897c..d35b15d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name
- bug #3302733 [core] Some browsers report an insecure https connection
+- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
diff --git a/js/functions.js b/js/functions.js
index 2359502..8c5bc64 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -606,7 +606,7 @@ $(document).ready(function() {
*/
$('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) {
// do not trigger when clicked on anchor
- if ($(e.target).is('a, a *')) {
+ if ($(e.target).is('a, img, a *')) {
return;
}
// XXX: FF fires two click events for <label> (label and checkbox), so we need to handle this differently
diff --git a/js/messages.php b/js/messages.php
index 0f7c8c7..afc73e0 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -86,6 +86,7 @@ $js_messages['strSearching'] = __('Searching');
$js_messages['strHideQueryBox'] = __('Hide query box');
$js_messages['strShowQueryBox'] = __('Show query box');
$js_messages['strInlineEdit'] = __('Inline Edit');
+$js_messages['strEdit'] = __('Edit');
$js_messages['strSave'] = __('Save');
$js_messages['strHide'] = __('Hide');
diff --git a/js/sql.js b/js/sql.js
index 1872e12..13fade0 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -7,13 +7,14 @@
*
*/
+var $data_a;
+
/**
* decode a string URL_encoded
*
* @param string str
* @return string the URL-decoded string
*/
-var data_vt;
function PMA_urldecode(str) {
return decodeURIComponent(str.replace(/\+/g, '%20'));
}
@@ -81,10 +82,16 @@ function appendInlineAnchor() {
$cloned_tr.find('td')
.addClass('inline_edit_anchor')
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit'])
- .prepend($img_object);
+ .find('a').attr('href', '#');
+ var $edit_span = $cloned_tr.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_tr.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
$cloned_tr.insertAfter($this_tr);
});
@@ -109,14 +116,16 @@ function appendInlineAnchor() {
if ($img_object.length != 0) {
var img_src = $img_object.attr('src').replace(/b_edit/,'b_inline_edit');
$img_object.attr('src', img_src);
- $cloned_anchor
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit']);
- $cloned_anchor
- .find('span')
- .first()
- .prepend($img_object);
+ $cloned_anchor.find('a').attr('href', '#');
+ var $edit_span = $cloned_anchor.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_anchor.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
} else {
// Only text is displayed. See $cfg['PropertiesIconic']
$cloned_anchor.find('a').attr('href', '#');
@@ -447,24 +456,58 @@ $(document).ready(function() {
// Looping through all columns or rows, to find the required data and then storing it in an array.
var $this_children = $edit_td.children('span.nowrap').children('a').children('span.nowrap');
- if (disp_mode != 'vertical') {
+ // Keep the original data preserved.
+ $data_a = $edit_td.children('span.nowrap').children('a').clone();
+
+ // Change the inline edit to save.
+ var $img_object = $this_children.find('img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($this_children.parent('a').find('span:contains("' + PMA_messages['strInlineEdit'] + '")').length > 0) {
+ $this_children.text(' ' + PMA_messages['strSave']);
+ } else {
$this_children.empty();
- $this_children.text(PMA_messages['strSave']);
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strSave']);
+ var img_src = $img_object.attr('src').replace(/b_inline_edit/,'b_save');
+ $img_object.attr('src', img_src);
+ $this_children.prepend($img_object);
+ }
+
+ // Clone the save link and change it to create the hide link.
+ var $hide_a = $edit_td.children('span.nowrap').children('a').clone().attr('id', 'hide');
+ var $hide_span = $hide_a.find('span');
+ var $img_object = $hide_a.find('span img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($hide_a.find('span:contains("' + PMA_messages['strSave'] + '")').length > 0) {
+ $hide_span.text(' ' + PMA_messages['strHide']);
} else {
- // vertical
- data_vt = $this_children.html();
- $this_children.text(PMA_messages['strSave']);
+ $hide_span.empty();
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strHide']);
+ var img_src = $img_object.attr('src').replace(/b_save/,'b_close');
+ $img_object.attr('src', img_src);
+ $hide_span.prepend($img_object);
}
- var hide_link = '<br /><br /><a id="hide">' + PMA_messages['strHide'] + '</a>';
+ // Add hide icon and/or text.
+ $edit_td.children('span.nowrap').append($('<br /><br />')).append($hide_a);
+
if (disp_mode != 'vertical') {
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- $this_children = $(this).siblings('span.nowrap').children('a').children('span.nowrap');
- $this_children.empty();
- $this_children.text(PMA_messages['strInlineEdit']);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $this_hide = $(this).parents('td');
+
+ var $this_span = $this_hide.find('span');
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_hide = $(this).parent();
$this_hide.removeClass("inline_edit_active hover").addClass("inline_edit_anchor");
$this_hide.parent().removeClass("hover noclick");
$this_hide.siblings().removeClass("hover");
@@ -489,14 +532,15 @@ $(document).ready(function() {
var txt = '';
var rows = $edit_td.parent().siblings().length;
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- var pos = $(this).parent().index();
- var $chg_submit = $(this).parent().children('span.nowrap').children('a').children('span.nowrap');
- $chg_submit.empty();
- $chg_submit.append(data_vt);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $hide_a = $(this);
+ var pos = $hide_a.parents('td').index();
+
+ var $this_span = $hide_a.parent();
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_row = $(this).parents('tr');
+ var $this_row = $this_span.parents('tr');
// changing inline_edit_active to inline_edit_anchor
$this_row.siblings("tr:eq(3) td:eq(" + pos + ")").removeClass("inline_edit_active").addClass("inline_edit_anchor");
@@ -962,19 +1006,10 @@ $(document).ready(function() {
*/
function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings, data, disp_mode) {
- // deleting the hide button
- // remove <br><br><a> tags
- for ( var i = 0; i <= 2; i++) {
- $del_hide.next().remove();
- }
- if(disp_mode != 'vertical'){
- $chg_submit.empty();
- $chg_submit.html('<span class="nowrap"></span>');
- $chg_submit.children('span.nowrap').text(PMA_messages['strInlineEdit']);
- } else {
- $chg_submit.children('span.nowrap').empty();
- $chg_submit.children('span.nowrap').append(data_vt);
- }
+ // deleting the hide button. remove <br><br><a> tags
+ $del_hide.find('a, br').remove();
+ // append inline edit button.
+ $del_hide.append($data_a.clone());
// changing inline_edit_active to inline_edit_anchor
$this_td.removeClass('inline_edit_active').addClass('inline_edit_anchor');
@@ -984,7 +1019,7 @@ function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings,
if(disp_mode != 'vertical') {
$this_td.parent('tr').removeClass('hover').find('td').removeClass('hover');
} else {
- $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked');
+ $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked hover');
}
$input_siblings.each(function() {
diff --git a/themes/original/img/b_close.png b/themes/original/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/original/img/b_close.png differ
diff --git a/themes/original/img/b_save.png b/themes/original/img/b_save.png
new file mode 100644
index 0000000..7c8d475
Binary files /dev/null and b/themes/original/img/b_save.png differ
diff --git a/themes/pmahomme/img/b_close.png b/themes/pmahomme/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/pmahomme/img/b_close.png differ
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1398-gf1ed278
by Marc Delisle 17 May '11
by Marc Delisle 17 May '11
17 May '11
The branch, master has been updated
via f1ed2782a749f3b43a47ddb30b59867f431e53a8 (commit)
from 43b9ae2025e40b0ee8638b85bc6aac5dfa4278c7 (commit)
- Log -----------------------------------------------------------------
commit f1ed2782a749f3b43a47ddb30b59867f431e53a8
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue May 17 12:37:18 2011 -0400
Refresh .po files
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 50 +++++---
po/ar.po | 50 +++++---
po/az.po | 50 +++++---
po/be.po | 50 +++++---
po/be(a)latin.po | 50 +++++---
po/bg.po | 86 +++++---------
po/bn.po | 50 +++++---
po/bs.po | 50 +++++---
po/ca.po | 50 +++++---
po/cs.po | 112 +++++++++---------
po/cy.po | 50 +++++---
po/da.po | 50 +++++---
po/de.po | 50 +++++---
po/el.po | 50 +++++---
po/en_GB.po | 67 +++++------
po/es.po | 50 +++++---
po/et.po | 50 +++++---
po/eu.po | 50 +++++---
po/fa.po | 50 +++++---
po/fi.po | 50 +++++---
po/fr.po | 74 ++++++------
po/gl.po | 50 +++++---
po/he.po | 50 +++++---
po/hi.po | 50 +++++---
po/hr.po | 50 +++++---
po/hu.po | 50 +++++---
po/id.po | 50 +++++---
po/it.po | 50 +++++---
po/ja.po | 83 +++++++-------
po/ka.po | 50 +++++---
po/ko.po | 50 +++++---
po/lt.po | 50 +++++---
po/lv.po | 50 +++++---
po/mk.po | 50 +++++---
po/ml.po | 46 +++++---
po/mn.po | 50 +++++---
po/ms.po | 50 +++++---
po/nb.po | 50 +++++---
po/nl.po | 50 +++++---
po/phpmyadmin.pot | 46 +++++---
po/pl.po | 50 +++++---
po/pt.po | 50 +++++---
po/pt_BR.po | 50 +++++---
po/ro.po | 50 +++++---
po/ru.po | 50 +++++---
po/si.po | 50 +++++---
po/sk.po | 336 +++++++++++------------------------------------------
po/sl.po | 50 +++++---
po/sq.po | 50 +++++---
po/sr.po | 50 +++++---
po/sr(a)latin.po | 50 +++++---
po/sv.po | 50 +++++---
po/ta.po | 46 +++++---
po/te.po | 48 +++++---
po/th.po | 50 +++++---
po/tr.po | 50 +++++---
po/tt.po | 50 +++++---
po/ug.po | 50 +++++---
po/uk.po | 50 +++++---
po/ur.po | 50 +++++---
po/uz.po | 50 +++++---
po/uz(a)latin.po | 50 +++++---
po/zh_CN.po | 50 +++++---
po/zh_TW.po | 50 +++++---
64 files changed, 2048 insertions(+), 1596 deletions(-)
diff --git a/po/af.po b/po/af.po
index 0da226c..aa6f18a 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -1144,6 +1144,18 @@ msgstr "SQL-stelling"
msgid "Show search results"
msgstr "SQL-stelling"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Beloer Data"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Delete"
+msgid "Deleting"
+msgstr "Verwyder"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2059,7 +2071,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentasie"
@@ -4960,7 +4972,7 @@ msgstr "Bediener weergawe"
msgid "Link not found"
msgstr "Skakel nie gevind nie"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
#, fuzzy
msgid "Version information"
msgstr "Wys PHP informasie"
@@ -6876,31 +6888,31 @@ msgstr "PHP Version"
msgid "Show PHP information"
msgstr "Wys PHP informasie"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Amptelike phpMyAdmin Tuisblad"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Kenmerke"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Geen verandering"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6908,21 +6920,21 @@ msgid ""
"this security hole by setting a password for user 'root'."
msgstr ""
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6930,24 +6942,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -6959,21 +6971,21 @@ msgstr ""
"Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. "
"Om uit te vind hoekom kliek %shier%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/ar.po b/po/ar.po
index 6502b9c..6b0b8a1 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-04-21 13:56+0200\n"
"Last-Translator: <u4504712(a)anu.edu.au>\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -1162,6 +1162,18 @@ msgstr "في الاستعلام"
msgid "Show search results"
msgstr "استعلام-SQL"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "استعراض"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "قيد حذف %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2076,7 +2088,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "مستندات وثائقية"
@@ -4999,7 +5011,7 @@ msgstr "تكوين"
msgid "Link not found"
msgstr "لم يمكن إيجاد الوصلة"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr ""
@@ -6970,27 +6982,27 @@ msgstr ""
msgid "Show PHP information"
msgstr "عرض المعلومات المتعلقة ب PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "ويكي"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "الصفحة الرئيسية الرسمية لـ phpMyAdmin"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "مشاركه"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr "اجلب دعم"
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "قائمة التعديلات"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7002,21 +7014,21 @@ msgstr ""
"الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب "
"وقت ممكن."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7024,24 +7036,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "يحتاج ملف الإعداد الآن إلى كلمة المرور السرية."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7053,21 +7065,21 @@ msgstr ""
"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%"
"s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/az.po b/po/az.po
index 645a5fe..54d8df7 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -1159,6 +1159,18 @@ msgstr "SQL sorğusu"
msgid "Show search results"
msgstr "SQL sorğusu"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "İçindekiler"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "%s silinir"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2076,7 +2088,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentasiya"
@@ -5021,7 +5033,7 @@ msgstr "Server versiyası"
msgid "Link not found"
msgstr "Link tapılmadı"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
#, fuzzy
msgid "Version information"
msgstr "Sisteme Giriş Me'lumatı"
@@ -7019,31 +7031,31 @@ msgstr "PHP Versiyası"
msgid "Show PHP information"
msgstr "PHPInfo() me'lumatını göster"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "phpMyAdmin Resmi İnternet Sehifesi"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Xüsusiyyetler"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Deyişiklik Yoxdur"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7054,21 +7066,21 @@ msgstr ""
"istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e'tibarlı "
"deyildir."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7076,24 +7088,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7105,21 +7117,21 @@ msgstr ""
"Elaqelendirilmiş cedveller üçün nezerde tutulmuş be'zi xüsusiyyetler "
"passivleşdirilmişdir. Sebebini aydınlaşdırmaq üçün %sbax%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/be.po b/po/be.po
index 0d768f8..1f136bb 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be(a)li.org>\n"
@@ -1186,6 +1186,18 @@ msgstr "SQL-запыт"
msgid "Show search results"
msgstr "SQL-запыт"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Прагляд"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Выдаленьне %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2126,7 +2138,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Дакумэнтацыя"
@@ -5132,7 +5144,7 @@ msgstr "Стварыць сувязь"
msgid "Link not found"
msgstr "Сувязь ня знойдзеная"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Інфармацыя пра вэрсію"
@@ -7231,31 +7243,31 @@ msgstr "Пашырэньне PHP"
msgid "Show PHP information"
msgstr "Паказаць інфармацыю пра PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Афіцыйная старонка phpMyAdmin"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Атрыбуты"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Няма зьменаў"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7268,7 +7280,7 @@ msgstr ""
"зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў "
"бясьпецы."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7277,7 +7289,7 @@ msgstr ""
"Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая "
"опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7287,7 +7299,7 @@ msgstr ""
"шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць "
"радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7295,25 +7307,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Канфігурацыйнаму файлу зараз патрэбная сакрэтная фраза (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7325,14 +7337,14 @@ msgstr ""
"Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб "
"высьветліць чаму, націсьніце %sтут%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7341,7 +7353,7 @@ msgstr ""
"Вэрсія вашай бібліятэкі MySQL для PHP %s адрозьніваецца ад вэрсіі вашага "
"сэрвэра MySQL %s. Гэта можа выклікаць непрадказальныя паводзіны."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 7637ac9..0bca0b5 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -1185,6 +1185,18 @@ msgstr "pa zapytu"
msgid "Show search results"
msgstr "U vyhladzie SQL-zapytu"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Prahlad"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Vydaleńnie %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2134,7 +2146,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dakumentacyja"
@@ -5106,7 +5118,7 @@ msgstr "Stvaryć"
msgid "Link not found"
msgstr "Suviaź nia znojdzienaja"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Infarmacyja pra versiju"
@@ -7205,31 +7217,31 @@ msgstr "Pašyreńnie PHP"
msgid "Show PHP information"
msgstr "Pakazać infarmacyju pra PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Aficyjnaja staronka phpMyAdmin"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Atrybuty"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Niama źmienaŭ"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7242,7 +7254,7 @@ msgstr ""
"źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ "
"biaśpiecy."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7251,7 +7263,7 @@ msgstr ""
"Vy ŭklučyli mbstring.func_overload u vašym kanfihuracyjnym fajle PHP. Hetaja "
"opcyja niesumiaščalnaja z phpMyAdmin i moža vyklikać paškodžańnie dadzienych!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7261,7 +7273,7 @@ msgstr ""
"šmatbajtavuju kadyroŭku. Biez pašyreńnia mbstring phpMyAdmin nia moža "
"padzialać radki karektna, i heta moža pryvieści da niečakanych vynikaŭ."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7269,25 +7281,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Kanfihuracyjnamu fajłu zaraz patrebnaja sakretnaja fraza (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7299,14 +7311,14 @@ msgstr ""
"Dadatkovyja mahčymaści raboty z źviazanymi tablicami byli adklučanyja. Kab "
"vyśvietlić čamu, naciśnicie %stut%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7315,7 +7327,7 @@ msgstr ""
"Versija vašaj biblijateki MySQL dla PHP %s adroźnivajecca ad versii vašaha "
"servera MySQL %s. Heta moža vyklikać niepradkazalnyja pavodziny."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/bg.po b/po/bg.po
index 64d2fc4..73cbd35 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-05-17 16:22+0200\n"
"Last-Translator: <stoyanster(a)gmail.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
@@ -708,12 +708,10 @@ msgid "Add prefix to table"
msgstr "Добавяне представка към таблица"
#: db_structure.php:523 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Заменяне на представката за таблици"
#: db_structure.php:525 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Copy table with prefix"
msgstr "Копиране на таблицата с представка"
@@ -956,12 +954,10 @@ msgid "You are about to DESTROY a complete database!"
msgstr "Вие ще УНИЩОЖИТЕ цялата БД!"
#: js/messages.php:32
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to DESTROY a complete table!"
msgstr "Вие ще УНИЩОЖИТЕ цяла таблица!"
#: js/messages.php:33
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to TRUNCATE a complete table!"
msgstr "Вие ще ИЗПРАЗНИТЕ цяла таблица!"
@@ -1100,7 +1096,6 @@ msgid "Searching"
msgstr "Търсене"
#: js/messages.php:84
-#| msgid "Query results"
msgid "Hide search results"
msgstr "Скриване резултати от търсенето"
@@ -1108,6 +1103,18 @@ msgstr "Скриване резултати от търсенето"
msgid "Show search results"
msgstr "Показване резултати от търсенето"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Прелистване"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Изтриване на %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -1962,7 +1969,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Документация"
@@ -4749,7 +4756,7 @@ msgstr "Създаване на изглед"
msgid "Link not found"
msgstr "Връзките не са намерени"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Информация за весията"
@@ -5568,7 +5575,6 @@ msgid "Convert to Kana"
msgstr ""
#: libraries/mult_submits.inc.php:249
-#| msgid "Fr"
msgid "From"
msgstr "От"
@@ -5803,7 +5809,6 @@ msgid "Reload navigation frame"
msgstr ""
#: libraries/plugin_interface.lib.php:336
-#| msgid "This format has no options"
msgid "This format has no options"
msgstr "Този формат няма опции"
@@ -6036,7 +6041,6 @@ msgid "Page name"
msgstr "Име на страница"
#: libraries/schema/User_Schema.class.php:103
-#| msgid "Automatic layout"
msgid "Automatic layout based on"
msgstr ""
@@ -6061,7 +6065,6 @@ msgid "Select Tables"
msgstr "Избери таблици"
#: libraries/schema/User_Schema.class.php:346
-#| msgid "Relational schema"
msgid "Display relational schema"
msgstr ""
@@ -6098,7 +6101,6 @@ msgid "Portrait"
msgstr "Портретно"
#: libraries/schema/User_Schema.class.php:394
-#| msgid "Creation"
msgid "Orientation"
msgstr "Посока"
@@ -6558,7 +6560,6 @@ msgstr ""
"изведени залепени от края в слъчай на скъсяване (По подразбиране: \"...\")."
#: libraries/user_preferences.inc.php:32
-#| msgid "General relation features"
msgid "Manage your settings"
msgstr "Управление мои настройки"
@@ -6593,7 +6594,6 @@ msgid "Error in ZIP archive:"
msgstr "Грешка в ZIP архива:"
#: main.php:65
-#| msgid "General relation features"
msgid "General Settings"
msgstr "Общи настройки"
@@ -6639,27 +6639,27 @@ msgstr "PHP разшрение"
msgid "Show PHP information"
msgstr "Информация за PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Официална страница на phpMyAdmin"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "Принос"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "Списък с промените"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6672,21 +6672,21 @@ msgstr ""
"да оправите тази дупка в сигурността като зададете парола на потребителя "
"'root'."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6694,24 +6694,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "Конфигурационния файл има нужда от тайна парола (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -6720,21 +6720,21 @@ msgstr ""
"Конфигурация на phpMyAdmin е непълна и някои разширени функции са "
"деактивирани. За да разберете защо натиснете %sтук%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -6811,7 +6811,6 @@ msgid "Import/Export coordinates for PDF schema"
msgstr ""
#: pmd_general.php:120
-#| msgid "Submit Query"
msgid "Build Query"
msgstr ""
@@ -6841,7 +6840,6 @@ msgstr ""
#: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652
#: pmd_general.php:769
-#| msgid "Export"
msgid "Except"
msgstr "Освен"
@@ -6855,12 +6853,10 @@ msgid "Rename to"
msgstr "Преименуване на"
#: pmd_general.php:482 pmd_general.php:581
-#| msgid "User name"
msgid "New name"
msgstr ""
#: pmd_general.php:485 pmd_general.php:700
-#| msgid "Create"
msgid "Aggregate"
msgstr ""
@@ -6871,7 +6867,6 @@ msgid "Operator"
msgstr "Оператор"
#: pmd_general.php:810
-#| msgid "Table options"
msgid "Active options"
msgstr "Активни опции"
@@ -6899,17 +6894,14 @@ msgid "Page"
msgstr "Страница"
#: pmd_pdf.php:99
-#| msgid "Import files"
msgid "Import from selected page"
msgstr "Импорт от избрания файл"
#: pmd_pdf.php:100
-#| msgid "No rows selected"
msgid "Export to selected page"
msgstr ""
#: pmd_pdf.php:102
-#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr ""
@@ -7587,7 +7579,6 @@ msgstr ""
#: server_replication.php:72
#, php-format
-#| msgid "The privileges were reloaded successfully."
msgid "Master server changed successfully to %s"
msgstr ""
@@ -8524,7 +8515,6 @@ msgid "Enter manually"
msgstr ""
#: server_synchronize.php:1138
-#| msgid "max. concurrent connections"
msgid "Current connection"
msgstr "Текуща връзка"
@@ -8588,7 +8578,6 @@ msgid "Insecure connection"
msgstr ""
#: setup/frames/index.inc.php:92
-#| msgid "Modifications have been saved"
msgid "Configuration saved."
msgstr "Конфигурацията запазена."
@@ -8848,7 +8837,6 @@ msgid "Showing SQL query"
msgstr ""
#: sql.php:622
-#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Валидиран SQL"
@@ -8871,7 +8859,6 @@ msgid "Function"
msgstr "Функция"
#: tbl_change.php:758
-#| msgid " Because of its length,<br /> this field might not be editable "
msgid " Because of its length,<br /> this column might not be editable "
msgstr " Поради дължината си,<br /> това поле може да е нередактируемо "
@@ -8932,7 +8919,6 @@ msgid "Continue insertion with %s rows"
msgstr ""
#: tbl_chart.php:56
-#| msgid "The privileges were reloaded successfully."
msgid "Chart generated successfully."
msgstr "Диаграмата е създадена."
@@ -8983,12 +8969,10 @@ msgid "Radar"
msgstr "Радар"
#: tbl_chart.php:138
-#| msgid "PiB"
msgid "Pie"
msgstr "Пита"
#: tbl_chart.php:144
-#| msgid "Query type"
msgid "Bar type"
msgstr "Стълбове"
@@ -9245,7 +9229,6 @@ msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
#: tbl_relation.php:402
-#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Вътрешна релация"
@@ -9310,7 +9293,6 @@ msgstr "Няма"
#: tbl_structure.php:398
#, php-format
-#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Колоната %s беше изтрита"
@@ -9326,7 +9308,6 @@ msgid "An index has been added on %s"
msgstr "Беше добавен индекс на %s"
#: tbl_structure.php:471
-#| msgid "Show versions"
msgid "Show more actions"
msgstr "Показване повече действия"
@@ -9357,7 +9338,6 @@ msgstr "След %s"
#: tbl_structure.php:689
#, php-format
-#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Създаване на индекс върху %s колони"
@@ -9413,7 +9393,6 @@ msgid "Tracking data definition successfully deleted"
msgstr ""
#: tbl_tracking.php:384 tbl_tracking.php:401
-#| msgid "Query type"
msgid "Query error"
msgstr "Грешка в заявката"
@@ -9435,7 +9414,6 @@ msgid "Delete tracking data row from report"
msgstr ""
#: tbl_tracking.php:443
-#| msgid "No databases"
msgid "No data"
msgstr "Няма данни"
diff --git a/po/bn.po b/po/bn.po
index 3d089be..ae43e47 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
"Last-Translator: Nobin নবীন <nobin(a)cyberbogra.com>\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -1173,6 +1173,18 @@ msgstr "SQL query"
msgid "Show search results"
msgstr "SQL query"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "ব্রাউজ করুন"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "%s মুছে ফেলা হচ্ছে"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2103,7 +2115,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "বর্ণনা"
@@ -5098,7 +5110,7 @@ msgstr "Server version"
msgid "Link not found"
msgstr "লিংক পাওয়া যায়নি"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Version information"
@@ -7150,31 +7162,31 @@ msgstr "PHP Version"
msgid "Show PHP information"
msgstr "Show PHP information"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Official phpMyAdmin Homepage"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Attributes"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "No change"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7186,7 +7198,7 @@ msgstr ""
"running with this default, is open to intrusion, and you really should fix "
"this security hole."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7196,7 +7208,7 @@ msgstr ""
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7206,7 +7218,7 @@ msgstr ""
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7214,25 +7226,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"The configuration file now needs a secret passphrase (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7244,21 +7256,21 @@ msgstr ""
"The additional features for working with linked tables have been "
"deactivated. To find out why click %shere%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/bs.po b/po/bs.po
index 565c846..71be0de 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -1155,6 +1155,18 @@ msgstr "SQL upit"
msgid "Show search results"
msgstr "SQL upit"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Pregled"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Brišem %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2073,7 +2085,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentacija"
@@ -5010,7 +5022,7 @@ msgstr "Verzija servera"
msgid "Link not found"
msgstr "Veza nije pronađena"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
#, fuzzy
msgid "Version information"
msgstr "Podatci o prijavi"
@@ -6999,31 +7011,31 @@ msgstr "verzija PHP-a"
msgid "Show PHP information"
msgstr "Prikaži informacije o PHP-u"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "phpMyAdmin veb sajt"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Atributi"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Nema izmjena"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7035,21 +7047,21 @@ msgstr ""
"ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite "
"ovaj sigurnosni rizik."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7057,24 +7069,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7086,21 +7098,21 @@ msgstr ""
"Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste "
"saznali zašto, kliknite %sovde%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/ca.po b/po/ca.po
index 905559a..1d69ae1 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-02-23 09:57+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -1130,6 +1130,18 @@ msgstr "Amaga el criteri de cerca"
msgid "Show search results"
msgstr "Mostrar criteri de cerca"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Navega"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Esborrant %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2001,7 +2013,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Documentació"
@@ -5000,7 +5012,7 @@ msgstr "Crea una vista"
msgid "Link not found"
msgstr "No s'ha trobat l'enllaç "
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Informació de versió"
@@ -7022,27 +7034,27 @@ msgstr "Extensió PHP"
msgid "Show PHP information"
msgstr "Mostra informació de PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Pàgina oficial del phpMyAdmin"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "Contribueix"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr "Obtenir suport"
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "Llista de canvis"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7055,7 +7067,7 @@ msgstr ""
"i s'exposa a intrusions, pel que recomanem la reparació urgent d'aquest "
"forat de seguretat."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7065,7 +7077,7 @@ msgstr ""
"PHP. Aquesta opció és incompatible amb phpMyAdmin i pot provocar la perdua "
"de dades!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7075,7 +7087,7 @@ msgstr ""
"de caràcters multibyte. Sense l'extensió -mbstring-, phpMyAdmin és incapaç "
"de dividir cadenes de text correctament i pot generar resultats inesperats."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7087,7 +7099,7 @@ msgstr ""
"caducitat de galetes -cookies- configurat a phpMyAdmin, degut a aixó, la "
"vostra conenexió caducarà abans del establert a phpMyAdmin."
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -7096,13 +7108,13 @@ msgstr ""
"configuració a phpMyAdmin, degut a aixó, la teva sessió caducarà més aviat "
"que el que indica la configuració de phpMyAdmin."
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"L'arxiu de configuració necessita ara una frase de pas secreta "
"(blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -7112,7 +7124,7 @@ msgstr ""
"encara existeix dins del vostre directori de phpMyAdmin. Heu d'esborrar-ho "
"un cop heu acabat de configurar phpMyAdmin."
-#: main.php:296
+#: main.php:299
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -7122,7 +7134,7 @@ msgstr ""
"completa, s'han desactivat algunes característiques avançades. Per saber "
"perquè, clica %saquí%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -7132,7 +7144,7 @@ msgstr ""
"algunes funcions de phpMyAdmin poden estar desactivades. Per exemple, el "
"marc de navegació no s'actualitzarà automàticament."
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7141,7 +7153,7 @@ msgstr ""
"La teva llibreria MySQL de PHP MySQL versió %s és diferent del teu servidor "
"MySQL versió %s. Aixó pot provocar comportaments inesperats."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/cs.po b/po/cs.po
index e743eed..27a6b9c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,14 +6,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-05-17 13:56+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.5\n"
@@ -619,8 +619,8 @@ msgstr "Sledování není zapnuté."
#: db_structure.php:379 libraries/display_tbl.lib.php:2037
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
@@ -712,17 +712,14 @@ msgid "Analyze table"
msgstr "Analyzovat tabulku"
#: db_structure.php:521
-#| msgid "Go to table"
msgid "Add prefix to table"
msgstr "Přidat tabulce předponu"
#: db_structure.php:523 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Změnit tabulce předponu"
#: db_structure.php:525 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Copy table with prefix"
msgstr "Zkopírovat tabulku s předponou"
@@ -860,8 +857,8 @@ msgstr "Výpis byl uložen do souboru %s."
#: import.php:58
#, php-format
msgid ""
-"You probably tried to upload too large file. Please refer to %sdocumentation"
-"%s for ways to workaround this limit."
+"You probably tried to upload too large file. Please refer to %sdocumentation%"
+"s for ways to workaround this limit."
msgstr ""
"Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si "
"prosím %sdokumentaci%s, jak toto omezení obejít."
@@ -972,12 +969,10 @@ msgid "You are about to DESTROY a complete database!"
msgstr "Chystáte se ZRUŠIT celou databázi!"
#: js/messages.php:32
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to DESTROY a complete table!"
msgstr "Chystáte se ZRUŠIT celou tabulku!"
#: js/messages.php:33
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to TRUNCATE a complete table!"
msgstr "Chystáte se VYPRÁZDNIT celou tabulku!"
@@ -1116,15 +1111,25 @@ msgid "Searching"
msgstr "Vyhledávám"
#: js/messages.php:84
-#| msgid "Hide search criteria"
msgid "Hide search results"
msgstr "Skrýt výsledky vyhledávání"
#: js/messages.php:85
-#| msgid "Show search criteria"
msgid "Show search results"
msgstr "Zobrazit výsledky vyhledávání"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Projít"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Odstraňuji %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -1227,7 +1232,6 @@ msgid ", latest stable version:"
msgstr ", poslední stabilní verze:"
#: js/messages.php:128
-#| msgid "Jump to database"
msgid "up to date"
msgstr "aktuální"
@@ -1698,8 +1702,8 @@ msgstr "Vítejte v %s"
#: libraries/auth/config.auth.lib.php:106
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho "
"vytvoření by se vám mohl hodit %1$snastavovací skript%2$s."
@@ -1994,7 +1998,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentace"
@@ -4673,8 +4677,8 @@ msgstr ", @TABLE@ bude nahrazen jménem tabulky"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít "
"libovolné řetězce pro formátování data a času. Dále budou provedena "
@@ -4961,7 +4965,7 @@ msgstr "Vytvořit pohled"
msgid "Link not found"
msgstr "Odkaz nenalezen"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Informace o verzi"
@@ -5400,8 +5404,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:125
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentace a další informace o PBXT můžete nalézt na %sstránkách PrimeBase "
"XT%s."
@@ -5868,7 +5872,6 @@ msgid "Convert to Kana"
msgstr "Převést na Kanu"
#: libraries/mult_submits.inc.php:249
-#| msgid "Fr"
msgid "From"
msgstr "Z"
@@ -5886,7 +5889,6 @@ msgid "Add table prefix"
msgstr "Přidat tabulce předponu"
#: libraries/mult_submits.inc.php:266
-#| msgid "Add index"
msgid "Add prefix"
msgstr "Přidat předponu"
@@ -6665,8 +6667,8 @@ msgid ""
"For a list of available transformation options and their MIME type "
"transformations, click on %stransformation descriptions%s"
msgstr ""
-"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na "
-"%spopisy transformací%s"
+"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %"
+"spopisy transformací%s"
#: libraries/tbl_properties.inc.php:143
msgid "Transformation options"
@@ -6717,8 +6719,8 @@ msgid ""
"No description is available for this transformation.<br />Please ask the "
"author what %s does."
msgstr ""
-"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co "
-"%s dělá."
+"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %"
+"s dělá."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
#: tbl_operations.php:370
@@ -6957,27 +6959,27 @@ msgstr "Rozšíření PHP"
msgid "Show PHP information"
msgstr "Zobrazit informace o PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Oficiální stránka phpMyAdmina"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "Přispějte"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr "Získejte podporu"
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "Seznam změn"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6988,7 +6990,7 @@ msgstr ""
"nastavit heslo pro uživatele 'root' a tím podstatně zvýšit zabezpečení "
"vašeho serveru."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -6997,7 +6999,7 @@ msgstr ""
"V nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není "
"kompatibilní s phpMyAdminem a může způsobit poškození dat!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7007,7 +7009,7 @@ msgstr ""
"bajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně "
"rozdělovat řetězce a proto to může mít nečekané následky."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7019,7 +7021,7 @@ msgstr ""
"platnost cookies nastavená v phpMyAdminovi. Z tohoto důvodu bude vaše "
"přilášení neplatné dříve, než je nastaveno v phpMyAdminovi."
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -7028,13 +7030,13 @@ msgstr ""
"phpMyAdminovi. Z tohoto důvodu vaše přihlášení vyprší dříve než je nastavené "
"v phpMyAdminovi."
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Nastavte klíč pro šifrování cookies (blowfish_secret) v konfiguračním "
"souboru (config.inc.php)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -7044,7 +7046,7 @@ msgstr ""
"existuje v adresáři s phpMyAdminem. Měli byste ho odstranit, jakmile je "
"phpMyAdmin nastaven."
-#: main.php:296
+#: main.php:299
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -7053,7 +7055,7 @@ msgstr ""
"Úložiště nastavení phpMyAdmina není plně dostupné, některé z rozšířených "
"funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -7063,7 +7065,7 @@ msgstr ""
"phpMyAdmin nemusí fungovat správně. Například navigační rám se nebude "
"automaticky obnovovat."
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7072,7 +7074,7 @@ msgstr ""
"Používaný MySQL modul v PHP je kompilován pro MySQL %s a server používá "
"verzi %s. Používání různých verzí může způsobit problémy."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -7337,8 +7339,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Více věcí můžete nastavit úpravou config.inc.php, např. použitím "
-"%sNastavovacího skriptu%s."
+"Více věcí můžete nastavit úpravou config.inc.php, např. použitím %"
+"sNastavovacího skriptu%s."
#: prefs_manage.php:302
msgid "Save to browser's storage"
@@ -7786,8 +7788,8 @@ msgstr "Odstranit databáze se stejnými jmény jako uživatelé."
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto "
"tabulek se může lišit od oprávnění, která server právě používá, pokud byly "
@@ -9044,7 +9046,6 @@ msgid "Insecure connection"
msgstr "Nezabezpečené připojení"
#: setup/frames/index.inc.php:92
-#| msgid "Configuration storage"
msgid "Configuration saved."
msgstr "Konfigurace uložena."
@@ -9256,8 +9257,8 @@ msgid ""
"If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin "
"cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie"
-"%s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší "
+"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie%"
+"s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší "
"hodnotu než je tato."
#: setup/lib/index.lib.php:266
@@ -9268,8 +9269,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Pokud to považujete za nutné, použijte další možnosti zabezpečení - "
-"%somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
+"Pokud to považujete za nutné, použijte další možnosti zabezpečení - %"
+"somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
"založené na IP adresách nemusí být spolehlivé, pokud je vaše IP adresa "
"dynamicky přidělována poskytovatelem spolu s mnoha dalšími uživateli."
@@ -9913,17 +9914,14 @@ msgid "Version %s snapshot (SQL code)"
msgstr "Snímek verze %s (SQL kód)"
#: tbl_tracking.php:382
-#| msgid "Track these data definition statements:"
msgid "Tracking data definition successfully deleted"
msgstr "Uložené příkazy pro změnu struktury byly úspěšně smazány"
#: tbl_tracking.php:384 tbl_tracking.php:401
-#| msgid "Gather errors"
msgid "Query error"
msgstr "Chyba dotazu"
#: tbl_tracking.php:399
-#| msgid "Track these data manipulation statements:"
msgid "Tracking data manipulation successfully deleted"
msgstr "Uložené příkazy pro změnu dat byly úspěšně smazány"
@@ -9937,12 +9935,10 @@ msgid "Show %s with dates from %s to %s by user %s "