DE addon translation update

This commit is contained in:
Tobias Diekershoff 2022-01-22 18:52:57 +01:00
parent 484482a4ce
commit 1e60ac18cf
80 changed files with 972 additions and 996 deletions

View file

@ -5,13 +5,13 @@
#
# Translators:
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021-2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-29 05:47+0000\n"
"POT-Creation-Date: 2021-12-12 22:09+0000\n"
"PO-Revision-Date: 2022-01-22 17:39+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -20,14 +20,36 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: rendertime.php:36
#: 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:53
#: 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"

View file

@ -5,5 +5,10 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Show callstack'] = 'Callstack anzeigen';
$a->strings['Show detailed performance measures in the callstack. When deactivated, only the summary will be displayed.'] = 'Detailierte Performance Messungen im Callstack anzeigen. Wenn dies aktiviert ist werden anstelle der Zusammenfassung mehr Details angezeigt.';
$a->strings['Minimal time'] = 'Minimale Zeit';
$a->strings['Minimal time that an activity needs to be listed in the callstack.'] = 'Minimale Zeit die eine Aktivität dauern soll, ehe sie im Callstack aufgelistet wird.';
$a->strings['Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s'] = 'Datenbank: %s/%s, Netzwerk: %s, Darstellung: %s, Sitzung: %s, I/O: %s, Sonstiges: %s, Gesamt: %s';
$a->strings['Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s'] = 'Class-Init: %s, Boot: %s, Init: %s, Inhalt: %s, Sonstiges: %s, Gesamt: %s';