diff --git a/po/de.po b/po/de.po index 0448efe668..cf5c53ba59 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-07-07 15:16+0200\n" -"PO-Revision-Date: 2011-07-03 20:12+0200\n" +"PO-Revision-Date: 2011-07-08 00:00+0200\n" "Last-Translator: \n" "Language-Team: german \n" "Language: de\n" @@ -1293,16 +1293,14 @@ msgid "Insert Table" msgstr "Tabelle einfügen" #: js/messages.php:113 -#, fuzzy #| msgid "Add index" msgid "Hide indexes" -msgstr "Index hinzufügen" +msgstr "Indexes verbergen" #: js/messages.php:114 -#, fuzzy #| msgid "Show grid" msgid "Show indexes" -msgstr "Gitterlinien anzeigen" +msgstr "Indexes anzeigen" #: js/messages.php:117 msgid "Searching" @@ -4348,12 +4346,13 @@ msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" +"Legt fest, ob die Typen-Anzeige-Richtungs-Option gezeigt wird, beim " +"durchsuchen einer Tabelle" #: libraries/config/messages.inc.php:454 -#, fuzzy #| msgid "Default display direction" msgid "Show display direction" -msgstr "Stamdardanzeigerichtung" +msgstr "Zeige die Anzeige-Richtung" #: libraries/config/messages.inc.php:455 msgid "" @@ -5324,6 +5323,8 @@ msgstr "Klicken zum aus- bzw. abwählen" #: libraries/display_tbl.lib.php:420 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" +"Den Pfeil des AUfklappsmenüs anklicken
um die Sichtbarkeit der Spalte " +"umzustellen" #: libraries/display_tbl.lib.php:431 #, php-format @@ -5331,22 +5332,19 @@ msgid "%d is not valid row number." msgstr "%d ist keine gültige Zeilennummer." #: libraries/display_tbl.lib.php:436 -#, fuzzy #| msgid "Textarea rows" msgid "Start row" -msgstr "Textfeldzeilen" +msgstr "Anfangs-Datensatz" #: libraries/display_tbl.lib.php:438 -#, fuzzy #| msgid "Number of rows:" msgid "Number of rows" -msgstr "Anzahl der Zeilen:" +msgstr "Anzahl der Datensätze:" #: libraries/display_tbl.lib.php:443 -#, fuzzy #| msgid "More" msgid "Mode" -msgstr "Mehr" +msgstr "Art und Weise" #: libraries/display_tbl.lib.php:445 msgid "horizontal" @@ -5363,7 +5361,7 @@ msgstr "nebeneinander" #: libraries/display_tbl.lib.php:452 #, php-format msgid "Headers every %s rows" -msgstr "" +msgstr "Kopfzeilen alle %s Datensätze" #: libraries/display_tbl.lib.php:546 msgid "Sort by key" diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 5b92cd53d4..0ace4f1979 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -969,15 +969,12 @@ h3#serverstatusqueries span { display:inline; } -table#serverstatusqueriesdetails th img.sortableIcon, table#serverstatusvariables th img.sortableIcon { - background-image:url(getImgPath(); ?>s_sortable.png); -} -table#serverstatusqueriesdetails th.headerSortUp img.sortableIcon, table#serverstatusvariables th.headerSortUp img.sortableIcon { - background-image:url(getImgPath(); ?>s_asc.png); -} -table#serverstatusqueriesdetails th.headerSortDown img.sortableIcon, table#serverstatusvariables th.headerSortDown img.sortableIcon { +th.headerSortUp img.sortableIcon, th.headerSortUp img.sortableIcon { background-image:url(getImgPath(); ?>s_desc.png); } +th.headerSortDown img.sortableIcon, th.headerSortDown img.sortableIcon { + background-image:url(getImgPath(); ?>s_asc.png); +} .statuslinks { float: ; diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index f2250a9ba5..4c71f82696 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1175,12 +1175,15 @@ h3#serverstatusqueries span { display:inline; } -table#serverstatusqueriesdetails th.headerSortUp img.sortableIcon, table#serverstatusvariables th.headerSortUp img.sortableIcon { - background-image:url(getImgPath(); ?>s_asc.png); +th img.sortableIcon, th img.sortableIcon { + background-image:url(getImgPath(); ?>s_sortable.png); } -table#serverstatusqueriesdetails th.headerSortDown img.sortableIcon, table#serverstatusvariables th.headerSortDown img.sortableIcon { +th.headerSortUp img.sortableIcon, th.headerSortUp img.sortableIcon { background-image:url(getImgPath(); ?>s_desc.png); } +th.headerSortDown img.sortableIcon, th.headerSortDown img.sortableIcon { + background-image:url(getImgPath(); ?>s_asc.png); +} .statuslinks { float: ;