From: Michael Tremer Date: Tue, 24 Nov 2015 02:41:47 +0000 (+0000) Subject: Update translations X-Git-Tag: 004~5 X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=commitdiff_plain;h=4e6ebd6eb15a1742beed1b799e037e62ec14b08b Update translations Signed-off-by: Michael Tremer --- diff --git a/po/POTFILES.in b/po/POTFILES.in index 0dba17c..0f3c33e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -7,11 +7,13 @@ src/collecty/i18n.py src/collecty/__init__.py src/collecty/plugins/base.py src/collecty/plugins/conntrack.py +src/collecty/plugins/contextswitches.py src/collecty/plugins/cpufreq.py src/collecty/plugins/disk.py src/collecty/plugins/entropy.py src/collecty/plugins/__init__.py src/collecty/plugins/interface.py +src/collecty/plugins/interrupts.py src/collecty/plugins/latency.py src/collecty/plugins/loadavg.py src/collecty/plugins/memory.py diff --git a/po/ar.po b/po/ar.po index c109c15..1199f63 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jasem Elayeb , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Arabic (http://www.transifex.com/mstremer/ipfire/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/mstremer/ipfire/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -30,67 +32,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "انشأت عند التجميع" @@ -136,52 +157,52 @@ msgstr "تسجيل إشارة %d" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +242,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "انشاء ملف اراردي %s" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +289,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "الحد الأدنى" @@ -298,18 +317,16 @@ msgstr "الحد الأدنى" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "الحد الآقصى" @@ -328,18 +345,16 @@ msgstr "الحد الآقصى" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "متوسط" @@ -389,9 +404,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "استهلاك المعالج" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +676,15 @@ msgstr "متوسط الجهد" msgid "Load" msgstr "الجهد" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "الذاكرة المستعملة" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "البانات المحمله في الذاكرة" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "البيانات المخزنة مؤقتا" @@ -681,15 +695,15 @@ msgstr "البيانات المخزنة مؤقتا" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "الذاكرة البديلة المستعمله" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "استهلاك الذاكرة" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "نسبة مئوية" @@ -721,6 +735,11 @@ msgstr "مقاطعة لينة" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "استهلاك الذاكرة" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +749,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +765,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "استهلاك المعالج" diff --git a/po/ca.po b/po/ca.po index 6c30a6c..4ff5dd8 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Catalan (http://www.transifex.com/mstremer/ipfire/language/ca/)\n" +"Language-Team: Catalan (http://www.transifex.com/mstremer/ipfire/language/" +"ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/collecty.pot b/po/collecty.pot index 73f9f1e..c21aa79 100644 --- a/po/collecty.pot +++ b/po/collecty.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,67 +29,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +154,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +239,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,9 +286,9 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 @@ -295,9 +314,9 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 @@ -323,9 +342,9 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 @@ -382,8 +401,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -655,15 +673,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -674,15 +692,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -714,6 +732,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 9be6611..d5a6d5f 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # n3oklan , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Czech (Czech Republic) (http://www.transifex.com/mstremer/ipfire/language/cs_CZ/)\n" +"Language-Team: Czech (Czech Republic) (http://www.transifex.com/mstremer/" +"ipfire/language/cs_CZ/)\n" +"Language: cs_CZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -136,52 +156,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Vytvořen RRD soubor %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -298,18 +316,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maximum" @@ -328,18 +344,16 @@ msgstr "Maximum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Průměr" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Využití CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Využitá paměť" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -681,15 +694,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Využití paměti" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "procent" @@ -721,6 +734,11 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Využití paměti" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Využití CPU" diff --git a/po/da.po b/po/da.po index 6a3851f..b8233a7 100644 --- a/po/da.po +++ b/po/da.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Henrik Simonsen , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Danish (http://www.transifex.com/mstremer/ipfire/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/mstremer/ipfire/language/" +"da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Skabt af collecty" @@ -136,52 +156,52 @@ msgstr "Registrerede signalet %d" msgid "Caught signal %d" msgstr "Fangede signalet %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Opret RRD fil %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -298,18 +316,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maksimum" @@ -328,18 +344,16 @@ msgstr "Maksimum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Gennemsnit" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "CPU forbrug" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Gennemsnitlig belastning" msgid "Load" msgstr "Belastning" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Anvendt hukommelse" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Buffered data" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Cached data" @@ -681,15 +694,15 @@ msgstr "Cached data" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Brugt Swap" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Hukommelsesforbrug" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Procent" @@ -721,6 +734,11 @@ msgstr "Blid afbrydelse" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Hukommelsesforbrug" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "CPU forbrug" diff --git a/po/de.po b/po/de.po index befb1a2..79ad7eb 100644 --- a/po/de.po +++ b/po/de.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Michael Tremer , 2012,2015 # Sun Tiger, 2015 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:42+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: German (http://www.transifex.com/mstremer/ipfire/language/de/)\n" +"Language-Team: German (http://www.transifex.com/mstremer/ipfire/language/" +"de/)\n" +"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" #: ../src/collecty/bus.py:54 @@ -31,67 +32,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Erstellt mit collecty" @@ -137,52 +157,52 @@ msgstr "Registriere Signal %d" msgid "Caught signal %d" msgstr "Empfange Signal %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -222,12 +242,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "RRD-Datei %s erstellt." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -269,18 +289,16 @@ msgstr "Anzahl offener Verbindungen" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -299,18 +317,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maximum" @@ -329,18 +345,16 @@ msgstr "Maximum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Durchschnitt" @@ -390,9 +404,9 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "CPU-Auslastung" +#, fuzzy +msgid "Processor Frequencies" +msgstr "Prozessor" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -663,15 +677,15 @@ msgstr "Durchschnittslast" msgid "Load" msgstr "Auslastung" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Belegter Speicher" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Zwischengepufferte Daten" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Gecachte Daten" @@ -682,15 +696,15 @@ msgstr "Gecachte Daten" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Benutzte Auslagerung" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Speicher-Auslastung" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Prozent" @@ -722,6 +736,11 @@ msgstr "Soft-Interrupt" msgid "Idle" msgstr "Idle" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Prozessor" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -731,8 +750,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "Temperaturgrenzwerte" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "Kritisch" @@ -748,3 +766,6 @@ msgstr "Temperatur (%s)" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "Prozessor" + +#~ msgid "CPU usage" +#~ msgstr "CPU-Auslastung" diff --git a/po/el_GR.po b/po/el_GR.po index e8d40d2..7ce8ffb 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Greek (Greece) (http://www.transifex.com/mstremer/ipfire/language/el_GR/)\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/mstremer/ipfire/" +"language/el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/es.po b/po/es.po index c9e6374..a5e74d3 100644 --- a/po/es.po +++ b/po/es.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrés Reyes , 2012 # Roberto Peña , 2015 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Spanish (http://www.transifex.com/mstremer/ipfire/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/mstremer/ipfire/language/" +"es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -31,67 +32,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Creado por collecty" @@ -137,52 +157,52 @@ msgstr "Registrando señal %d" msgid "Caught signal %d" msgstr "Señal %d atrapada" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -222,12 +242,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Fichero RRD %s creado." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -269,18 +289,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Mínimo" @@ -299,18 +317,16 @@ msgstr "Mínimo" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Máximo" @@ -329,18 +345,16 @@ msgstr "Máximo" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Media" @@ -390,9 +404,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Uso de CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -663,15 +676,15 @@ msgstr "Carga media" msgid "Load" msgstr "Carga" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Memoria usada" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Datos en buffer" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Datos en caché" @@ -682,15 +695,15 @@ msgstr "Datos en caché" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Espacio de intercambio usado" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Uso de memoria" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Porcentaje" @@ -722,6 +735,11 @@ msgstr "Interrupción suave" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Uso de memoria" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -731,8 +749,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -748,3 +765,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Uso de CPU" diff --git a/po/fa.po b/po/fa.po index 0b9ad45..062972e 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # hashem ghavami , 2014 # Khalil Delavaran , 2013 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Persian (http://www.transifex.com/mstremer/ipfire/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/mstremer/ipfire/language/" +"fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -32,67 +33,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "ساخته شده توسط collecty" @@ -138,52 +158,52 @@ msgstr "سیگنال نام نویسی %d" msgid "Caught signal %d" msgstr "گرفتن سیگنال %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -223,12 +243,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "فایل RRD %s ساخته شد." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -270,18 +290,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "کمترین" @@ -300,18 +318,16 @@ msgstr "کمترین" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "بیشترین" @@ -330,18 +346,16 @@ msgstr "بیشترین" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "میانه" @@ -391,9 +405,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "CPU استفاده شده" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -664,15 +677,15 @@ msgstr "متوسط بارگزاری" msgid "Load" msgstr "بارگزاری" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "حافظه استفاده شده" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "دیتای بافر شده" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "دیتای کش شده" @@ -683,15 +696,15 @@ msgstr "دیتای کش شده" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "فضای مورد استفاده Swap" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "حافظه استفاده شده" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "درصد" @@ -723,6 +736,11 @@ msgstr "وقفه نرم افزاری" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "حافظه استفاده شده" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -732,8 +750,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -749,3 +766,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "CPU استفاده شده" diff --git a/po/fr.po b/po/fr.po index 32df33c..7b4fc88 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # nonux , 2015 # ReiKon , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: French (http://www.transifex.com/mstremer/ipfire/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/mstremer/ipfire/language/" +"fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../src/collecty/bus.py:54 @@ -31,67 +32,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Créé par collecty" @@ -137,52 +157,52 @@ msgstr "Enregistre le signal %d" msgid "Caught signal %d" msgstr "A intercepté le signal %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -222,12 +242,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "A Crée le fichier RRD %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -269,18 +289,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -299,18 +317,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maximum" @@ -329,18 +345,16 @@ msgstr "Maximum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Moyenne" @@ -390,9 +404,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Utilisation processeur" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -663,15 +676,15 @@ msgstr "Charge moyenne" msgid "Load" msgstr "Charge" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Mémoire utilisée" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Données en mémoire" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Information en cache" @@ -682,15 +695,15 @@ msgstr "Information en cache" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Espace du fichier d'échange utilisé" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Utilisation mémoire" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Pourcentage" @@ -722,6 +735,11 @@ msgstr "Interruption logicielle." msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Utilisation mémoire" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -731,8 +749,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -748,3 +765,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Utilisation processeur" diff --git a/po/hr.po b/po/hr.po index d8b1e37..c94f771 100644 --- a/po/hr.po +++ b/po/hr.po @@ -1,21 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Croatian (http://www.transifex.com/mstremer/ipfire/language/hr/)\n" +"Language-Team: Croatian (http://www.transifex.com/mstremer/ipfire/language/" +"hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -29,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Izradio collecty" @@ -135,52 +156,52 @@ msgstr "Registriranje signala %d" msgid "Caught signal %d" msgstr "Uhvaćen signal %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Stvorena RRD datoteka %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -297,18 +316,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maksimum" @@ -327,18 +344,16 @@ msgstr "Maksimum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Prosječan" @@ -388,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Korištenje CPUa" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -661,15 +675,15 @@ msgstr "Prosječno opterećenje" msgid "Load" msgstr "Opterećenje" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Upotrebljena memorija" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Bufferirano podataka" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Cacheirano podataka" @@ -680,15 +694,15 @@ msgstr "Cacheirano podataka" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Rabljeni swap prostor" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Korištenje memorije" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Postotak" @@ -720,6 +734,11 @@ msgstr "Soft prekid" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Korištenje memorije" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -746,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Korištenje CPUa" diff --git a/po/hu.po b/po/hu.po index e9c7429..38ba721 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Gábor Sávolyi, 2013 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Hungarian (http://www.transifex.com/mstremer/ipfire/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/mstremer/ipfire/language/" +"hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Collecty által készítve" @@ -136,52 +156,52 @@ msgstr "Jel regisztrálása: %d" msgid "Caught signal %d" msgstr "Kapott jel: %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "RRD fájl létrehozva: %s" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -298,18 +316,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maximum" @@ -328,18 +344,16 @@ msgstr "Maximum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Átlag" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Processzorhasználat" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Átlag terhelés" msgid "Load" msgstr "Terhelés" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Felhasznált memória" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Pufferel adat" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Gyorsítótrazott adat" @@ -681,15 +694,15 @@ msgstr "Gyorsítótrazott adat" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Swap terület használata" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Memóriahasználat" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "százalék" @@ -721,6 +734,11 @@ msgstr "Lágy megszakítás" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Memóriahasználat" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Processzorhasználat" diff --git a/po/id.po b/po/id.po index 7ff66a7..98b8989 100644 --- a/po/id.po +++ b/po/id.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Feri Murdeni , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Indonesian (http://www.transifex.com/mstremer/ipfire/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/mstremer/ipfire/language/" +"id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -136,52 +156,52 @@ msgstr "Mendaftarkan sinyal %d" msgid "Caught signal %d" msgstr "Menangkap sinyal %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Sedang membuat RRD berkas %s" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -298,18 +316,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maksimum" @@ -328,18 +344,16 @@ msgstr "Maksimum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Rata-rata" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "CPU terpakai" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Muatan rata-rata" msgid "Load" msgstr "Muatan" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Memori terpakai" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Buffered data" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Data cache/tembolok" @@ -681,15 +694,15 @@ msgstr "Data cache/tembolok" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Ruangan Swap dipakai" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Memori Dipakai" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Persen" @@ -721,6 +734,11 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Memori Dipakai" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "CPU terpakai" diff --git a/po/it.po b/po/it.po index d90dbc9..d80fa64 100644 --- a/po/it.po +++ b/po/it.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrea , 2015 # gtufano , 2014 @@ -12,14 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Italian (http://www.transifex.com/mstremer/ipfire/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/mstremer/ipfire/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -34,67 +35,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Creato da collecty" @@ -140,52 +160,52 @@ msgstr "Ricevuto segnale %d" msgid "Caught signal %d" msgstr "Ricevuto segnale %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -225,12 +245,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Creato file RRD %s" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -272,18 +292,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimo" @@ -302,18 +320,16 @@ msgstr "Minimo" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Massimo" @@ -332,18 +348,16 @@ msgstr "Massimo" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Media" @@ -393,9 +407,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Uso della CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -666,15 +679,15 @@ msgstr "Caricamento medio" msgid "Load" msgstr "Carica" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Memoria Usata" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "dati nel buffer" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Dati memorizzati nella cache" @@ -685,15 +698,15 @@ msgstr "Dati memorizzati nella cache" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "swap usato" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Uso della memoria" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Percentuale" @@ -725,6 +738,11 @@ msgstr "Fermare" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Uso della memoria" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -734,8 +752,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -751,3 +768,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Uso della CPU" diff --git a/po/ja.po b/po/ja.po index 4704613..6c19191 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Japanese (http://www.transifex.com/mstremer/ipfire/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/mstremer/ipfire/language/" +"ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/jv.po b/po/jv.po index 1b882fd..1653108 100644 --- a/po/jv.po +++ b/po/jv.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Javanese (http://www.transifex.com/mstremer/ipfire/language/jv/)\n" +"Language-Team: Javanese (http://www.transifex.com/mstremer/ipfire/language/" +"jv/)\n" +"Language: jv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: jv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/km_KH.po b/po/km_KH.po index 09827b5..5aa486e 100644 --- a/po/km_KH.po +++ b/po/km_KH.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Srun Siline , 2012 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Khmer (Cambodia) (http://www.transifex.com/mstremer/ipfire/language/km_KH/)\n" +"Language-Team: Khmer (Cambodia) (http://www.transifex.com/mstremer/ipfire/" +"language/km_KH/)\n" +"Language: km_KH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: km_KH\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "បង្កើតដោយ Collectry" @@ -136,52 +156,52 @@ msgstr "សញ្ញាចុះឈ្មោះ %d" msgid "Caught signal %d" msgstr "ទទួលសញ្ញា %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "បង្កើត RRD file %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "តិចបំផុត" @@ -298,18 +316,16 @@ msgstr "តិចបំផុត" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "ច្រើនបំផុត" @@ -328,18 +344,16 @@ msgstr "ច្រើនបំផុត" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "មធ្យម" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "ប្រើ​CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Load មធ្យម" msgid "Load" msgstr "Load" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "បានប្រើMemory" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Buffered data" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Cached data" @@ -681,15 +694,15 @@ msgstr "Cached data" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "បានSwap Space" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "ប្រើ Memory" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "ភាគរយ" @@ -721,6 +734,11 @@ msgstr "Soft រំខាន" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "ប្រើ Memory" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "ប្រើ​CPU" diff --git a/po/nl.po b/po/nl.po index 68d2561..8a576e7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Hans , 2013 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Dutch (http://www.transifex.com/mstremer/ipfire/language/nl/)\n" +"Language-Team: Dutch (http://www.transifex.com/mstremer/ipfire/language/" +"nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Aangemaakt door collecty" @@ -136,52 +156,52 @@ msgstr "Registreert signaal %d" msgid "Caught signal %d" msgstr "Signaal %d opgevangen" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "RRD bestand %s is aangemaakt." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -298,18 +316,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maximum" @@ -328,18 +344,16 @@ msgstr "Maximum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Gemiddeld" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "CPU gebruik" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Gemiddelde belasting" msgid "Load" msgstr "Belasting" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Gebruikt geheugen" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Gebufferde data" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Gecachte data" @@ -681,15 +694,15 @@ msgstr "Gecachte data" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Gebruikte Swap ruimte" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Geheugengebruik" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Procent" @@ -721,6 +734,11 @@ msgstr "Soft interrupt" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Geheugengebruik" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "CPU gebruik" diff --git a/po/pl.po b/po/pl.po index ee84b70..071d1d9 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Fabian , 2014 # Jakub Ratajczak , 2013 @@ -10,15 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Polish (http://www.transifex.com/mstremer/ipfire/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/mstremer/ipfire/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -32,67 +34,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Stworzony przez collecty" @@ -138,52 +159,52 @@ msgstr "Rejestracja sygnału %d" msgid "Caught signal %d" msgstr "Złapany sygnał %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -223,12 +244,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Utworzono plik RRD %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -270,18 +291,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -300,18 +319,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maximum" @@ -330,18 +347,16 @@ msgstr "Maximum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "średnia" @@ -391,9 +406,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "użycie CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -664,15 +678,15 @@ msgstr "średnie obciążenie" msgid "Load" msgstr "załadować" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "używana pamięć" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "buforowane dane" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "buforowane danych" @@ -683,15 +697,15 @@ msgstr "buforowane danych" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "użycia Partycja wymiany" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "użycia pamięci" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "procent" @@ -723,6 +737,11 @@ msgstr "miękkie przerwanie" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "użycia pamięci" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -732,8 +751,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -749,3 +767,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "użycie CPU" diff --git a/po/pt.po b/po/pt.po index d17d1a8..7e8e7d2 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Portuguese (http://www.transifex.com/mstremer/ipfire/language/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.com/mstremer/ipfire/language/" +"pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 081334e..ca8f7ca 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # André Felipe Morro , 2012 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/mstremer/ipfire/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/mstremer/ipfire/" +"language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Criado por collecty" @@ -136,52 +156,52 @@ msgstr "Registrando sinal %d" msgid "Caught signal %d" msgstr "Capturado sinal %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Criado arquivo RRD %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Mínimo" @@ -298,18 +316,16 @@ msgstr "Mínimo" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Máximo" @@ -328,18 +344,16 @@ msgstr "Máximo" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Média" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Uso da CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Carga média" msgid "Load" msgstr "Carga" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Memória utilizada" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Dados em buffer" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Dados em cache." @@ -681,15 +694,15 @@ msgstr "Dados em cache." #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Swap utilizado" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Uso de memória." -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Porcento" @@ -721,6 +734,11 @@ msgstr "Interrupção soft" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Uso de memória." + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Uso da CPU" diff --git a/po/pt_PT.po b/po/pt_PT.po index fa72cd5..d0a9e5c 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Portuguese (Portugal) (http://www.transifex.com/mstremer/ipfire/language/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/mstremer/" +"ipfire/language/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/ro.po b/po/ro.po index 56ae674..b8ce7c8 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,21 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Romanian (http://www.transifex.com/mstremer/ipfire/language/ro/)\n" +"Language-Team: Romanian (http://www.transifex.com/mstremer/ipfire/language/" +"ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -29,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +156,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +316,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +344,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +403,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +675,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +694,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +734,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +747,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index 6babfa4..1c2fe2a 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # robert lasic , 2013 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/mstremer/ipfire/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/mstremer/ipfire/" +"language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -30,67 +32,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Creat de colector" @@ -136,52 +157,52 @@ msgstr "Înregistrare semnal %d" msgid "Caught signal %d" msgstr "Semnal prins %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +242,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Fișier RRD creat %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +289,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minim" @@ -298,18 +317,16 @@ msgstr "Minim" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maxim" @@ -328,18 +345,16 @@ msgstr "Maxim" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Media" @@ -389,9 +404,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Folosire CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +676,15 @@ msgstr "Încărcarea medie" msgid "Load" msgstr "Încărcare" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Memoria folosită" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Date conectate" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Date stocate în cache" @@ -681,15 +695,15 @@ msgstr "Date stocate în cache" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Spațiu swap folosit" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Folosire memorie" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Procent" @@ -721,6 +735,11 @@ msgstr "Program întrerupt" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Folosire memorie" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +749,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +765,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Folosire CPU" diff --git a/po/ru.po b/po/ru.po index ae9751a..4d035c9 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Вальчишин Андрій Олегович , 2012 # Вальчишин Андрій Олегович , 2012 @@ -9,15 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Russian (http://www.transifex.com/mstremer/ipfire/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/mstremer/ipfire/language/" +"ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -31,67 +34,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Создано коллекцией" @@ -137,52 +159,52 @@ msgstr "Регистрация сигнала %d" msgid "Caught signal %d" msgstr "Получен сигнал %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -222,12 +244,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Создан RRD файл %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -269,18 +291,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Минимум" @@ -299,18 +319,16 @@ msgstr "Минимум" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Максимум" @@ -329,18 +347,16 @@ msgstr "Максимум" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Приблизительно" @@ -390,9 +406,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Использование CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -663,15 +678,15 @@ msgstr "Загрузка около" msgid "Load" msgstr "Загрузка" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Использовано памяти" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Буферизировано данных" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Данных в кэше" @@ -682,15 +697,15 @@ msgstr "Данных в кэше" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Использование SWAP" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Использование памяти" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Процент(ов)" @@ -722,6 +737,11 @@ msgstr "Программное прерывание" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Использование памяти" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -731,8 +751,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -748,3 +767,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Использование CPU" diff --git a/po/rw.po b/po/rw.po index 5d0f23c..01f2807 100644 --- a/po/rw.po +++ b/po/rw.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Kinyarwanda (http://www.transifex.com/mstremer/ipfire/language/rw/)\n" +"Language-Team: Kinyarwanda (http://www.transifex.com/mstremer/ipfire/" +"language/rw/)\n" +"Language: rw\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: rw\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/sk.po b/po/sk.po index c759fdf..6207aa9 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Slovak (http://www.transifex.com/mstremer/ipfire/language/sk/)\n" +"Language-Team: Slovak (http://www.transifex.com/mstremer/ipfire/language/" +"sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/sq.po b/po/sq.po index 12cf17c..5a9b603 100644 --- a/po/sq.po +++ b/po/sq.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Ardit Dani , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Albanian (http://www.transifex.com/mstremer/ipfire/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/mstremer/ipfire/language/" +"sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Krijuar nga collecty" @@ -136,52 +156,52 @@ msgstr "Regjistrimi sinjalit %d" msgid "Caught signal %d" msgstr "Sinjal Kapur %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Dokumenti RRD u krijua %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Minimum" @@ -298,18 +316,16 @@ msgstr "Minimum" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Maksimum" @@ -328,18 +344,16 @@ msgstr "Maksimum" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Mesatar" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Përdorimi CPU" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Ngarko mesatarisht" msgid "Load" msgstr "Ngarko" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Memoria përdorur" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "T'dhënat përkohësisht" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Kafazi t'dhënave " @@ -681,15 +694,15 @@ msgstr "Kafazi t'dhënave " #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Përdor Hapësirën Swap" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Përdorimi Memories" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Përqindje" @@ -721,6 +734,11 @@ msgstr "Ndërprerja Softit" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Përdorimi Memories" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Përdorimi CPU" diff --git a/po/sr.po b/po/sr.po index 6fc091e..6421a13 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,21 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Serbian (http://www.transifex.com/mstremer/ipfire/language/sr/)\n" +"Language-Team: Serbian (http://www.transifex.com/mstremer/ipfire/language/" +"sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -29,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +156,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +316,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +344,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +403,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +675,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +694,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +734,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +747,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/su.po b/po/su.po index 56c3e9f..a9711fc 100644 --- a/po/su.po +++ b/po/su.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Sundanese (http://www.transifex.com/mstremer/ipfire/language/su/)\n" +"Language-Team: Sundanese (http://www.transifex.com/mstremer/ipfire/language/" +"su/)\n" +"Language: su\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: su\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/sv.po b/po/sv.po index 32be40e..56baa8d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # softballs , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Swedish (http://www.transifex.com/mstremer/ipfire/language/sv/)\n" +"Language-Team: Swedish (http://www.transifex.com/mstremer/ipfire/language/" +"sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -136,52 +156,52 @@ msgstr "Registrerar signal %d" msgid "Caught signal %d" msgstr "Fångade signal %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Skapade RDP fil %s" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Min" @@ -298,18 +316,16 @@ msgstr "Min" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Max" @@ -328,18 +344,16 @@ msgstr "Max" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Snitt" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "CPU användning" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Snitt belastning" msgid "Load" msgstr "Belastning" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Använt minne" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Buffrad data" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Cachad data" @@ -681,15 +694,15 @@ msgstr "Cachad data" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Minnesanvändning" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Procent" @@ -721,6 +734,11 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Minnesanvändning" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "CPU användning" diff --git a/po/th.po b/po/th.po index 08dbc59..39d90d6 100644 --- a/po/th.po +++ b/po/th.po @@ -1,20 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" "Language-Team: Thai (http://www.transifex.com/mstremer/ipfire/language/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -29,67 +29,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +154,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +239,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +286,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +314,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +342,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +401,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +673,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +692,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +732,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +745,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/tk.po b/po/tk.po index a184a13..e7dbae8 100644 --- a/po/tk.po +++ b/po/tk.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Turkmen (http://www.transifex.com/mstremer/ipfire/language/tk/)\n" +"Language-Team: Turkmen (http://www.transifex.com/mstremer/ipfire/language/" +"tk/)\n" +"Language: tk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tk\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/tr.po b/po/tr.po index 620dc3e..141cf12 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Ersan YILDIRIM , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Turkish (http://www.transifex.com/mstremer/ipfire/language/tr/)\n" +"Language-Team: Turkish (http://www.transifex.com/mstremer/ipfire/language/" +"tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: ../src/collecty/bus.py:54 @@ -30,67 +31,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Collecty tarafından oluşturuldu" @@ -136,52 +156,52 @@ msgstr "%d kaydetme sinyali" msgid "Caught signal %d" msgstr "Yakalanan %d sinyali" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +241,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "%s RRD dosyası oluşturuldu." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +288,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "En az" @@ -298,18 +316,16 @@ msgstr "En az" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "En fazla" @@ -328,18 +344,16 @@ msgstr "En fazla" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Ortalama" @@ -389,9 +403,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "CPU kullanımı" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +675,15 @@ msgstr "Ortalama yük" msgid "Load" msgstr "Yük" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Kullanılan bellek" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Arabelleğe alınan veri" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Önbelleğe alınmış veri" @@ -681,15 +694,15 @@ msgstr "Önbelleğe alınmış veri" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Kullanılan takas alanı" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Kullanılan Bellek" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Yüzde" @@ -721,6 +734,11 @@ msgstr "Yumuşak kesme" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Kullanılan Bellek" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +748,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +764,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "CPU kullanımı" diff --git a/po/uk.po b/po/uk.po index aca5e7b..a6bd2c2 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Вальчишин Андрій Олегович , 2012 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Ukrainian (http://www.transifex.com/mstremer/ipfire/language/uk/)\n" +"Language-Team: Ukrainian (http://www.transifex.com/mstremer/ipfire/language/" +"uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: ../src/collecty/bus.py:54 msgid "Bus thread has started" @@ -30,67 +32,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "Створено колекцыэю" @@ -136,52 +157,52 @@ msgstr "Зареєстровано сигнал %d" msgid "Caught signal %d" msgstr "Отримано сигнал %d" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -221,12 +242,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "Створений RDD файл %s." -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -268,18 +289,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "Мінімум" @@ -298,18 +317,16 @@ msgstr "Мінімум" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "Максимум" @@ -328,18 +345,16 @@ msgstr "Максимум" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "Приблизно" @@ -389,9 +404,8 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" -msgstr "Використання процесора" +msgid "Processor Frequencies" +msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 msgid "Frequency" @@ -662,15 +676,15 @@ msgstr "Завантаження біля" msgid "Load" msgstr "Завантаження" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "Використано пам'яті" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "Даних буферизовано" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "Даних в кеші" @@ -681,15 +695,15 @@ msgstr "Даних в кеші" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "Використання SWAP" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "Використання пам'яті" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "Процент" @@ -721,6 +735,11 @@ msgstr "Програмне переривання" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +#, fuzzy +msgid "Processor Usage" +msgstr "Використання пам'яті" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -730,8 +749,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" @@ -747,3 +765,6 @@ msgstr "" #: ../src/collecty/plugins/sensors.py:197 msgid "Processor" msgstr "" + +#~ msgid "CPU usage" +#~ msgstr "Використання процесора" diff --git a/po/uz@Latn.po b/po/uz@Latn.po index 8b29c4a..4509eb0 100644 --- a/po/uz@Latn.po +++ b/po/uz@Latn.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Uzbek (Latin) (http://www.transifex.com/mstremer/ipfire/language/uz@Latn/)\n" +"Language-Team: Uzbek (Latin) (http://www.transifex.com/mstremer/ipfire/" +"language/uz@Latn/)\n" +"Language: uz@Latn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uz@Latn\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/vi.po b/po/vi.po index 29a572b..8cc00fa 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Vietnamese (http://www.transifex.com/mstremer/ipfire/language/vi/)\n" +"Language-Team: Vietnamese (http://www.transifex.com/mstremer/ipfire/language/" +"vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr "" diff --git a/po/zh.po b/po/zh.po index 84510ec..a22f22b 100644 --- a/po/zh.po +++ b/po/zh.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-26 18:19+0100\n" +"POT-Creation-Date: 2015-11-24 02:37+0000\n" "PO-Revision-Date: 2015-10-26 17:22+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Chinese (http://www.transifex.com/mstremer/ipfire/language/zh/)\n" +"Language-Team: Chinese (http://www.transifex.com/mstremer/ipfire/language/" +"zh/)\n" +"Language: zh\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../src/collecty/bus.py:54 @@ -29,67 +30,86 @@ msgstr "" msgid "Stopping bus thread" msgstr "" -#: ../src/collecty/client.py:89 +#: ../src/collecty/client.py:52 +#, python-format +msgid "Last update: %s" +msgstr "" + +#: ../src/collecty/client.py:117 +#, python-format +msgid "Title : %(title)s (%(template)s - %(object_id)s)" +msgstr "" + +#: ../src/collecty/client.py:118 +#, python-format +msgid "Image size : %(image_width)sx%(image_height)spx" +msgstr "" + +#: ../src/collecty/client.py:139 #, python-format msgid "collecty %s running on Python %s" msgstr "" -#: ../src/collecty/client.py:93 +#: ../src/collecty/client.py:143 #, python-format msgid "daemon %s" msgstr "" -#: ../src/collecty/client.py:101 +#: ../src/collecty/client.py:151 msgid "Generate a graph image" msgstr "" -#: ../src/collecty/client.py:104 +#: ../src/collecty/client.py:154 msgid "filename" msgstr "" -#: ../src/collecty/client.py:106 +#: ../src/collecty/client.py:155 msgid "image format" msgstr "" -#: ../src/collecty/client.py:107 +#: ../src/collecty/client.py:156 msgid "interval" msgstr "" -#: ../src/collecty/client.py:109 +#: ../src/collecty/client.py:158 ../src/collecty/client.py:178 msgid "Object identifier" msgstr "" -#: ../src/collecty/client.py:111 +#: ../src/collecty/client.py:160 ../src/collecty/client.py:176 msgid "The graph template identifier" msgstr "" -#: ../src/collecty/client.py:113 +#: ../src/collecty/client.py:162 msgid "Generate the graph with timestamps plotted for the given timezone" msgstr "" -#: ../src/collecty/client.py:115 +#: ../src/collecty/client.py:164 msgid "Generate the graph with this locale" msgstr "" -#: ../src/collecty/client.py:119 +#: ../src/collecty/client.py:168 msgid "Height of the generated image" msgstr "" -#: ../src/collecty/client.py:121 +#: ../src/collecty/client.py:170 msgid "Width of the generated image" msgstr "" -#: ../src/collecty/client.py:125 +#: ../src/collecty/client.py:174 +msgid "Fetch the last dataset in the database" +msgstr "" + +#: ../src/collecty/client.py:183 msgid "Lists all graph templates" msgstr "" #. version -#: ../src/collecty/client.py:129 +#: ../src/collecty/client.py:187 msgid "Show version" msgstr "" #. Brand all generated graphs. -#: ../src/collecty/constants.py:49 +#: ../src/collecty/constants.py:54 msgid "Created by collecty" msgstr "" @@ -135,52 +155,52 @@ msgstr "" msgid "Caught signal %d" msgstr "" -#: ../src/collecty/daemon.py:252 +#: ../src/collecty/daemon.py:266 #, python-format msgid "Worker thread %s has been initialised" msgstr "" -#: ../src/collecty/daemon.py:262 +#: ../src/collecty/daemon.py:276 #, python-format msgid "Worker thread %s has been started" msgstr "" -#: ../src/collecty/daemon.py:276 +#: ../src/collecty/daemon.py:290 #, python-format msgid "Worker thread %s has been terminated" msgstr "" -#: ../src/collecty/daemon.py:295 +#: ../src/collecty/daemon.py:309 msgid "Initialised write queue" msgstr "" -#: ../src/collecty/daemon.py:298 +#: ../src/collecty/daemon.py:312 msgid "Write queue process started" msgstr "" -#: ../src/collecty/daemon.py:310 +#: ../src/collecty/daemon.py:324 msgid "Write queue process stopped" msgstr "" -#: ../src/collecty/daemon.py:329 +#: ../src/collecty/daemon.py:343 msgid "No data to commit" msgstr "" -#: ../src/collecty/daemon.py:334 +#: ../src/collecty/daemon.py:348 msgid "Submitting data to the databases..." msgstr "" -#: ../src/collecty/daemon.py:352 +#: ../src/collecty/daemon.py:366 #, python-format msgid "Emptied write queue in %.2fs" msgstr "" -#: ../src/collecty/daemon.py:355 +#: ../src/collecty/daemon.py:369 #, python-format msgid "Committing %(counter)s entries to %(filename)s" msgstr "" -#: ../src/collecty/daemon.py:367 +#: ../src/collecty/daemon.py:381 #, python-format msgid "Could not update RRD database %s: %s" msgstr "" @@ -220,12 +240,12 @@ msgstr "" msgid "Generated graph %s in %.1fms" msgstr "" -#: ../src/collecty/plugins/base.py:346 +#: ../src/collecty/plugins/base.py:362 #, python-format msgid "Created RRD file %s." msgstr "" -#: ../src/collecty/plugins/base.py:534 +#: ../src/collecty/plugins/base.py:583 #, python-format msgid "Generating graph %s" msgstr "" @@ -267,18 +287,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:202 #: ../src/collecty/plugins/latency.py:89 ../src/collecty/plugins/latency.py:96 #: ../src/collecty/plugins/loadavg.py:45 ../src/collecty/plugins/loadavg.py:53 -#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:50 -#: ../src/collecty/plugins/memory.py:58 ../src/collecty/plugins/memory.py:66 -#: ../src/collecty/plugins/memory.py:82 -#: ../src/collecty/plugins/processor.py:49 +#: ../src/collecty/plugins/loadavg.py:61 ../src/collecty/plugins/memory.py:48 +#: ../src/collecty/plugins/memory.py:56 ../src/collecty/plugins/memory.py:64 +#: ../src/collecty/plugins/memory.py:80 ../src/collecty/plugins/processor.py:49 #: ../src/collecty/plugins/processor.py:57 #: ../src/collecty/plugins/processor.py:65 #: ../src/collecty/plugins/processor.py:73 #: ../src/collecty/plugins/processor.py:81 #: ../src/collecty/plugins/processor.py:89 #: ../src/collecty/plugins/processor.py:97 -#: ../src/collecty/plugins/sensors.py:71 -#: ../src/collecty/plugins/sensors.py:165 +#: ../src/collecty/plugins/sensors.py:71 ../src/collecty/plugins/sensors.py:165 msgid "Minimum" msgstr "" @@ -297,18 +315,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:201 #: ../src/collecty/plugins/latency.py:88 ../src/collecty/plugins/latency.py:95 #: ../src/collecty/plugins/loadavg.py:44 ../src/collecty/plugins/loadavg.py:52 -#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:49 -#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 -#: ../src/collecty/plugins/memory.py:81 -#: ../src/collecty/plugins/processor.py:48 +#: ../src/collecty/plugins/loadavg.py:60 ../src/collecty/plugins/memory.py:47 +#: ../src/collecty/plugins/memory.py:55 ../src/collecty/plugins/memory.py:63 +#: ../src/collecty/plugins/memory.py:79 ../src/collecty/plugins/processor.py:48 #: ../src/collecty/plugins/processor.py:56 #: ../src/collecty/plugins/processor.py:64 #: ../src/collecty/plugins/processor.py:72 #: ../src/collecty/plugins/processor.py:80 #: ../src/collecty/plugins/processor.py:88 #: ../src/collecty/plugins/processor.py:96 -#: ../src/collecty/plugins/sensors.py:70 -#: ../src/collecty/plugins/sensors.py:164 +#: ../src/collecty/plugins/sensors.py:70 ../src/collecty/plugins/sensors.py:164 msgid "Maximum" msgstr "" @@ -327,18 +343,16 @@ msgstr "" #: ../src/collecty/plugins/interface.py:203 #: ../src/collecty/plugins/latency.py:90 ../src/collecty/plugins/latency.py:97 #: ../src/collecty/plugins/loadavg.py:46 ../src/collecty/plugins/loadavg.py:54 -#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:51 -#: ../src/collecty/plugins/memory.py:59 ../src/collecty/plugins/memory.py:67 -#: ../src/collecty/plugins/memory.py:83 -#: ../src/collecty/plugins/processor.py:50 +#: ../src/collecty/plugins/loadavg.py:62 ../src/collecty/plugins/memory.py:49 +#: ../src/collecty/plugins/memory.py:57 ../src/collecty/plugins/memory.py:65 +#: ../src/collecty/plugins/memory.py:81 ../src/collecty/plugins/processor.py:50 #: ../src/collecty/plugins/processor.py:58 #: ../src/collecty/plugins/processor.py:66 #: ../src/collecty/plugins/processor.py:74 #: ../src/collecty/plugins/processor.py:82 #: ../src/collecty/plugins/processor.py:90 #: ../src/collecty/plugins/processor.py:98 -#: ../src/collecty/plugins/sensors.py:69 -#: ../src/collecty/plugins/sensors.py:163 +#: ../src/collecty/plugins/sensors.py:69 ../src/collecty/plugins/sensors.py:163 msgid "Average" msgstr "" @@ -388,8 +402,7 @@ msgid "Protocol States of all %s connections" msgstr "" #: ../src/collecty/plugins/cpufreq.py:37 -#: ../src/collecty/plugins/processor.py:106 -msgid "CPU usage" +msgid "Processor Frequencies" msgstr "" #: ../src/collecty/plugins/cpufreq.py:42 @@ -661,15 +674,15 @@ msgstr "" msgid "Load" msgstr "" -#: ../src/collecty/plugins/memory.py:45 +#: ../src/collecty/plugins/memory.py:43 msgid "Used memory" msgstr "" -#: ../src/collecty/plugins/memory.py:53 +#: ../src/collecty/plugins/memory.py:51 msgid "Buffered data" msgstr "" -#: ../src/collecty/plugins/memory.py:61 +#: ../src/collecty/plugins/memory.py:59 msgid "Cached data" msgstr "" @@ -680,15 +693,15 @@ msgstr "" #. "GPRINT:freemax:%12s\:" % _("Maximum") + " %6.2lf" , #. "GPRINT:freemin:%12s\:" % _("Minimum") + " %6.2lf", #. "GPRINT:freeavg:%12s\:" % _("Average") + " %6.2lf\\n", -#: ../src/collecty/plugins/memory.py:77 +#: ../src/collecty/plugins/memory.py:75 msgid "Used Swap space" msgstr "" -#: ../src/collecty/plugins/memory.py:89 +#: ../src/collecty/plugins/memory.py:87 msgid "Memory Usage" msgstr "" -#: ../src/collecty/plugins/memory.py:94 +#: ../src/collecty/plugins/memory.py:92 msgid "Percent" msgstr "" @@ -720,6 +733,10 @@ msgstr "" msgid "Idle" msgstr "" +#: ../src/collecty/plugins/processor.py:106 +msgid "Processor Usage" +msgstr "" + #: ../src/collecty/plugins/processor.py:111 msgid "Jiffies" msgstr "" @@ -729,8 +746,7 @@ msgstr "" msgid "Temperature Thresholds" msgstr "" -#: ../src/collecty/plugins/sensors.py:78 -#: ../src/collecty/plugins/sensors.py:188 +#: ../src/collecty/plugins/sensors.py:78 ../src/collecty/plugins/sensors.py:188 msgid "Critical" msgstr ""