msgid "Only the WORDPRESS tables belonging to the blog <b>%s</b> will be shown."
msgstr "Es werden ausschließlich die WORDPRESS-Tabellen angezeigt, die zum Blog '<b>%s</b>' gehören."
#: semmelstatzR-templates.php:54
#: semmelstatzR-templates.php:55
#: semmelstatzR-templates.php:56
#: semmelstatzR-templates.php:59
#: semmelstatzR-templates.php:61
#: semmelstatzR-templates.php:64
#: semmelstatzR-templates.php:66
#: semmelstatzR-templates.php:67
#: semmelstatzR-templates.php:71
msgid "Integer"
msgstr "Ganzzahl"
#: semmelstatzR-templates.php:54
msgid "Number of all Posts"
msgstr "Anzahl aller Posts"
#: semmelstatzR-templates.php:55
msgid "Number of all Comments"
msgstr "Anzahl aller Kommentare"
#: semmelstatzR-templates.php:56
msgid "Total Number of all visitors since statistics started"
msgstr "Gesamtzahl aller Besucher seit dem Start der Statistik"
#: semmelstatzR-templates.php:57
#: semmelstatzR-templates.php:62
#: semmelstatzR-templates.php:63
msgid "Decimal"
msgstr "Dezimal"
#: semmelstatzR-templates.php:57
msgid "Average of daily visitors"
msgstr "Durchschnitt der täglichen Besucher"
#: semmelstatzR-templates.php:58
#: semmelstatzR-templates.php:60
#: semmelstatzR-templates.php:65
msgid "Date (d.m.y)"
msgstr "Datum (d.m.y)"
#: semmelstatzR-templates.php:58
msgid "Date of the first post"
msgstr "Datum des 1. Posts"
#: semmelstatzR-templates.php:59
msgid "Days since first post"
msgstr "Vergange Tage seit dem 1. Post"
#: semmelstatzR-templates.php:60
msgid "Date of the first comment"
msgstr "Datum des 1. Kommentar"
#: semmelstatzR-templates.php:61
msgid "Days since first comment"
msgstr "Vergange Tage seit dem 1. Kommentar"
#: semmelstatzR-templates.php:62
msgid "Average of posts per day"
msgstr "Durchschnittliche Anzahl Posts pro Tag"
#: semmelstatzR-templates.php:63
msgid "Average of comments per day"
msgstr "Durchschnittliche Anzahl Kommentare pro Tag"
#: semmelstatzR-templates.php:64
msgid "Total of all commentators"
msgstr "Gesamtzahl aller Kommentatoren"
#: semmelstatzR-templates.php:65
msgid "Date of commencement of statistics"
msgstr "Datum des Beginns der Statistik"
#: semmelstatzR-templates.php:66
msgid "Period of the statistics in days"
msgstr "Zeitraum der Statistik in Tagen"
#: semmelstatzR-templates.php:67
msgid "Number of users online"
msgstr "Anzahl Benutzer online"
#: semmelstatzR-templates.php:68
#: semmelstatzR-templates.php:69
#: semmelstatzR-templates.php:70
msgid "Formatted list"
msgstr "Formatierte Liste"
#: semmelstatzR-templates.php:68
msgid "The 'n' newest comments with author, post, sorted by date desc<br/>CSS-ID: #lastcomments"
msgstr "Die 'n' neuesten Kommentare mit Autor, Post, absteigend sortiert nach dem Datum.<br/>CSS-ID: #lastcomments"
#: semmelstatzR-templates.php:69
msgid "The 'n' newest posts with title, sorted bei date desc<br/>CSS_ID: #lastposts"
msgstr "Die 'n' neuesten Posts mit Titel, absteigend sortiert nach Datum.<br/>CSS-ID: #lastposts"
#: semmelstatzR-templates.php:70
msgid "'n' most readed posts/pages with hits in brackets<br/>CSS-ID: #mostreads"
msgstr "Die 'n' meistgelesenen Posts/Seiten mit Zugriffen in Klammern.<br/>CSS-ID: #mostreads"
#: semmelstatzR-templates.php:71
msgid "Shows count of hits of a post. Only works in the LOOP"
msgstr "Zeigt die Anzahl der Zugriffe eines Post. Funktioniert nur im LOOP."
#: semmelstatzR-templates.php:77
msgid "Template-Functions"
msgstr "Template-Funktionen"
#: semmelstatzR-templates.php:82
msgid "Function"
msgstr "Funktion"
#: semmelstatzR-templates.php:83
msgid "Syntax"
msgstr "Syntax"
#: semmelstatzR-templates.php:84
msgid "Returns"
msgstr "Rückgabewert"
#: semmelstatzR-templates.php:85
msgid "Example"
msgstr "Aktuell / Hier"
#: semmelstatzR-templates.php:86
msgid "Remarks"
msgstr "Bemerkung"
#: semmelstatzR-templates.php:108
msgid "All functions (except the last one) you have to use outside the LOOP. Display of blog index page will be incorrect if semmelstatzR is deactivated and if you do not check for the existence of the templatefunctions using <code>if (function_exists...</code>"
msgstr "Sämtliche Funktionen (bis auf die letzte) sind außerhalb des LOOPS zu verwenden. Wird SEMMELSTATZ deaktiviert, und die Verfügbarkeit der Templatefunktion ist nicht mittels <code>if (function_exists...</code> sichergestellt, wird die Indexseite des Blogs fehlerhaft bzw. überhaupt nicht dargestellt."