56 lines
1.9 KiB
Plaintext
56 lines
1.9 KiB
Plaintext
# ADDON rendertime
|
|
# Copyright (C)
|
|
# This file is distributed under the same license as the Friendica rendertime addon package.
|
|
#
|
|
#
|
|
# Translators:
|
|
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
|
|
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021-2022
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: friendica\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2021-12-12 22:09+0000\n"
|
|
"PO-Revision-Date: 2014-06-23 12:36+0000\n"
|
|
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021-2022\n"
|
|
"Language-Team: German (http://app.transifex.com/Friendica/friendica/language/de/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: de\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: rendertime.php:30
|
|
msgid "Save Settings"
|
|
msgstr "Einstellungen speichern"
|
|
|
|
#: rendertime.php:31
|
|
msgid "Show callstack"
|
|
msgstr "Callstack anzeigen"
|
|
|
|
#: rendertime.php:31
|
|
msgid ""
|
|
"Show detailed performance measures in the callstack. When deactivated, only "
|
|
"the summary will be displayed."
|
|
msgstr "Detailierte Performance Messungen im Callstack anzeigen. Wenn dies aktiviert ist werden anstelle der Zusammenfassung mehr Details angezeigt."
|
|
|
|
#: rendertime.php:32
|
|
msgid "Minimal time"
|
|
msgstr "Minimale Zeit"
|
|
|
|
#: rendertime.php:32
|
|
msgid "Minimal time that an activity needs to be listed in the callstack."
|
|
msgstr "Minimale Zeit die eine Aktivität dauern soll, ehe sie im Callstack aufgelistet wird."
|
|
|
|
#: rendertime.php:57
|
|
#, php-format
|
|
msgid ""
|
|
"Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: "
|
|
"%s, Total: %s"
|
|
msgstr "Datenbank: %s/%s, Netzwerk: %s, Darstellung: %s, Sitzung: %s, I/O: %s, Sonstiges: %s, Gesamt: %s"
|
|
|
|
#: rendertime.php:74
|
|
#, php-format
|
|
msgid "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"
|
|
msgstr "Class-Init: %s, Boot: %s, Init: %s, Inhalt: %s, Sonstiges: %s, Gesamt: %s"
|