From 0847228c84aa1056d8bfbcdbc2eacbc7c7307e62 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 25 Mar 2019 17:18:45 +0100 Subject: [PATCH] Externalize memcacheMonitor (#1074) --- bin/build-release.sh | 1 + composer.json | 1 + modules/memcacheMonitor/default-disable | 3 - .../dictionaries/memcachestat.definition.json | 149 ----- .../memcachestat.translation.json | 558 ------------------ .../memcacheMonitor/hooks/hook_configpage.php | 16 - .../memcacheMonitor/hooks/hook_frontpage.php | 19 - .../hooks/hook_sanitycheck.php | 37 -- .../locales/ar/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/cs/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/da/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/de/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/el/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/en/LC_MESSAGES/memcacheMonitor.po | 271 --------- .../locales/es/LC_MESSAGES/memcacheMonitor.po | 136 ----- .../locales/et/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/eu/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/fr/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/he/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/hr/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/id/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/it/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/ja/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/lt/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/lv/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/nb/LC_MESSAGES/memcacheMonitor.po | 136 ----- .../locales/nl/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/nn/LC_MESSAGES/memcacheMonitor.po | 136 ----- .../locales/pt/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/ro/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/ru/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/sl/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/sr/LC_MESSAGES/memcacheMonitor.po | 132 ----- .../locales/sv/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../zh-tw/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../locales/zh/LC_MESSAGES/memcacheMonitor.po | 131 ---- .../templates/memcachestat.tpl.php | 67 --- .../templates/memcachestat.twig | 38 -- .../www/assets/css/memcacheMonitor.css | 20 - modules/memcacheMonitor/www/memcachestat.php | 191 ------ 40 files changed, 2 insertions(+), 4930 deletions(-) delete mode 100644 modules/memcacheMonitor/default-disable delete mode 100644 modules/memcacheMonitor/dictionaries/memcachestat.definition.json delete mode 100644 modules/memcacheMonitor/dictionaries/memcachestat.translation.json delete mode 100644 modules/memcacheMonitor/hooks/hook_configpage.php delete mode 100644 modules/memcacheMonitor/hooks/hook_frontpage.php delete mode 100644 modules/memcacheMonitor/hooks/hook_sanitycheck.php delete mode 100644 modules/memcacheMonitor/locales/ar/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/cs/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/da/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/de/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/el/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/en/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/es/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/et/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/eu/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/fr/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/he/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/hr/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/id/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/it/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/ja/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/lt/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/lv/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/nb/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/nl/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/nn/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/pt/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/ro/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/ru/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/sl/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/sr/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/sv/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/zh-tw/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/locales/zh/LC_MESSAGES/memcacheMonitor.po delete mode 100644 modules/memcacheMonitor/templates/memcachestat.tpl.php delete mode 100644 modules/memcacheMonitor/templates/memcachestat.twig delete mode 100644 modules/memcacheMonitor/www/assets/css/memcacheMonitor.css delete mode 100644 modules/memcacheMonitor/www/memcachestat.php diff --git a/bin/build-release.sh b/bin/build-release.sh index 9717c9cf8..7c3a38547 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -57,6 +57,7 @@ php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp- php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-consent php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-consentadmin php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-memcookie +php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-memcachemonitor php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-oauth php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-riak diff --git a/composer.json b/composer.json index 18a1c5b41..c306cfb23 100644 --- a/composer.json +++ b/composer.json @@ -51,6 +51,7 @@ "simplesamlphp/simplesamlphp-module-consent": "^1.0", "simplesamlphp/simplesamlphp-module-consentadmin": "^1.0", "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", + "simplesamlphp/simplesamlphp-module-memcachemonitor": "^1.0", "simplesamlphp/simplesamlphp-module-oauth": "^1.0", "simplesamlphp/simplesamlphp-module-riak": "^1.0.0", "symfony/routing": "^3.4 || ^4.0", diff --git a/modules/memcacheMonitor/default-disable b/modules/memcacheMonitor/default-disable deleted file mode 100644 index fa0bd82e2..000000000 --- a/modules/memcacheMonitor/default-disable +++ /dev/null @@ -1,3 +0,0 @@ -This file indicates that the default state of this module -is disabled. To enable, create a file named enable in the -same directory as this file. diff --git a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json b/modules/memcacheMonitor/dictionaries/memcachestat.definition.json deleted file mode 100644 index 77817ff06..000000000 --- a/modules/memcacheMonitor/dictionaries/memcachestat.definition.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "pid": { - "en": "Process ID" - }, - "uptime": { - "en": "Uptime" - }, - "time": { - "en": "Current time" - }, - "version": { - "en": "Version" - }, - "rusage_user": { - "en": "CPU Seconds (User)" - }, - "rusage_system": { - "en": "CPU Seconds (System)" - }, - "curr_items": { - "en": "Currently number of items" - }, - "total_items": { - "en": "Total items ever" - }, - "bytes": { - "en": "Total bytes in use currently" - }, - "curr_connections": { - "en": "Current open connections" - }, - "total_connections": { - "en": "Total connections" - }, - "connection_structures": { - "en": "Connection structures" - }, - "cmd_get": { - "en": "Total GET commands" - }, - "cmd_set": { - "en": "Total SET commands" - }, - "cmd_flush": { - "en": "Total FLUSH commands" - }, - "get_hits": { - "en": "Total GET commands (success)" - }, - "get_misses": { - "en": "Total GET commands (failed)" - }, - "bytes_read": { - "en": "Bytes in to the server" - }, - "bytes_written": { - "en": "Bytes written by the server" - }, - "limit_maxbytes": { - "en": "Total storage avail" - }, - "pointer_size": { - "en": "Pointer size (bits)" - }, - "delete_misses": { - "en": "Total DELETE commands (failed)" - }, - "delete_hits": { - "en": "Total DELETE commands (success)" - }, - "incr_misses": { - "en": "Total INCR commands (failed)" - }, - "incr_hits": { - "en": "Total INCR commands (success)" - }, - "decr_misses": { - "en": "Total DECR commands (failed)" - }, - "decr_hits": { - "en": "Total DECR commands (success)" - }, - "cas_misses": { - "en": "Total CAS commands (failed)" - }, - "cas_hits": { - "en": "Total CAS commands (success)" - }, - "cas_badval": { - "en": "Total bad CAS identifiers" - }, - "auth_cmds": { - "en": "Total authentication commands processed" - }, - "auth_errors": { - "en": "Total authentication commands failed" - }, - "accepting_conns": { - "en": "Currently accepting new connections" - }, - "listen_disabled_num": { - "en": "Total number of denied connections (connection limit)" - }, - "threads": { - "en": "Number of available threads" - }, - "conn_yields": { - "en": "Number of times the request limit was reached" - }, - "evictions": { - "en": "Number of objects removed from cache (memory limit)" - }, - "libevent": { - "en": "Libevent version" - }, - "reserved_fds": { - "en": "Number of misc fds used internally" - }, - "cmd_touch": { - "en": "Cumulative number of touch reqs" - }, - "touch_hits": { - "en": "Number of keys that have been touched with a new expiration time" - }, - "touch_misses": { - "en": "Number of items that have been touched and not found" - }, - "hash_power_level": { - "en": "Current size multiplier for hash table" - }, - "hash_bytes": { - "en": "Bytes currently used by hash tables" - }, - "hash_is_expanding": { - "en": "Indicates if the hash table is being grown to a new size" - }, - "expired_unfetched": { - "en": "Items pulled from LRU that were never touched before expiring" - }, - "evicted_unfetched": { - "en": "Items pulled from LRU that were never touched" - }, - "reclaimed": { - "en": "Number of times an entry was stored using memory from an expired entry" - }, - "link_memcacheMonitor": { - "en": "Memcache statistics" - } -} diff --git a/modules/memcacheMonitor/dictionaries/memcachestat.translation.json b/modules/memcacheMonitor/dictionaries/memcachestat.translation.json deleted file mode 100644 index e2361455c..000000000 --- a/modules/memcacheMonitor/dictionaries/memcachestat.translation.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "pid": { - "no": "Prosess ID", - "de": "Prozess-ID", - "sl": "ID procesa", - "pt": "ID do processo", - "sv": "Processid", - "hr": "Identifikator procesa", - "da": "Proces ID", - "fr": "Identifiant de processus (PID)", - "it": "ID del Processo", - "es": "Id de Proceso", - "nl": "Proces-ID", - "ja": "pid", - "lt": "Proceso ID", - "zh-tw": "\u7a0b\u5e8f ID", - "nn": "Prosess-ID", - "et": "Protsessi ID", - "he": "\u05de\u05d6\u05d4\u05d4 \u05ea\u05d4\u05dc\u05d9\u05da", - "zh": "Process ID", - "ar": "\u0645\u0639\u0631\u0641 \u0627\u0644\u0639\u0645\u0644\u064a\u0629", - "lv": "Procesa ID", - "id": "Process ID", - "sr": "Identifikator procesa", - "ro": "ID proces", - "ru": "ID \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430", - "cs": "ID procesu", - "eu": "Id prozesua", - "el": "\u0391\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03b4\u03b9\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 (PID)" - }, - "uptime": { - "no": "Oppetid", - "de": "Verf\u00fcgbarkeit", - "sl": "Neprekinjeno delovanje", - "pt": "Tempo de funcionamento", - "sv": "Upptid", - "hr": "Ukupno vrijeme rada", - "da": "Oppetid", - "fr": "Temps de fonctionnement", - "it": "Uptime", - "es": "Tiempo transcurrido", - "nl": "Uptime", - "ja": "\u8d77\u52d5\u6642\u9593", - "lt": "Veikimo laikas", - "zh-tw": "\u5df2\u904b\u4f5c\u6642\u9593", - "nn": "Oppetid", - "et": "Uptime", - "he": "\u05d6\u05de\u05df \u05dc\u05de\u05e2\u05dc\u05d4", - "zh": "\u6b63\u5e38\u8fd0\u884c\u65f6\u95f4", - "ar": "\u0627\u0644\u0627\u0633\u062a\u0639\u062f\u0627\u062f ", - "lv": "Darb\u012bbas laiks", - "id": "Uptime", - "sr": "Ukupno vreme rada", - "ro": "Timp de func\u021bionare", - "ru": "\u0412\u0440\u0435\u043c\u044f \u0431\u0435\u0437\u043e\u0442\u043a\u0430\u0437\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u044b", - "cs": "Uptime", - "eu": "Jardun-denbora", - "el": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 (uptime)" - }, - "time": { - "no": "Tid n\u00e5", - "de": "Jetziger Zeitpunkt", - "sl": "To\u010den \u010das", - "pt": "Tempo actual", - "sv": "Aktuell tid", - "hr": "Trenutno vrijeme", - "da": "Aktuel tid", - "fr": "Date courante", - "it": "Ora corrente", - "es": "Tiempo actual", - "nl": "Huidige tijd", - "ja": "\u73fe\u5728\u6642\u523b", - "lt": "Laikas", - "zh-tw": "\u76ee\u524d\u6642\u9593", - "nn": "Tid no", - "et": "Aeg praegu", - "he": "\u05d6\u05de\u05df \u05e0\u05d5\u05db\u05d7\u05d9", - "zh": "\u5f53\u524d\u65f6\u95f4", - "ar": "\u0627\u0644\u0648\u0642\u062a \u062d\u0627\u0644\u064a\u0627\u064b", - "lv": "Pa\u0161reiz\u0113jais laiks", - "id": "Waktu saat ini", - "sr": "Trenutno vreme", - "ro": "Ora curent\u0103", - "ru": "\u0422\u0435\u043a\u0443\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f", - "cs": "Aktu\u00e1ln\u00ed \u010das", - "eu": "Uneko ordua", - "el": "\u03a4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03ce\u03c1\u03b1" - }, - "version": { - "no": "Versjon", - "de": "Version", - "sl": "Razli\u010dica", - "pt": "Vers\u00e3o", - "sv": "Version", - "hr": "Verzija", - "da": "Version", - "fr": "Version", - "it": "Versione", - "es": "Versi\u00f3n", - "nl": "Versie", - "ja": "\u30d0\u30fc\u30b8\u30e7\u30f3", - "lt": "Versija", - "zh-tw": "\u7248\u672c", - "nn": "Versjon", - "et": "Versioon", - "he": "\u05d2\u05d9\u05e8\u05e1\u05d4", - "zh": "\u7248\u672c", - "ar": "\u0627\u0644\u0627\u0635\u062f\u0627\u0631", - "lv": "Versija", - "id": "Versi", - "sr": "Verzija", - "ro": "Versiune", - "ru": "\u0412\u0435\u0440\u0441\u0438\u044f", - "cs": "Verze", - "eu": "Bertsioa", - "el": "\u0388\u03ba\u03b4\u03bf\u03c3\u03b7" - }, - "rusage_user": { - "no": "CPU Sekunder (bruker)", - "de": "CPU-Sekunden (Benutzer", - "sl": "CPE sekunde (uporabnik)", - "pt": "Segundos de CPU (Utilizador)", - "sv": "CPU-sekunder (User)", - "hr": "CPU sekundi (korisnik)", - "da": "CPU sekunder (Bruger)", - "fr": "Temps de calcul (mode utilisateur)", - "it": "Secondi di CPU (User)", - "es": "Segundos de CPU (Usuario)", - "nl": "CPU-Seconden (Gebruiker)", - "ja": "CPU\u6642\u9593(User)", - "lt": "CPU sekund\u0117s (vartotojas)", - "zh-tw": "CPU \u4f7f\u7528\u91cf(\u4f7f\u7528\u8005)", - "nn": "CPU-sekund (brukar)", - "et": "CPU sekundid (kasutaja)", - "he": "\u05e9\u05e0\u05d9\u05d5\u05ea \u05de\u05e2\u05d1\u05d3 (\u05de\u05e9\u05ea\u05de\u05e9)", - "zh": "CPU \u79d2\u6570\uff08\u7528\u6237\uff09", - "ar": "\u0639\u062f\u062f \u062b\u0648\u0627\u0646\u064a \u0627\u0644 CPU (\u0632\u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645)", - "lv": "CPU sekundes (lietot\u0101ja)", - "id": "CPU Detik (User)", - "sr": "CPU sekundi (korisnik)", - "ro": "Secunde CPU (utilizator)", - "ru": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 (\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f)", - "cs": "CPU sekundy (u\u017eivatel)", - "eu": "PUZ segunduak (Erabiltzailea)", - "el": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 CPU (\u03a7\u03c1\u03ae\u03c3\u03c4\u03b7)" - }, - "rusage_system": { - "no": "CPU Sekunder (system)", - "de": "CPU-Sekunden (System)", - "sl": "CPE sekunde (sistem)", - "pt": "Segundos de CPU (Sistema)", - "sv": "CPU-sekunder (System)", - "hr": "CPU sekundi (sustav)", - "da": "CPU sekunder (System)", - "fr": "Temps de calcul (mode syst\u00e8me)", - "it": "Secondi di CPU (System)", - "es": "Segundos de CPU (Sistema)", - "nl": "CPU-Seconden (Systeem)", - "ja": "CPU\u6642\u9593(System)", - "lt": "CPU sekund\u0117s (sistema)", - "zh-tw": "CPU \u4f7f\u7528\u91cf(\u7cfb\u7d71)", - "nn": "CPU-sekund (system)", - "et": "CPU sekundid (s\u00fcsteem)", - "he": "\u05e9\u05e0\u05d9\u05d5\u05ea \u05de\u05e2\u05d1\u05d3 (\u05de\u05e2\u05e8\u05db\u05ea)", - "zh": "CPU \u79d2\u6570\uff08\u7cfb\u7edf\uff09", - "ar": "\u0639\u062f\u062f \u062b\u0648\u0627\u0646\u064a \u0627\u0644 CPU (\u0632\u0645\u0646 \u0627\u0644\u0646\u0638\u0627\u0645)", - "lv": "CPU sekundes (sist\u0113mas)", - "id": "CPU Detik (Sistem)", - "sr": "CPU sekundi (sistem)", - "ro": "Secunde CPU (sistem)", - "ru": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 (\u0441\u0438\u0441\u0442\u0435\u043c\u044b)", - "cs": "CPU sekundy (system)", - "eu": "PUZ segunduak (Sistema)", - "el": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 CPU (\u03a3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2)" - }, - "curr_items": { - "no": "N\u00e5v\u00e6rende antall elementer", - "de": "Derzeitige Anzahl von Elementen", - "sl": "Trenutno \u0161tevilo elementov", - "pt": "N\u00famero de \u00edtems actual", - "sv": "Aktuell antal", - "hr": "Trenutni broj elemenata", - "da": "Aktuelt antal enheder", - "fr": "\u00c9l\u00e9ments utilis\u00e9s actuellement", - "it": "Attuale numero di elementi", - "es": "N\u00famero actual de \u00edtems", - "nl": "Huidig aantal items", - "ja": "\u73fe\u5728\u30a2\u30a4\u30c6\u30e0\u6570", - "lt": "\u0160iuo metu element\u0173 skai\u010dius", - "zh-tw": "\u76ee\u524d\u9805\u76ee\u7684\u6578\u91cf", - "nn": "Tal p\u00e5 element no", - "et": "Elementide arv praegu", - "he": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05d4\u05e0\u05d5\u05db\u05d7\u05d9", - "zh": "\u5f53\u524d\u7684\u6761\u76ee\u6570\u91cf", - "ar": "\u0639\u062f\u062f \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629", - "lv": "Vien\u012bbu skaits pa\u0161laik", - "id": "Jumlah item saat ini", - "sr": "Trenutni broj elemenata", - "ro": "Num\u0103rul curent de elemente", - "ru": "\u0422\u0435\u043a\u0443\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432", - "cs": "Aktu\u00e1ln\u00ed mno\u017estv\u00ed polo\u017eek", - "eu": "Uneko elementu kopurua", - "el": "\u03a4\u03c1\u03ad\u03c7\u03c9\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03c9\u03bd" - }, - "total_items": { - "no": "Antall elementer for alltid", - "de": "Elemente zu allen Zeiten insgesamt", - "sl": "Vseh elementov skupaj", - "pt": "Total de \u00edtems", - "sv": "Totalt antal anv\u00e4nda poster", - "hr": "Ukupno elemenata od po\u010detka", - "da": "Total antal enheder", - "fr": "Total d'\u00e9l\u00e9ments depuis le d\u00e9marrage", - "it": "Numero totale di elementi", - "es": "N\u00famero total de \u00edtems", - "nl": "Totaal aantal items ooit", - "ja": "\u7d2f\u8a08\u30a2\u30a4\u30c6\u30e0\u6570", - "lt": "Viso element\u0173", - "zh-tw": "\u6240\u6709\u9805\u76ee", - "nn": "Tal p\u00e5 element (totalt)", - "et": "Elementide arv kokku", - "he": "\u05de\u05e1\u05e4\u05e8 \u05db\u05dc \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd", - "zh": "\u4ee5\u5f80\u6761\u76ee", - "ar": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0643\u0644\u064a \u0644\u0644\u0628\u0646\u0648\u062f", - "lv": "Kop\u0113jais vien\u012bbu skaits", - "id": "Total item yang pernah dicapai", - "sr": "Ukupno elemenata od po\u010detka", - "ro": "Num\u0103r total de elemente", - "ru": "\u041e\u0431\u0449\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0437\u0430 \u0432\u0441\u0435 \u0432\u0440\u0435\u043c\u044f", - "cs": "Celkov\u00fd sou\u010det polo\u017eek", - "eu": "Elementuen guztizko kopurua", - "el": "\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03cc\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03c9\u03bd" - }, - "bytes": { - "no": "Totalt antall bytes i bruk n\u00e5", - "de": "Insgesamt derzeit verwendete Bytes", - "sl": "Skupno v uporabi bajtov", - "pt": "Total de bytes actuais", - "sv": "Totalt antal anv\u00e4nda byte f\u00f6rn\u00e4rvarande", - "hr": "Trenutno ukupno kori\u0161teno bajtova", - "da": "Total antal bytes brugt aktuelt", - "fr": "Octets utilis\u00e9s actuellement", - "it": "Byte attualmente utilizzati", - "es": "Cantidad total de bytes en uso actualmente", - "nl": "Aantal bytes nu in gebruik", - "ja": "\u4f7f\u7528\u30e1\u30e2\u30ea", - "lt": "Viso \u0161iuo metu naudojama bait\u0173", - "zh-tw": "\u76ee\u524d\u4f7f\u7528\u7684\u7e3d\u4f4d\u5143\u7d44", - "nn": "Bytes (totalt) i bruk no", - "et": "Kokku baite praegu kasutusel", - "he": "\u05e1\u05da \u05db\u05dc \u05d4\u05d1\u05d8\u05d9\u05dd \u05e9\u05db\u05e8\u05d2\u05e2 \u05d1\u05e9\u05d9\u05de\u05d5\u05e9", - "zh": "\u76ee\u524d\u4f7f\u7528\u7684\u5b57\u8282\u6570", - "ar": "\u064b\u0639\u062f\u062f \u0627\u0644\u0628\u0627\u064a\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u062d\u0627\u0644\u064a\u0627", - "lv": "Izmantotie baiti pa\u0161laik", - "id": "Total byte yang sekarang digunakan", - "sr": "Trenutno ukupno bajtova u upotrebi", - "ro": "Num\u0103r de octe\u021bi utiliza\u021bi acum", - "ru": "\u0421\u0435\u0439\u0447\u0430\u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432\u0441\u0435\u0433\u043e \u0431\u0430\u0439\u0442", - "cs": "Vyu\u017e\u00edv\u00e1no celkem bajt\u016f", - "eu": "Une honetan erabiltzen ari diren byten guztizko kopurua", - "el": "Bytes \u03c3\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7" - }, - "curr_connections": { - "no": "Antall \u00e5pne forbindelser n\u00e5", - "de": "Derzeitige offene Verbindungen", - "sl": "Trenutno odprtih povezav", - "pt": "Liga\u00e7\u00f5es abertas actuais", - "sv": "Aktiva och \u00f6ppna f\u00f6rbindelser", - "hr": "Trenutno otvorene konekcije", - "da": "Nuv\u00e6rende \u00e5bne forbindelser", - "fr": "Connexions ouvertes", - "it": "Numero di connessioni aperte", - "es": "Conexiones abiertas actualmente", - "nl": "Aantal open connecties", - "ja": "\u73fe\u5728\u306e\u30b3\u30cd\u30af\u30b7\u30e7\u30f3\u6570", - "lt": "\u0160iuo metu atidaryt\u0173 sujungim\u0173", - "zh-tw": "\u76ee\u524d\u958b\u555f\u7684\u9023\u7dda\u6578", - "nn": "Opne tilkoplingar no", - "et": "Hetkel avatud \u00fchendusi", - "he": "\u05d7\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd \u05e9\u05e2\u05db\u05e9\u05d9\u05d5 \u05e4\u05ea\u05d5\u05d7\u05d9\u05dd", - "zh": "\u5f53\u524d\u6253\u5f00\u7684\u8fde\u63a5", - "ar": "\u0627\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u0641\u062a\u0648\u062d\u0629 \u062d\u0627\u0644\u064a\u0627\u064b", - "lv": "Savienojumi \u0161obr\u012bd", - "id": "Koneksi yang sekarang sedang terbuka", - "sr": "Trenutno otvorene konekcije", - "ro": "Conexiuni deschise acum", - "ru": "\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f", - "cs": "Aktu\u00e1ln\u011b otev\u0159en\u00e9 konexe", - "eu": "Egun irekita dauden konexioak", - "el": "\u0391\u03bd\u03bf\u03b9\u03ba\u03c4\u03ad\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03b9\u03c2" - }, - "total_connections": { - "no": "Totalt antall forbindelser", - "de": "Verbindungen insgesamt", - "sl": "Skupno \u0161tevilo povezav", - "pt": "Total de liga\u00e7\u00f5es", - "sv": "Totalt antal f\u00f6rbindelser", - "hr": "Ukupno konekcija", - "da": "Total antal forbindelser", - "fr": "Connexions totales", - "it": "Connessioni totali", - "es": "Total de conexiones", - "nl": "Totaal connecties", - "ja": "\u7d2f\u8a08\u30b3\u30cd\u30af\u30b7\u30e7\u30f3\u6570", - "lt": "Viso sujungim\u0173", - "zh-tw": "\u7e3d\u9023\u7dda\u6578", - "nn": "Opne tilkoplingar (totalt)", - "et": "\u00dchendusi kokku", - "he": "\u05e1\u05da-\u05db\u05dc \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd", - "zh": "\u5168\u90e8\u8fde\u63a5", - "ar": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0643\u0644\u064a \u0644\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a", - "lv": "Savienojumi kop\u0101", - "id": "Total koneksi", - "sr": "Ukupno konekcija", - "ro": "Num\u0103r total de conexiuni", - "ru": "\u0412\u0441\u0435\u0433\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0439", - "cs": "Celkem konex\u00ed", - "eu": "Konexioak guztira", - "el": "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03b5\u03c9\u03bd" - }, - "connection_structures": { - "no": "Tilkoblings-strukturer", - "de": "Verbindungsstrukturen", - "sl": "Struktura povezav", - "pt": "Estruturas de liga\u00e7\u00f5es", - "sv": "F\u00f6rbindelsestrukturer", - "hr": "Struktura konekcija", - "da": "Forbindelses strukturer", - "fr": "Structures de connexion", - "it": "Strutture di connessione", - "es": "Estructuras de conexi\u00f3n", - "nl": "Connectiestructuren", - "ja": "\u30b3\u30cd\u30af\u30b7\u30e7\u30f3\u69cb\u9020\u4f53\u6570", - "lt": "Sujungim\u0173 strukt\u016bra", - "zh-tw": "\u9023\u7dda\u7d50\u69cb", - "nn": "Tilkoplingsstrukturar", - "et": "\u00dchenduste struktuurid", - "he": "\u05de\u05d1\u05e0\u05d9 \u05d7\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd", - "zh": "\u8fde\u63a5\u7ed3\u6784", - "ar": "\u0627\u0644\u0634\u0643\u0644 \u0627\u0644\u062a\u0631\u0643\u064a\u0628\u064a \u0644\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a", - "lv": "Savienojumu strukt\u016bras", - "id": "Struktur koneksi", - "sr": "Struktura konekcija", - "ro": "Structuri de conectare", - "ru": "\u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0439", - "cs": "Struktury konex\u00ed", - "eu": "Konexio egiturak", - "el": "\u0394\u03bf\u03bc\u03ad\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2" - }, - "cmd_get": { - "no": "Totalt antall GET kommandoer", - "de": "GET Befehle insgesamt", - "sl": "Skupno \u0161tevilo zahtevkov GET ", - "pt": "Total de comandos GET", - "sv": "Totalt antal GET-kommandon", - "hr": "Ukupno GET naredbi", - "da": "Total antal GET kommandoer", - "fr": "Commandes GET", - "it": "Totale dei comandi GET", - "es": "Total de comandos GET", - "nl": "Aantal GET-commando's", - "ja": "GET\u30b3\u30de\u30f3\u30c9\u5b9f\u884c\u56de\u6570", - "lt": "Viso GET u\u017eklaus\u0173", - "zh-tw": "GET \u6307\u4ee4\u7e3d\u6578", - "nn": "Talet p\u00e5 GET-kommandoar (totalt)", - "et": "GET-k\u00e4ske kokku", - "he": "\u05e1\u05d4\"\u05db \u05e4\u05e7\u05d5\u05d3\u05d5\u05ea GET", - "zh": "\u5168\u90e8\u7684GET\u6307\u4ee4", - "ar": "\u0639\u062f\u062f \u0623\u0648\u0627\u0645\u0631 GET \u0627\u0644\u0643\u0644\u064a", - "lv": "GET komandas kop\u0101", - "id": "Total perintah GET", - "sr": "Ukupno GET naredbi", - "ro": "Num\u0103r total de comenzi GET", - "ru": "\u0412\u0441\u0435\u0433\u043e \u043a\u043e\u043c\u0430\u043d\u0434 GET", - "cs": "Celkov\u00fd po\u010det GET p\u0159\u00edkaz\u016f", - "eu": "GET komandoak guztira", - "el": "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd GET" - }, - "cmd_set": { - "no": "Totalt antall SET kommandoer", - "de": "SET Befehle insgesamt", - "sl": "Skupno \u0161tevilo zahtevkov SET ", - "pt": "Total de comandos SET", - "sv": "Totalt antal SET-kommandon", - "hr": "Ukupno SET naredbi", - "da": "Total antal SET kommandoer", - "fr": "Commandes SET", - "it": "Totale dei comandi SET", - "es": "Total de comandos SET", - "nl": "Aantal SET-commando's", - "ja": "SET\u30b3\u30de\u30f3\u30c9\u5b9f\u884c\u56de\u6570", - "lt": "Viso SET u\u017eklaus\u0173", - "zh-tw": "SET \u6307\u4ee4\u7e3d\u6578", - "nn": "Talet p\u00e5 SET-kommandoar (totalt)", - "et": "SET-k\u00e4ske kokku", - "he": "\u05e1\u05d4\"\u05db \u05e4\u05e7\u05d5\u05d3\u05d5\u05ea SET", - "zh": "\u5168\u90e8\u7684SET\u6307\u4ee4", - "ar": "\u0639\u062f\u062f \u0623\u0648\u0627\u0645\u0631 SET \u0627\u0644\u0643\u0644\u064a", - "lv": "SET komandas kop\u0101", - "id": "Total perintah SET", - "sr": "Ukupno SET naredbi", - "ro": "Num\u0103r total de comenzi SET", - "ru": "\u0412\u0441\u0435\u0433\u043e \u043a\u043e\u043c\u0430\u043d\u0434 SET", - "cs": "Celkov\u00fd po\u010det SET p\u0159\u00edkaz\u016f", - "eu": "SET komandoak guztira", - "el": "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd SET" - }, - "get_hits": { - "no": "Totalt antall GET kommandoer (OK)", - "de": "GET Befehle insgesamt (erfolgreich)", - "sl": "Skupno \u0161tevilo uspe\u0161nih zahtevkov GET ", - "pt": "Total de comandos GET (sucesso)", - "sv": "Totalt antal lyckade GET-kommandon", - "hr": "Ukupno GET naredbi (uspje\u0161no izvr\u0161enih)", - "da": "Total antal GET kommandoer (success)", - "fr": "Commandes GET valides", - "it": "Totale dei comandi GET (con successo)", - "es": "Total de comandos GET (exitosos)", - "nl": "Aantal GET-commando's (succes)", - "ja": "GET\u30b3\u30de\u30f3\u30c9\u6210\u529f\u56de\u6570", - "lt": "Viso GET u\u017eklaus\u0173 (s\u0117kming\u0173)", - "zh-tw": "GET \u6307\u4ee4\u7e3d\u6578(\u6210\u529f)", - "nn": "Talet p\u00e5 GET-kommandoar (suksess)", - "et": "\u00d5nnestunud GET-k\u00e4ske kokku", - "he": "\u05e1\u05d4\"\u05db \u05e4\u05e7\u05d5\u05d3\u05d5\u05ea GET \u05de\u05d5\u05e6\u05dc\u05d7\u05d5\u05ea", - "zh": "\u5168\u90e8\u7684GET\u6307\u4ee4\uff08\u6210\u529f\u7684\uff09", - "ar": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0643\u0644\u064a \u0644\u0623\u0648\u0627\u0645\u0631 GET \u0627\u0644\u0646\u0627\u062c\u062d\u0629", - "lv": "Veiksm\u012bg\u0101s GET komandas kop\u0101", - "id": "Total perintah GET (berhasil)", - "sr": "Ukupno GET naredbi (uspe\u0161no izvr\u0161enih)", - "ro": "Num\u0103r total de comenzi GET (efectuate cu succes)", - "ru": "\u0412\u0441\u0435\u0433\u043e \u043a\u043e\u043c\u0430\u043d\u0434 GET (\u0443\u0441\u043f\u0435\u0448\u043d\u044b\u0445)", - "cs": "Celkov\u00fd po\u010det GET p\u0159\u00edkaz\u016f (\u00fasp\u011b\u0161n\u00fdch)", - "eu": "GET komandoak guztira (arrakastatsuak)", - "el": "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd GET (\u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1)" - }, - "get_misses": { - "no": "Totalt antall GET kommandoer (feilet)", - "de": "GET Befehle insgesamt (fehlgeschlagen)", - "sl": "Skupno \u0161tevilo neuspe\u0161nih zahtevkov GET ", - "pt": "Total de comandos GET (falhados)", - "sv": "Totalt antal misslyckade GET-kommandon", - "hr": "Ukupno GET naredbi (neuspje\u0161nih)", - "da": "Total antal GET kommandoer (fejl)", - "fr": "Commandes GET invalides", - "it": "Totale dei comandi GET (falliti)", - "es": "Total de comandos GET (fallidos)", - "nl": "Aantal GET-commando's (mislukt)", - "ja": "GET\u30b3\u30de\u30f3\u30c9\u5931\u6557\u56de\u6570", - "lt": "Viso GET u\u017eklaus\u0173 (nes\u0117kming\u0173)", - "zh-tw": "GET \u6307\u4ee4\u7e3d\u6578(\u6210\u529f)", - "nn": "Talet p\u00e5 GET-kommandoar (feil)", - "et": "Eba\u00f5nnestunud GET-k\u00e4ske kokku", - "he": "\u05e1\u05d4\"\u05db \u05e4\u05e7\u05d5\u05d3\u05d5\u05ea GET \u05e9\u05e0\u05db\u05e9\u05dc\u05d5", - "zh": "\u5168\u90e8\u7684GET\u6307\u4ee4\uff08\u5931\u8d25\u7684\uff09", - "ar": "\u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0643\u0644\u064a \u0644\u0623\u0648\u0627\u0645\u0631 GET \u0627\u0644\u0641\u0627\u0634\u0644\u0629", - "lv": "Neveiksm\u012bg\u0101s GET komandas kop\u0101", - "id": "Total perintah GET (gagal)", - "sr": "Ukupno GET naredbi (neuspe\u0161nih)", - "ro": "Num\u0103r total de comenzi GET (e\u0219uate)", - "ru": "\u0412\u0441\u0435\u0433\u043e \u043a\u043e\u043c\u0430\u043d\u0434 GET (\u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439)", - "cs": "Celkov\u00fd po\u010det GET p\u0159\u00edkaz\u016f (ne\u00fasp\u011b\u0161n\u00fdch)", - "eu": "GET komandoak guztira (huts egiteak)", - "el": "\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b5\u03bd\u03c4\u03bf\u03bb\u03ce\u03bd GET (\u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1)" - }, - "bytes_read": { - "no": "Antall bytes inn til tjeneren", - "de": "Am Server eingetroffene Bytes", - "sl": "Prene\u0161enih bajtov v smeri stre\u017enika", - "pt": "Bytes de entrada no servidor", - "sv": "Mottagna bytes till servern", - "hr": "Bajtova poslanih poslu\u017eitelju", - "da": "Bytes in i serveren", - "fr": "Octets sur le serveur", - "it": "Byte nel server", - "es": "Bytes en el servidor", - "nl": "Bytes richting de server", - "ja": "\u53d7\u4fe1\u30c7\u30fc\u30bf\u91cf", - "lt": "Nuskaityta bait\u0173 \u012f server\u012f", - "zh-tw": "\u50b3\u9001\u81f3\u4e3b\u6a5f\u7e3d\u4f4d\u5143\u7d44", - "nn": "Bytes inn til tenaren", - "et": "Baite serverisse", - "he": "\u05d1\u05d8\u05d9\u05dd \u05e9\u05e0\u05d9\u05db\u05e0\u05e1\u05d5 \u05dc\u05e9\u05e8\u05ea", - "zh": "\u8fdb\u5165\u670d\u52a1\u5668\u7684\u5b57\u8282", - "ar": "\u0639\u062f\u062f \u0627\u0644\u0628\u0627\u064a\u062a\u0633 \u0627\u0644\u062f\u0627\u062e\u0644\u0629 \u0644\u0644\u0645\u0634\u063a\u0644", - "lv": "Servera las\u012btie baiti", - "id": "Jumlah Byte yang masuk ke server", - "sr": "Bajtova poslanih serveru", - "ro": "Octe\u021bi \u00eenspre server", - "ru": "\u0411\u0430\u0439\u0442 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440", - "cs": "P\u0159\u00edchoz\u00edch bajt\u016f na server", - "eu": "Byte-ak zerbitzarian", - "el": "Bytes \u03c0\u03bf\u03c5 \u03b1\u03bd\u03b1\u03b3\u03bd\u03ce\u03c3\u03c4\u03b7\u03ba\u03b1\u03bd" - }, - "bytes_written": { - "no": "Antall bytes skrevet av tjeneren", - "de": "Zum Server geschriebene Bytes", - "sl": "Bajtov zapisanih na stre\u017eniku", - "pt": "Bytes de sa\u00edda no servidor", - "sv": "Skirva bytes av servern", - "hr": "Bajtova zapisanih od strane poslu\u017eitelja", - "da": "Bytes skrevet af serveren", - "fr": "Octets \u00e9crits par le serveur", - "it": "Byte scritti dal server", - "es": "Bytes escritos por el servidor", - "nl": "Bytes geschreven door server", - "ja": "\u9001\u4fe1\u30c7\u30fc\u30bf\u91cf", - "lt": "\u012era\u0161yta bait\u0173 \u012f server\u012f", - "zh-tw": "\u5beb\u5165\u81f3\u4e3b\u6a5f\u7e3d\u4f4d\u5143\u7d44", - "nn": "Bytes skrivne p\u00e5 tenaren", - "et": "Serveri poolt kirjutatud baite", - "he": "\u05d1\u05d8\u05d9\u05dd \u05e9\u05e0\u05db\u05ea\u05d1\u05d5 \u05e2\"\u05d9 \u05d4\u05e9\u05e8\u05ea", - "zh": "\u670d\u52a1\u5668\u5199\u5165\u7684\u5b57\u8282", - "ar": "\u0639\u062f\u062f \u0627\u0644\u0628\u0627\u064a\u062a\u0633 \u0627\u0644\u0645\u0643\u062a\u0648\u0628\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0645\u0634\u063a\u0644", - "lv": "Servera rakst\u012btie baiti", - "id": "Jumlah Byte yang ditulis oleh server", - "sr": "Bajtova zapisanih od strane servera", - "ro": "Octe\u021bi scri\u0219i de server", - "ru": "\u0411\u0430\u0439\u0442 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c", - "cs": "Bajt\u016f zapsan\u00fdch serverem", - "eu": "Byte-ak zerbitzariak idatzita", - "el": "Bytes \u03c0\u03bf\u03c5 \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b1\u03bd" - }, - "limit_maxbytes": { - "no": "Total lagring tilgjengelig", - "de": "Insgesamt verf\u00fcgbarer Speicher", - "sl": "Razpolo\u017eljiv prostor skupno:", - "pt": "Total de espa\u00e7o dispon\u00edvel", - "sv": "Totalt lagringsutrymme", - "hr": "Ukupno raspolo\u017eivo memorijskog prostora", - "da": "Total plads udnyttet", - "fr": "Espace de stockage disponible", - "it": "Totale dello spazio disponibile", - "es": "Almacenamiento total aprovechado", - "nl": "Totaal opslag vrij", - "ja": "\u6700\u5927\u5bb9\u91cf", - "lt": "Viso atminties", - "zh-tw": "\u5132\u5b58\u7a7a\u9593\u7e3d\u5229\u7528\u6578", - "nn": "Totalt lager tilgjengeleg", - "et": "Saadaval ketast kokku", - "he": "\u05e1\u05da \u05d4\u05db\u05dc \u05d0\u05d7\u05e1\u05d5\u05df \u05d6\u05de\u05d9\u05df", - "zh": "\u5168\u90e8\u7684\u5b58\u50a8\u5229\u7528", - "ar": "\u0627\u0644\u0645\u0633\u0627\u062d\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629 \u0644\u0644\u062a\u062e\u0632\u064a\u0646", - "lv": "Pieejam\u0101 vieta kop\u0101", - "id": "Total media penyimpanan yang tersedia", - "sr": "Ukupno raspolo\u017eivo memorijskog prostora", - "ro": "Spa\u021biu de stocare disponibil", - "ru": "\u041e\u0431\u0449\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u043e\u0431\u044a\u0435\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445", - "cs": "Celkov\u00e9 dostupn\u00e9 \u00falo\u017ei\u0161t\u011b", - "eu": "Ustiatutako biltegiraketa guztira", - "el": "\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2 \u03c7\u03ce\u03c1\u03bf\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2" - }, - "link_memcacheMonitor": { - "es": "EstadĂsticas de memcache", - "no": "Memcache statistikker", - "nn": "Memcache statistikkar" - } -} diff --git a/modules/memcacheMonitor/hooks/hook_configpage.php b/modules/memcacheMonitor/hooks/hook_configpage.php deleted file mode 100644 index 497c84893..000000000 --- a/modules/memcacheMonitor/hooks/hook_configpage.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -/** - * Hook to add the memcacheMonitor module to the config page. - * - * @param \SimpleSAML\XHTML\Template &$template The template that we should alter in this hook. - * @return void - */ -function memcacheMonitor_hook_configpage(\SimpleSAML\XHTML\Template &$template) -{ - $template->data['links']['memcacheMonitor'] = [ - 'href' => SimpleSAML\Module::getModuleURL('memcacheMonitor/memcachestat.php'), - 'text' => \SimpleSAML\Locale\Translate::noop('Memcache statistics'), - ]; - $template->getLocalization()->addModuleDomain('memcacheMonitor'); -} diff --git a/modules/memcacheMonitor/hooks/hook_frontpage.php b/modules/memcacheMonitor/hooks/hook_frontpage.php deleted file mode 100644 index 9a1b4f07b..000000000 --- a/modules/memcacheMonitor/hooks/hook_frontpage.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -/** - * Hook to add the simple consenet admin module to the frontpage. - * - * @param array &$links The links on the frontpage, split into sections. - * @return void - */ -function memcacheMonitor_hook_frontpage(&$links) -{ - assert(is_array($links)); - assert(array_key_exists('links', $links)); - - $links['config'][] = [ - 'href' => SimpleSAML\Module::getModuleURL('memcacheMonitor/memcachestat.php'), - 'text' => '{memcacheMonitor:memcachestat:link_memcacheMonitor}', - ]; -} - diff --git a/modules/memcacheMonitor/hooks/hook_sanitycheck.php b/modules/memcacheMonitor/hooks/hook_sanitycheck.php deleted file mode 100644 index ce95aada1..000000000 --- a/modules/memcacheMonitor/hooks/hook_sanitycheck.php +++ /dev/null @@ -1,37 +0,0 @@ -<?php - -/** - * Sanity check for memcache servers. - * - * This function verifies that all memcache servers work. - * - * @param array &$hookinfo hookinfo - * @return void - */ -function memcacheMonitor_hook_sanitycheck(&$hookinfo) -{ - assert(is_array($hookinfo)); - assert(array_key_exists('errors', $hookinfo)); - assert(array_key_exists('info', $hookinfo)); - - try { - $servers = \SimpleSAML\Memcache::getRawStats(); - } catch (\Exception $e) { - $hookinfo['errors'][] = '[memcacheMonitor] Error parsing memcache configuration: '.$e->getMessage(); - return; - } - - $allOK = true; - foreach ($servers as $group) { - foreach ($group as $server => $status) { - if ($status === false) { - $hookinfo['errors'][] = '[memcacheMonitor] No response from server: '.$server; - $allOK = false; - } - } - } - - if ($allOK) { - $hookinfo['info'][] = '[memcacheMonitor] All servers responding.'; - } -} diff --git a/modules/memcacheMonitor/locales/ar/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/ar/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index c85cb5870..000000000 --- a/modules/memcacheMonitor/locales/ar/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ar\n" -"Language-Team: \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n>=3 " -"&& n<=10 ? 3 : n>=11 && n<=99 ? 4 : 5)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "العدد الŮŮ„ŮŠ للاتصالات" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "الاصدار" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "العدد الŮŮ„ŮŠ Ů„ŘŁŮامر GET الناجŘŘ©" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "عدد البنŮŘŻ الŘالية" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "الاستعداد " - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "المساŘŘ© الŮŮ„ŮŠŘ© المتŮŮرة للتخزين" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "الاتصالات المŮŘŞŮŘŘ© Řالياً" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "عدد Ř«Ůاني ال CPU (زمن النظام)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "عدد Ř«Ůاني ال CPU (زمن المستخدم)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "معر٠العملية" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "عدد ŘŁŮامر GET الŮŮ„ŮŠ" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "عدد البايتس الداخلة للمشغل" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "الŮŮ‚ŘŞ Řالياً" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "العدد الŮŮ„ŮŠ Ů„ŘŁŮامر GET الŮاشلة" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "عدد البايتس المŮŘŞŮبة بŮاسطة المشغل" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "الشŮŮ„ الترŮيبي للاتصالات" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "عدد ŘŁŮامر SET الŮŮ„ŮŠ" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "العدد الŮŮ„ŮŠ للبنŮŘŻ" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "ًعدد البايت المستخدمة Řاليا" - -msgid "Current time" -msgstr "الŮŮ‚ŘŞ Řالياً" - -msgid "Total items ever" -msgstr "العدد الŮŮ„ŮŠ للبنŮŘŻ" - -msgid "Bytes written by the server" -msgstr "عدد البايتس المŮŘŞŮبة بŮاسطة المشغل" - -msgid "Uptime" -msgstr "الاستعداد " - -msgid "Current open connections" -msgstr "الاتصالات المŮŘŞŮŘŘ© Řالياً" - -msgid "Total storage avail" -msgstr "المساŘŘ© الŮŮ„ŮŠŘ© المتŮŮرة للتخزين" - -msgid "Version" -msgstr "الاصدار" - -msgid "Total GET commands (failed)" -msgstr "العدد الŮŮ„ŮŠ Ů„ŘŁŮامر GET الŮاشلة" - -msgid "Total SET commands" -msgstr "عدد ŘŁŮامر SET الŮŮ„ŮŠ" - -msgid "Connection structures" -msgstr "الشŮŮ„ الترŮيبي للاتصالات" - -msgid "Total GET commands (success)" -msgstr "العدد الŮŮ„ŮŠ Ů„ŘŁŮامر GET الناجŘŘ©" - -msgid "Total bytes in use currently" -msgstr "ًعدد البايت المستخدمة Řاليا" - -msgid "Total GET commands" -msgstr "عدد ŘŁŮامر GET الŮŮ„ŮŠ" - -msgid "Bytes in to the server" -msgstr "عدد البايتس الداخلة للمشغل" - -msgid "Process ID" -msgstr "معر٠العملية" - -msgid "Currently number of items" -msgstr "عدد البنŮŘŻ الŘالية" - -msgid "CPU Seconds (User)" -msgstr "عدد Ř«Ůاني ال CPU (زمن المستخدم)" - -msgid "CPU Seconds (System)" -msgstr "عدد Ř«Ůاني ال CPU (زمن النظام)" - -msgid "Total connections" -msgstr "العدد الŮŮ„ŮŠ للاتصالات" - diff --git a/modules/memcacheMonitor/locales/cs/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/cs/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index e1ff8b713..000000000 --- a/modules/memcacheMonitor/locales/cs/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: cs\n" -"Language-Team: \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" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Celkem konexĂ" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Verze" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "CelkovĂ˝ poÄŤet GET pĹ™ĂkazĹŻ (ĂşspěšnĂ˝ch)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "AktuálnĂ mnoĹľstvĂ poloĹľek" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Uptime" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "CelkovĂ© dostupnĂ© ĂşloĹľištÄ›" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "AktuálnÄ› otevĹ™enĂ© konexe" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU sekundy (system)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU sekundy (uĹľivatel)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "ID procesu" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "CelkovĂ˝ poÄŤet GET pĹ™ĂkazĹŻ" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "PĹ™ĂchozĂch bajtĹŻ na server" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "AktuálnĂ ÄŤas" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "CelkovĂ˝ poÄŤet GET pĹ™ĂkazĹŻ (neĂşspěšnĂ˝ch)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "BajtĹŻ zapsanĂ˝ch serverem" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Struktury konexĂ" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "CelkovĂ˝ poÄŤet SET pĹ™ĂkazĹŻ" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "CelkovĂ˝ souÄŤet poloĹľek" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "VyuĹľĂváno celkem bajtĹŻ" - -msgid "Current time" -msgstr "AktuálnĂ ÄŤas" - -msgid "Total items ever" -msgstr "CelkovĂ˝ souÄŤet poloĹľek" - -msgid "Bytes written by the server" -msgstr "BajtĹŻ zapsanĂ˝ch serverem" - -msgid "Uptime" -msgstr "Uptime" - -msgid "Current open connections" -msgstr "AktuálnÄ› otevĹ™enĂ© konexe" - -msgid "Total storage avail" -msgstr "CelkovĂ© dostupnĂ© ĂşloĹľištÄ›" - -msgid "Version" -msgstr "Verze" - -msgid "Total GET commands (failed)" -msgstr "CelkovĂ˝ poÄŤet GET pĹ™ĂkazĹŻ (neĂşspěšnĂ˝ch)" - -msgid "Total SET commands" -msgstr "CelkovĂ˝ poÄŤet SET pĹ™ĂkazĹŻ" - -msgid "Connection structures" -msgstr "Struktury konexĂ" - -msgid "Total GET commands (success)" -msgstr "CelkovĂ˝ poÄŤet GET pĹ™ĂkazĹŻ (ĂşspěšnĂ˝ch)" - -msgid "Total bytes in use currently" -msgstr "VyuĹľĂváno celkem bajtĹŻ" - -msgid "Total GET commands" -msgstr "CelkovĂ˝ poÄŤet GET pĹ™ĂkazĹŻ" - -msgid "Bytes in to the server" -msgstr "PĹ™ĂchozĂch bajtĹŻ na server" - -msgid "Process ID" -msgstr "ID procesu" - -msgid "Currently number of items" -msgstr "AktuálnĂ mnoĹľstvĂ poloĹľek" - -msgid "CPU Seconds (User)" -msgstr "CPU sekundy (uĹľivatel)" - -msgid "CPU Seconds (System)" -msgstr "CPU sekundy (system)" - -msgid "Total connections" -msgstr "Celkem konexĂ" - diff --git a/modules/memcacheMonitor/locales/da/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/da/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 954a18852..000000000 --- a/modules/memcacheMonitor/locales/da/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: da\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Total antal forbindelser" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Version" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Total antal GET kommandoer (success)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Aktuelt antal enheder" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Oppetid" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Total plads udnyttet" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Nuværende ĂĄbne forbindelser" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU sekunder (System)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU sekunder (Bruger)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Proces ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Total antal GET kommandoer" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bytes in i serveren" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Aktuel tid" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Total antal GET kommandoer (fejl)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bytes skrevet af serveren" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Forbindelses strukturer" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Total antal SET kommandoer" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Total antal enheder" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Total antal bytes brugt aktuelt" - -msgid "Current time" -msgstr "Aktuel tid" - -msgid "Total items ever" -msgstr "Total antal enheder" - -msgid "Bytes written by the server" -msgstr "Bytes skrevet af serveren" - -msgid "Uptime" -msgstr "Oppetid" - -msgid "Current open connections" -msgstr "Nuværende ĂĄbne forbindelser" - -msgid "Total storage avail" -msgstr "Total plads udnyttet" - -msgid "Version" -msgstr "Version" - -msgid "Total GET commands (failed)" -msgstr "Total antal GET kommandoer (fejl)" - -msgid "Total SET commands" -msgstr "Total antal SET kommandoer" - -msgid "Connection structures" -msgstr "Forbindelses strukturer" - -msgid "Total GET commands (success)" -msgstr "Total antal GET kommandoer (success)" - -msgid "Total bytes in use currently" -msgstr "Total antal bytes brugt aktuelt" - -msgid "Total GET commands" -msgstr "Total antal GET kommandoer" - -msgid "Bytes in to the server" -msgstr "Bytes in i serveren" - -msgid "Process ID" -msgstr "Proces ID" - -msgid "Currently number of items" -msgstr "Aktuelt antal enheder" - -msgid "CPU Seconds (User)" -msgstr "CPU sekunder (Bruger)" - -msgid "CPU Seconds (System)" -msgstr "CPU sekunder (System)" - -msgid "Total connections" -msgstr "Total antal forbindelser" - diff --git a/modules/memcacheMonitor/locales/de/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/de/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index bdd90da27..000000000 --- a/modules/memcacheMonitor/locales/de/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: de\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Verbindungen insgesamt" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Version" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "GET Befehle insgesamt (erfolgreich)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Derzeitige Anzahl von Elementen" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "VerfĂĽgbarkeit" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Insgesamt verfĂĽgbarer Speicher" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Derzeitige offene Verbindungen" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU-Sekunden (System)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU-Sekunden (Benutzer" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Prozess-ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "GET Befehle insgesamt" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Am Server eingetroffene Bytes" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Jetziger Zeitpunkt" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "GET Befehle insgesamt (fehlgeschlagen)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Zum Server geschriebene Bytes" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Verbindungsstrukturen" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "SET Befehle insgesamt" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Elemente zu allen Zeiten insgesamt" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Insgesamt derzeit verwendete Bytes" - -msgid "Current time" -msgstr "Jetziger Zeitpunkt" - -msgid "Total items ever" -msgstr "Elemente zu allen Zeiten insgesamt" - -msgid "Bytes written by the server" -msgstr "Zum Server geschriebene Bytes" - -msgid "Uptime" -msgstr "VerfĂĽgbarkeit" - -msgid "Current open connections" -msgstr "Derzeitige offene Verbindungen" - -msgid "Total storage avail" -msgstr "Insgesamt verfĂĽgbarer Speicher" - -msgid "Version" -msgstr "Version" - -msgid "Total GET commands (failed)" -msgstr "GET Befehle insgesamt (fehlgeschlagen)" - -msgid "Total SET commands" -msgstr "SET Befehle insgesamt" - -msgid "Connection structures" -msgstr "Verbindungsstrukturen" - -msgid "Total GET commands (success)" -msgstr "GET Befehle insgesamt (erfolgreich)" - -msgid "Total bytes in use currently" -msgstr "Insgesamt derzeit verwendete Bytes" - -msgid "Total GET commands" -msgstr "GET Befehle insgesamt" - -msgid "Bytes in to the server" -msgstr "Am Server eingetroffene Bytes" - -msgid "Process ID" -msgstr "Prozess-ID" - -msgid "Currently number of items" -msgstr "Derzeitige Anzahl von Elementen" - -msgid "CPU Seconds (User)" -msgstr "CPU-Sekunden (Benutzer" - -msgid "CPU Seconds (System)" -msgstr "CPU-Sekunden (System)" - -msgid "Total connections" -msgstr "Verbindungen insgesamt" - diff --git a/modules/memcacheMonitor/locales/el/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/el/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 1d585122e..000000000 --- a/modules/memcacheMonitor/locales/el/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: el\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Σύνολο ĎυνδÎĎεων" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "ÎκδοĎη" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Σύνολο εντολών GET (επιτυχία)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "ΤĎÎχων αĎιθμός αντικειμÎνων" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "ΧĎόνος λειτουĎγίας (uptime)" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "ΔιαθÎĎιμος χώĎος αποθήκευĎης" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "ΑνοικτÎĎ‚ ĎυνδÎĎεις" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "ΧĎόνος CPU (ÎŁĎ…Ďτήματος)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "ΧĎόνος CPU (ΧĎήĎτη)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "ΑναγνωĎÎąĎτικό διεĎγαĎίας (PID)" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Σύνολο εντολών GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bytes που αναγνώĎτηκαν" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "ΤĎÎχουĎα ĎŽĎα" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Σύνολο εντολών GET (αποτυχία)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bytes που εγγĎάφηκαν" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "ΔομÎĎ‚ ĎύνδεĎης" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Σύνολο εντολών SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Συνολικός αĎιθμός αντικειμÎνων" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Bytes Ďε χĎήĎη" - -msgid "Current time" -msgstr "ΤĎÎχουĎα ĎŽĎα" - -msgid "Total items ever" -msgstr "Συνολικός αĎιθμός αντικειμÎνων" - -msgid "Bytes written by the server" -msgstr "Bytes που εγγĎάφηκαν" - -msgid "Uptime" -msgstr "ΧĎόνος λειτουĎγίας (uptime)" - -msgid "Current open connections" -msgstr "ΑνοικτÎĎ‚ ĎυνδÎĎεις" - -msgid "Total storage avail" -msgstr "ΔιαθÎĎιμος χώĎος αποθήκευĎης" - -msgid "Version" -msgstr "ÎκδοĎη" - -msgid "Total GET commands (failed)" -msgstr "Σύνολο εντολών GET (αποτυχία)" - -msgid "Total SET commands" -msgstr "Σύνολο εντολών SET" - -msgid "Connection structures" -msgstr "ΔομÎĎ‚ ĎύνδεĎης" - -msgid "Total GET commands (success)" -msgstr "Σύνολο εντολών GET (επιτυχία)" - -msgid "Total bytes in use currently" -msgstr "Bytes Ďε χĎήĎη" - -msgid "Total GET commands" -msgstr "Σύνολο εντολών GET" - -msgid "Bytes in to the server" -msgstr "Bytes που αναγνώĎτηκαν" - -msgid "Process ID" -msgstr "ΑναγνωĎÎąĎτικό διεĎγαĎίας (PID)" - -msgid "Currently number of items" -msgstr "ΤĎÎχων αĎιθμός αντικειμÎνων" - -msgid "CPU Seconds (User)" -msgstr "ΧĎόνος CPU (ΧĎήĎτη)" - -msgid "CPU Seconds (System)" -msgstr "ΧĎόνος CPU (ÎŁĎ…Ďτήματος)" - -msgid "Total connections" -msgstr "Σύνολο ĎυνδÎĎεων" - diff --git a/modules/memcacheMonitor/locales/en/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/en/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 0c5bd95e4..000000000 --- a/modules/memcacheMonitor/locales/en/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,271 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: en\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:libevent}" -msgstr "Libevent version" - -msgid "{memcacheMonitor:memcachestat:reserved_fds}" -msgstr "Number of misc fds used internally" - -msgid "{memcacheMonitor:memcachestat:cmd_touch}" -msgstr "Cumulative number of touch reqs" - -msgid "{memcacheMonitor:memcachestat:touch_hits}" -msgstr "Number of keys that have been touched with a new expiration time" - -msgid "{memcacheMonitor:memcachestat:touch_misses}" -msgstr "Number of items that have been touched and not found" - -msgid "{memcacheMonitor:memcachestat:hash_power_level}" -msgstr "Current size multiplier for hash table" - -msgid "{memcacheMonitor:memcachestat:hash_bytes}" -msgstr "Bytes currently used by hash tables" - -msgid "{memcacheMonitor:memcachestat:hash_is_expanding}" -msgstr "Indicates if the hash table is being grown to a new size" - -msgid "{memcacheMonitor:memcachestat:expired_unfetched}" -msgstr "Items pulled from LRU that were never touched before expiring" - -msgid "{memcacheMonitor:memcachestat:evicted_unfetched}" -msgstr "Items pulled from LRU that were never touched" - -msgid "{memcacheMonitor:memcachestat:reclaimed}" -msgstr "Number of times an entry was stored using memory from an expired entry" - -msgid "{memcacheMonitor:memcachestat:delete_misses}" -msgstr "Total DELETE commands (failed)" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Total connections" - -msgid "{memcacheMonitor:memcachestat:evictions}" -msgstr "Number of objects removed from cache (memory limit)" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Version" - -msgid "{memcacheMonitor:memcachestat:incr_hits}" -msgstr "Total INCR commands (success)" - -msgid "{memcacheMonitor:memcachestat:cas_badval}" -msgstr "Total bad CAS identifiers" - -msgid "{memcacheMonitor:memcachestat:incr_misses}" -msgstr "Total INCR commands (failed)" - -msgid "{memcacheMonitor:memcachestat:pointer_size}" -msgstr "Pointer size (bits)" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Total GET commands (success)" - -msgid "{memcacheMonitor:memcachestat:auth_cmds}" -msgstr "Total authentication commands processed" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Currently number of items" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Uptime" - -msgid "{memcacheMonitor:memcachestat:conn_yields}" -msgstr "Number of times the request limit was reached" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Total storage avail" - -msgid "{memcacheMonitor:memcachestat:threads}" -msgstr "Number of available threads" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Current open connections" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU Seconds (System)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU Seconds (User)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Process ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Total GET commands" - -msgid "{memcacheMonitor:memcachestat:auth_errors}" -msgstr "Total authentication commands failed" - -msgid "{memcacheMonitor:memcachestat:listen_disabled_num}" -msgstr "Total number of denied connections (connection limit)" - -msgid "{memcacheMonitor:memcachestat:accepting_conns}" -msgstr "Currently accepting new connections" - -msgid "{memcacheMonitor:memcachestat:decr_hits}" -msgstr "Total DECR commands (success)" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bytes in to the server" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Current time" - -msgid "{memcacheMonitor:memcachestat:cas_misses}" -msgstr "Total CAS commands (failed)" - -msgid "{memcacheMonitor:memcachestat:decr_misses}" -msgstr "Total DECR commands (failed)" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Total GET commands (failed)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bytes written by the server" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Connection structures" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Total SET commands" - -msgid "{memcacheMonitor:memcachestat:cas_hits}" -msgstr "Total CAS commands (success)" - -msgid "{memcacheMonitor:memcachestat:delete_hits}" -msgstr "Total DELETE commands (success)" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Total items ever" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Total bytes in use currently" - -msgid "Current time" -msgstr "Current time" - -msgid "Total items ever" -msgstr "Total items ever" - -msgid "Total number of denied connections (connection limit)" -msgstr "Total number of denied connections (connection limit)" - -msgid "Bytes written by the server" -msgstr "Bytes written by the server" - -msgid "Number of times the request limit was reached" -msgstr "Number of times the request limit was reached" - -msgid "Number of objects removed from cache (memory limit)" -msgstr "Number of objects removed from cache (memory limit)" - -msgid "Total authentication commands failed" -msgstr "Total authentication commands failed" - -msgid "Total INCR commands (success)" -msgstr "Total INCR commands (success)" - -msgid "Uptime" -msgstr "Uptime" - -msgid "Current open connections" -msgstr "Current open connections" - -msgid "Total storage avail" -msgstr "Total storage avail" - -msgid "Version" -msgstr "Version" - -msgid "Number of available threads" -msgstr "Number of available threads" - -msgid "Total authentication commands processed" -msgstr "Total authentication commands processed" - -msgid "Total GET commands (failed)" -msgstr "Total GET commands (failed)" - -msgid "Total DELETE commands (success)" -msgstr "Total DELETE commands (success)" - -msgid "Total SET commands" -msgstr "Total SET commands" - -msgid "Connection structures" -msgstr "Connection structures" - -msgid "Total GET commands (success)" -msgstr "Total GET commands (success)" - -msgid "Total bytes in use currently" -msgstr "Total bytes in use currently" - -msgid "Pointer size (bits)" -msgstr "Pointer size (bits)" - -msgid "Total bad CAS identifiers" -msgstr "Total bad CAS identifiers" - -msgid "Total GET commands" -msgstr "Total GET commands" - -msgid "Bytes in to the server" -msgstr "Bytes in to the server" - -msgid "Total INCR commands (failed)" -msgstr "Total INCR commands (failed)" - -msgid "Total DELETE commands (failed)" -msgstr "Total DELETE commands (failed)" - -msgid "Total CAS commands (failed)" -msgstr "Total CAS commands (failed)" - -msgid "Total DECR commands (failed)" -msgstr "Total DECR commands (failed)" - -msgid "Currently accepting new connections" -msgstr "Currently accepting new connections" - -msgid "Total DECR commands (success)" -msgstr "Total DECR commands (success)" - -msgid "Process ID" -msgstr "Process ID" - -msgid "Currently number of items" -msgstr "Currently number of items" - -msgid "CPU Seconds (User)" -msgstr "CPU Seconds (User)" - -msgid "Total CAS commands (success)" -msgstr "Total CAS commands (success)" - -msgid "CPU Seconds (System)" -msgstr "CPU Seconds (System)" - -msgid "Total connections" -msgstr "Total connections" - -msgid "{memcacheMonitor:memcachestat:link_memcacheMonitor}" -msgstr "Memcache statistics" - -msgid "Memcache statistics" -msgstr "Memcache statistics" diff --git a/modules/memcacheMonitor/locales/es/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/es/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 0912705f3..000000000 --- a/modules/memcacheMonitor/locales/es/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,136 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: es\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Total de conexiones" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "VersiĂłn" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Total de comandos GET (exitosos)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "NĂşmero actual de Ătems" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Tiempo transcurrido" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Almacenamiento total aprovechado" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Conexiones abiertas actualmente" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "Segundos de CPU (Sistema)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "Segundos de CPU (Usuario)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Id de Proceso" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Total de comandos GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bytes en el servidor" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Tiempo actual" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Total de comandos GET (fallidos)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bytes escritos por el servidor" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Estructuras de conexiĂłn" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Total de comandos SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "NĂşmero total de Ătems" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Cantidad total de bytes en uso actualmente" - -msgid "Current time" -msgstr "Tiempo actual" - -msgid "Total items ever" -msgstr "NĂşmero total de Ătems" - -msgid "Bytes written by the server" -msgstr "Bytes escritos por el servidor" - -msgid "Uptime" -msgstr "Tiempo transcurrido" - -msgid "Current open connections" -msgstr "Conexiones abiertas actualmente" - -msgid "Total storage avail" -msgstr "Almacenamiento total aprovechado" - -msgid "Version" -msgstr "VersiĂłn" - -msgid "Total GET commands (failed)" -msgstr "Total de comandos GET (fallidos)" - -msgid "Total SET commands" -msgstr "Total de comandos SET" - -msgid "Connection structures" -msgstr "Estructuras de conexiĂłn" - -msgid "Total GET commands (success)" -msgstr "Total de comandos GET (exitosos)" - -msgid "Total bytes in use currently" -msgstr "Cantidad total de bytes en uso actualmente" - -msgid "Total GET commands" -msgstr "Total de comandos GET" - -msgid "Bytes in to the server" -msgstr "Bytes en el servidor" - -msgid "Process ID" -msgstr "Id de Proceso" - -msgid "Currently number of items" -msgstr "NĂşmero actual de Ătems" - -msgid "CPU Seconds (User)" -msgstr "Segundos de CPU (Usuario)" - -msgid "CPU Seconds (System)" -msgstr "Segundos de CPU (Sistema)" - -msgid "Total connections" -msgstr "Total de conexiones" - -msgid "{memcacheMonitor:memcachestat:link_memcacheMonitor}" -msgstr "EstadĂsticas de memcache" - -msgid "Memcache statistics" -msgstr "EstadĂsticas de memcache" diff --git a/modules/memcacheMonitor/locales/et/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/et/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 2535e162e..000000000 --- a/modules/memcacheMonitor/locales/et/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: et\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Ăśhendusi kokku" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versioon" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Ă•nnestunud GET-käske kokku" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Elementide arv praegu" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Uptime" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Saadaval ketast kokku" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Hetkel avatud ĂĽhendusi" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU sekundid (sĂĽsteem)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU sekundid (kasutaja)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Protsessi ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "GET-käske kokku" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Baite serverisse" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Aeg praegu" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Ebaõnnestunud GET-käske kokku" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Serveri poolt kirjutatud baite" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Ăśhenduste struktuurid" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "SET-käske kokku" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Elementide arv kokku" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Kokku baite praegu kasutusel" - -msgid "Current time" -msgstr "Aeg praegu" - -msgid "Total items ever" -msgstr "Elementide arv kokku" - -msgid "Bytes written by the server" -msgstr "Serveri poolt kirjutatud baite" - -msgid "Uptime" -msgstr "Uptime" - -msgid "Current open connections" -msgstr "Hetkel avatud ĂĽhendusi" - -msgid "Total storage avail" -msgstr "Saadaval ketast kokku" - -msgid "Version" -msgstr "Versioon" - -msgid "Total GET commands (failed)" -msgstr "Ebaõnnestunud GET-käske kokku" - -msgid "Total SET commands" -msgstr "SET-käske kokku" - -msgid "Connection structures" -msgstr "Ăśhenduste struktuurid" - -msgid "Total GET commands (success)" -msgstr "Ă•nnestunud GET-käske kokku" - -msgid "Total bytes in use currently" -msgstr "Kokku baite praegu kasutusel" - -msgid "Total GET commands" -msgstr "GET-käske kokku" - -msgid "Bytes in to the server" -msgstr "Baite serverisse" - -msgid "Process ID" -msgstr "Protsessi ID" - -msgid "Currently number of items" -msgstr "Elementide arv praegu" - -msgid "CPU Seconds (User)" -msgstr "CPU sekundid (kasutaja)" - -msgid "CPU Seconds (System)" -msgstr "CPU sekundid (sĂĽsteem)" - -msgid "Total connections" -msgstr "Ăśhendusi kokku" - diff --git a/modules/memcacheMonitor/locales/eu/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/eu/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index a456af48c..000000000 --- a/modules/memcacheMonitor/locales/eu/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: eu\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Konexioak guztira" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Bertsioa" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "GET komandoak guztira (arrakastatsuak)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Uneko elementu kopurua" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Jardun-denbora" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Ustiatutako biltegiraketa guztira" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Egun irekita dauden konexioak" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "PUZ segunduak (Sistema)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "PUZ segunduak (Erabiltzailea)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Id prozesua" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "GET komandoak guztira" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Byte-ak zerbitzarian" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Uneko ordua" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "GET komandoak guztira (huts egiteak)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Byte-ak zerbitzariak idatzita" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Konexio egiturak" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "SET komandoak guztira" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Elementuen guztizko kopurua" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Une honetan erabiltzen ari diren byten guztizko kopurua" - -msgid "Current time" -msgstr "Uneko ordua" - -msgid "Total items ever" -msgstr "Elementuen guztizko kopurua" - -msgid "Bytes written by the server" -msgstr "Byte-ak zerbitzariak idatzita" - -msgid "Uptime" -msgstr "Jardun-denbora" - -msgid "Current open connections" -msgstr "Egun irekita dauden konexioak" - -msgid "Total storage avail" -msgstr "Ustiatutako biltegiraketa guztira" - -msgid "Version" -msgstr "Bertsioa" - -msgid "Total GET commands (failed)" -msgstr "GET komandoak guztira (huts egiteak)" - -msgid "Total SET commands" -msgstr "SET komandoak guztira" - -msgid "Connection structures" -msgstr "Konexio egiturak" - -msgid "Total GET commands (success)" -msgstr "GET komandoak guztira (arrakastatsuak)" - -msgid "Total bytes in use currently" -msgstr "Une honetan erabiltzen ari diren byten guztizko kopurua" - -msgid "Total GET commands" -msgstr "GET komandoak guztira" - -msgid "Bytes in to the server" -msgstr "Byte-ak zerbitzarian" - -msgid "Process ID" -msgstr "Id prozesua" - -msgid "Currently number of items" -msgstr "Uneko elementu kopurua" - -msgid "CPU Seconds (User)" -msgstr "PUZ segunduak (Erabiltzailea)" - -msgid "CPU Seconds (System)" -msgstr "PUZ segunduak (Sistema)" - -msgid "Total connections" -msgstr "Konexioak guztira" - diff --git a/modules/memcacheMonitor/locales/fr/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/fr/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 745721943..000000000 --- a/modules/memcacheMonitor/locales/fr/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: fr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Connexions totales" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Version" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Commandes GET valides" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "ÉlĂ©ments utilisĂ©s actuellement" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Temps de fonctionnement" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Espace de stockage disponible" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Connexions ouvertes" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "Temps de calcul (mode système)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "Temps de calcul (mode utilisateur)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Identifiant de processus (PID)" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Commandes GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Octets sur le serveur" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Date courante" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Commandes GET invalides" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Octets Ă©crits par le serveur" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Structures de connexion" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Commandes SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Total d'Ă©lĂ©ments depuis le dĂ©marrage" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Octets utilisĂ©s actuellement" - -msgid "Current time" -msgstr "Date courante" - -msgid "Total items ever" -msgstr "Total d'Ă©lĂ©ments depuis le dĂ©marrage" - -msgid "Bytes written by the server" -msgstr "Octets Ă©crits par le serveur" - -msgid "Uptime" -msgstr "Temps de fonctionnement" - -msgid "Current open connections" -msgstr "Connexions ouvertes" - -msgid "Total storage avail" -msgstr "Espace de stockage disponible" - -msgid "Version" -msgstr "Version" - -msgid "Total GET commands (failed)" -msgstr "Commandes GET invalides" - -msgid "Total SET commands" -msgstr "Commandes SET" - -msgid "Connection structures" -msgstr "Structures de connexion" - -msgid "Total GET commands (success)" -msgstr "Commandes GET valides" - -msgid "Total bytes in use currently" -msgstr "Octets utilisĂ©s actuellement" - -msgid "Total GET commands" -msgstr "Commandes GET" - -msgid "Bytes in to the server" -msgstr "Octets sur le serveur" - -msgid "Process ID" -msgstr "Identifiant de processus (PID)" - -msgid "Currently number of items" -msgstr "ÉlĂ©ments utilisĂ©s actuellement" - -msgid "CPU Seconds (User)" -msgstr "Temps de calcul (mode utilisateur)" - -msgid "CPU Seconds (System)" -msgstr "Temps de calcul (mode système)" - -msgid "Total connections" -msgstr "Connexions totales" - diff --git a/modules/memcacheMonitor/locales/he/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/he/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 50cafae9b..000000000 --- a/modules/memcacheMonitor/locales/he/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: he\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "סך-כל החיבורים" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "גירסה" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "סה\"×› פקודות GET מוצלחות" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "מספר הפרי×ים ×”× ×•×›×—×™" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "זמן למעלה" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "סך הכל ×חסון זמין" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "חיבורים שעכשיו פתוחים" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "×©× ×™×•×Ş מעבד (מערכת)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "×©× ×™×•×Ş מעבד (משתמש)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "מזהה תהליך" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "סה\"×› פקודות GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "ב×ים ×©× ×™×›× ×ˇ×• לשרת" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "זמן × ×•×›×—×™" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "סה\"×› פקודות GET ×©× ×›×©×ś×•" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "ב×ים ×©× ×›×Ş×‘×• ע\"×™ השרת" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "×ž×‘× ×™ חיבורים" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "סה\"×› פקודות SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "מספר כל הפרי×ים" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "סך כל הב×ים שכרגע בשימוש" - -msgid "Current time" -msgstr "זמן × ×•×›×—×™" - -msgid "Total items ever" -msgstr "מספר כל הפרי×ים" - -msgid "Bytes written by the server" -msgstr "ב×ים ×©× ×›×Ş×‘×• ע\"×™ השרת" - -msgid "Uptime" -msgstr "זמן למעלה" - -msgid "Current open connections" -msgstr "חיבורים שעכשיו פתוחים" - -msgid "Total storage avail" -msgstr "סך הכל ×חסון זמין" - -msgid "Version" -msgstr "גירסה" - -msgid "Total GET commands (failed)" -msgstr "סה\"×› פקודות GET ×©× ×›×©×ś×•" - -msgid "Total SET commands" -msgstr "סה\"×› פקודות SET" - -msgid "Connection structures" -msgstr "×ž×‘× ×™ חיבורים" - -msgid "Total GET commands (success)" -msgstr "סה\"×› פקודות GET מוצלחות" - -msgid "Total bytes in use currently" -msgstr "סך כל הב×ים שכרגע בשימוש" - -msgid "Total GET commands" -msgstr "סה\"×› פקודות GET" - -msgid "Bytes in to the server" -msgstr "ב×ים ×©× ×™×›× ×ˇ×• לשרת" - -msgid "Process ID" -msgstr "מזהה תהליך" - -msgid "Currently number of items" -msgstr "מספר הפרי×ים ×”× ×•×›×—×™" - -msgid "CPU Seconds (User)" -msgstr "×©× ×™×•×Ş מעבד (משתמש)" - -msgid "CPU Seconds (System)" -msgstr "×©× ×™×•×Ş מעבד (מערכת)" - -msgid "Total connections" -msgstr "סך-כל החיבורים" - diff --git a/modules/memcacheMonitor/locales/hr/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/hr/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 758a3cbca..000000000 --- a/modules/memcacheMonitor/locales/hr/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: hr\n" -"Language-Team: \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" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Ukupno konekcija" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Verzija" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Ukupno GET naredbi (uspješno izvršenih)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Trenutni broj elemenata" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Ukupno vrijeme rada" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Ukupno raspoloĹľivo memorijskog prostora" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Trenutno otvorene konekcije" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU sekundi (sustav)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU sekundi (korisnik)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Identifikator procesa" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Ukupno GET naredbi" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bajtova poslanih posluĹľitelju" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Trenutno vrijeme" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Ukupno GET naredbi (neuspješnih)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bajtova zapisanih od strane posluĹľitelja" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Struktura konekcija" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Ukupno SET naredbi" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Ukupno elemenata od poÄŤetka" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Trenutno ukupno korišteno bajtova" - -msgid "Current time" -msgstr "Trenutno vrijeme" - -msgid "Total items ever" -msgstr "Ukupno elemenata od poÄŤetka" - -msgid "Bytes written by the server" -msgstr "Bajtova zapisanih od strane posluĹľitelja" - -msgid "Uptime" -msgstr "Ukupno vrijeme rada" - -msgid "Current open connections" -msgstr "Trenutno otvorene konekcije" - -msgid "Total storage avail" -msgstr "Ukupno raspoloĹľivo memorijskog prostora" - -msgid "Version" -msgstr "Verzija" - -msgid "Total GET commands (failed)" -msgstr "Ukupno GET naredbi (neuspješnih)" - -msgid "Total SET commands" -msgstr "Ukupno SET naredbi" - -msgid "Connection structures" -msgstr "Struktura konekcija" - -msgid "Total GET commands (success)" -msgstr "Ukupno GET naredbi (uspješno izvršenih)" - -msgid "Total bytes in use currently" -msgstr "Trenutno ukupno korišteno bajtova" - -msgid "Total GET commands" -msgstr "Ukupno GET naredbi" - -msgid "Bytes in to the server" -msgstr "Bajtova poslanih posluĹľitelju" - -msgid "Process ID" -msgstr "Identifikator procesa" - -msgid "Currently number of items" -msgstr "Trenutni broj elemenata" - -msgid "CPU Seconds (User)" -msgstr "CPU sekundi (korisnik)" - -msgid "CPU Seconds (System)" -msgstr "CPU sekundi (sustav)" - -msgid "Total connections" -msgstr "Ukupno konekcija" - diff --git a/modules/memcacheMonitor/locales/id/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/id/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index ce83b5790..000000000 --- a/modules/memcacheMonitor/locales/id/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: id\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Total koneksi" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versi" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Total perintah GET (berhasil)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Jumlah item saat ini" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Uptime" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Total media penyimpanan yang tersedia" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Koneksi yang sekarang sedang terbuka" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU Detik (Sistem)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU Detik (User)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Process ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Total perintah GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Jumlah Byte yang masuk ke server" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Waktu saat ini" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Total perintah GET (gagal)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Jumlah Byte yang ditulis oleh server" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Struktur koneksi" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Total perintah SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Total item yang pernah dicapai" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Total byte yang sekarang digunakan" - -msgid "Current time" -msgstr "Waktu saat ini" - -msgid "Total items ever" -msgstr "Total item yang pernah dicapai" - -msgid "Bytes written by the server" -msgstr "Jumlah Byte yang ditulis oleh server" - -msgid "Uptime" -msgstr "Uptime" - -msgid "Current open connections" -msgstr "Koneksi yang sekarang sedang terbuka" - -msgid "Total storage avail" -msgstr "Total media penyimpanan yang tersedia" - -msgid "Version" -msgstr "Versi" - -msgid "Total GET commands (failed)" -msgstr "Total perintah GET (gagal)" - -msgid "Total SET commands" -msgstr "Total perintah SET" - -msgid "Connection structures" -msgstr "Struktur koneksi" - -msgid "Total GET commands (success)" -msgstr "Total perintah GET (berhasil)" - -msgid "Total bytes in use currently" -msgstr "Total byte yang sekarang digunakan" - -msgid "Total GET commands" -msgstr "Total perintah GET" - -msgid "Bytes in to the server" -msgstr "Jumlah Byte yang masuk ke server" - -msgid "Process ID" -msgstr "Process ID" - -msgid "Currently number of items" -msgstr "Jumlah item saat ini" - -msgid "CPU Seconds (User)" -msgstr "CPU Detik (User)" - -msgid "CPU Seconds (System)" -msgstr "CPU Detik (Sistem)" - -msgid "Total connections" -msgstr "Total koneksi" - diff --git a/modules/memcacheMonitor/locales/it/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/it/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index a8f53835d..000000000 --- a/modules/memcacheMonitor/locales/it/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: it\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Connessioni totali" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versione" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Totale dei comandi GET (con successo)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Attuale numero di elementi" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Uptime" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Totale dello spazio disponibile" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Numero di connessioni aperte" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "Secondi di CPU (System)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "Secondi di CPU (User)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "ID del Processo" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Totale dei comandi GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Byte nel server" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Ora corrente" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Totale dei comandi GET (falliti)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Byte scritti dal server" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Strutture di connessione" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Totale dei comandi SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Numero totale di elementi" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Byte attualmente utilizzati" - -msgid "Current time" -msgstr "Ora corrente" - -msgid "Total items ever" -msgstr "Numero totale di elementi" - -msgid "Bytes written by the server" -msgstr "Byte scritti dal server" - -msgid "Uptime" -msgstr "Uptime" - -msgid "Current open connections" -msgstr "Numero di connessioni aperte" - -msgid "Total storage avail" -msgstr "Totale dello spazio disponibile" - -msgid "Version" -msgstr "Versione" - -msgid "Total GET commands (failed)" -msgstr "Totale dei comandi GET (falliti)" - -msgid "Total SET commands" -msgstr "Totale dei comandi SET" - -msgid "Connection structures" -msgstr "Strutture di connessione" - -msgid "Total GET commands (success)" -msgstr "Totale dei comandi GET (con successo)" - -msgid "Total bytes in use currently" -msgstr "Byte attualmente utilizzati" - -msgid "Total GET commands" -msgstr "Totale dei comandi GET" - -msgid "Bytes in to the server" -msgstr "Byte nel server" - -msgid "Process ID" -msgstr "ID del Processo" - -msgid "Currently number of items" -msgstr "Attuale numero di elementi" - -msgid "CPU Seconds (User)" -msgstr "Secondi di CPU (User)" - -msgid "CPU Seconds (System)" -msgstr "Secondi di CPU (System)" - -msgid "Total connections" -msgstr "Connessioni totali" - diff --git a/modules/memcacheMonitor/locales/ja/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/ja/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index df093c19b..000000000 --- a/modules/memcacheMonitor/locales/ja/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ja\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "ç´Żč¨ă‚łăŤă‚Żă‚·ă§ăłć•°" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "ăăĽă‚¸ă§ăł" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "GETă‚łăžăłă‰ć功回数" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "現在アイă†ă ć•°" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "起動時間" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "最大容量" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "現在ă®ă‚łăŤă‚Żă‚·ă§ăłć•°" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU時間(System)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU時間(User)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "pid" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "GETă‚łăžăłă‰ĺ®źčˇŚĺ›žć•°" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "受信ă‡ăĽă‚żé‡Ź" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "現在時ĺ»" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "GETă‚łăžăłă‰ĺ¤±ć•—回数" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "é€äżˇă‡ăĽă‚żé‡Ź" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "ă‚łăŤă‚Żă‚·ă§ăłć§‹é€ 体数" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "SETă‚łăžăłă‰ĺ®źčˇŚĺ›žć•°" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "ç´Żč¨ă‚˘ă‚¤ă†ă ć•°" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "使用ăˇă˘ăŞ" - -msgid "Current time" -msgstr "現在時ĺ»" - -msgid "Total items ever" -msgstr "ç´Żč¨ă‚˘ă‚¤ă†ă ć•°" - -msgid "Bytes written by the server" -msgstr "é€äżˇă‡ăĽă‚żé‡Ź" - -msgid "Uptime" -msgstr "起動時間" - -msgid "Current open connections" -msgstr "現在ă®ă‚łăŤă‚Żă‚·ă§ăłć•°" - -msgid "Total storage avail" -msgstr "最大容量" - -msgid "Version" -msgstr "ăăĽă‚¸ă§ăł" - -msgid "Total GET commands (failed)" -msgstr "GETă‚łăžăłă‰ĺ¤±ć•—回数" - -msgid "Total SET commands" -msgstr "SETă‚łăžăłă‰ĺ®źčˇŚĺ›žć•°" - -msgid "Connection structures" -msgstr "ă‚łăŤă‚Żă‚·ă§ăłć§‹é€ 体数" - -msgid "Total GET commands (success)" -msgstr "GETă‚łăžăłă‰ć功回数" - -msgid "Total bytes in use currently" -msgstr "使用ăˇă˘ăŞ" - -msgid "Total GET commands" -msgstr "GETă‚łăžăłă‰ĺ®źčˇŚĺ›žć•°" - -msgid "Bytes in to the server" -msgstr "受信ă‡ăĽă‚żé‡Ź" - -msgid "Process ID" -msgstr "pid" - -msgid "Currently number of items" -msgstr "現在アイă†ă ć•°" - -msgid "CPU Seconds (User)" -msgstr "CPU時間(User)" - -msgid "CPU Seconds (System)" -msgstr "CPU時間(System)" - -msgid "Total connections" -msgstr "ç´Żč¨ă‚łăŤă‚Żă‚·ă§ăłć•°" - diff --git a/modules/memcacheMonitor/locales/lt/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/lt/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 714ad720a..000000000 --- a/modules/memcacheMonitor/locales/lt/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: lt\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"(n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Viso sujungimĹł" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versija" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Viso GET uĹľklausĹł (sÄ—kmingĹł)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Ĺ iuo metu elementĹł skaiÄŤius" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Veikimo laikas" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Viso atminties" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Ĺ iuo metu atidarytĹł sujungimĹł" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU sekundÄ—s (sistema)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU sekundÄ—s (vartotojas)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Proceso ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Viso GET uĹľklausĹł" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Nuskaityta baitĹł ÄŻ serverÄŻ" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Laikas" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Viso GET uĹľklausĹł (nesÄ—kmingĹł)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Ä®rašyta baitĹł ÄŻ serverÄŻ" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "SujungimĹł struktĹ«ra" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Viso SET uĹľklausĹł" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Viso elementĹł" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Viso šiuo metu naudojama baitĹł" - -msgid "Current time" -msgstr "Laikas" - -msgid "Total items ever" -msgstr "Viso elementĹł" - -msgid "Bytes written by the server" -msgstr "Ä®rašyta baitĹł ÄŻ serverÄŻ" - -msgid "Uptime" -msgstr "Veikimo laikas" - -msgid "Current open connections" -msgstr "Ĺ iuo metu atidarytĹł sujungimĹł" - -msgid "Total storage avail" -msgstr "Viso atminties" - -msgid "Version" -msgstr "Versija" - -msgid "Total GET commands (failed)" -msgstr "Viso GET uĹľklausĹł (nesÄ—kmingĹł)" - -msgid "Total SET commands" -msgstr "Viso SET uĹľklausĹł" - -msgid "Connection structures" -msgstr "SujungimĹł struktĹ«ra" - -msgid "Total GET commands (success)" -msgstr "Viso GET uĹľklausĹł (sÄ—kmingĹł)" - -msgid "Total bytes in use currently" -msgstr "Viso šiuo metu naudojama baitĹł" - -msgid "Total GET commands" -msgstr "Viso GET uĹľklausĹł" - -msgid "Bytes in to the server" -msgstr "Nuskaityta baitĹł ÄŻ serverÄŻ" - -msgid "Process ID" -msgstr "Proceso ID" - -msgid "Currently number of items" -msgstr "Ĺ iuo metu elementĹł skaiÄŤius" - -msgid "CPU Seconds (User)" -msgstr "CPU sekundÄ—s (vartotojas)" - -msgid "CPU Seconds (System)" -msgstr "CPU sekundÄ—s (sistema)" - -msgid "Total connections" -msgstr "Viso sujungimĹł" - diff --git a/modules/memcacheMonitor/locales/lv/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/lv/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 11e06fcdc..000000000 --- a/modules/memcacheMonitor/locales/lv/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: lv\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :" -" 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Savienojumi kopÄ" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versija" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "VeiksmÄ«gÄs GET komandas kopÄ" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "VienÄ«bu skaits pašlaik" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "DarbÄ«bas laiks" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "PieejamÄ vieta kopÄ" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Savienojumi šobrÄ«d" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU sekundes (sistÄ“mas)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU sekundes (lietotÄja)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Procesa ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "GET komandas kopÄ" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Servera lasÄ«tie baiti" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "PašreizÄ“jais laiks" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "NeveiksmÄ«gÄs GET komandas kopÄ" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Servera rakstÄ«tie baiti" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Savienojumu struktĹ«ras" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "SET komandas kopÄ" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "KopÄ“jais vienÄ«bu skaits" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Izmantotie baiti pašlaik" - -msgid "Current time" -msgstr "PašreizÄ“jais laiks" - -msgid "Total items ever" -msgstr "KopÄ“jais vienÄ«bu skaits" - -msgid "Bytes written by the server" -msgstr "Servera rakstÄ«tie baiti" - -msgid "Uptime" -msgstr "DarbÄ«bas laiks" - -msgid "Current open connections" -msgstr "Savienojumi šobrÄ«d" - -msgid "Total storage avail" -msgstr "PieejamÄ vieta kopÄ" - -msgid "Version" -msgstr "Versija" - -msgid "Total GET commands (failed)" -msgstr "NeveiksmÄ«gÄs GET komandas kopÄ" - -msgid "Total SET commands" -msgstr "SET komandas kopÄ" - -msgid "Connection structures" -msgstr "Savienojumu struktĹ«ras" - -msgid "Total GET commands (success)" -msgstr "VeiksmÄ«gÄs GET komandas kopÄ" - -msgid "Total bytes in use currently" -msgstr "Izmantotie baiti pašlaik" - -msgid "Total GET commands" -msgstr "GET komandas kopÄ" - -msgid "Bytes in to the server" -msgstr "Servera lasÄ«tie baiti" - -msgid "Process ID" -msgstr "Procesa ID" - -msgid "Currently number of items" -msgstr "VienÄ«bu skaits pašlaik" - -msgid "CPU Seconds (User)" -msgstr "CPU sekundes (lietotÄja)" - -msgid "CPU Seconds (System)" -msgstr "CPU sekundes (sistÄ“mas)" - -msgid "Total connections" -msgstr "Savienojumi kopÄ" - diff --git a/modules/memcacheMonitor/locales/nb/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/nb/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 659cdd1ce..000000000 --- a/modules/memcacheMonitor/locales/nb/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,136 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nb_NO\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Totalt antall forbindelser" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versjon" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Totalt antall GET kommandoer (OK)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "NĂĄværende antall elementer" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Oppetid" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Total lagring tilgjengelig" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Antall ĂĄpne forbindelser nĂĄ" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU Sekunder (system)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU Sekunder (bruker)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Prosess ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Totalt antall GET kommandoer" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Antall bytes inn til tjeneren" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Tid nĂĄ" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Totalt antall GET kommandoer (feilet)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Antall bytes skrevet av tjeneren" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Tilkoblings-strukturer" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Totalt antall SET kommandoer" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Antall elementer for alltid" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Totalt antall bytes i bruk nĂĄ" - -msgid "Current time" -msgstr "Tid nĂĄ" - -msgid "Total items ever" -msgstr "Antall elementer for alltid" - -msgid "Bytes written by the server" -msgstr "Antall bytes skrevet av tjeneren" - -msgid "Uptime" -msgstr "Oppetid" - -msgid "Current open connections" -msgstr "Antall ĂĄpne forbindelser nĂĄ" - -msgid "Total storage avail" -msgstr "Total lagring tilgjengelig" - -msgid "Version" -msgstr "Versjon" - -msgid "Total GET commands (failed)" -msgstr "Totalt antall GET kommandoer (feilet)" - -msgid "Total SET commands" -msgstr "Totalt antall SET kommandoer" - -msgid "Connection structures" -msgstr "Tilkoblings-strukturer" - -msgid "Total GET commands (success)" -msgstr "Totalt antall GET kommandoer (OK)" - -msgid "Total bytes in use currently" -msgstr "Totalt antall bytes i bruk nĂĄ" - -msgid "Total GET commands" -msgstr "Totalt antall GET kommandoer" - -msgid "Bytes in to the server" -msgstr "Antall bytes inn til tjeneren" - -msgid "Process ID" -msgstr "Prosess ID" - -msgid "Currently number of items" -msgstr "NĂĄværende antall elementer" - -msgid "CPU Seconds (User)" -msgstr "CPU Sekunder (bruker)" - -msgid "CPU Seconds (System)" -msgstr "CPU Sekunder (system)" - -msgid "Total connections" -msgstr "Totalt antall forbindelser" - -msgid "{memcacheMonitor:memcachestat:link_memcacheMonitor}" -msgstr "Memcache statistikker" - -msgid "Memcache statistics" -msgstr "Memcache statistikker" diff --git a/modules/memcacheMonitor/locales/nl/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/nl/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 5fe6ab489..000000000 --- a/modules/memcacheMonitor/locales/nl/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Totaal connecties" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versie" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Aantal GET-commando's (succes)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Huidig aantal items" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Uptime" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Totaal opslag vrij" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Aantal open connecties" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU-Seconden (Systeem)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU-Seconden (Gebruiker)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Proces-ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Aantal GET-commando's" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bytes richting de server" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Huidige tijd" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Aantal GET-commando's (mislukt)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bytes geschreven door server" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Connectiestructuren" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Aantal SET-commando's" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Totaal aantal items ooit" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Aantal bytes nu in gebruik" - -msgid "Current time" -msgstr "Huidige tijd" - -msgid "Total items ever" -msgstr "Totaal aantal items ooit" - -msgid "Bytes written by the server" -msgstr "Bytes geschreven door server" - -msgid "Uptime" -msgstr "Uptime" - -msgid "Current open connections" -msgstr "Aantal open connecties" - -msgid "Total storage avail" -msgstr "Totaal opslag vrij" - -msgid "Version" -msgstr "Versie" - -msgid "Total GET commands (failed)" -msgstr "Aantal GET-commando's (mislukt)" - -msgid "Total SET commands" -msgstr "Aantal SET-commando's" - -msgid "Connection structures" -msgstr "Connectiestructuren" - -msgid "Total GET commands (success)" -msgstr "Aantal GET-commando's (succes)" - -msgid "Total bytes in use currently" -msgstr "Aantal bytes nu in gebruik" - -msgid "Total GET commands" -msgstr "Aantal GET-commando's" - -msgid "Bytes in to the server" -msgstr "Bytes richting de server" - -msgid "Process ID" -msgstr "Proces-ID" - -msgid "Currently number of items" -msgstr "Huidig aantal items" - -msgid "CPU Seconds (User)" -msgstr "CPU-Seconden (Gebruiker)" - -msgid "CPU Seconds (System)" -msgstr "CPU-Seconden (Systeem)" - -msgid "Total connections" -msgstr "Totaal connecties" - diff --git a/modules/memcacheMonitor/locales/nn/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/nn/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 3b17ef3e6..000000000 --- a/modules/memcacheMonitor/locales/nn/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,136 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nn\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Opne tilkoplingar (totalt)" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versjon" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Talet pĂĄ GET-kommandoar (suksess)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Tal pĂĄ element no" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Oppetid" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Totalt lager tilgjengeleg" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Opne tilkoplingar no" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU-sekund (system)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU-sekund (brukar)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Prosess-ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Talet pĂĄ GET-kommandoar (totalt)" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bytes inn til tenaren" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Tid no" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Talet pĂĄ GET-kommandoar (feil)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bytes skrivne pĂĄ tenaren" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Tilkoplingsstrukturar" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Talet pĂĄ SET-kommandoar (totalt)" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Tal pĂĄ element (totalt)" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Bytes (totalt) i bruk no" - -msgid "Current time" -msgstr "Tid no" - -msgid "Total items ever" -msgstr "Tal pĂĄ element (totalt)" - -msgid "Bytes written by the server" -msgstr "Bytes skrivne pĂĄ tenaren" - -msgid "Uptime" -msgstr "Oppetid" - -msgid "Current open connections" -msgstr "Opne tilkoplingar no" - -msgid "Total storage avail" -msgstr "Totalt lager tilgjengeleg" - -msgid "Version" -msgstr "Versjon" - -msgid "Total GET commands (failed)" -msgstr "Talet pĂĄ GET-kommandoar (feil)" - -msgid "Total SET commands" -msgstr "Talet pĂĄ SET-kommandoar (totalt)" - -msgid "Connection structures" -msgstr "Tilkoplingsstrukturar" - -msgid "Total GET commands (success)" -msgstr "Talet pĂĄ GET-kommandoar (suksess)" - -msgid "Total bytes in use currently" -msgstr "Bytes (totalt) i bruk no" - -msgid "Total GET commands" -msgstr "Talet pĂĄ GET-kommandoar (totalt)" - -msgid "Bytes in to the server" -msgstr "Bytes inn til tenaren" - -msgid "Process ID" -msgstr "Prosess-ID" - -msgid "Currently number of items" -msgstr "Tal pĂĄ element no" - -msgid "CPU Seconds (User)" -msgstr "CPU-sekund (brukar)" - -msgid "CPU Seconds (System)" -msgstr "CPU-sekund (system)" - -msgid "Total connections" -msgstr "Opne tilkoplingar (totalt)" - -msgid "{memcacheMonitor:memcachestat:link_memcacheMonitor}" -msgstr "Memcache statistikkar" - -msgid "Memcache statistics" -msgstr "Memcache statistikkar" diff --git a/modules/memcacheMonitor/locales/pt/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/pt/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 363992bd6..000000000 --- a/modules/memcacheMonitor/locales/pt/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: pt\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Total de ligações" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "VersĂŁo" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Total de comandos GET (sucesso)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "NĂşmero de Ătems actual" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Tempo de funcionamento" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Total de espaço disponĂvel" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Ligações abertas actuais" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "Segundos de CPU (Sistema)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "Segundos de CPU (Utilizador)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "ID do processo" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Total de comandos GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bytes de entrada no servidor" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Tempo actual" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Total de comandos GET (falhados)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bytes de saĂda no servidor" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Estruturas de ligações" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Total de comandos SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Total de Ătems" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Total de bytes actuais" - -msgid "Current time" -msgstr "Tempo actual" - -msgid "Total items ever" -msgstr "Total de Ătems" - -msgid "Bytes written by the server" -msgstr "Bytes de saĂda no servidor" - -msgid "Uptime" -msgstr "Tempo de funcionamento" - -msgid "Current open connections" -msgstr "Ligações abertas actuais" - -msgid "Total storage avail" -msgstr "Total de espaço disponĂvel" - -msgid "Version" -msgstr "VersĂŁo" - -msgid "Total GET commands (failed)" -msgstr "Total de comandos GET (falhados)" - -msgid "Total SET commands" -msgstr "Total de comandos SET" - -msgid "Connection structures" -msgstr "Estruturas de ligações" - -msgid "Total GET commands (success)" -msgstr "Total de comandos GET (sucesso)" - -msgid "Total bytes in use currently" -msgstr "Total de bytes actuais" - -msgid "Total GET commands" -msgstr "Total de comandos GET" - -msgid "Bytes in to the server" -msgstr "Bytes de entrada no servidor" - -msgid "Process ID" -msgstr "ID do processo" - -msgid "Currently number of items" -msgstr "NĂşmero de Ătems actual" - -msgid "CPU Seconds (User)" -msgstr "Segundos de CPU (Utilizador)" - -msgid "CPU Seconds (System)" -msgstr "Segundos de CPU (Sistema)" - -msgid "Total connections" -msgstr "Total de ligações" - diff --git a/modules/memcacheMonitor/locales/ro/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/ro/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 4943fa624..000000000 --- a/modules/memcacheMonitor/locales/ro/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ro\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100" -" < 20)) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "NumÄr total de conexiuni" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Versiune" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "NumÄr total de comenzi GET (efectuate cu succes)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "NumÄrul curent de elemente" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Timp de funcČ›ionare" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "SpaČ›iu de stocare disponibil" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Conexiuni deschise acum" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "Secunde CPU (sistem)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "Secunde CPU (utilizator)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "ID proces" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "NumÄr total de comenzi GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "OcteČ›i Ă®nspre server" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Ora curentÄ" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "NumÄr total de comenzi GET (eČ™uate)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "OcteČ›i scriČ™i de server" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Structuri de conectare" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "NumÄr total de comenzi SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "NumÄr total de elemente" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "NumÄr de octeČ›i utilizaČ›i acum" - -msgid "Current time" -msgstr "Ora curentÄ" - -msgid "Total items ever" -msgstr "NumÄr total de elemente" - -msgid "Bytes written by the server" -msgstr "OcteČ›i scriČ™i de server" - -msgid "Uptime" -msgstr "Timp de funcČ›ionare" - -msgid "Current open connections" -msgstr "Conexiuni deschise acum" - -msgid "Total storage avail" -msgstr "SpaČ›iu de stocare disponibil" - -msgid "Version" -msgstr "Versiune" - -msgid "Total GET commands (failed)" -msgstr "NumÄr total de comenzi GET (eČ™uate)" - -msgid "Total SET commands" -msgstr "NumÄr total de comenzi SET" - -msgid "Connection structures" -msgstr "Structuri de conectare" - -msgid "Total GET commands (success)" -msgstr "NumÄr total de comenzi GET (efectuate cu succes)" - -msgid "Total bytes in use currently" -msgstr "NumÄr de octeČ›i utilizaČ›i acum" - -msgid "Total GET commands" -msgstr "NumÄr total de comenzi GET" - -msgid "Bytes in to the server" -msgstr "OcteČ›i Ă®nspre server" - -msgid "Process ID" -msgstr "ID proces" - -msgid "Currently number of items" -msgstr "NumÄrul curent de elemente" - -msgid "CPU Seconds (User)" -msgstr "Secunde CPU (utilizator)" - -msgid "CPU Seconds (System)" -msgstr "Secunde CPU (sistem)" - -msgid "Total connections" -msgstr "NumÄr total de conexiuni" - diff --git a/modules/memcacheMonitor/locales/ru/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/ru/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index a6e15819d..000000000 --- a/modules/memcacheMonitor/locales/ru/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ru\n" -"Language-Team: \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" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Đ’Ńего Ńоединений" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "ВерŃия" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Đ’Ńего команд GET (ŃŃпеŃных)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "ТекŃщее количеŃтво элементов" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Время безотказной работы" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Общий Đ´ĐľŃŃ‚Ńпный объем ŃиŃтемы хранения данных" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "ТекŃщие открытые Ńоединения" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "ПроцеŃŃорное время в ŃекŃндах (ŃиŃтемы)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "ПроцеŃŃорное время в ŃекŃндах (пользователя)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "ID процеŃŃĐ°" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Đ’Ńего команд GET" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Байт на Ńервер" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "ТекŃщее время" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Đ’Ńего команд GET (Ń ĐľŃибкой)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Байт запиŃано Ńервером" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "СтрŃктŃры Ńоединений" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Đ’Ńего команд SET" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Общее количеŃтво элементов Đ·Đ° вŃе время" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "ĐˇĐµĐąŃ‡Đ°Ń Đ¸ŃпользŃетŃŃŹ вŃего байт" - -msgid "Current time" -msgstr "ТекŃщее время" - -msgid "Total items ever" -msgstr "Общее количеŃтво элементов Đ·Đ° вŃе время" - -msgid "Bytes written by the server" -msgstr "Байт запиŃано Ńервером" - -msgid "Uptime" -msgstr "Время безотказной работы" - -msgid "Current open connections" -msgstr "ТекŃщие открытые Ńоединения" - -msgid "Total storage avail" -msgstr "Общий Đ´ĐľŃŃ‚Ńпный объем ŃиŃтемы хранения данных" - -msgid "Version" -msgstr "ВерŃия" - -msgid "Total GET commands (failed)" -msgstr "Đ’Ńего команд GET (Ń ĐľŃибкой)" - -msgid "Total SET commands" -msgstr "Đ’Ńего команд SET" - -msgid "Connection structures" -msgstr "СтрŃктŃры Ńоединений" - -msgid "Total GET commands (success)" -msgstr "Đ’Ńего команд GET (ŃŃпеŃных)" - -msgid "Total bytes in use currently" -msgstr "ĐˇĐµĐąŃ‡Đ°Ń Đ¸ŃпользŃетŃŃŹ вŃего байт" - -msgid "Total GET commands" -msgstr "Đ’Ńего команд GET" - -msgid "Bytes in to the server" -msgstr "Байт на Ńервер" - -msgid "Process ID" -msgstr "ID процеŃŃĐ°" - -msgid "Currently number of items" -msgstr "ТекŃщее количеŃтво элементов" - -msgid "CPU Seconds (User)" -msgstr "ПроцеŃŃорное время в ŃекŃндах (пользователя)" - -msgid "CPU Seconds (System)" -msgstr "ПроцеŃŃорное время в ŃекŃндах (ŃиŃтемы)" - -msgid "Total connections" -msgstr "Đ’Ńего Ńоединений" - diff --git a/modules/memcacheMonitor/locales/sl/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/sl/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index efc1c3240..000000000 --- a/modules/memcacheMonitor/locales/sl/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 " -"|| n%100==4 ? 2 : 3)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Skupno število povezav" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "RazliÄŤica" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Skupno število uspešnih zahtevkov GET " - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Trenutno število elementov" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Neprekinjeno delovanje" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "RazpoloĹľljiv prostor skupno:" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Trenutno odprtih povezav" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPE sekunde (sistem)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPE sekunde (uporabnik)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "ID procesa" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Skupno število zahtevkov GET " - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Prenešenih bajtov v smeri streĹľnika" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "ToÄŤen ÄŤas" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Skupno število neuspešnih zahtevkov GET " - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bajtov zapisanih na streĹľniku" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Struktura povezav" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Skupno število zahtevkov SET " - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Vseh elementov skupaj" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Skupno v uporabi bajtov" - -msgid "Current time" -msgstr "ToÄŤen ÄŤas" - -msgid "Total items ever" -msgstr "Vseh elementov skupaj" - -msgid "Bytes written by the server" -msgstr "Bajtov zapisanih na streĹľniku" - -msgid "Uptime" -msgstr "Neprekinjeno delovanje" - -msgid "Current open connections" -msgstr "Trenutno odprtih povezav" - -msgid "Total storage avail" -msgstr "RazpoloĹľljiv prostor skupno:" - -msgid "Version" -msgstr "RazliÄŤica" - -msgid "Total GET commands (failed)" -msgstr "Skupno število neuspešnih zahtevkov GET " - -msgid "Total SET commands" -msgstr "Skupno število zahtevkov SET " - -msgid "Connection structures" -msgstr "Struktura povezav" - -msgid "Total GET commands (success)" -msgstr "Skupno število uspešnih zahtevkov GET " - -msgid "Total bytes in use currently" -msgstr "Skupno v uporabi bajtov" - -msgid "Total GET commands" -msgstr "Skupno število zahtevkov GET " - -msgid "Bytes in to the server" -msgstr "Prenešenih bajtov v smeri streĹľnika" - -msgid "Process ID" -msgstr "ID procesa" - -msgid "Currently number of items" -msgstr "Trenutno število elementov" - -msgid "CPU Seconds (User)" -msgstr "CPE sekunde (uporabnik)" - -msgid "CPU Seconds (System)" -msgstr "CPE sekunde (sistem)" - -msgid "Total connections" -msgstr "Skupno število povezav" - diff --git a/modules/memcacheMonitor/locales/sr/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/sr/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 79d39d802..000000000 --- a/modules/memcacheMonitor/locales/sr/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sr\n" -"Language-Team: \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" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Ukupno konekcija" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Verzija" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Ukupno GET naredbi (uspešno izvršenih)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Trenutni broj elemenata" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Ukupno vreme rada" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Ukupno raspoloĹľivo memorijskog prostora" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Trenutno otvorene konekcije" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU sekundi (sistem)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU sekundi (korisnik)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Identifikator procesa" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Ukupno GET naredbi" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Bajtova poslanih serveru" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Trenutno vreme" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Ukupno GET naredbi (neuspešnih)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Bajtova zapisanih od strane servera" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Struktura konekcija" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Ukupno SET naredbi" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Ukupno elemenata od poÄŤetka" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Trenutno ukupno bajtova u upotrebi" - -msgid "Current time" -msgstr "Trenutno vreme" - -msgid "Total items ever" -msgstr "Ukupno elemenata od poÄŤetka" - -msgid "Bytes written by the server" -msgstr "Bajtova zapisanih od strane servera" - -msgid "Uptime" -msgstr "Ukupno vreme rada" - -msgid "Current open connections" -msgstr "Trenutno otvorene konekcije" - -msgid "Total storage avail" -msgstr "Ukupno raspoloĹľivo memorijskog prostora" - -msgid "Version" -msgstr "Verzija" - -msgid "Total GET commands (failed)" -msgstr "Ukupno GET naredbi (neuspešnih)" - -msgid "Total SET commands" -msgstr "Ukupno SET naredbi" - -msgid "Connection structures" -msgstr "Struktura konekcija" - -msgid "Total GET commands (success)" -msgstr "Ukupno GET naredbi (uspešno izvršenih)" - -msgid "Total bytes in use currently" -msgstr "Trenutno ukupno bajtova u upotrebi" - -msgid "Total GET commands" -msgstr "Ukupno GET naredbi" - -msgid "Bytes in to the server" -msgstr "Bajtova poslanih serveru" - -msgid "Process ID" -msgstr "Identifikator procesa" - -msgid "Currently number of items" -msgstr "Trenutni broj elemenata" - -msgid "CPU Seconds (User)" -msgstr "CPU sekundi (korisnik)" - -msgid "CPU Seconds (System)" -msgstr "CPU sekundi (sistem)" - -msgid "Total connections" -msgstr "Ukupno konekcija" - diff --git a/modules/memcacheMonitor/locales/sv/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/sv/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 8a1f297e9..000000000 --- a/modules/memcacheMonitor/locales/sv/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sv\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "Totalt antal förbindelser" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "Version" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "Totalt antal lyckade GET-kommandon" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "Aktuell antal" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "Upptid" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "Totalt lagringsutrymme" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "Aktiva och öppna förbindelser" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU-sekunder (System)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU-sekunder (User)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Processid" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "Totalt antal GET-kommandon" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "Mottagna bytes till servern" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "Aktuell tid" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "Totalt antal misslyckade GET-kommandon" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "Skirva bytes av servern" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "Förbindelsestrukturer" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "Totalt antal SET-kommandon" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "Totalt antal använda poster" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "Totalt antal använda byte förnärvarande" - -msgid "Current time" -msgstr "Aktuell tid" - -msgid "Total items ever" -msgstr "Totalt antal använda poster" - -msgid "Bytes written by the server" -msgstr "Skirva bytes av servern" - -msgid "Uptime" -msgstr "Upptid" - -msgid "Current open connections" -msgstr "Aktiva och öppna förbindelser" - -msgid "Total storage avail" -msgstr "Totalt lagringsutrymme" - -msgid "Version" -msgstr "Version" - -msgid "Total GET commands (failed)" -msgstr "Totalt antal misslyckade GET-kommandon" - -msgid "Total SET commands" -msgstr "Totalt antal SET-kommandon" - -msgid "Connection structures" -msgstr "Förbindelsestrukturer" - -msgid "Total GET commands (success)" -msgstr "Totalt antal lyckade GET-kommandon" - -msgid "Total bytes in use currently" -msgstr "Totalt antal använda byte förnärvarande" - -msgid "Total GET commands" -msgstr "Totalt antal GET-kommandon" - -msgid "Bytes in to the server" -msgstr "Mottagna bytes till servern" - -msgid "Process ID" -msgstr "Processid" - -msgid "Currently number of items" -msgstr "Aktuell antal" - -msgid "CPU Seconds (User)" -msgstr "CPU-sekunder (User)" - -msgid "CPU Seconds (System)" -msgstr "CPU-sekunder (System)" - -msgid "Total connections" -msgstr "Totalt antal förbindelser" - diff --git a/modules/memcacheMonitor/locales/zh-tw/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/zh-tw/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 5df8c54ef..000000000 --- a/modules/memcacheMonitor/locales/zh-tw/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: zh_Hant_TW\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "總連線數" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "ç‰ćś¬" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "GET 指令總數(ć功)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "ç›®ĺ‰Ťé …ç›®çš„ć•¸é‡Ź" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "ĺ·˛é‹ä˝ść™‚é–“" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "儲ĺ空間總ĺ©ç”¨ć•¸" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "目前開啟的連線數" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU 使用量(系統)" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU 使用量(使用者)" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "程序 ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "GET 指令總數" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "ĺ‚łé€č‡łä¸»ć©źç¸˝ä˝Ťĺ…組" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "目前時間" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "GET 指令總數(ć功)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "寫入至主機總位ĺ…組" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "連線çµć§‹" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "SET 指令總數" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "ć‰€ćś‰é …ç›®" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "目前使用的總位ĺ…組" - -msgid "Current time" -msgstr "目前時間" - -msgid "Total items ever" -msgstr "ć‰€ćś‰é …ç›®" - -msgid "Bytes written by the server" -msgstr "寫入至主機總位ĺ…組" - -msgid "Uptime" -msgstr "ĺ·˛é‹ä˝ść™‚é–“" - -msgid "Current open connections" -msgstr "目前開啟的連線數" - -msgid "Total storage avail" -msgstr "儲ĺ空間總ĺ©ç”¨ć•¸" - -msgid "Version" -msgstr "ç‰ćś¬" - -msgid "Total GET commands (failed)" -msgstr "GET 指令總數(ć功)" - -msgid "Total SET commands" -msgstr "SET 指令總數" - -msgid "Connection structures" -msgstr "連線çµć§‹" - -msgid "Total GET commands (success)" -msgstr "GET 指令總數(ć功)" - -msgid "Total bytes in use currently" -msgstr "目前使用的總位ĺ…組" - -msgid "Total GET commands" -msgstr "GET 指令總數" - -msgid "Bytes in to the server" -msgstr "ĺ‚łé€č‡łä¸»ć©źç¸˝ä˝Ťĺ…組" - -msgid "Process ID" -msgstr "程序 ID" - -msgid "Currently number of items" -msgstr "ç›®ĺ‰Ťé …ç›®çš„ć•¸é‡Ź" - -msgid "CPU Seconds (User)" -msgstr "CPU 使用量(使用者)" - -msgid "CPU Seconds (System)" -msgstr "CPU 使用量(系統)" - -msgid "Total connections" -msgstr "總連線數" - diff --git a/modules/memcacheMonitor/locales/zh/LC_MESSAGES/memcacheMonitor.po b/modules/memcacheMonitor/locales/zh/LC_MESSAGES/memcacheMonitor.po deleted file mode 100644 index 3098f39dc..000000000 --- a/modules/memcacheMonitor/locales/zh/LC_MESSAGES/memcacheMonitor.po +++ /dev/null @@ -1,131 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: zh\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{memcacheMonitor:memcachestat:total_connections}" -msgstr "ĺ…¨é¨čżžćŽĄ" - -msgid "{memcacheMonitor:memcachestat:version}" -msgstr "ç‰ćś¬" - -msgid "{memcacheMonitor:memcachestat:get_hits}" -msgstr "ĺ…¨é¨çš„GET指令ďĽć功的)" - -msgid "{memcacheMonitor:memcachestat:curr_items}" -msgstr "当前的条目数量" - -msgid "{memcacheMonitor:memcachestat:uptime}" -msgstr "ćŁĺ¸¸čżčˇŚć—¶é—´" - -msgid "{memcacheMonitor:memcachestat:limit_maxbytes}" -msgstr "ĺ…¨é¨çš„ĺ储ĺ©ç”¨" - -msgid "{memcacheMonitor:memcachestat:curr_connections}" -msgstr "当前打开的连接" - -msgid "{memcacheMonitor:memcachestat:rusage_system}" -msgstr "CPU 秒数ďĽçł»ç»źďĽ‰" - -msgid "{memcacheMonitor:memcachestat:rusage_user}" -msgstr "CPU 秒数ďĽç”¨ć·ďĽ‰" - -msgid "{memcacheMonitor:memcachestat:pid}" -msgstr "Process ID" - -msgid "{memcacheMonitor:memcachestat:cmd_get}" -msgstr "ĺ…¨é¨çš„GET指令" - -msgid "{memcacheMonitor:memcachestat:bytes_read}" -msgstr "进入服务器的ĺ—节" - -msgid "{memcacheMonitor:memcachestat:time}" -msgstr "当前时间" - -msgid "{memcacheMonitor:memcachestat:get_misses}" -msgstr "ĺ…¨é¨çš„GET指令ďĽĺ¤±č´Ąçš„)" - -msgid "{memcacheMonitor:memcachestat:bytes_written}" -msgstr "服务器写入的ĺ—节" - -msgid "{memcacheMonitor:memcachestat:connection_structures}" -msgstr "连接结构" - -msgid "{memcacheMonitor:memcachestat:cmd_set}" -msgstr "ĺ…¨é¨çš„SET指令" - -msgid "{memcacheMonitor:memcachestat:total_items}" -msgstr "以往条目" - -msgid "{memcacheMonitor:memcachestat:bytes}" -msgstr "目前使用的ĺ—节数" - -msgid "Current time" -msgstr "当前时间" - -msgid "Total items ever" -msgstr "以往条目" - -msgid "Bytes written by the server" -msgstr "服务器写入的ĺ—节" - -msgid "Uptime" -msgstr "ćŁĺ¸¸čżčˇŚć—¶é—´" - -msgid "Current open connections" -msgstr "当前打开的连接" - -msgid "Total storage avail" -msgstr "ĺ…¨é¨çš„ĺ储ĺ©ç”¨" - -msgid "Version" -msgstr "ç‰ćś¬" - -msgid "Total GET commands (failed)" -msgstr "ĺ…¨é¨çš„GET指令ďĽĺ¤±č´Ąçš„)" - -msgid "Total SET commands" -msgstr "ĺ…¨é¨çš„SET指令" - -msgid "Connection structures" -msgstr "连接结构" - -msgid "Total GET commands (success)" -msgstr "ĺ…¨é¨çš„GET指令ďĽć功的)" - -msgid "Total bytes in use currently" -msgstr "目前使用的ĺ—节数" - -msgid "Total GET commands" -msgstr "ĺ…¨é¨çš„GET指令" - -msgid "Bytes in to the server" -msgstr "进入服务器的ĺ—节" - -msgid "Process ID" -msgstr "Process ID" - -msgid "Currently number of items" -msgstr "当前的条目数量" - -msgid "CPU Seconds (User)" -msgstr "CPU 秒数ďĽç”¨ć·ďĽ‰" - -msgid "CPU Seconds (System)" -msgstr "CPU 秒数ďĽçł»ç»źďĽ‰" - -msgid "Total connections" -msgstr "ĺ…¨é¨čżžćŽĄ" - diff --git a/modules/memcacheMonitor/templates/memcachestat.tpl.php b/modules/memcacheMonitor/templates/memcachestat.tpl.php deleted file mode 100644 index 9c4079932..000000000 --- a/modules/memcacheMonitor/templates/memcachestat.tpl.php +++ /dev/null @@ -1,67 +0,0 @@ -<?php - -$this->data['head'] = '<link href="'.$this->data['baseurlpath'].'assets/css/memcacheMonitor.css" rel="stylesheet" />'; -$this->includeAtTemplateBase('includes/header.php'); - -$title = $this->data['title']; -$table = $this->data['table']; - -// Identify column headings -$column_titles = []; -foreach ($table as $row_title => $row_data) { - foreach ($row_data as $ct => $foo) { - if (!in_array($ct, $column_titles, true)) { - $column_titles[] = $ct; - } - } -} - -?> - -<h2><?php echo htmlspecialchars($title); ?></h2> - -<table class="statustable"> - -<tr> -<th></th> -<?php -foreach ($column_titles as $ct) { - echo '<th>'.htmlspecialchars($ct).'</th>'."\n"; -} -?> -</tr> - -<?php -foreach ($table as $row_title => $row_data) { - echo '<tr>' . "\n"; - echo '<th class="rowtitle" style="text-align: right">'.$this->t($this->data['rowTitles'][$row_title]).'</th>'."\n"; - - foreach ($column_titles as $ct) { - echo '<td>'; - - if (array_key_exists($ct, $row_data)) { - echo htmlspecialchars($row_data[$ct]); - } - - echo '</td>' . "\n"; - } - - echo '</tr>' . "\n"; -} -?> - -</table> - -<?php -if (array_key_exists('bytes', $this->data['statsraw']) && array_key_exists('limit_maxbytes', $this->data['statsraw'])) { - foreach ($this->data['statsraw']['bytes'] as $key => $row_data) { - echo ('<h3>Storage usage on ['.$key.']</h3>'); - $maxpix = 400; - $pix = floor($this->data['statsraw']['bytes'][$key]*$maxpix / $this->data['statsraw']['limit_maxbytes'][$key]); - - echo '<div class="bmax" style="width: '.$maxpix.'px"><div class="bused" style="width: '.$pix.'px">Used: '. - $table['bytes'][$key].'</div>Total available: '.$table['limit_maxbytes'][$key].'</div>'; - } -} - -$this->includeAtTemplateBase('includes/footer.php'); diff --git a/modules/memcacheMonitor/templates/memcachestat.twig b/modules/memcacheMonitor/templates/memcachestat.twig deleted file mode 100644 index f14848515..000000000 --- a/modules/memcacheMonitor/templates/memcachestat.twig +++ /dev/null @@ -1,38 +0,0 @@ -{% set pagetitle = 'SimpleSAMLphp Memcache Monitor'|trans %} -{% extends "base.twig" %} - -{% block preload %} - <link href="/{{ baseurlpath }}module.php/memcacheMonitor/assets/css/memcacheMonitor.css" rel="stylesheet"> -{% endblock %} - -{% block content %} - <h2>{{ title }}</h2> - <table class="statustable"> - <tr> - <th> </th> - {% for key, title in colTitles %} - <th>{{ title|escape('html') }}</th> - {% endfor %} - </tr> - {% for rowTitle, rowData in table %} - <tr> - <th class="rowtitle" style="text-align: right">{{ rowTitles[rowTitle]|trans }}</th> - {% for key, colTitle in colTitles %} - {% if rowData[colTitle] is defined %} - <td>{{ rowData[colTitle]|escape('html') }}</td> - {% else %} - <td> </td> - {% endif %} - {% endfor %} - </tr> - {% endfor %} - </table> - - {% if usage is defined %} - {% for key, value in usage %} - <h3>Storage usage on [{{ key }}]</h3> - <div class="bmax" style="width: {{ maxpix }}"> - <div class="bused" style="width: {{ usage[key] }}">Used: {{ table.bytes[key] }}</div>Total available: {{ table.limit_maxbytes[key] }}</div> - {% endfor %} - {% endif %} -{% endblock %} diff --git a/modules/memcacheMonitor/www/assets/css/memcacheMonitor.css b/modules/memcacheMonitor/www/assets/css/memcacheMonitor.css deleted file mode 100644 index b57c37654..000000000 --- a/modules/memcacheMonitor/www/assets/css/memcacheMonitor.css +++ /dev/null @@ -1,20 +0,0 @@ -table.statustable td, table.statustable th { - border: 1px solid #eee; - padding: 2px 6px; -} - -table.statustable { - border-collapse: collapse; -} - -.bmax { - border: 1px solid #555; - background: #eee; -} - -.bused { - border-right: 1px solid #555; - border-bottom: 1px solid #555; - color: white; - background: #833; -} diff --git a/modules/memcacheMonitor/www/memcachestat.php b/modules/memcacheMonitor/www/memcachestat.php deleted file mode 100644 index 0e79858b9..000000000 --- a/modules/memcacheMonitor/www/memcachestat.php +++ /dev/null @@ -1,191 +0,0 @@ -<?php - -/** - * @param int $input - * @return string - */ -function tdate($input) -{ - return date(DATE_RFC822, $input); -} - - -/** - * @param int $input - * @return string - */ -function hours($input) -{ - if ($input < 60) { - return number_format($input, 2).' sec'; - } - if ($input < 60 * 60) { - return number_format(($input / 60), 2).' min'; - } - if ($input < 24 * 60 * 60) { - return number_format(($input / (60 * 60)), 2).' hours'; - } - return number_format($input / (24 * 60 * 60), 2).' days'; -} - - -/** - * @param int $input - * @return string - */ -function humanreadable($input) -{ - $output = ""; - $input = abs($input); - - if ($input >= (1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 100)) { - $output = sprintf("%5ldEi", $input / (1024 * 1024 * 1024 * 1024 * 1024 * 1024)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024 * 1024 * 1024 * 10)) { - $output = sprintf("%5.1fEi", $input / (1024.0 * 1024.0 * 1024.0 * 1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024 * 1024 * 1024)) { - $output = sprintf("%5.2fEi", $input / (1024.0 * 1024.0 * 1024.0 * 1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024 * 1024 * 100)) { - $output = sprintf("%5ldPi", $input / (1024 * 1024 * 1024 * 1024 * 1024)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024 * 1024 * 10)) { - $output = sprintf("%5.1fPi", $input / (1024.0 * 1024.0 * 1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024 * 1024)) { - $output = sprintf("%5.2fPi", $input / (1024.0 * 1024.0 * 1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024 * 100)) { - $output = sprintf("%5ldTi", $input / (1024 * 1024 * 1024 * 1024)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024 * 10)) { - $output = sprintf("%5.1fTi", $input / (1024.0 * 1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 1024 * 1024)) { - $output = sprintf("%5.2fTi", $input / (1024.0 * 1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 1024 * 100)) { - $output = sprintf("%5ldGi", $input / (1024 * 1024 * 1024)); - } elseif ($input >= (1024 * 1024 * 1024 * 10)) { - $output = sprintf("%5.1fGi", $input / (1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 1024)) { - $output = sprintf("%5.2fGi", $input / (1024.0 * 1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024 * 100)) { - $output = sprintf("%5ldMi", $input / (1024 * 1024)); - } elseif ($input >= (1024 * 1024 * 10)) { - $output = sprintf("%5.1fM", $input / (1024.0 * 1024.0)); - } elseif ($input >= (1024 * 1024)) { - $output = sprintf("%5.2fMi", $input / (1024.0 * 1024.0)); - } elseif ($input >= (1024 * 100)) { - $output = sprintf("%5ldKi", $input / 1024); - } elseif ($input >= (1024 * 10)) { - $output = sprintf("%5.1fKi", $input / 1024.0); - } elseif ($input >= (1024)) { - $output = sprintf("%5.2fKi", $input / 1024.0); - } else { - $output = sprintf("%5ld", $input); - } - - return $output; -} - -$config = \SimpleSAML\Configuration::getInstance(); - -// Make sure that the user has admin access rights -\SimpleSAML\Utils\Auth::requireAdmin(); - -$formats = [ - 'bytes' => 'humanreadable', - 'bytes_read' => 'humanreadable', - 'bytes_written' => 'humanreadable', - 'limit_maxbytes' => 'humanreadable', - 'time' => 'tdate', - 'uptime' => 'hours', -]; - -$statsraw = \SimpleSAML\Memcache::getStats(); - -$stats = $statsraw; - -foreach ($stats as $key => &$entry) { - if (array_key_exists($key, $formats)) { - $func = $formats[$key]; - foreach ($entry as $k => $val) { - $entry[$k] = $func($val); - } - } -} - -$t = new \SimpleSAML\XHTML\Template($config, 'memcacheMonitor:memcachestat.tpl.php'); -$rowTitles = [ - 'accepting_conns' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:accepting_conns}'), - 'auth_cmds' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:auth_cmds}'), - 'auth_errors' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:auth_errors}'), - 'bytes' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:bytes}'), - 'bytes_read' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:bytes_read}'), - 'bytes_written' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:bytes_written}'), - 'cas_badval' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:cas_badval}'), - 'cas_hits' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:cas_hits}'), - 'cas_misses' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:cas_misses}'), - 'cmd_flush' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:cmd_flush}'), - 'cmd_get' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:cmd_get}'), - 'cmd_set' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:cmd_set}'), - 'cmd_touch' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:cmd_touch}'), - 'connection_structures' => \SimpleSAML\Locale\Translate::noop( - '{memcacheMonitor:memcachestat:connection_structures}' - ), - 'conn_yields' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:conn_yields}'), - 'curr_connections' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:curr_connections}'), - 'curr_items' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:curr_items}'), - 'decr_hits' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:decr_hits}'), - 'decr_misses' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:decr_misses}'), - 'delete_hits' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:delete_hits}'), - 'delete_misses' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:delete_misses}'), - 'expired_unfetched' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:expired_unfetched}'), - 'evicted_unfetched' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:evicted_unfetched}'), - 'evictions' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:evictions}'), - 'get_hits' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:get_hits}'), - 'get_misses' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:get_misses}'), - 'hash_bytes' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:hash_bytes}'), - 'hash_is_expanding' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:hash_is_expanding}'), - 'hash_power_level' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:hash_power_level}'), - 'incr_hits' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:incr_hits}'), - 'incr_misses' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:incr_misses}'), - 'libevent' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:libevent}'), - 'limit_maxbytes' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:limit_maxbytes}'), - 'listen_disabled_num' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:listen_disabled_num}'), - 'pid' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:pid}'), - 'pointer_size' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:pointer_size}'), - 'reclaimed' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:reclaimed}'), - 'reserved_fds' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:reserved_fds}'), - 'rusage_system' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:rusage_system}'), - 'rusage_user' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:rusage_user}'), - 'threads' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:threads}'), - 'time' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:time}'), - 'total_connections' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:total_connections}'), - 'total_items' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:total_items}'), - 'touch_hits' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:touch_hits}'), - 'touch_misses' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:touch_misses}'), - 'uptime' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:uptime}'), - 'version' => \SimpleSAML\Locale\Translate::noop('{memcacheMonitor:memcachestat:version}'), -]; - -// Identify column headings -$colTitles = []; -foreach ($stats as $rowTitle => $rowData) { - foreach ($rowData as $colTitle => $foo) { - if (!in_array($colTitle, $colTitles, true)) { - $colTitles[] = $colTitle; - } - } -} - -if (array_key_exists('bytes', $statsraw) && array_key_exists('limit_maxbytes', $statsraw)) { - $usage = []; - $maxpix = 400; - foreach ($statsraw['bytes'] as $key => $row_data) { - $pix = floor($statsraw['bytes'][$key] * $maxpix / $statsraw['limit_maxbytes'][$key]); - $usage[$key] = $pix.'px'; - } - $t->data['maxpix'] = $maxpix.'px'; - $t->data['usage'] = $usage; -} - -$t->data['title'] = 'Memcache stats'; -$t->data['rowTitles'] = $rowTitles; -$t->data['colTitles'] = $colTitles; -$t->data['statsraw'] = $statsraw; -$t->data['table'] = $stats; -$t->show(); -- GitLab