Merge remote branch 'origin/master'

This commit is contained in:
Michal Čihař
2010-04-06 14:40:09 +02:00
2 changed files with 15 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-02 13:41+0200\n"
"PO-Revision-Date: 2010-04-02 16:57+0200\n"
"PO-Revision-Date: 2010-04-06 13:55+0200\n"
"Last-Translator: Michal <michal@cihar.com>\n"
"Language-Team: czech <cs@li.org>\n"
"Language: cs\n"
@@ -7318,8 +7318,8 @@ msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example"
msgstr ""
"Příklad můžete nalézt na "
"[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a]"
"Příklad můžete nalézt na [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"authentication types[/a]"
#: setup/lib/messages.inc.php:301
msgid "Signon session name"
@@ -7589,7 +7589,7 @@ msgstr ""
#: setup/lib/messages.inc.php:361
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
msgstr "Seznam důvěryhodných proxy pro ověření IP adresy"
#: setup/lib/messages.inc.php:362
msgid "Directory on server where you can upload files for import"
@@ -7623,6 +7623,8 @@ msgid ""
"Reading of version failed. Maybe you're offline or the upgrade server does "
"not respond."
msgstr ""
"Čtení verze selhalo. Možná nejste připojeni k internetu nebo server s "
"informace o verzích neodpověděl."
#: setup/lib/messages.inc.php:369
msgid "Got invalid version string from server"

View File

@@ -101,10 +101,12 @@ ul#databaseList {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
padding-<?php echo $left; ?>: 1.5em;
font-style: italic;
}
ul#databaseList a {
display: block;
font-style: normal;
}
div#navidbpageselector a,
@@ -113,6 +115,11 @@ ul#databaseList a {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
ul#databaseList ul {
padding-left: 1em;
padding-right: 0;
}
ul#databaseList a:hover {
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
@@ -132,10 +139,10 @@ div#reloadlink a img,
div#leftframelinks a img.icon {
margin: 0;
padding: 0.2em;
border: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
border: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
div#leftframelinks a:hover {
div#leftframelinks a:hover img {
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
}