Merge branch 'develop' of https://github.com/friendica/friendica-addons into develop
[friendica-addons.git/.git] / rendertime / lang / it / messages.po
1 # ADDON rendertime
2 # Copyright (C)
3 # This file is distributed under the same license as the Friendica rendertime addon package.
4
5
6 # Translators:
7 # fabrixxm <fabrix.xm@gmail.com>, 2014
8 # Sylke Vicious <silkevicious@gmail.com>, 2021
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: friendica\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2021-12-12 22:09+0000\n"
14 "PO-Revision-Date: 2014-06-23 12:36+0000\n"
15 "Last-Translator: Sylke Vicious <silkevicious@gmail.com>, 2021\n"
16 "Language-Team: Italian (http://app.transifex.com/Friendica/friendica/language/it/)\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Language: it\n"
21 "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
22
23 #: rendertime.php:30
24 msgid "Save Settings"
25 msgstr ""
26
27 #: rendertime.php:31
28 msgid "Show callstack"
29 msgstr ""
30
31 #: rendertime.php:31
32 msgid ""
33 "Show detailed performance measures in the callstack. When deactivated, only "
34 "the summary will be displayed."
35 msgstr ""
36
37 #: rendertime.php:32
38 msgid "Minimal time"
39 msgstr ""
40
41 #: rendertime.php:32
42 msgid "Minimal time that an activity needs to be listed in the callstack."
43 msgstr ""
44
45 #: rendertime.php:57
46 #, php-format
47 msgid ""
48 "Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: "
49 "%s, Total: %s"
50 msgstr "Database: %s/%s, Rete: %s, Rendering: %s, Sessione: %s, I/O: %s, Altro: %s, Totale: %s"
51
52 #: rendertime.php:74
53 #, php-format
54 msgid "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"
55 msgstr "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Altro: %s, Totale: %s"